@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}

/* line 1095 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 1 : /srv/chatgrape/build/code/node_modules/stylus/lib/functions/index.styl */

/* line undefined : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Variables */

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Functions */

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.subscription-form-container,
.verification,
.member-list,
.member-list li,
.goal-list li,
.form-submit,
.alert,
.indexapi-browser .indexapi-itemlist .item,
hgroup {
  zoom: 1;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.subscription-form-container:after,
.verification:after,
.member-list:after,
.member-list li:after,
.goal-list li:after,
.form-submit:after,
.alert:after,
.indexapi-browser .indexapi-itemlist .item:after,
hgroup:after,
.subscription-form-container:before,
.verification:before,
.member-list:before,
.member-list li:before,
.goal-list li:before,
.form-submit:before,
.alert:before,
.indexapi-browser .indexapi-itemlist .item:before,
hgroup:before {
  content: "";
  display: table;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.subscription-form-container:after,
.verification:after,
.member-list:after,
.member-list li:after,
.goal-list li:after,
.form-submit:after,
.alert:after,
.indexapi-browser .indexapi-itemlist .item:after,
hgroup:after {
  clear: both;
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Assets */

/* line 293 : /srv/chatgrape/build/code/node_modules/stylus/lib/functions/index.styl */

/* line 293 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/bootstrap.styl */
/*
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/bootstrap.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/variables.styl */

/* line 674 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/variables.styl */

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 729 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 729 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
audio,
canvas,
video {
  display: inline-block;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
[hidden] {
  display: none;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
body {
  margin: 0;
}

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
a:focus {
  outline: thin dotted;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
a:active,
a:hover {
  outline: 0;
}

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 142 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
b,
strong {
  font-weight: bold;
}

/* line 150 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
dfn {
  font-style: italic;
}

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
mark {
  background: #ff0;
  color: #000;
}

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
pre {
  white-space: pre-wrap;
}

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 202 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
small {
  font-size: 80%;
}

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 217 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
sup {
  top: -0.5em;
}

/* line 221 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
sub {
  bottom: -0.25em;
}

/* line 233 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
img {
  border: 0;
}

/* line 241 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
svg:not(:root) {
  overflow: hidden;
}

/* line 253 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
figure {
  margin: 0;
}

/* line 265 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 276 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
legend {
  border: 0;
  padding: 0;
}

/* line 287 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 298 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
button,
input {
  line-height: normal;
}

/* line 309 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
button,
select {
  text-transform: none;
}

/* line 321 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 330 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 339 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 350 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 362 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 370 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 393 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/normalize.styl */

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
@media print {

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  a,
  a:visited {
    text-decoration: underline;
  }

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  a[href]:after {
    content: " (" attr(href) ")";
  }

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  thead {
    display: table-header-group;
  }

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  tr,
  img {
    page-break-inside: avoid;
  }

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  img {
    max-width: 100% !important;
  }

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  @page {
    margin: 2cm 0.5cm;
  }

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  h2,
  h3 {
    page-break-after: avoid;
  }

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .navbar {
    display: none;
  }

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .table td,
  .table th {
    background-color: #fff !important;
  }

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .btn > .caret,
  .dropup > .btn > .caret,
  div.jquery-filestyle label > .caret {
    border-top-color: #000 !important;
  }

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .label {
    border: 1px solid #000;
  }

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .table {
    border-collapse: collapse !important;
  }

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/print.styl */

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
button,
input,
select[multiple],
textarea {
  background-image: none;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
a:hover,
a:focus {
  color: #3277b2;
  text-decoration: underline;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
img {
  vertical-align: middle;
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
.img-rounded {
  border-radius: 6px;
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
.img-circle {
  border-radius: 50%;
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/scaffolding.styl */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* line 729 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
p {
  margin: 0 0 10px;
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
  .lead {
    font-size: 21px;
  }
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
small {
  font-size: 85%;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
cite {
  font-style: normal;
}

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-muted {
  color: #999;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-primary {
  color: #428bca;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-warning {
  color: #c09853;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-danger {
  color: #b94a48;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-success {
  color: #468847;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-info {
  color: #3a87ad;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-left {
  text-align: left;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-right {
  text-align: right;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.text-center {
  text-align: center;
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h1,
.h1 {
  font-size: 36px;
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h2,
.h2 {
  font-size: 30px;
}

/* line 86 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h3,
.h3 {
  font-size: 24px;
}

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h4,
.h4 {
  font-size: 18px;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h5,
.h5 {
  font-size: 14px;
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h6,
.h6 {
  font-size: 12px;
}

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h1 small,
.h1 small {
  font-size: 24px;
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h2 small,
.h2 small {
  font-size: 18px;
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 122 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
dl {
  margin-bottom: 20px;
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
dt,
dd {
  line-height: 1.428571429;
}

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
dt {
  font-weight: bold;
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
dd {
  margin-left: 0;
}
@media (min-width:768px) {

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

/* line 164 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
  .dl-horizontal dd {
    margin-left: 180px;
  }

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
/* 1 */
    display: table;
/* 2 */
  }

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  .dl-horizontal dd:after {
    clear: both;
  }
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 184 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 189 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

/* line 193 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 198 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

/* line 205 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 215 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 218 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */

/* line 219 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote.pull-right small:before {
  content: '';
}

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 233 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 238 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/type.styl */

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 37 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/code.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.container:before,
.container:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.container:after {
  clear: both;
}

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.row:before,
.row:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.row:after {
  clear: both;
}

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 122 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-3 {
  width: 25%;
}

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-6 {
  width: 50%;
}

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-9 {
  width: 75%;
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
.col-xs-12 {
  width: 100%;
}
@media (min-width:768px) {

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .container {
    max-width: 750px;
  }

/* line 152 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-3 {
    width: 25%;
  }

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

/* line 159 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-6 {
    width: 50%;
  }

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

/* line 163 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-9 {
    width: 75%;
  }

/* line 164 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-12 {
    width: 100%;
  }

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

/* line 170 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-3 {
    left: 25%;
  }

/* line 172 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-6 {
    left: 50%;
  }

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

/* line 176 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-9 {
    left: 75%;
  }

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

/* line 179 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-3 {
    right: 25%;
  }

/* line 184 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

/* line 185 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-6 {
    right: 50%;
  }

/* line 187 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

/* line 189 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-9 {
    right: 75%;
  }

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

/* line 196 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

/* line 197 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

/* line 198 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

/* line 202 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

/* line 203 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width:992px) {

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .container {
    max-width: 970px;
  }

/* line 219 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-1 {
    width: 8.333333333333332%;
  }

/* line 223 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-2 {
    width: 16.666666666666664%;
  }

/* line 224 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-3 {
    width: 25%;
  }

/* line 225 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-4 {
    width: 33.33333333333333%;
  }

/* line 226 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-5 {
    width: 41.66666666666667%;
  }

/* line 227 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-6 {
    width: 50%;
  }

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-7 {
    width: 58.333333333333336%;
  }

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-8 {
    width: 66.66666666666666%;
  }

/* line 230 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-9 {
    width: 75%;
  }

/* line 231 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-10 {
    width: 83.33333333333334%;
  }

/* line 232 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-11 {
    width: 91.66666666666666%;
  }

/* line 233 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-12 {
    width: 100%;
  }

/* line 236 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-0 {
    left: auto;
  }

/* line 237 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

/* line 238 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

/* line 239 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-3 {
    left: 25%;
  }

/* line 240 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

/* line 241 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

/* line 242 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-6 {
    left: 50%;
  }

/* line 243 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

/* line 244 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

/* line 245 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-9 {
    left: 75%;
  }

/* line 246 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

/* line 247 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

/* line 249 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-0 {
    right: auto;
  }

/* line 250 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

/* line 251 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

/* line 252 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-3 {
    right: 25%;
  }

/* line 253 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

/* line 254 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

/* line 255 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-6 {
    right: 50%;
  }

/* line 256 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

/* line 257 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

/* line 258 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-9 {
    right: 75%;
  }

/* line 259 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

/* line 260 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

/* line 263 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-0 {
    margin-left: 0;
  }

/* line 264 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

/* line 265 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

/* line 266 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-3 {
    margin-left: 25%;
  }

/* line 267 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

/* line 268 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

/* line 269 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-6 {
    margin-left: 50%;
  }

/* line 270 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

/* line 271 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

/* line 272 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-9 {
    margin-left: 75%;
  }

/* line 273 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

/* line 274 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width:1200px) {

/* line 286 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .container {
    max-width: 1170px;
  }

/* line 290 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

/* line 293 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

/* line 294 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

/* line 295 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-3 {
    width: 25%;
  }

/* line 296 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

/* line 297 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

/* line 298 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-6 {
    width: 50%;
  }

/* line 299 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

/* line 300 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

/* line 301 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-9 {
    width: 75%;
  }

/* line 302 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

/* line 303 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

/* line 304 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-12 {
    width: 100%;
  }

/* line 307 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-0 {
    left: auto;
  }

/* line 308 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

/* line 309 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

/* line 310 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-3 {
    left: 25%;
  }

/* line 311 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

/* line 312 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

/* line 313 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-6 {
    left: 50%;
  }

/* line 314 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

/* line 315 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

/* line 316 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-9 {
    left: 75%;
  }

/* line 317 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

/* line 318 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

/* line 320 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-0 {
    right: auto;
  }

/* line 321 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

/* line 323 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-3 {
    right: 25%;
  }

/* line 324 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

/* line 325 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

/* line 326 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-6 {
    right: 50%;
  }

/* line 327 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

/* line 328 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

/* line 329 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-9 {
    right: 75%;
  }

/* line 330 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

/* line 331 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

/* line 334 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-0 {
    margin-left: 0;
  }

/* line 335 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

/* line 336 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

/* line 337 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

/* line 338 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

/* line 339 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

/* line 340 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

/* line 341 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

/* line 342 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

/* line 343 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

/* line 344 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

/* line 345 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

/* line 346 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/grid.styl */

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
th {
  text-align: left;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table .table {
  background-color: #fff;
}

/* line 86 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 142 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
table col[class*="col-"] {
  float: none;
  display: table-column;
}

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 159 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 410 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 411 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d7eac8;
}

/* line 419 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 420 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d1eac8;
  border-color: #cce4b8;
}

/* line 410 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 411 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed4d8;
}

/* line 419 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 420 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcdcd;
  border-color: #e8c4c9;
}

/* line 410 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 411 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbefd6;
}

/* line 419 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 420 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf3cd;
  border-color: #f9e7c1;
}
@media (max-width:768px) {

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }

/* line 205 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 207 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

/* line 215 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive > .table-bordered {
    border: 0;
  }

/* line 219 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 220 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 221 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

/* line 224 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 237 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tables.styl */

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px 9;
/* IE8-9 */
  line-height: normal;
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input[type="file"] {
  display: block;
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
select[multiple],
select[size] {
  height: auto;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 96 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.form-control::-moz-placeholder {
  color: #999;
}

/* line 97 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s;
}

/* line 700 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 8px rgba(102,175,233,0.6);
}

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
textarea.form-control {
  height: auto;
}

/* line 179 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.form-group {
  margin-bottom: 15px;
}

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 202 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 211 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 219 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 227 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 234 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 720 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
selectinput-sm {
  height: 30px;
  line-height: 30px;
}

/* line 725 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
textareainput-sm {
  height: auto;
}

/* line 238 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 246 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 720 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 725 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
textarea.input-lg {
  height: auto;
}

/* line 255 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 664 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

/* line 668 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

/* line 671 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-warning .form-control:focus {
  border-color: #b58b42;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 6px #cdad75;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 6px #cdad75;
}

/* line 678 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 259 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 664 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

/* line 668 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

/* line 671 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-error .form-control:focus {
  border-color: #a74240;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 6px #c76e6d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 6px #c76e6d;
}

/* line 678 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 263 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 664 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

/* line 668 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

/* line 671 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-success .form-control:focus {
  border-color: #3f7a40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 6px #5eac60;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 0 0 6px #5eac60;
}

/* line 678 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 273 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 284 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666;
}

/* line 336 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
@media (min-width:768px) {

/* line 309 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

/* line 316 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .form-inline .form-control {
    display: inline-block;
  }

/* line 323 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

/* line 329 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 346 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 349 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 356 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width:768px) {

/* line 362 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 367 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn,
div.jquery-filestyle label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn:focus,
div.jquery-filestyle label:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-box-shadow: 0 -2px 0 #333 inset;
  box-shadow: 0 -2px 0 #333 inset;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn:hover,
div.jquery-filestyle label:hover,
.btn:focus,
div.jquery-filestyle label:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn:active,
div.jquery-filestyle label:active,
.btn.active,
div.jquery-filestyle label.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  color: #fff;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn.disabled,
div.jquery-filestyle label.disabled,
.btn[disabled],
div.jquery-filestyle label[disabled],
fieldset[disabled] .btn,
fieldset[disabled] div.jquery-filestyle label {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}

/* line 436 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ebebeb;
  border-color: #b4b4b4;
}

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 445 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #3885c7;
}

/* line 436 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3680c1;
  border-color: #3175af;
}

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 445 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #3885c7;
}

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #efa63f;
}

/* line 436 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #eea237;
  border-color: #ec961e;
}

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 445 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #efa63f;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d64743;
}

/* line 436 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d5403c;
  border-color: #cb312c;
}

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 445 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d64743;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #52b452;
}

/* line 436 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4db14d;
  border-color: #46a146;
}

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 445 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #52b452;
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #4ebbdb;
}

/* line 436 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #46b8da;
  border-color: #30b0d5;
}

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 445 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #4ebbdb;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-link:hover,
.btn-link:focus {
  color: #3277b2;
  text-decoration: underline;
  background-color: transparent;
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-xs {
  padding: 1px 5px;
}

/* line 147 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 164 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/buttons.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */
.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */
.collapse {
  display: none;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */
.collapse.in {
  display: block;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/component-animations.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://ug-cdn.com/static/chatgrape/static/fonts/glyphicons-halflings-regular.eot');
  src: url('https://ug-cdn.com/static/chatgrape/static/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://ug-cdn.com/static/chatgrape/static/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://ug-cdn.com/static/chatgrape/static/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://ug-cdn.com/static/chatgrape/static/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 37 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 37 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-music:before {
  content: "\e002";
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-search:before {
  content: "\e003";
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-star:before {
  content: "\e006";
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-user:before {
  content: "\e008";
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-film:before {
  content: "\e009";
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-th:before {
  content: "\e011";
}

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-off:before {
  content: "\e017";
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-home:before {
  content: "\e021";
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-file:before {
  content: "\e022";
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-time:before {
  content: "\e023";
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-road:before {
  content: "\e024";
}

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-download:before {
  content: "\e026";
}

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 70 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 70 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-book:before {
  content: "\e043";
}

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-print:before {
  content: "\e045";
}

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-font:before {
  content: "\e047";
}

/* line 81 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 81 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 86 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 86 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-list:before {
  content: "\e056";
}

/* line 90 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 90 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 96 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 96 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 97 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 97 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-share:before {
  content: "\e066";
}

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-check:before {
  content: "\e067";
}

/* line 100 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 100 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-move:before {
  content: "\e068";
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-play:before {
  content: "\e072";
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 109 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 109 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 116 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 116 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 118 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 118 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 121 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 121 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 122 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 122 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-random:before {
  content: "\e110";
}

/* line 138 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 138 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 142 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 142 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 144 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 144 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 145 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 145 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 147 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 147 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 149 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 149 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 150 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 150 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 151 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 151 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 152 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 152 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 153 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 153 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 159 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 159 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 163 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 163 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 164 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 164 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 167 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 167 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-link:before {
  content: "\e144";
}

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 170 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 170 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 172 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 172 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 176 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 176 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 179 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 179 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 180 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 180 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 184 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 184 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 185 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 185 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-record:before {
  content: "\e165";
}

/* line 187 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 187 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-save:before {
  content: "\e166";
}

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-open:before {
  content: "\e167";
}

/* line 189 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 189 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-import:before {
  content: "\e169";
}

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-export:before {
  content: "\e170";
}

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-send:before {
  content: "\e171";
}

/* line 193 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 193 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 196 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 196 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 197 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 197 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 198 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 198 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-header:before {
  content: "\e180";
}

/* line 202 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 202 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 203 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 203 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 205 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 205 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 207 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 207 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 208 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 208 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 209 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 209 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 211 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 211 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 212 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 212 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 213 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 213 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 214 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 214 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 215 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 215 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 217 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 217 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 218 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 218 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 219 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 219 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 220 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 220 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 221 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 221 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-briefcase:before {
  content: "\1f4bc";
}

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-calendar:before {
  content: "\1f4c5";
}

/* line 223 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 223 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-pushpin:before {
  content: "\1f4cc";
}

/* line 224 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 224 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-paperclip:before {
  content: "\1f4ce";
}

/* line 225 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 225 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-camera:before {
  content: "\1f4f7";
}

/* line 226 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 226 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-lock:before {
  content: "\1f512";
}

/* line 227 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 227 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-bell:before {
  content: "\1f514";
}

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-bookmark:before {
  content: "\1f516";
}

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-fire:before {
  content: "\1f525";
}

/* line 230 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 230 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */
.glyphicon-wrench:before {
  content: "\1f527";
}

/* line 231 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/glyphicons.styl */

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown {
  position: relative;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca;
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.open > .dropdown-menu {
  display: block;
}

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.open > a {
  outline: 0;
}

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

/* line 145 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 167 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width:768px) {

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/dropdowns.styl */

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-default .caret {
  border-top-color: #fff;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.dropup .btn-default .caret {
  border-bottom-color: #fff;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 81 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-toolbar:after {
  clear: both;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-toolbar .btn-group {
  float: left;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 100 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn-group {
  float: left;
}

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 118 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 149 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 153 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn .caret {
  margin-left: 0;
}

/* line 170 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 184 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 205 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 209 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 213 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 218 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 221 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 226 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 235 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 240 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 249 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 252 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/button-groups.styl */

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 720 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

/* line 725 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 100 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 109 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-btn > .btn {
  position: relative;
}

/* line 122 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/input-groups.styl */

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.nav:before,
.nav:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.nav:after {
  clear: both;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav > li {
  position: relative;
  display: block;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav > li.disabled > a {
  color: #999;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav .open .dropdown-menu {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav > li > a > img {
  max-width: none;
}

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-pills > li {
  float: left;
}

/* line 116 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-pills > li > a {
  border-radius: 5px;
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
@media (max-width:991px) {

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
  .nav-stacked {
    margin-bottom: 25px;
  }
}

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-stacked > li {
  float: none;
}

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-justified {
  width: 100%;
}

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-justified > li {
  float: none;
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-justified > li > a {
  text-align: center;
}
@media (min-width:768px) {

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 176 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.tabbable:before,
.tabbable:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.tabbable:after {
  clear: both;
}

/* line 197 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 212 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav a:hover .caret {
  border-top-color: #3277b2;
  border-bottom-color: #3277b2;
}

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navs.styl */

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-transition: height 100ms ease;
  transition: height 100ms ease;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.navbar:before,
.navbar:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.navbar:after {
  clear: both;
}
@media (min-width:768px) {

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar {
    border-radius: 4px;
  }
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
#header-nav.skrollable-after .navbar {
  height: 60px;
  background-color: rgba(255,255,255,0.85) !important;
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
#header-nav.skrollable-after .navbar .navbar-brand {
  padding: 2px 15px 0;
}

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
#header-nav.skrollable-after .navbar .navbar-brand .logo {
  margin-top: 0;
  height: 50px;
}

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
#header-nav.skrollable-after .navbar .nav > li > a {
  padding: 17px 20px;
  height: 60px;
}

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
#header-nav.skrollable-after .navbar .nav > li > a img {
  vertical-align: top;
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.navbar-header:before,
.navbar-header:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.navbar-header:after {
  clear: both;
}
@media (min-width:768px) {

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-header {
    float: left;
  }
}

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: transform: translate3d(0, 0, 0);
  -ms-transform: transform: translate3d(0, 0, 0);
  transform: transform: translate3d(0, 0, 0);;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.navbar-collapse:after {
  clear: both;
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width:768px) {

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-collapse.in {
    overflow-y: visible;
  }

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width:768px) {

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width:768px) {

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

/* line 198 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 211 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width:768px) {

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 239 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 245 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width:768px) {

/* line 249 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-toggle {
    display: none;
  }
}

/* line 260 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 265 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width:767px) {

/* line 273 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

/* line 281 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

/* line 284 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

/* line 286 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width:768px) {

/* line 294 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav {
    float: left;
    margin: 0;
  }

/* line 298 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav > li {
    float: left;
  }

/* line 300 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width:768px) {

/* line 317 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-left {
    float: left !important;
  }

/* line 319 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-right {
    float: right !important;
  }
}

/* line 328 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width:768px) {

/* line 309 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

/* line 316 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .navbar-form .form-control {
    display: inline-block;
  }

/* line 323 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

/* line 329 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/forms.styl */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 339 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
@media (max-width:767px) {

/* line 340 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width:768px) {

/* line 349 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 364 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 369 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 374 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 393 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width:768px) {

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 407 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e8e8e8;
}

/* line 411 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 413 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #6b6b6b;
  background-color: transparent;
}

/* line 419 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-text {
  color: #777;
}

/* line 423 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 424 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 427 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 432 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 433 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e8e8e8;
}

/* line 438 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 439 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 446 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 448 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 451 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

/* line 456 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 461 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 463 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

/* line 469 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 470 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e8e8e8;
  color: #555;
}

/* line 473 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 479 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width:767px) {

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 488 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

/* line 490 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

/* line 495 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 496 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e8e8e8;
  }

/* line 501 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 502 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-link {
  color: #777;
}

/* line 518 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 527 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse {
  background-color: #222;
  border-color: #1f1f1f;
}

/* line 531 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-brand {
  color: #999;
}

/* line 533 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 539 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 543 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 544 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

/* line 547 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 552 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 553 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #1f1f1f;
}

/* line 558 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 559 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 567 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 569 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 572 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 577 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #202020;
}

/* line 582 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 583 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 584 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1f1f1f;
  color: #fff;
}

/* line 589 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 593 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 597 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 598 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 599 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width:767px) {

/* line 608 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 609 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1f1f1f;
  }

/* line 612 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

/* line 614 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

/* line 619 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 620 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #1f1f1f;
  }

/* line 625 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 626 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 635 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 637 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 643 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/navbar.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/breadcrumbs.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/breadcrumbs.styl */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/breadcrumbs.styl */
.breadcrumb > li {
  display: inline-block;
}

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/breadcrumbs.styl */
.breadcrumb > li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/breadcrumbs.styl */
.breadcrumb > .active {
  color: #999;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/breadcrumbs.styl */

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > li {
  display: inline;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eee;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 464 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 465 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 469 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 470 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 474 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 475 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 81 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 464 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 465 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 469 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 470 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 474 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 475 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pagination.styl */

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pager:before,
.pager:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.pager:after {
  clear: both;
}

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager li {
  display: inline;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/pager.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label:empty {
  display: none;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label-default {
  background-color: #999;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8a8a8a;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label-primary {
  background-color: #428bca;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #357ebc;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label-success {
  background-color: #5cb85c;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4bad4b;
}

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label-info {
  background-color: #5bc0de;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #41b6d9;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label-warning {
  background-color: #f0ad4e;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ee9f31;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */
.label-danger {
  background-color: #d9534f;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 487 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d43b37;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/labels.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */
.badge:empty {
  display: none;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/badges.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
.jumbotron p {
  line-height: 1.4;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width:768px) {

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/jumbotron.styl */

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/thumbnails.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert .alert-link {
  font-weight: bold;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert > p + p {
  margin-top: 5px;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert-dismissable {
  padding-right: 35px;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert-success {
  background-color: #dff0d8;
  border-color: #d7eac8;
  color: #468847;
}

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-success hr {
  border-top-color: #cce4b8;
}

/* line 400 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-success .alert-link {
  color: #3f7a40;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert-info {
  background-color: #d9edf7;
  border-color: #bee9f1;
  color: #3a87ad;
}

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-info hr {
  border-top-color: #ace3ed;
}

/* line 400 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-info .alert-link {
  color: #347a9c;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbefd6;
  color: #c09853;
}

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-warning hr {
  border-top-color: #f9e7c1;
}

/* line 400 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-warning .alert-link {
  color: #b58b42;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */
.alert-danger {
  background-color: #f2dede;
  border-color: #eed4d8;
  color: #b94a48;
}

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-danger hr {
  border-top-color: #e8c4c9;
}

/* line 400 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.alert-danger .alert-link {
  color: #a74240;
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/alerts.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress-striped .progress-bar {
  background-color: #428bca;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 81 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 506 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.progress-striped .progress-bar-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 506 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.progress-striped .progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 506 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.progress-striped .progress-bar-warning {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 506 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.progress-striped .progress-bar-danger {
  background-color: #d9534f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
@-ms-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* line 96 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/progress-bars.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media:first-child {
  margin-top: 0;
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media-object {
  display: block;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media-heading {
  margin: 0 0 5px;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/media.styl */

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item,
.panel .list-group a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item:first-child,
.panel .list-group a:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item:last-child,
.panel .list-group a:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item > .badge,
.panel .list-group a > .badge {
  float: right;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item > .badge + .badge,
.panel .list-group a > .badge + .badge {
  margin-right: 5px;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item .list-group-item-heading,
.panel .list-group a .list-group-item-heading {
  color: #333;
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item:hover,
.panel .list-group a:hover,
.list-group-item:focus,
.panel .list-group a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item.active,
.panel .list-group a.active,
.list-group-item.active:hover,
.panel .list-group a.active:hover,
.list-group-item.active:focus,
.panel .list-group a.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item.active .list-group-item-heading,
.panel .list-group a.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.panel .list-group a.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.panel .list-group a.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 70 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item.active .list-group-item-text,
.panel .list-group a.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.panel .list-group a.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.panel .list-group a.active:focus .list-group-item-text {
  color: #c6dcef;
}

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.pro-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.pro-list li {
  position: relative;
  padding: 0 0 12px 30px;
}

/* line 97 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */
.pro-list li i {
  font-size: 1.5em;
  color: #6cb500;
  position: absolute;
  left: 0;
  top: -3px;
}

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/list-group.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-body {
  padding: 15px;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-body:before,
.panel-body:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-body:after {
  clear: both;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel > .list-group {
  margin-bottom: 0;
  list-style-type: none;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel > .list-group .list-group-item,
.panel > .list-group a {
  border-width: 1px 0;
}

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel > .list-group .list-group-item:first-child,
.panel > .list-group a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel > .list-group .list-group-item:last-child,
.panel > .list-group a:last-child {
  border-bottom: 0;
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel > .table {
  margin-bottom: 0;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-title > a {
  color: inherit;
}

/* line 86 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 116 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 118 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-default {
  border-color: #ddd;
}

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-primary {
  border-color: #428bca;
}

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-success {
  border-color: #d7eac8;
}

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d7eac8;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d7eac8;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d7eac8;
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-warning {
  border-color: #fbefd6;
}

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbefd6;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbefd6;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbefd6;
}

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-danger {
  border-color: #eed4d8;
}

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed4d8;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed4d8;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed4d8;
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */
.panel-info {
  border-color: #bee9f1;
}

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bee9f1;
}

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bee9f1;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bee9f1;
}

/* line 149 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/panels.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/wells.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/wells.styl */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/wells.styl */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/wells.styl */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/wells.styl */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/wells.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/close.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/close.styl */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/close.styl */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/close.styl */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/close.styl */

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-open {
  overflow: hidden;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-header .close {
  margin-top: -2px;
}

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.modal-footer:before,
.modal-footer:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.modal-footer:after {
  clear: both;
}

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width:768px) {

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}

/* line 144 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/modals.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/tooltip.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.top {
  margin-top: -10px;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.right {
  margin-left: 10px;
}

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.bottom {
  margin-top: 10px;
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.left {
  margin-left: -10px;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover-content {
  padding: 9px 14px;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover .arrow {
  border-width: 11px;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}

/* line 78 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 86 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/popovers.styl */

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel {
  position: relative;
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .active {
  left: 0;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .next {
  left: 100%;
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .prev {
  left: -100%;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0) 100%));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.5)', endColorstr='rgba(0,0,0,0)', GradientType=1);
}

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0) 0%), color-stop(rgba(0,0,0,0.5) 100%));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.5)', GradientType=1);
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */

/* line 121 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

/* line 158 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

/* line 180 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width:768px) {

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/carousel.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.clearfix:before,
.clearfix:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
.clearfix:after {
  clear: both;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.pull-right {
  float: right !important;
}

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.pull-left {
  float: left !important;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.hide {
  display: none !important;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.show {
  display: block !important;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.invisible {
  visibility: hidden;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */
.affix {
  position: fixed;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/utilities.styl */

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  -ms-viewport {
    width: 320px;
  }
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.visible-xs {
  display: none !important;
}

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.visible-xs {
  display: none !important;
}

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width:767px) {

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-xs {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-xs {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:768px) and (max-width:991px) {

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-xs.visible-sm {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:992px) and (max-width:1199px) {

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-xs.visible-md {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:1200px) {

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-xs.visible-lg {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.visible-sm {
  display: none !important;
}

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.visible-sm {
  display: none !important;
}

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.visible-sm,
td.visible-sm {
  display: none !important;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (max-width:767px) {

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-sm.visible-xs {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width:768px) and (max-width:991px) {

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-sm {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-sm {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/* line 70 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:992px) and (max-width:1199px) {

/* line 71 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-sm.visible-md {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:1200px) {

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-sm.visible-lg {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 81 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.visible-md {
  display: none !important;
}

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.visible-md {
  display: none !important;
}

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.visible-md,
td.visible-md {
  display: none !important;
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (max-width:767px) {

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-md.visible-xs {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:768px) and (max-width:991px) {

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-md.visible-sm {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-md {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-md {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

/* line 96 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:1200px) {

/* line 97 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-md.visible-lg {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.visible-lg {
  display: none !important;
}

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.visible-lg {
  display: none !important;
}

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.visible-lg,
td.visible-lg {
  display: none !important;
}

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (max-width:767px) {

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-lg.visible-xs {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

/* line 109 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:768px) and (max-width:991px) {

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-lg.visible-sm {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:992px) and (max-width:1199px) {

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-lg.visible-md {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width:1200px) {

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-lg {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-lg {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.hidden-xs {
  display: block !important;
}

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.hidden-xs {
  display: table-row !important;
}

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width:767px) {

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-xs {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-xs {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:768px) and (max-width:991px) {

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-xs.hidden-sm {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:992px) and (max-width:1199px) {

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-xs.hidden-md {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-xs.hidden-md {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

/* line 139 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:1200px) {

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-xs.hidden-lg {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 145 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.hidden-sm {
  display: block !important;
}

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.hidden-sm {
  display: table-row !important;
}

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

/* line 147 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (max-width:767px) {

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-sm.hidden-xs {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {

/* line 152 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-sm {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-sm {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

/* line 155 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:992px) and (max-width:1199px) {

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-sm.hidden-md {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-sm.hidden-md {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:1200px) {

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-sm.hidden-lg {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.hidden-md {
  display: block !important;
}

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.hidden-md {
  display: table-row !important;
}

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (max-width:767px) {

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-md.hidden-xs {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-md.hidden-xs {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:768px) and (max-width:991px) {

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-md.hidden-sm {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-md.hidden-sm {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-md {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-md {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:1200px) {

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-md.hidden-lg {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-md.hidden-lg {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 187 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.hidden-lg {
  display: block !important;
}

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.hidden-lg {
  display: table-row !important;
}

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

/* line 189 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (max-width:767px) {

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-lg.hidden-xs {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:768px) and (max-width:991px) {

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-lg.hidden-sm {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
@media (min-width:992px) and (max-width:1199px) {

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-lg.hidden-md {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-lg.hidden-md {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width:1200px) {

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-lg {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-lg {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
.visible-print {
  display: none !important;
}

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
tr.visible-print {
  display: none !important;
}

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {

/* line 215 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .visible-print {
    display: block !important;
  }

/* line 516 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.visible-print {
    display: table-row !important;
  }

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

/* line 218 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */
  .hidden-print {
    display: none !important;
  }

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  tr.hidden-print {
    display: none !important;
  }

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/mixins.styl */
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/responsive-utilities.styl */

/* line 222 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout code {
  border-radius: 3px;
}

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout+.bs-callout {
  margin-top: -5px;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-default {
  border-left-color: #777;
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-default h4 {
  color: #777;
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-primary {
  border-left-color: #428bca;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-primary h4 {
  color: #428bca;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-success {
  border-left-color: #5cb85c;
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-success h4 {
  color: #5cb85c;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-danger {
  border-left-color: #d9534f;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-danger h4 {
  color: #d9534f;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-warning {
  border-left-color: #f0ad4e;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-warning h4 {
  color: #f0ad4e;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-info {
  border-left-color: #5bc0de;
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */
.bs-callout-info h4 {
  color: #5bc0de;
}

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/bootstrap/callouts.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/index.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/index.styl */

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/index.styl */

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/index.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/border.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/border.styl */

/* line 3 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/clearfix.styl */

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/clearfix.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/color-image.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/color-image.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/flex.styl */

/* line 197 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/flex.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/gradients.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/gradients.styl */

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/config.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/config.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/iconic.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/iconic.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/image.styl */

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/image.styl */

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/overflow.styl */

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/overflow.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/positions.styl */

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/positions.styl */

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/reset.styl */

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/reset.styl */

/* line 5 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/index.styl */

/* line 5 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/index.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/aliases.styl */

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/aliases.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/ellipsis.styl */

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/ellipsis.styl */

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/hide-text.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/hide-text.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/replace-text.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/text/replace-text.styl */

/* line undefined : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/vendor.styl */

/* line 576 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/vendor.styl */

/* line 576 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/config.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/config.styl */

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/size.styl */

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Imports */

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/nib/lib/nib/size.styl */

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.grape {
  color: #542f59 !important;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.red {
  color: #e9573f !important;
}

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.dark {
  color: #625a67 !important;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.green {
  color: #6cb500 !important;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.green-dark {
  color: #5fa000 !important;
}

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.gainsboro-light {
  color: #dad6e0 !important;
}

/* line 90 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.white,
.colored strong,
.colored .bold {
  color: #fff !important;
}

/* line 100 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-grape,
.bg-dark,
.bg-red,
.bg-transparent {
  color: #bfb4ca;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-grape h1,
.bg-dark h1,
.bg-red h1,
.bg-transparent h1,
.bg-grape h2,
.bg-dark h2,
.bg-red h2,
.bg-transparent h2,
.bg-grape h3,
.bg-dark h3,
.bg-red h3,
.bg-transparent h3,
.bg-grape h4,
.bg-dark h4,
.bg-red h4,
.bg-transparent h4,
.bg-grape h5,
.bg-dark h5,
.bg-red h5,
.bg-transparent h5,
.bg-grape h6,
.bg-dark h6,
.bg-red h6,
.bg-transparent h6 {
  color: #fff;
}

/* line 109 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-grape p,
.bg-dark p,
.bg-red p,
.bg-transparent p,
.bg-grape ul,
.bg-dark ul,
.bg-red ul,
.bg-transparent ul {
  color: #bfb4ca;
}

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-grape a,
.bg-dark a,
.bg-red a,
.bg-transparent a,
.bg-grape a:visited,
.bg-dark a:visited,
.bg-red a:visited,
.bg-transparent a:visited {
  color: #6fbce4;
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-grape a:hover,
.bg-dark a:hover,
.bg-red a:hover,
.bg-transparent a:hover,
.bg-grape a:visited:hover,
.bg-dark a:visited:hover,
.bg-red a:visited:hover,
.bg-transparent a:visited:hover {
  color: #9ad0ec;
}

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-grape,
.bg-dark {
  background: #542f59;
}

/* line 121 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-dark {
  background: #392844;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-aqua {
  background: #99d4e8;
  color: #093241;
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-aqua hgroup h2 i {
  color: #0080ff;
}

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-red {
  background: #e9573f;
}

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-transparent {
  background: transparent;
}

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-white {
  background: #fff;
}

/* line 144 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-silver-light {
  background: #f8f8f8;
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.bg-silver-dark {
  background: #eeecef;
}

/* line 149 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.pricing-table.focus {
  background: #0080ff;
  color: #fff;
  text-shadow: none;
}

/* line 159 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.white-text {
  color: #fff;
}

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.colored p,
.colored ul {
  color: rgba(255,255,255,0.7);
}

/* line 170 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.color-overlay {
  background: rgba(0,0,0,0.45);
}

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.standard-button {
  background: #542f59;
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.standard-button:hover {
  background: #4c2a50;
}

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #6cb500;
  border-color: inherit;
}

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.main-color {
  color: #0080ff;
}

/* line 185 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.features .feature:hover .icon-container .icon {
  background: #6b798f;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #6b798f;
  box-shadow: 0px 0px 0px 2px #6b798f;
}

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.features .feature .icon-container .icon {
  border: 1px solid #6b798f;
  color: #6b798f;
}

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.feature-list li i {
  color: #642081;
}

/* line 198 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
.screenshots .owl-theme .owl-controls .owl-page span {
  background: #6b798f;
}

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
footer .contact-button {
  border: 2px solid #6b798f;
  color: #6b798f;
}

/* line 205 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
footer .contact-button:hover {
  background: #6b798f;
}

/* line 208 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
  border: 1px solid #6b798f;
}

/* line 211 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */
footer .social-icons li a:hover {
  color: #6b798f;
}

/* line 213 : /srv/chatgrape/build/code/chatgrape/stylus/misc/colors.styl */

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
.organization-list .org,
#new-organization .dropzone.dz-drag-hover .org-logo-add img,
.service-object:hover,
.invite-code,
.signup,
.form.simple-form .signup,
body:not(.account-pages) .form-wrapper.expanded,
.well,
.panel {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
.float-group .floater {
  float: left;
  margin-right: 5px;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
.float-group .float-group-content {
  overflow: hidden;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
.no-outline:focus,
.no-outline *:focus {
  outline: inherit;
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h5,
.h5,
.indexapi-browser .indexapi-itemlist .item h4,
.indexapi-browser .indexapi-infoBox h3,
.serviceconnection-list ul li .delete,
.serviceconnection-list ul li h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.2857rem;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.member-list li,
.explanation,
.mobile .coming-soon-link span,
.indexapi-browser .indexapi-itemlist .indexapi-searchlist time,
.indexapi-browser .indexapi-itemlist .item aside,
.indexapi-browser .indexapi-infoBox .jsonbox pre,
.indexapi-browser .indexapi-infoBox .jsonbox code {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.organization-list .org footer,
.serviceconnection-list ul li h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.main-title h2 {
  font-size: 26px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.9rem;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.plan h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 2.3rem;
}
@media (max-width:767px) {

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  .plan h3,
.plan h3 {
    font-size: 26px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 1.9rem;
  }
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.main-title h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 61px;
  line-height: 3.8rem;
}
@media (max-width:767px) {

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  .main-title h1,
.main-title h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 37px;
    line-height: 2.3rem;
  }
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
a,
a:visited {
  color: #0080ff;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
a a:hover,
a:visited a:hover {
  color: #39f;
  text-decoration: none;
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.colored a {
  color: #fff;
}

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.colored a.hover {
  color: rgba(255,255,255,0.5);
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
li {
  font-family: "Proxima Nova", Arial, Helvetica, Geneva, sans-serif;
}

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 12px 0 12px;
  letter-spacing: 0;
  font-family: "Proxima Nova", Arial, Helvetica, Geneva, sans-serif;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  max-width: 960px;
  color: #333;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
a h1,
a .h1,
a h2,
a .h2,
a h3,
a .h3,
a h4,
a .h4,
a h5,
a .h5,
a h6,
a .h6,
a:visited h1,
a:visited .h1,
a:visited h2,
a:visited .h2,
a:visited h3,
a:visited .h3,
a:visited h4,
a:visited .h4,
a:visited h5,
a:visited .h5,
a:visited h6,
a:visited .h6,
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
h1 a:visited,
.h1 a:visited,
h2 a:visited,
.h2 a:visited,
h3 a:visited,
.h3 a:visited,
h4 a:visited,
.h4 a:visited,
h5 a:visited,
.h5 a:visited,
h6 a:visited,
.h6 a:visited {
  color: #0080ff;
}

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
a h1 a:hover,
a .h1 a:hover,
a h2 a:hover,
a .h2 a:hover,
a h3 a:hover,
a .h3 a:hover,
a h4 a:hover,
a .h4 a:hover,
a h5 a:hover,
a .h5 a:hover,
a h6 a:hover,
a .h6 a:hover,
a:visited h1 a:hover,
a:visited .h1 a:hover,
a:visited h2 a:hover,
a:visited .h2 a:hover,
a:visited h3 a:hover,
a:visited .h3 a:hover,
a:visited h4 a:hover,
a:visited .h4 a:hover,
a:visited h5 a:hover,
a:visited .h5 a:hover,
a:visited h6 a:hover,
a:visited .h6 a:hover,
h1 a a:hover,
.h1 a a:hover,
h2 a a:hover,
.h2 a a:hover,
h3 a a:hover,
.h3 a a:hover,
h4 a a:hover,
.h4 a a:hover,
h5 a a:hover,
.h5 a a:hover,
h6 a a:hover,
.h6 a a:hover,
h1 a:visited a:hover,
.h1 a:visited a:hover,
h2 a:visited a:hover,
.h2 a:visited a:hover,
h3 a:visited a:hover,
.h3 a:visited a:hover,
h4 a:visited a:hover,
.h4 a:visited a:hover,
h5 a:visited a:hover,
.h5 a:visited a:hover,
h6 a:visited a:hover,
.h6 a:visited a:hover {
  color: #1a8dff;
  text-decoration: none;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 10px 0 10px;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h1,
.h1 {
  margin: 22px 0 12px;
  font-size: 30px;
}
@media (min-width:768px) {

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  h1,
  .h1 {
    font-size: 54px;
  }
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h2,
.h2 {
  font-size: 26px;
}
@media (min-width:768px) {

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  h2,
  .h2 {
    font-size: 34px;
  }
}

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h3,
.h3 {
  font-size: 24px;
}
@media (min-width:768px) {

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  h3,
  .h3 {
    font-size: 26px;
  }
}

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h4,
.h4 {
  font-size: 20px;
}

/* line 118 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
h5,
.h5 {
  font-weight: bold;
}

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.text ul,
.the-content ul,
.text ol,
.the-content ol {
  padding-left: 20px;
}

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.text ul li,
.the-content ul li {
  list-style-type: disc;
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.text ol li,
.the-content ol li {
  list-style-type: decimal;
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.align-left {
  text-align: left;
}

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.align-center {
  text-align: center;
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.align-right {
  text-align: right;
}

/* line 150 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.leading-paragraph,
.paragraph {
  line-height: 1.5;
}

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.leading-paragraph {
  font-size: 17px;
  font-weight: 300;
}
@media (min-width:768px) {

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  .leading-paragraph {
    font-size: 22px;
  }
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.paragraph {
  margin: 20px 0;
  text-align: left;
  font-size: 15px;
}
@media (min-width:768px) {

/* line 164 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  .paragraph {
    font-size: 17px;
  }
}

/* line 167 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.narrow-content {
  max-width: 660px;
  margin: 0 auto;
}

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.content-title {
  margin-bottom: 60px;
}

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.thin {
  font-weight: 300;
}

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
.list-item {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (min-width:768px) {

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */
  .list-item {
    font-size: 17px;
  }
}

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/misc/typography.styl */

/* line 183 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */

/* line 1 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .hll {
  background-color: #ffc;
}

/* line 2 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight {
  background: #fff;
}

/* line 3 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .c {
  color: #888;
}

/* line 4 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .err {
  color: #f00;
  background-color: #faa;
}

/* line 5 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .k {
  color: #080;
  font-weight: bold;
}

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .o {
  color: #333;
}

/* line 7 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .cm {
  color: #888;
}

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .cp {
  color: #579;
}

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .c1 {
  color: #888;
}

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .cs {
  color: #c00;
  font-weight: bold;
}

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gd {
  color: #a00000;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .ge {
  font-style: italic;
}

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gr {
  color: #f00;
}

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gh {
  color: #000080;
  font-weight: bold;
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gi {
  color: #00a000;
}

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .go {
  color: #888;
}

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gp {
  color: #c65d09;
  font-weight: bold;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gs {
  font-weight: bold;
}

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gu {
  color: #800080;
  font-weight: bold;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .gt {
  color: #04d;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .kc {
  color: #080;
  font-weight: bold;
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .kd {
  color: #080;
  font-weight: bold;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .kn {
  color: #080;
  font-weight: bold;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .kp {
  color: #038;
  font-weight: bold;
}

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .kr {
  color: #080;
  font-weight: bold;
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .kt {
  color: #339;
  font-weight: bold;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .m {
  color: #60e;
  font-weight: bold;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .s {
  background-color: #fff0f0;
}

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .na {
  color: #00c;
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nb {
  color: #007020;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nc {
  color: #b06;
  font-weight: bold;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .no {
  color: #036;
  font-weight: bold;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nd {
  color: #555;
  font-weight: bold;
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .ni {
  color: #800;
  font-weight: bold;
}

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .ne {
  color: #f00;
  font-weight: bold;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nf {
  color: #06b;
  font-weight: bold;
}

/* line 37 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nl {
  color: #970;
  font-weight: bold;
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nn {
  color: #0e84b5;
  font-weight: bold;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nt {
  color: #070;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .nv {
  color: #963;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .ow {
  color: #000;
  font-weight: bold;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .w {
  color: #bbb;
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .mf {
  color: #60e;
  font-weight: bold;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .mh {
  color: #058;
  font-weight: bold;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .mi {
  color: #00d;
  font-weight: bold;
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .mo {
  color: #40e;
  font-weight: bold;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .sb {
  background-color: #fff0f0;
}

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .sc {
  color: #04d;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .sd {
  color: #d42;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .s2 {
  background-color: #fff0f0;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .se {
  color: #666;
  font-weight: bold;
  background-color: #fff0f0;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .sh {
  background-color: #fff0f0;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .si {
  background-color: #eee;
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .sx {
  color: #d20;
  background-color: #fff0f0;
}

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .sr {
  color: #000;
  background-color: #fff0ff;
}

/* line 56 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .s1 {
  background-color: #fff0f0;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .ss {
  color: #a60;
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .bp {
  color: #007020;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .vc {
  color: #369;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .vg {
  color: #d70;
  font-weight: bold;
}

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .vi {
  color: #33b;
}

/* line 62 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */
.highlight .il {
  color: #00d;
  font-weight: bold;
}

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/misc/pygments-colorful.styl */

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */

/* line 4 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container {
  background: transparent url('https://ug-cdn.com/static/chatgrape/static/images/switch.png?7db176877c82') no-repeat 50% 50%;
  width: 600px;
  max-width: 100%;
}

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-selectable,
.ms-container .ms-selection {
  background: #fff;
  color: #555;
  float: left;
  width: 45%;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-selection {
  float: right;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-list.ms-focus {
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  outline: 0;
  outline: thin dotted 9;
}

/* line 59 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-optgroup-container {
  width: 100%;
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

/* line 83 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #642081;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-selectable li.ms-hover span,
.ms-container .ms-selection li.ms-hover span {
  color: #fff;
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */

/* line 100 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
form.simple-form .form-group .ms-optgroup-label span::after,
form.simple-form .form-group .ms-elem-selectable span::after,
form.simple-form .form-group .ms-elem-selection span::after {
  display: none;
}

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
form.simple-form .form-group .ms-elem-selectable,
form.simple-form .form-group .ms-elem-selection {
  font-weight: normal;
}

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */
form.simple-form .form-group .ms-optgroup-label {
  padding: 5px;
  background: #f8f8f8;
  border-bottom: 1px solid #eeecef;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/elements/multi-select.styl */

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */

/* line 4 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn,
.btn:active,
.btn:visited,
.btn:focus,
div.jquery-filestyle label {
  border: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  overflow: hidden;
  word-break: break-word;
  padding: 9px 15px;
  color: #697078;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  outline: none;
  line-height: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn .btn-hl,
.btn:active .btn-hl,
.btn:visited .btn-hl,
.btn:focus .btn-hl,
div.jquery-filestyle label .btn-hl {
  font-size: 1.5em;
  display: block;
}
@media (max-width:767px) {

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
  .btn,
  .btn:active,
  .btn:visited,
  .btn:focus,
  div.jquery-filestyle label,
div.jquery-filestyle label {
    margin: 4px 0;
    display: block;
    width: 100%;
    float: none !important;
    height: auto !important;
  }
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn:active,
.btn:focus {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:visited {
  background: #fff;
  border: 1px solid #dbdfe3;
  border-bottom-color: #d3d7db;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-default:hover {
  color: #697078;
  background: #f3f5f8;
  border: 1px solid #dbdfe3;
  border-bottom-color: #d3d7db;
  border: 1px solid #d3d3d3;
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-mega,
.btn-mega:active,
.btn-mega:focus {
  font-size: 18px;
  border-radius: 6px;
  padding: 15px 25px;
}
@media (max-width:767px) {

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
  .btn-mega,
  .btn-mega:active,
  .btn-mega:focus {
    height: 51px;
    padding: 12px 22px;
    font-size: 18px;
  }
}

/* line 63 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-large,
.btn-large:active,
.btn-large:focus,
.btn-large:visited {
  padding: 12px 20px;
  font-size: 16px;
}

/* line 70 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-small,
.btn-small:active,
.btn-small:focus,
.btn-small:visited {
  padding: 6px 10px !important;
  min-width: 26px;
}

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-light {
  font-weight: normal;
}

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-block {
  padding-left: 8px;
  padding-right: 8px;
  white-space: normal;
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-grape,
div.jquery-filestyle label {
  color: #fff !important;
  background: #542f59;
  border-color: #542f59;
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-grape:hover,
div.jquery-filestyle label:hover,
.btn-grape:active,
div.jquery-filestyle label:active {
  color: #fff;
  background: #77427e;
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-grape.disabled,
div.jquery-filestyle label.disabled {
  background: #74417a;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-aqua {
  color: #fff !important;
  background: #0080ff;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-aqua:hover,
.btn-aqua:active {
  color: #fff;
  background: #1a8dff;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-aqua.disabled {
  background: #39f;
}

/* line 104 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-tomato {
  color: #fff !important;
  background: #d53b37;
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-tomato:hover,
.btn-tomato:active {
  color: #fff;
  background: #db544f;
}

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-tomato.disabled {
  background: #de6461;
}

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-danger {
  color: #fff !important;
}

/* line 116 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-primary {
  color: #fff !important;
  background: #6cb500;
  border-color: #6cb500;
}

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-primary:hover,
.btn-primary:active {
  color: #fff;
  background: #7ccf00;
  border-color: #7ccf00;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-primary.disabled {
  background: #89e600;
  border-bottom: 2px solid #5fa000;
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background: #93f700;
}

/* line 130 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-tomato {
  color: #fff !important;
  background: #f54d2b;
}

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-tomato:hover,
.btn-tomato:active {
  color: #fff;
  background: #f65b3c;
}

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-tomato.disabled {
  background: #fff;
  border-bottom: 2px solid #e9573f;
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-gainsboro {
  color: #574a61 !important;
  background: #dad6e0;
}

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-gainsboro:hover,
.btn-gainsboro:active {
  color: #453b4d;
  background: #e9e6ec;
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-gainsboro.disabled {
  background: #bdb3c5;
  border-bottom: 2px solid #aca0b6;
}

/* line 151 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-transparent,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.btn-transparent.disabled,
.btn-transparent[disabled] {
  background: rgba(255,255,255,0.2) none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  color: #fff;
}

/* line 161 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-transparent:hover {
  background: rgba(255,255,255,0.5) none;
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.remove {
  color: #e9573f;
}

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-github {
  -webkit-box-shadow: inset 0px 0px 0px 2px #545454;
  box-shadow: inset 0px 0px 0px 2px #545454;
}

/* line 172 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.btn-google {
  -webkit-box-shadow: inset 0px 0px 0px 2px #7b4444;
  box-shadow: inset 0px 0px 0px 2px #7b4444;
  color: #662727;
}

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */
.navbar-btn {
  margin: 23px auto;
}

/* line 179 : /srv/chatgrape/build/code/chatgrape/stylus/elements/buttons.styl */

/* line 179 : /srv/chatgrape/build/code/chatgrape/stylus/elements/images.styl */

/* line 1 : /srv/chatgrape/build/code/chatgrape/stylus/elements/images.styl */
.img-avatar {
  width: 64px;
  height: 64px;
}

/* line 4 : /srv/chatgrape/build/code/chatgrape/stylus/elements/images.styl */
.img-logout {
  margin-bottom: 20px;
}

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/elements/images.styl */
.tut-pic {
  border: 1px solid #dad6e0;
  background: #fff;
  padding: 5px;
}

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/elements/images.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.container {
  max-width: 990px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-normal,
.features,
.autocomplete {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width:767px) {

/* line 19 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .section-normal,
  .features,
  .autocomplete,
.features,
.autocomplete {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-center,
.section-centered,
.intro-section,
.references,
.presentation,
section.services,
.devices,
.partners,
body > footer {
  text-align: center;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-center hgroup,
.section-centered hgroup,
.intro-section hgroup,
.references hgroup,
.presentation hgroup,
section.services hgroup,
.devices hgroup,
.partners hgroup,
body > footer hgroup {
  text-align: center;
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-center h1,
.section-centered h1,
.intro-section h1,
.references h1,
.presentation h1,
section.services h1,
.devices h1,
.partners h1,
body > footer h1,
.section-center h2,
.section-centered h2,
.intro-section h2,
.references h2,
.presentation h2,
section.services h2,
.devices h2,
.partners h2,
body > footer h2,
.section-center h3,
.section-centered h3,
.intro-section h3,
.references h3,
.presentation h3,
section.services h3,
.devices h3,
.partners h3,
body > footer h3,
.section-center h4,
.section-centered h4,
.intro-section h4,
.references h4,
.presentation h4,
section.services h4,
.devices h4,
.partners h4,
body > footer h4,
.section-center h5,
.section-centered h5,
.intro-section h5,
.references h5,
.presentation h5,
section.services h5,
.devices h5,
.partners h5,
body > footer h5,
.section-center h6,
.section-centered h6,
.intro-section h6,
.references h6,
.presentation h6,
section.services h6,
.devices h6,
.partners h6,
body > footer h6,
.section-center p,
.section-centered p,
.intro-section p,
.references p,
.presentation p,
section.services p,
.devices p,
.partners p,
body > footer p {
  margin-left: auto;
  margin-right: auto;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width:767px) {

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .section-narrow {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.center-image {
  margin: 0 auto 50px auto;
  max-width: 350px;
}

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width:767px) {

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .section-narrow {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width:767px) {

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .line-left {
    margin-left: auto !important;
    margin-right: auto !important;
  }

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .section-normal {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.breath {
  margin: 50px auto;
}

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg {
  position: relative;
}

/* line 74 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg .container {
  z-index: 20;
  text-shadow: 0 3px 3px #542f59;
}

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg .bg-video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg .bg-video div {
  height: 800px;
  margin-top: -300px;
}

/* line 88 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg .bg-video div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* line 96 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg .bg-video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width:767px) {

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .section-video-bg .bg-video {
    display: none;
  }
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-video-bg video {
  display: block;
}

/* line 109 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
header .color-overlay {
  min-height: 900px;
  overflow: hidden;
}

/* line 113 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
header .full-screen {
  width: 100%;
  height: 100px;
}
@media (max-height: 700px) {

/* line 116 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  header .full-screen {
    height: auto;
    padding-bottom: 80px;
  }
}

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#existing-users-login {
  padding-top: 20px;
  margin-bottom: 10px;
}

/* line 129 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#existing-users-login a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.intro-section {
  margin: auto;
}

/* line 136 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.intro-section .img {
  margin-left: -31px;
}

/* line 138 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.intro-section .input-box {
  height: 51px;
  width: 250px;
}
@media (max-width:767px) {

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .intro-section .input-box {
    margin-top: 5px !important;
    width: 100% !important;
  }
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation {
  position: relative;
}

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation .video-button {
  position: absolute;
  bottom: 45%;
  width: 100%;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
}

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation .video-button span {
  color: #e9573f;
  font-size: 82px;
  border-radius: 8px;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  padding: 0 22px;
  border: 2px solid;
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 166 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation:hover .video-button {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation:hover .video-button span {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 170 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation .slider {
  height: 458px;
  background: url('https://ug-cdn.com/static/chatgrape/static/images/loading.gif?aa380acfe138') no-repeat center center transparent;
}

/* line 173 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation .slider .sss {
  height: 258px;
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.video-presentation .slider.sliderOn {
  background: none;
  height: auto;
}

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.mfp-iframe-scaler iframe {
  border: 2px solid #f8f8f8;
}

/* line 180 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
@media (max-height: 700px) {

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .main-title {
    margin: 12px auto 20px;
  }
}

/* line 184 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 185 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.main-title h3 em {
  color: #6cb500;
}

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
header .intro-section .intro {
  color: #fff;
  margin-bottom: 36px;
}

/* line 193 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
header .intro-section h5 {
  color: #fff;
}

/* line 196 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
header .intro-section .buttons {
  margin: 25px 0 35px;
}

/* line 199 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
@media screen and (min-width:992px) {

/* line 201 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .subscription-form-container {
    display: inline-block;
  }

/* line 203 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .subscription-form-container form {
    float: left;
  }
}

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.verification {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
}

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.verification div {
  display: none;
  padding: 12px 12px;
  border-top: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
}

/* line 223 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.verification div:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

/* line 225 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.verification .subscription-success {
  background-color: #f1ffdc;
  border-color: #c6ff73;
  color: #5fa000;
}

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.verification .subscription-error {
  background-color: #fdeeec;
  border-color: #f6bcb2;
  color: #e9573f;
}

/* line 238 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.references,
.presentation {
  overflow: hidden;
}

/* line 242 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 243 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.references img {
  border-radius: 50%;
  margin-bottom: 12px;
}

/* line 246 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.references h4 {
  color: #aca0b6;
}
@media (max-width:767px) {

/* line 249 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .references img {
    width: 60px;
  }

/* line 251 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .references .col-md-4 {
    margin-top: 38px;
  }
}

/* line 258 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 259 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.features .col-md-3 {
  padding-bottom: 32px;
}

/* line 261 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.features .col-md-3 i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #88b282;
  background: #fff;
  line-height: 22px;
  text-align: center;
  border: 2px solid;
  font-size: 14px;
}

/* line 271 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.features .col-md-3 a {
  color: inherit;
  padding: 6px;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

/* line 277 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.features .col-md-3 a:hover {
  color: inherit;
  background: #ddd;
  border-radius: 8px;
}

/* line 281 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.features .col-md-3 a h5 {
  color: inherit;
}

/* line 283 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.features,
.autocomplete {
  overflow: hidden;
}

/* line 286 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.owl-carousel {
  position: relative;
}

/* line 288 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.owl-carousel .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 297 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 298 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.icon-list i,
.service-icon i,
.principle-icon i,
.devices .row i {
  margin-bottom: 12px;
  font-size: 60px;
  color: #642081;
}

/* line 304 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
section.services {
  padding-top: 52px;
}

/* line 307 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.single-service {
  margin: 20px 20px 40px 0;
  text-align: left;
}

/* line 310 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.single-service h4 {
  margin-top: 0;
}

/* line 312 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.single-service img[width="32"] {
  margin-left: 32px;
}

/* line 315 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 317 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.service-icon i {
  color: #c79ac7;
}

/* line 319 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.bot_name {
  display: none;
}

/* line 329 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#main-fp-signup {
  position: relative;
  margin-top: 17px;
}

/* line 332 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#main-fp-signup #form-trauby {
  position: absolute;
  top: -58px;
  z-index: 20;
  left: 50%;
  margin-left: -60px;
}

/* line 338 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#main-fp-signup #form-trauby-front {
  position: relative;
  z-index: 90;
}

/* line 345 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 346 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.security .fadeInLeft {
  text-align: center;
}
@media screen and (min-width:992px) {

/* line 349 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .security img {
    margin-top: -26px;
  }
}

/* line 356 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 358 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.devices .row {
  margin-top: 10px;
}

/* line 361 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.devices .row i {
  color: #6cb500;
}

/* line 363 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.devices .row p {
  color: #fff;
}

/* line 370 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.partners {
  padding: 30px 0 0 0;
}

/* line 373 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.partners img {
  margin-bottom: 30px;
}

/* line 377 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 379 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.member-list li {
  float: left;
  width: 33%;
}

/* line 384 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.member-list li img {
  float: left;
  margin-right: 5px;
}

/* line 387 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.member-list li strong {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 396 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 397 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 398 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.registration-section .col-md-3 p {
  color: #ddd;
}

/* line 401 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 402 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 403 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 404 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.register .col-md-3 .username .help_text {
  display: none;
}

/* line 428 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 429 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
table.members-list tbody>tr>td {
  vertical-align: middle;
}

/* line 431 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
table.members-list .btn-removeuser {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 433 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 434 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 435 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
table.members-list tr:hover td .btn-removeuser {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

/* line 437 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 438 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.removal-confirmation .author,
.removal-confirmation .removal-or,
.removal-confirmation .btn-cancel,
.removal-confirmation .removal-warning {
  color: #625a67;
}

/* line 443 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.removal-confirmation .btn-cancel:hover {
  color: #aca0b6;
}

/* line 446 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.removal-confirmation .removal-warning {
  margin: 20px 0;
}

/* line 449 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.brand-guidelines-example {
  text-align: center;
}

/* line 451 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.logo-container-light {
  text-align: center;
}

/* line 454 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-select {
  cursor: pointer;
}

/* line 456 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 457 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-select .list-group-item:hover {
  color: #396000;
  background: #bdff5b;
}

/* line 460 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-select .btn-organization-join {
  float: right;
}

/* line 463 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 464 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org {
  position: relative;
  min-height: 160px;
  display: block;
  text-align: center;
  margin: 0 0 22px 0;
  border: 1px solid #ddd;
  padding: 8px;
}

/* line 473 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org img {
  border-radius: 50%;
  margin-bottom: 12px;
}

/* line 476 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org footer {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

/* line 484 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org:hover {
  color: #0080ff;
}

/* line 486 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 488 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org-settings {
  padding: 3px;
  display: block;
  position: absolute;
  top: 1px;
  right: 20px;
  background-color: #f8f8f8;
  width: 25px;
  text-align: center;
  z-index: 15;
}

/* line 498 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-list .org-settings:hover {
  background: #dad6e0;
}

/* line 500 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.org-logo {
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc;
  padding: 12px 5px 0;
  margin-bottom: 8px;
  max-width: 620px;
}

/* line 508 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.org-logo img {
  background: #fff;
}

/* line 510 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.org-logo .resolution {
  margin-bottom: 0;
}

/* line 512 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.org-logo .where {
  font-style: italic;
}

/* line 514 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 515 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.org-logo .small-org-logo img {
  margin-top: 36px;
}

/* line 517 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 518 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.org-logo .tiny-org-logo img {
  margin-top: 52px;
}

/* line 520 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.signup .org-logo {
  border-left: none;
}

/* line 522 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organizations .create {
  float: right;
}

/* line 525 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#new-organization {
  display: none;
}

/* line 527 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#new-organization .org-logo-add {
  text-align: center;
  background: #f8f8f8;
  padding: 8px 5px;
  min-height: 120px;
}

/* line 532 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#new-organization .org-logo-add img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/* line 534 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 535 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#new-organization .dropzone.dz-drag-hover .org-logo-add {
  background: #80c0ff;
}

/* line 537 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 541 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 542 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.no-orgas .org-create-click.org {
  display: none;
}

/* line 544 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.no-orgas #new-organization {
  display: block;
}

/* line 547 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 548 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 550 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
form .avatar img,
form .logo img {
  display: none;
}

/* line 552 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 553 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-settings .form-group.logo {
  overflow: hidden;
  padding-right: 12px;
}

/* line 556 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.organization-settings .form-group.logo img {
  display: none;
}

/* line 559 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 560 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.notification-settings .well {
  min-height: 200px;
}

/* line 563 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.col-md-6.signup.wow {
  overflow: hidden;
}

/* line 573 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
#custom-integrations {
  padding-bottom: 80px;
}

/* line 576 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan-boxes {
  margin-bottom: 30px;
  padding-top: 0px;
}

/* line 580 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan {
  display: block;
  background: #fff;
  border: 1px solid #5fa000;
  padding: 22px;
  margin: 22px 5px;
  position: relative;
  border-radius: 8px;
}

/* line 588 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan h3 {
  font-weight: bold;
  color: #5fa000;
  margin-bottom: 0;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 595 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan.pro {
  border: 3px solid #642081;
}

/* line 597 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan.pro h3 {
  color: #642081;
}

/* line 599 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan.startup {
  margin-top: 22px;
}

/* line 602 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 603 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan .special-offer .plan {
  color: #715836;
}

/* line 605 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan .special-offer .plan h3 {
  color: #715836;
}

/* line 607 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.plan .special-offer .plan .plan-info {
  border-color: #d8d7cc;
}

/* line 610 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.trauby-typer {
  position: absolute;
  right: 50%;
  margin-right: -474px;
  top: -144px;
}
@media (max-width:1199px) {

/* line 615 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .trauby-typer {
    margin-right: -360px;
    top: -61px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width:767px) {

/* line 620 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .trauby-typer {
    margin-right: 0;
    right: 50px;
    width: 60px;
    height: 60px;
    top: -33px;
  }
}

/* line 684 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list {
  margin: 22px 0;
  text-align: left;
}

/* line 687 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list li {
  padding: 5px 8px !important;
}

/* line 689 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list li > i {
  float: left;
  margin-right: 8px;
  width: 15px;
  line-height: 21px;
}

/* line 694 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list li .fa-check,
ul.feature-list li .fa-plus {
  color: #6cb500;
}

/* line 696 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list li div {
  overflow: hidden;
}

/* line 698 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list li p {
  margin-top: 6px;
}

/* line 700 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.feature-list.secondary-feature-list {
  color: #796888;
}

/* line 702 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.explanation {
  padding: 8px 22px;
  background: #f8f0ce;
  color: #997e15;
  font-weight: bold;
}

/* line 710 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.sessions ul {
  margin-left: 20px;
}

/* line 712 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.sessions h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 715 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
ul.sessions .stats {
  color: #808080;
  margin-bottom: 16px;
}

/* line 719 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.question-search {
  float: none !important;
}

/* line 721 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 722 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel {
  padding-bottom: 0;
}

/* line 724 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default {
  border: none;
  background: #fff;
}

/* line 727 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading {
  background: #0080ff;
  color: #fff;
  padding-left: 3px;
}

/* line 731 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading .panel-title {
  color: #fff;
}

/* line 733 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading .panel-title a {
  color: #fff;
}

/* line 735 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading:hover {
  background: #0073e6;
}

/* line 737 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading:hover a {
  color: #fff;
}

/* line 739 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 740 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading:hover .accordion-toggle:before {
  color: #fff;
}

/* line 742 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 743 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.faqs .panel-default>.panel-heading .accordion-toggle:before {
  font-family: 'FontAwesome';
  content: "\f13a";
  float: left;
  color: #fff;
  margin: 0 6px;
}

/* line 750 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.tc-hero {
  padding: 22px 22px;
  background: -webkit-linear-gradient(left, #076300 0%, #0dbd00 25%, #0dbd00 75%, #076300 100%);
  background: -webkit-gradient(linear, left top, right top, from(#076300), color-stop(25%, #0dbd00), color-stop(75%, #0dbd00), to(#076300));
  background: linear-gradient(to right, #076300 0%, #0dbd00 25%, #0dbd00 75%, #076300 100%);
  color: #fff;
}

/* line 754 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.tc-hero .btn {
  float: right;
  margin-left: 12px;
}

/* line 757 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.tc-hero img {
  float: left;
  margin-right: 12px;
}

/* line 760 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.tc-hero div {
  overflow: hidden;
}

/* line 763 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 764 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.single-service img {
  margin: 0 auto;
  display: block;
}

/* line 767 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.single-service .service-button {
  display: block;
  padding-top: 8px;
  padding-bottom: 2px;
  border-radius: 3px;
}

/* line 772 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.single-service .service-button:hover {
  background: #542f59;
}

/* line 774 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.service-object {
  padding: 8px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 22px auto;
}

/* line 780 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.service-object:hover {
  background: #9cf;
}

/* line 783 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.service-object .btn {
  margin-top: 5px;
  overflow: visible;
}

/* line 786 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.service-object p {
  margin: 6px 0;
}

/* line 788 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 789 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-header img {
  padding-bottom: 6px;
}

/* line 791 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.section-description {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  font-weight: 300;
}

/* line 797 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 798 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.mobile .coming-soon-link {
  position: relative;
  display: inline-block;
}

/* line 801 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.mobile .coming-soon-link img {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  height: 45px;
  width: auto;
}

/* line 805 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.mobile .coming-soon-link span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15px;
  color: #625a67;
  font-weight: bold;
}

/* line 813 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.mobile .fadeInRight {
  text-align: center;
}

/* line 816 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
a.app-link {
  display: block;
  margin-bottom: 10px;
}
@media (max-width:991px) {

/* line 819 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  a.app-link {
    margin-bottom: 30px;
  }
}

/* line 822 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goals {
  margin-top: 22px;
}

/* line 824 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goals .col-sm-4 {
  margin-top: 1px;
  margin-bottom: 12px;
}

/* line 827 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list {
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}

/* line 831 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li {
  padding: 4px 12px;
  border-left: 3px solid #542f59;
  margin-bottom: 1px;
}

/* line 836 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li input {
  margin-right: 5px;
  float: left;
}

/* line 839 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li span {
  color: #542f59;
  font-weight: 100;
  margin-right: 5px;
}

/* line 843 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li span:before {
  content: " - ";
}

/* line 845 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li div {
  overflow: hidden;
}

/* line 847 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em {
  padding: 1px 4px;
  font-size: 0.8em;
  background: #f00;
  color: rgba(255,255,255,0.8);
  border-radius: 3px;
}

/* line 853 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.mobi {
  background: #00f;
}

/* line 855 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.indexapi {
  background: #008000;
}

/* line 857 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.team {
  background: #ff0;
  color: rgba(0,0,0,0.8);
}

/* line 860 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.services {
  background: #ffa500;
}

/* line 862 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.retention {
  background: #000;
}

/* line 864 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.growth {
  background: #0ff;
  color: rgba(0,0,0,0.8);
}

/* line 867 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.invest {
  background: #f0f;
}

/* line 869 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.bigname {
  background: #c0c0c0;
  color: rgba(0,0,0,0.8);
}

/* line 872 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li em.europe {
  background: #542f59;
}

/* line 874 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li:nth-of-type(2n) {
  border-color: #642081;
}

/* line 876 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.goal-list li.seperator {
  border: none;
  font-weight: bold;
  background: none;
  margin-top: 12px;
  padding-left: 0;
}

/* line 883 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 884 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.signup h4.join-with-user {
  margin-bottom: 10px;
  margin-top: 24px;
}

/* line 888 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.btn-change-invite-link {
  color: #aca0b6;
  background: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: -2px;
  display: inline-block;
  width: auto;
}

/* line 898 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.btn-change-invite-link:hover {
  color: #9383a0;
}

/* line 900 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.invite-code {
  padding: 8px !important;
  background: #fff;
  margin-top: 22px;
  border: 1px solid #eee;
}

/* line 906 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.invite-code .alert {
  margin: 5px 0;
}

/* line 909 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.loggedout-app {
  padding-top: 50px;
}
@media (min-width:992px) {

/* line 911 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .loggedout-app {
    padding: 50px 0 30px;
  }
}

/* line 913 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
@media (min-width:992px) {

/* line 914 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .loggedout-app-download {
    padding-top: 90px;
  }
}
@media (min-width:1200px) {

/* line 916 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .loggedout-app-download {
    padding-top: 120px;
  }
}

/* line 918 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.loggedout-app-mascot {
  height: 100%;
/*---------------------------------------
	   SECTION:  LOGIN
	-----------------------------------------*/
}

/* line 921 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login {
  padding-top: 180px;
}

/* line 923 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-header {
  padding-bottom: 20px;
}

/* line 925 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-header h3 {
  font-weight: 300;
  line-height: 1.4;
}

/* line 928 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-wrapper {
  margin: 0 auto;
  max-width: 340px;
  padding: 0 15px;
}

/* line 932 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.register-wrapper {
  margin: 0 auto;
  max-width: 760px;
}

/* line 935 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.register-sidebox {
  text-align: left;
  padding: 20px 30px;
  background: #eff2f8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 942 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.planSelector {
  margin-top: 20px;
}

/* line 944 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.planSelector input[type=radio] {
  position: absolute;
  top: 8px;
  left: 25px;
  z-index: 10;
}

/* line 950 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.planSelector input[type=radio] + label {
  display: block;
  position: relative;
  cursor: pointer;
  margin: -2px;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #d3d3d3;
}

/* line 960 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.planSelector-discount {
  font-size: 13px;
  background: #6cb500;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  right: 7px;
  top: 9px;
  line-height: 1;
}

/* line 972 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.planSelector input[type=radio]:checked + label {
  border: 1px solid #3e97f4;
  color: #3e97f4;
}

/* line 976 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 980 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-lostPassword {
  text-align: right;
  padding-top: 10px;
}

/* line 984 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-content {
  background: #fff;
  max-width: 100%;
}

/* line 987 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.login-content .form-label {
  font-weight: 400 !important;
  color: #707782;
  padding-bottom: 5px;
}

/* line 992 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
@media (min-width:768px) {

/* line 993 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .account-login {
    text-align: center;
    min-height: 100%;
    height: 100%;
  }
}

/* line 998 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.website-signup {
  padding-top: 20px;
}

/* line 1012 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.website-signup form.simple-form .form-group {
  display: inline-block;
  padding-right: 6px;
  vertical-align: top;
}

/* line 1016 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.not-scrollable {
  overflow: hidden !important;
}

/* line 1018 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-wrapper:not(.active) {
  display: none;
}

/* line 1020 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #000;
}

/* line 1028 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* line 1031 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-wrapper .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 101;
  font-size: 24px;
  height: 50px;
  width: 50px;
  background: #333;
}

/* line 1040 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-wrapper .close-btn:hover {
  background: #0080ff;
}

/* line 1042 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 1048 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-btn {
  cursor: pointer;
  color: #fff;
  display: block;
  position: relative;
  border-radius: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 0 rgba(100,32,129,0.5);
  box-shadow: 0 0 0 rgba(100,32,129,0.5);
}

/* line 1057 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-btn:hover {
  background: #642081;
  -webkit-box-shadow: 0 0 25px rgba(100,32,129,0.5);
  box-shadow: 0 0 25px rgba(100,32,129,0.5);
}

/* line 1060 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.videoplayer-btn .fa {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* line 1065 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.info-sidebox {
  text-align: left;
  padding: 20px 30px;
  background: #eff2f8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 1072 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.screenshot-room-invite {
  margin-top: 10px;
  margin-left: 20px;
  width: 300px;
}
@media (min-width:992px) {

/* line 1076 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .screenshot-room-invite {
    float: right;
  }
}

/* line 1079 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.chris {
  background: #29292c;
  background-position: bottom right;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #eee;
}

/* line 1085 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.chris h1,
.chris h2 {
  color: #fff;
}

/* line 1087 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.chris .logo {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

/* line 1089 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
.chris .section-normal {
  padding: 50px 0;
}
@media (min-width:768px) {

/* line 1091 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
  .chris .section-normal {
    padding: 60px 0;
    height: 100%;
    background-image: url('https://ug-cdn.com/static/chatgrape/static/images/chrisgbh.png?e62e79c71c45');
    background-position: bottom right;
    -webkit-background-size: 45%;
    background-size: 45%;
    background-repeat: no-repeat;
  }
}

/* line 1098 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 1099 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 1100 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 1101 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 1102 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 1103 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
body.tos .tos-section #contents >ol >li ol {
  counter-reset: section !important;
  list-style-type: none !important;
  padding-left: 20px;
}

/* line 1107 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
body.tos .tos-section #contents li {
  list-style-type: none !important;
}

/* line 1109 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */
body.tos .tos-section #contents li p,
body.tos .tos-section #contents li h2,
body.tos .tos-section #contents li h1 {
  display: inline-block;
}

/* line 1111 : /srv/chatgrape/build/code/chatgrape/stylus/elements/sections.styl */

/* line 5 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
label {
  font-weight: 400;
}

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
@media (max-width:767px) {

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
  .EmailInput {
    width: 100%;
  }
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.simple-form-page {
  background: #fff;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.simple-form-page .grape-line {
  margin-bottom: 30px;
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.simple-form-page h3,
.simple-form-page h4 {
  margin-bottom: 8px;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form.narrow {
  max-width: 620px;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .form-group {
  padding-top: 10px;
  margin-bottom: 5px;
  position: relative;
  clear: both;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .form-group .form-label {
  font-weight: bold;
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .form-group .form-field.required,
form.simple-form .form-group .form-field label span::after {
  content: " *";
  color: #e9573f;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .form-group.invalid input {
  border-color: #f54d2b;
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .form-group.invalid .form-label {
  color: #f54d2b;
}

/* line 45 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form img {
  margin-bottom: 10px;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form input[type=text],
form.simple-form input[type=url],
form.simple-form input[type=email],
form.simple-form input[type=number],
form.simple-form input[type=password],
form.simple-form input[type=tel],
form.simple-form textarea,
form.simple-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #212022;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  position: relative;
}

/* line 68 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form input[type=text]:focus,
form.simple-form input[type=url]:focus,
form.simple-form input[type=email]:focus,
form.simple-form input[type=number]:focus,
form.simple-form input[type=password]:focus,
form.simple-form input[type=tel]:focus,
form.simple-form textarea:focus,
form.simple-form select:focus {
  outline: none;
  border-color: #0080ff;
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
form.simple-form input[type=text]:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form input[type=url]:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form input[type=email]:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form input[type=number]:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form input[type=password]:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form input[type=tel]:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form textarea:focus::-webkit-input-placeholder /* WebKit browsers */,
form.simple-form select:focus::-webkit-input-placeholder /* WebKit browsers */ {
  color: #dad6e0;
}

/* line 22 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
form.simple-form input[type=text]:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form input[type=url]:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form input[type=email]:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form input[type=number]:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form input[type=password]:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form input[type=tel]:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form textarea:focus::-moz-placeholder /* Mozilla Firefox 19+ */,
form.simple-form select:focus::-moz-placeholder /* Mozilla Firefox 19+ */ {
  color: #dad6e0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/misc/reusables.styl */
form.simple-form input[type=text]:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form input[type=url]:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form input[type=email]:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form input[type=number]:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form input[type=password]:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form input[type=tel]:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form textarea:focus:-ms-input-placeholder /* Internet Explorer 10+ */,
form.simple-form select:focus:-ms-input-placeholder /* Internet Explorer 10+ */ {
  color: #dad6e0;
}

/* line 72 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form input[type=text][readonly=True],
form.simple-form input[type=url][readonly=True],
form.simple-form input[type=email][readonly=True],
form.simple-form input[type=number][readonly=True],
form.simple-form input[type=password][readonly=True],
form.simple-form input[type=tel][readonly=True],
form.simple-form textarea[readonly=True],
form.simple-form select[readonly=True],
form.simple-form input[type=text][disabled],
form.simple-form input[type=url][disabled],
form.simple-form input[type=email][disabled],
form.simple-form input[type=number][disabled],
form.simple-form input[type=password][disabled],
form.simple-form input[type=tel][disabled],
form.simple-form textarea[disabled],
form.simple-form select[disabled] {
  cursor: not-allowed;
  color: #ccc;
}

/* line 75 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form input[type=text][readonly=True]:focus,
form.simple-form input[type=url][readonly=True]:focus,
form.simple-form input[type=email][readonly=True]:focus,
form.simple-form input[type=number][readonly=True]:focus,
form.simple-form input[type=password][readonly=True]:focus,
form.simple-form input[type=tel][readonly=True]:focus,
form.simple-form textarea[readonly=True]:focus,
form.simple-form select[readonly=True]:focus,
form.simple-form input[type=text][disabled]:focus,
form.simple-form input[type=url][disabled]:focus,
form.simple-form input[type=email][disabled]:focus,
form.simple-form input[type=number][disabled]:focus,
form.simple-form input[type=password][disabled]:focus,
form.simple-form input[type=tel][disabled]:focus,
form.simple-form textarea[disabled]:focus,
form.simple-form select[disabled]:focus {
  border-color: #d3d3d3;
}

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form input[type="text"] {
  word-break: normal;
}

/* line 79 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form textarea {
  resize: vertical;
  min-height: 80px;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .email_text textarea {
  min-height: 150px;
}

/* line 84 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .help_text,
form.simple-form .helptext {
  font-weight: normal;
  font-size: 13px;
  color: #aca0b6;
  margin-top: 4px;
}

/* line 90 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form.side-label label {
  margin-bottom: 0;
}

/* line 93 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form.side-label label span {
  float: left;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form #success-copied-to-clipboard {
  display: none;
  margin-top: 20px;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
form.simple-form .input-group-addon {
  padding: 12px 8px 12px 12px;
  background: #fff;
  border: none;
  border: 1px solid #aca0b6;
  width: 40px;
  height: 40px;
  margin-left: -5px;
  border-radius: 0 6px 6px 0 !important;
}

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.validation-form .has-error input {
  color: #f54d2b !important;
  border-color: #f54d2b !important;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-submit {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 120 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #dad6e0 !important;
}

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.errorlist {
  margin: 0;
  list-style-type: none;
}

/* line 126 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.errorlist li,
.form-error-object {
  color: #f54d2b;
  padding: 0;
  font-weight: bold;
  margin-top: 2px;
  margin-top: 4px;
  padding: 8px;
}

/* line 133 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-success-object {
  color: #6cb500;
  padding: 0;
  font-weight: bold;
  margin-top: 2px;
  margin-top: 4px;
  padding: 8px;
}

/* line 141 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-error .form-group  .errorlist {
  text-align: left;
  padding: 0;
}

/* line 145 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.signup-summary h1 {
  margin-top: 22px;
}

/* line 149 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 150 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.register) .main-signup-form label,
body:not(.register) .main-signup-form .help_text {
  display: none;
}

/* line 153 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.register) .main-signup-form .col-md-3 .btn-primary {
  margin-top: 11px;
}

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.signup,
.form.simple-form .signup {
  border: 1px solid #dad6e0;
  padding: 22px;
  background: #fff;
  background: rgba(255,255,255,0.9);
}

/* line 163 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-success {
  text-align: center;
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-success i {
  color: #6cb500;
}

/* line 167 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-error {
  text-align: center;
}

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-error i {
  color: #e9573f;
}

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
#id_services {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 175 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
#id_services label {
  font-weight: normal;
}
@media (min-width:768px) {

/* line 178 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
  #id_services li {
    width: 33%;
    float: left;
  }

/* line 181 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
  #id_services li label {
    padding-left: 4px;
  }
}

/* line 185 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.panel-title a:hover {
  color: #fff;
}

/* line 189 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.CheckboxInput label {
  display: inline;
}

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.CheckboxInput .form-field {
  display: inline;
}

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.CheckboxInput .form-field input {
  float: left;
  margin-right: 6px;
}

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.subdomain {
  position: relative;
}

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.subdomain input {
  padding-right: 51% !important;
}

/* line 208 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.subdomain .form-field {
  position: relative;
}

/* line 210 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.form-group.subdomain .form-field:after {
  content: ".chatgrape.com";
  position: absolute;
  background: #f8f8f8;
  color: #aca0b6;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  width: 50%;
  font-weight: normal;
  top: 1px;
  right: 1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 0 5px 5px 0;
}

/* line 230 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.services-list .btn-primary {
  white-space: initial;
}

/* line 241 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper {
  padding: 12px 12px;
  margin: 0 0 32px;
  background: #fff;
  border: 1px solid #fff;
  max-width: 620px;
  color: #9383a0;
}

/* line 248 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper:hover {
  border: 1px solid #eee;
  color: #0080ff;
}

/* line 251 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper input[type=radio] {
  margin-right: 5px;
}

/* line 253 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper .list-inline {
  margin-bottom: 0;
}

/* line 255 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper .col-sm-3 {
  text-align: right;
}

/* line 257 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper h4 {
  margin-bottom: 3px;
}

/* line 259 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 262 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper .side-info {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
}

/* line 266 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper.expanded {
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
  color: #625a67;
}

/* line 273 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
body:not(.account-pages) .form-wrapper.expanded .edit {
  display: none;
}

/* line 277 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
input::-webkit-input-placeholder {
  color: #9b9b9b;
}

/* line 280 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
input:-ms-input-placeholder {
  color: #9b9b9b;
}

/* line 283 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
input::-moz-placeholder {
  color: #9b9b9b;
}

/* line 288 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.modal-body {
  padding: 30px 22px;
  background: #f8f8f8;
}

/* line 291 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.modal-footer {
  margin-top: 0;
}

/* line 293 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 294 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.download-dialog .modal-header {
  padding-top: 69px;
  background-position: right top;
  border-radius: 6px 6px 0 0;
  padding-bottom: 7px;
}

/* line 299 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.download-dialog .modal-header .modal-title,
.download-dialog .modal-header .close {
  color: #fff;
  text-shadow: 0 1px 6px #111;
}

/* line 302 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */
.download-dialog .modal-header .close {
  margin-top: -58px;
}

/* line 304 : /srv/chatgrape/build/code/chatgrape/stylus/elements/forms.styl */

/* line 304 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */
.jquery-filestyle {
  display: inline-block;
  *display: inline;
/* IE7 inline-block hack */
  *zoom: 1;
  margin: 0 0 10px;
  padding: 0;
}

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */
.jquery-filestyle input[type=text][disabled] {
  width: 50%;
  margin-right: 5px;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */
div.jquery-filestyle label {
  overflow: hidden;
  width: auto;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  padding: 10px 12px;
  float: left;
  margin-right: 2px;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */
div.jquery-filestyle label i {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */
div.jquery-filestyle label span {
  width: auto !important;
  padding: 0 !important;
  color: inherit !important;
  overflow: hidden;
  font-size: inherit !important;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/elements/filestyle.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alerts {
  margin: 0;
  z-index: 1030;
}

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alerts .alert {
  margin: 0;
  border-radius: 0;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert {
  text-align: center;
  background-color: #e5f2ff;
  padding: 14px 20px;
  border: none;
  opacity: 0.98;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
  filter: alpha(opacity=98);
  border-radius: 0;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-pricing .btn {
  margin-top: 22px;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-info {
  background-color: #b3d9ff;
  border-color: #0080ff;
  color: #0f5e7c;
}

/* line 27 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-info a:hover {
  color: #39f;
}

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-success {
  background-color: #f1ffdc;
  border-color: #c6ff73;
  color: #5fa000;
}

/* line 33 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-success a:hover {
  color: #89e600;
}

/* line 35 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-warning {
  background-color: #fbf7e4;
  border-color: #f0dd92;
  color: #af9118;
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-warning a:hover {
  color: #e1bb24;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-danger,
.alert-error {
  background-color: #fdeeec;
  border-color: #ba2d15;
  color: #ba2d15;
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alert-danger a:hover,
.alert-error a:hover {
  color: #ed7965;
}

/* line 50 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
.alerts li {
  -webkit-animation: slidein 0.5s cubic-bezier(0.7, 0.43, 0.67, 0.9);
  -ms-animation: slidein 0.5s cubic-bezier(0.7, 0.43, 0.67, 0.9);
  animation: slidein 0.5s cubic-bezier(0.7, 0.43, 0.67, 0.9);
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
@-webkit-keyframes slidein {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
@-ms-keyframes slidein {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* line 54 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */
@keyframes slidein {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/elements/alerts.styl */

/* line 64 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */

/* line 1 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
.video-wrapper {
  position: relative;
  width: 642px;
  margin-bottom: 12px;
}

/* line 5 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
.video-wrapper img.video-browser {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
.video-wrapper video {
  position: absolute;
  left: 1px;
  top: 26px;
  width: 640px;
}
@media (min-width:992px) and (max-width:1199px) {

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
  .video-wrapper {
    width: 533px;
  }

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
  .video-wrapper img.video-browser {
    top: -34px;
  }

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
  .video-wrapper video {
    width: 531px;
    top: 24px;
  }
}
@media (max-width:767px) {

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
  .video-wrapper {
    width: 100%;
    height: auto;
  }

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
  .video-wrapper img.video-browser {
    display: none;
  }

/* line 26 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */
  .video-wrapper video {
    width: 100%;
    top: 0;
    height: auto;
    position: relative;
  }
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/elements/videos.styl */

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-container {
  max-width: 1170px;
  margin: 0 auto;
}

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-product {
  text-align: center;
  margin-top: 32px;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.prod-show {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@media (max-width:767px) {

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .prod-show {
    height: auto;
  }
}

/* line 30 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.trauby-hi {
  position: absolute;
  right: 50%;
  margin-right: -219px;
  bottom: -12px;
  -webkit-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:767px) {

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .trauby-hi {
    display: none;
  }
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.trauby-hi .trauby-hover {
  display: none;
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.trauby-hi:hover {
  bottom: 0px;
}

/* line 42 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.trauby-hi:hover .trauby-show {
  display: none;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.trauby-hi:hover .trauby-hover {
  display: block;
}

/* line 47 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.browser-example {
  width: 100%;
  height: 597px;
  position: relative;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.browser-example .hit-text {
  position: absolute;
  top: 15%;
  left: 26%;
  right: 7%;
  text-align: center;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.browser-example img {
  width: 1052px;
  height: 597px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -526px;
  max-width: inherit;
}

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point {
  position: absolute;
  border-radius: 50%;
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point > a {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  background: #0080ff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* line 80 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point h2 {
  color: #625a67;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point h2 .fa {
  color: #642081;
}

/* line 85 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point > a::after,
.cd-single-point > a:before {
/* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point::after {
/* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point:first-child {
  bottom: 52%;
  right: 44%;
}

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point:nth-child(2) {
  bottom: 24%;
  right: 46%;
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point:nth-child(3) {
  top: 35%;
  left: 10%;
}

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point:nth-child(4) {
  top: 12%;
  right: 18%;
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point.is-open > a {
  background-color: #0080ff;
}

/* line 138 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point.is-open > a::after,
.cd-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%)   transform: rotate(135deg);;
  -webkit-transform: translateX(-50%) translateY(-50%)   transform: rotate(45deg);;
  -ms-transform: translateX(-50%) translateY(-50%)   transform: rotate(45deg);;
  transform: translateX(-50%) translateY(-50%)   transform: rotate(45deg);;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 144 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point.is-open::after {
/* remove pulse effect */
  display: none;
}

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: transform: scale(1);;
  -ms-transform: transform: scale(1);;
  transform: transform: scale(1);;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point.visited > a {
  background-color: #aca0b6;
}

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point.visited::after {
/* pulse effect no more active on visited elements */
  display: none;
}
@media only screen and (min-width: 600px) {

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}

/* line 176 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-box-shadow: 0 0 9px #66b3ff;
  }

  50% {
    -webkit-box-shadow: 0 0 18px #0080ff;
  }

  100% {
    -webkit-box-shadow: 0 0 9px #66b3ff;
  }
}

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-small-box {
  width: 320px;
  height: 220px;
}

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-big-box {
  width: 410px;
  height: 240px;
}

/* line 190 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255,255,255,0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: transform: scale(0.8);;
  -ms-transform: transform: scale(0.8);;
  transform: transform: scale(0.8);;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

/* line 207 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point .cd-more-info::before {
/* triangle next to the interest point description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}

/* line 216 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-single-point .cd-more-info p {
  color: #625a67;
}
@media only screen and (min-width: 600px) {

/* line 220 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info {
    position: absolute;
    width: 380px;
    height: 240px;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }

/* line 230 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info::before {
    display: block;
  }

/* line 233 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-left,
  .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

/* line 238 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-left::before,
  .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

/* line 243 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }

/* line 247 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-left::before {
    border-left-color: rgba(255,255,255,0.95);
    left: 100%;
  }

/* line 251 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-right {
    left: 160%;
  }

/* line 254 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-right::before {
    border-right-color: rgba(255,255,255,0.95);
    right: 100%;
  }

/* line 258 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-top,
  .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

/* line 263 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-top::before,
  .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

/* line 268 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }

/* line 272 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-top::before {
    border-top-color: rgba(255,255,255,0.95);
    top: 100%;
  }

/* line 276 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-bottom {
    top: 160%;
  }

/* line 279 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(255,255,255,0.95);
    bottom: 100%;
  }

/* line 283 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-single-point .cd-more-info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 290 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-close-info {
  position: fixed;
  top: 50px;
  right: 0;
  height: 44px;
  width: 44px;
}

/* line 297 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-close-info::after,
.cd-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%)   transform: rotate(45deg);;
  -ms-transform: translateX(-50%) translateY(-50%)   transform: rotate(45deg);;
  transform: translateX(-50%) translateY(-50%)   transform: rotate(45deg);;
  background-color: #475f74;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 309 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-close-info::after {
  height: 2px;
  width: 16px;
}

/* line 313 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
@media only screen and (min-width: 600px) {

/* line 318 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */
  .cd-close-info {
    display: none;
  }
}

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/elements/pois.styl */

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/elements/payment.styl */

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/elements/payment.styl */

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-br-wrapper {
  border: 1px solid #dad6e0;
  -webkit-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ddd;
  border-left-width: 4px;
}

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-header {
  padding: 8px 12px;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-header h3 {
  margin: 0;
}

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-header p {
  margin: 5px 0;
}

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser {
  position: relative;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist {
  border-top: 1px solid #dad6e0;
  position: relative;
  width: 61.8%;
  background: #f4f3f6;
}

/* line 23 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .indexapi-searchlist {
  height: 50px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #dad6e0;
  -webkit-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ddd;
}

/* line 32 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .indexapi-searchlist .searchbar {
  float: right;
  width: 50%;
  position: relative;
}

/* line 36 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .indexapi-searchlist .searchbar::after {
  font-family: fontawesome;
  content: "\f002";
  position: absolute;
  right: 6px;
  top: 7px;
  z-index: 22;
  color: #888291;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .indexapi-searchlist time {
  margin-top: 10px;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 51 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .indexapi-searchlist input {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #888291;
  vertical-align: middle;
  background-color: #f4f3f6;
  border: none;
  border-bottom: 1px solid #dad6e0;
  border-radius: 0;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .indexapi-searchlist input:focus {
  border-bottom: 2px solid #542f59;
}

/* line 67 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist > ul {
  margin-top: 50px;
  min-height: 400px;
  max-height: 600px;
  overflow: auto;
  margin-bottom: 0;
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item {
  padding: 8px 12px;
  border-top: 1px solid #dad6e0;
}

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item aside {
  float: right;
  color: #aca0b6;
  margin-left: 8px;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item h4 {
  overflow: hidden;
  margin: 0 0 2px 0;
  font-weight: bold;
}

/* line 87 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item .item-infos {
  color: #aca0b6;
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item .item-infos li {
  display: inline-block;
  margin-right: 5px;
}

/* line 92 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item.active {
  background: #642081;
  color: #fff;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-itemlist .item.active .item-infos,
.indexapi-browser .indexapi-itemlist .item.active aside {
  color: #dbb4ec;
}

/* line 97 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-infoBox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 38.2%;
  background: #dad6e0;
  border-left: 3px solid #642081;
}

/* line 106 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-infoBox h3 {
  color: #542f59;
  font-weight: bold;
}

/* line 110 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-infoBox dd {
  margin-bottom: 8px;
}

/* line 112 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-infoBox .jsonbox {
  width: 100%;
  overflow: hidden;
}

/* line 115 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */
.indexapi-browser .indexapi-infoBox div {
  padding: 15px 12px;
}

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/elements/browser.styl */

/* line 119 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */

/* line 1 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element {
  border-radius: 4px;
  margin-bottom: 4px;
  border: 1px solid transparent;
}

/* line 5 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element:hover,
.integration-element.is-active {
  background-color: #f9f7f9;
  border-color: #e3e1e3;
}

/* line 9 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element.is-active .integration-element-body {
  display: block;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-header {
  position: relative;
  padding: 10px 0;
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-header .integration-element-header-details {
  padding-left: 80px;
}

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-logo {
  position: absolute;
  left: 15px;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 4px;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-desc {
  margin: 0;
  color: #aca0b6;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-header-btn-wrapper {
  line-height: 46px;
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-body {
  display: none;
  padding: 0 15px 5px 80px;
}

/* line 38 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-childs {
  margin-bottom: 0;
}

/* line 41 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-child-element {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 10px 0;
}

/* line 44 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-child-element:first-child {
  border-top-color: rgba(0,0,0,0.1);
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-child-title {
  font-size: 16px;
  margin: 0 !important;
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-child-desc {
  font-size: 14px;
  margin: 0;
  color: #aca0b6;
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-child-btn-wrapper {
  line-height: 40px;
}

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */
.integration-element-btn {
  color: #212022;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/pages/accounts/integrations.styl */

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-displayInline {
  display: inline;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-displayBlock {
  display: block;
}

/* line 21 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-displayInlineblock {
  display: inline-block;
}

/* line 24 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-displayNone {
  display: none;
}

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 34 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-10 {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

/* line 37 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-20 {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* line 40 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-30 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-40 {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

/* line 46 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-50 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-60 {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

/* line 52 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-70 {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

/* line 55 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-80 {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 58 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-90 {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 61 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-opacity-100 {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

/* line 69 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-tableRow,
.u-tableCell {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-tableRow {
  display: table;
  width: 100%;
}

/* line 77 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-tableCell {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-tableCell--stretched {
  width: 100%;
  white-space: normal;
}

/* line 91 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-whitespaceNormal {
  white-space: normal !important;
}

/* line 94 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-whitespaceNowrap {
  white-space: nowrap !important;
}

/* line 102 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-positionAbsolute {
  position: absolute;
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-positionRelative {
  position: relative;
}

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-positionCentered {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 118 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-clearBoth {
  clear: both;
}

/* line 121 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-clearLeft {
  clear: left;
}

/* line 124 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-clearRight {
  clear: right;
}

/* line 127 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-clearFix {
  overflow: auto;
  zoom: 1;
}

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-pullLeft {
  float: left;
}

/* line 138 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-pullRight {
  float: right;
}

/* line 146 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-bgWhite {
  background-color: #fff !important;
}

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-colorWhite {
  color: #fff !important;
}

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textCenter {
  text-align: center;
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textLeft {
  text-align: left;
}

/* line 168 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textRight {
  text-align: right;
}

/* line 171 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textPlain {
  text-decoration: none;
}

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textUnderline {
  text-decoration: underline;
}

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textLinethrough {
  text-decoration: line-through;
}

/* line 180 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-textOverflow {
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

/* line 188 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorDefault {
  cursor: default;
}

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorPointer {
  cursor: pointer;
}

/* line 194 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorGrabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 197 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorHelp {
  cursor: help;
}

/* line 200 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorMove {
  cursor: move;
}

/* line 203 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorProgress {
  cursor: progress;
}

/* line 206 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorNone {
  cursor: progress;
}

/* line 209 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorText {
  cursor: text;
}

/* line 212 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-cursorNotallowed {
  cursor: not-allowed;
}

/* line 220 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-verticalTop {
  vertical-align: top;
}

/* line 223 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-verticalTop* {
  vertical-align: middle;
}

/* line 226 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-verticalMiddle {
  vertical-align: middle;
}

/* line 229 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-verticalMiddle* {
  vertical-align: middle;
}

/* line 232 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-verticalBottom {
  vertical-align: bottom;
}

/* line 235 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-verticalBottom* {
  vertical-align: middle;
}

/* line 244 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-fontWeight-200 {
  font-weight: 200;
}

/* line 247 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-fontWeight-300 {
  font-weight: 300;
}

/* line 250 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-fontWeight-400 {
  font-weight: 400;
}

/* line 253 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-fontWeight-500 {
  font-weight: 500;
}

/* line 256 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-fontWeight-600 {
  font-weight: 600;
}

/* line 259 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-fontWeight-700 {
  font-weight: 700;
}

/* line 267 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-100 {
  line-height: 1;
}

/* line 270 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-110 {
  line-height: 1.1;
}

/* line 273 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-120 {
  line-height: 1.2;
}

/* line 276 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-130 {
  line-height: 1.3;
}

/* line 279 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-140 {
  line-height: 1.4;
}

/* line 282 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-150 {
  line-height: 1.5;
}

/* line 285 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-160 {
  line-height: 1.6;
}

/* line 288 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */
.u-lineHeight-200 {
  line-height: 2;
}

/* line 291 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/common/utilities.styl */

/* line 291 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages .content-wrapper,
.account-pages .wrapper,
.account-pages .container {
  height: 100% !important;
}

/* line 11 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages .u-tableRow {
  min-height: 100%;
}

/* line 14 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages {
  background: #f3f5f8;
}

/* line 17 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages .wrapper {
  padding: 0;
}

/* line 20 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages .container {
  padding: 0 !important;
  margin: 0;
  max-width: 1030px;
}

/* line 25 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages .navbar {
  background-color: #0080ff;
}

/* line 28 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
@media (max-width:991px) {

/* line 29 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
  .account-pages .sidebar-left {
    display: none;
  }
}
@media (min-width:768px) {

/* line 31 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
  .account-pages .sidebar-left {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 39 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages .u-tableRow.bg-white > .u-tableCell {
  border-right: 1px solid #e5e5e5;
}

/* line 43 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.account-pages fieldset {
  padding-bottom: 20px;
}
@media (min-width:768px) {

/* line 48 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */

/* line 49 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
  .account-pages .navbar-brand {
    margin-left: 0 !important;
  }
}

/* line 53 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.accounts-heading {
  margin-top: 30px;
  position: relative;
}

/* line 57 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.accounts-heading .fa-spinner {
  display: none;
}

/* line 60 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.accounts-heading.loading .fa-spinner {
  display: inline-block;
  color: #ccc;
  -webkit-animation: fa-spin 1.7s infinite linear;
  -ms-animation: fa-spin 1.7s infinite linear;
  animation: fa-spin 1.7s infinite linear;
}

/* line 65 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
@media (min-width:768px) {

/* line 66 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
  .accounts-heading-btn {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

/* line 73 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu {
  padding: 20px 20px 0 0;
}

/* line 76 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-title {
  color: #abb0b9;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 5px 20px;
}

/* line 82 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-item {
  color: #fff;
  font-size: 15px;
  padding: 4px 20px;
  border-radius: 0 28px 28px 0;
  position: relative;
}

/* line 89 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-item,
.sidebar-menu-title {
  display: list-item;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 95 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-item .sidebar-menu-warning {
  color: #d53a37;
  position: absolute;
  right: 0;
  top: 12px;
}

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-item .label {
  margin-top: 7px;
  padding: 0.3em 0.6em 0.2em;
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-item.active {
  background-color: #e0e5ec;
}

/* line 108 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-link,
.sidebar-menu-link:visited {
  color: #5b6370;
}

/* line 111 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-links {
  padding-top: 100px;
}

/* line 114 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu .logo-small,
.sidebar-menu-icon {
  margin-right: 5px;
}

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon {
  height: 31px;
  width: 31px;
  display: inline-block;
  position: relative;
  border-radius: 31px;
  vertical-align: -10px;
}

/* line 125 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon--orange {
  background: #ed8928;
}

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon--blue {
  background: #0080ff;
}

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon--green {
  background: #6cb500;
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon--purple {
  background: #642081;
}

/* line 137 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon--red {
  background: #d53a37;
}

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon--gray {
  background: #97a6bd;
}

/* line 143 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon-fa {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 151 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon-fa.fa-plus {
  top: 50%;
}

/* line 154 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon-fa.fa-university {
  left: 52%;
}

/* line 157 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.sidebar-menu-icon-fa.fa-share-square-o {
  top: 50%;
  left: 53%;
}

/* line 162 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.organisation-list-item-content {
  padding: 0px;
  position: relative;
  padding: 15px 15px 15px 110px;
}

/* line 167 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.organisation-list-item-avatar {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 80px;
}

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.organisation-list-item-title {
  margin: 0 0 5px;
}

/* line 177 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.organisation-list-item-subtitle {
  margin: 0;
}

/* line 180 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.organisation-list-item-button {
  text-align: right;
  padding: 24px 15px;
}

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.content-narrow-wrapper {
  padding: 15px 30px 50px;
}

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.imageUpload-deactivated .form-group.ImgInput.logo {
  display: none !important;
}

/* line 196 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.navbar .sidebar-menu-link {
  color: #fff;
}

/* line 202 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */
.form-wrapper.expanded #changeCreditCard,
.form-wrapper.expanded #changeCustomerInfo {
  display: none;
}

/* line 98 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 99 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! General
/* ======================================================================== */

/* line 101 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
html,
body {
  height: 100%;
}

/* line 103 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
html {
  font-size: 100%;
}

/* line 105 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body {
  padding-top: 80px;
}

/* line 107 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
font-family: body_font {
  font-size: 15px;
  line-height: 20px;
  color: #625a67;
  word-break: normal;
  word-break: break-word;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: animatedBody 1s linear;
  -ms-animation: animatedBody 1s linear;
  animation: animatedBody 1s linear;
}

/* line 117 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.main-wrap {
  background: #633d72;
  background-image: -webkit-linear-gradient(top, #633d72, #3a2044);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#633d72), to(#3a2044));
  background-image: linear-gradient(to bottom, #633d72, #3a2044);
}

/* line 122 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 123 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.frontpage > header {
  padding-top: 100px;
  position: relative;
  background: #432c4c;
  background-image: -webkit-linear-gradient(top, #432c4c, #3a2044);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#432c4c), to(#3a2044));
  background-image: linear-gradient(to bottom, #432c4c, #3a2044);
}

/* line 128 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.frontpage > header .container {
  position: relative;
  z-index: 22;
}

/* line 131 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 132 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.frontpage > header hgroup h1,
.frontpage > header hgroup h2,
.frontpage > header hgroup h3 {
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

/* line 134 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 135 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! FIXES
/* ======================================================================== */

/* line 138 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

/* line 140 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
-webkit-viewport {
  width: device-width;
}

/* line 144 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
-moz-viewport {
  width: device-width;
}

/* line 148 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
-ms-viewport {
  width: device-width;
}

/* line 152 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
-o-viewport {
  width: device-width;
}

/* line 156 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
viewport {
  width: device-width;
}

/* line 160 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
a {
  -webkit-transition: all ease 0.25s;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

/* line 165 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
a:hover,
a:focus {
  text-decoration: none;
}

/* line 169 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.btn:focus,
.btn:active {
  outline: inherit;
}

/* line 174 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Other fixes - These aren't fixes - some of them are lazy*/

/* line 176 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 182 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
ul,
ol {
  padding-left: 0;
}

/* line 186 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
li {
  list-style: none;
}

/* line 191 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 192 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! PRELOADER
/* ======================================================================== */

/* line 195 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #542f59;
  background: -webkit-linear-gradient(left, #542f59 0%, #642081 25%, #642081 75%, #542f59 100%);
  background: -webkit-gradient(linear, left top, right top, from(#542f59), color-stop(25%, #642081), color-stop(75%, #642081), to(#542f59));
  background: linear-gradient(to right, #542f59 0%, #642081 25%, #642081 75%, #542f59 100%);
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

/* line 208 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.status {
  width: 40px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('https://ug-cdn.com/static/chatgrape/static/images/loading.gif?aa380acfe138');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: -40px;
}

/* line 221 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.color-overlay {
  background: none;
}

/* line 224 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 225 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! Wrappers and containers
/* ======================================================================== */

/* line 227 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
@media (min-width:992px) {

/* line 228 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* line 232 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.content-wrapper {
  height: auto !important;
}

/* line 234 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 60px 0 80px 0;
}

/* line 238 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.wrapper.hero {
  padding-bottom: 0;
}

/* line 240 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.mini-wrapper {
  min-height: 310px;
  position: relative;
  padding: 60px 0 90px;
}

/* line 244 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.slider-wrapper {
  min-height: 400px;
  position: relative;
  padding: 60px 0 0 0;
}

/* line 248 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.anchor {
  position: absolute;
  top: -80px;
}

/* line 251 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.bordered {
  border: 5px solid #fff;
  display: inline-block;
}

/* line 254 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.half-width {
  width: 50%;
}

/* line 256 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.centered {
  text-align: center;
}

/* line 258 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.full-rounded {
  border-radius: 50%;
  padding: 0;
}

/* line 261 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.contact-form {
  margin-top: 20px;
}

/* line 263 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.contact-form label {
  display: inline-block;
}

/* line 265 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.bannercontainer {
  position: relative;
}

/* line 267 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.banner {
  height: 400px;
  position: relative;
  overflow: hidden;
}

/* line 271 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
header,
section,
footer {
  z-index: 2;
}

/* line 275 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
img {
  max-width: 100%;
}
@media (max-width: 979px) {

/* line 277 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  img {
    height: auto;
  }
}

/* line 279 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 282 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.breadcrumb {
  background: #fff;
}

/* line 285 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/*---------------------------------------
   LINES
-----------------------------------------*/

/* line 288 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.colored-line,
.grape-line,
.white-line,
.grass-line,
.silver-line,
.aqua-line {
  margin: 0 auto 22px auto;
  z-index: 1;
  height: 1px;
  background: #642081;
  max-width: 100%;
  display: none;
}

/* line 297 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 300 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.white-line {
  background: #fff;
}

/* line 304 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.grass-line {
  background: #6cb500;
}

/* line 308 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.silver-line {
  background: #eeecef;
}

/* line 312 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.aqua-line {
  background: #0080ff;
}

/* line 316 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.line-left {
  margin: 0 0 13px;
  border-right: none;
}

/* line 321 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 322 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! Main navigation
/* ========================================================================  */

/* line 325 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar {
  background-color: rgba(67,44,76,0);
  min-height: 80px;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:767px) {

/* line 336 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .navbar {
    background-color: #432c4c;
  }
}

/* line 338 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:visited {
  color: #fff !important;
}

/* line 340 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:visited:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:visited:focus {
  color: rgba(255,255,255,0.7) !important;
  background: none !important;
}

/* line 345 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .logo {
  height: 43px;
  width: 155px;
  border: 0;
  margin-top: -6px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 352 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .logo.dark {
  display: none;
}

/* line 354 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .logo.bright {
  display: block;
}

/* line 356 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .navbar-brand {
  padding: 24px 15px 19px 15px;
}
@media (max-width:991px) {

/* line 358 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .navbar .navbar-brand {
    padding: 24px 15px 19px 30px;
  }
}

/* line 360 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .navbar-toggle {
  padding: 10px;
  color: #fff;
}

/* line 363 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .navbar-toggle:hover {
  background: #542f59;
}

/* line 365 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .navbar-toggle:focus {
  outline-color: #542f59;
  background: inherit;
}

/* line 368 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter {
  background-color: #fff;
  border-color: #e2e2e2;
}

/* line 371 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .logo.bright {
  display: none;
}

/* line 373 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .logo.dark {
  display: block;
}

/* line 375 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 376 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter li#nav-register strong {
  color: #fff !important;
  background: #6cb500;
}

/* line 379 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 380 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter li#nav-register:hover strong {
  color: #fff;
  background: #7ccf00;
}

/* line 383 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .navbar-toggle {
  color: #642081;
}

/* line 385 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .navbar-toggle:hover {
  background: #eeecef;
}

/* line 387 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar .dropdown-header {
  font-family: "Proxima Nova", Arial, Helvetica, Geneva, sans-serif;
  color: #dad6e0;
  text-transform: uppercase;
}

/* line 391 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 392 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar li a,
.navbar li .nav-inner-wrap {
  font-size: 15px;
}
@media (min-width:768px) {

/* line 395 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .navbar li a,
  .navbar li .nav-inner-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 30px;
  }
}

/* line 399 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar li.current a {
  color: #bbb7c0;
  background: #4c3456;
}

/* line 402 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 403 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 404 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar li .dropdown-menu li a {
  text-transform: none;
}

/* line 406 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar-inverse .navbar-toggle {
  border-color: #313131;
  background: #313131;
}

/* line 410 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.nav .caret {
  border-top-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.5);
}

/* line 415 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .nav .caret {
  border-top-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.5);
}

/* line 420 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .navbar-nav > li > a,
.navbar.brighter .navbar-nav > li > a:visited {
  color: rgba(0,0,0,0.8) !important;
}

/* line 422 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .navbar-nav > li > a:hover,
.navbar.brighter .navbar-nav > li > a:visited:hover,
.navbar.brighter .navbar-nav > li > a:focus,
.navbar.brighter .navbar-nav > li > a:visited:focus {
  color: rgba(0,0,0,0.5) !important;
  background: none !important;
}

/* line 427 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.navbar.brighter .navbar-nav > li.current > a,
.navbar.brighter .navbar-nav > li.current > a:visited {
  color: #0080ff !important;
  background: transparent;
}

/* line 431 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
header .only-logo .navbar {
  background: none;
  padding: 60px;
}

/* line 435 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
header .only-logo .navbar .navbar-header {
  float: none;
}

/* line 440 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 441 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! Well
/* ======================================================================== */

/* line 444 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.well {
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #dad6e0;
  border-radius: 0;
}

/* line 453 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.hide {
  display: none;
}

/* line 456 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
@media (max-width:767px) {

/* line 457 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .hide-mobile {
    display: none;
  }
}

/* line 460 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.show-mobile-only {
  display: none;
}
@media (max-width:767px) {

/* line 462 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .show-mobile-only {
    display: block;
  }
}

/* line 464 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 465 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! Tabbed navigation
/* ======================================================================== */

/* line 468 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.nav-tabs {
  color: #000;
  margin-bottom: 30px;
}

/* line 472 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.nav-tabs > li > a {
  border-width: 0 0 2px;
  border-radius: 0;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

/* line 479 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.nav-tabs > li > a:hover {
  background: transparent;
  border-color: #333;
}

/* line 483 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-width: 0 0 2px;
  border-color: #0080ff;
  color: #0080ff;
}

/* line 488 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.join {
  float: right;
  color: #ab6eb3;
}

/* line 492 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-radius: 0;
}

/* line 499 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel.panel-unselect {
  margin-bottom: 4px;
}

/* line 502 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-default {
  border: none;
}

/* line 504 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-default > .panel-heading {
  color: #fff;
  background: #642081;
  border-color: none;
  border-bottom: none;
  border-radius: 0;
}

/* line 510 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-default > .panel-heading:hover {
  background: #603565;
}

/* line 512 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.list-group-item,
.panel .list-group a {
  color: #542f59;
  border: none;
  border-radius: 0 !important;
  padding: 8px 15px;
}

/* line 518 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.list-group-item:hover,
.panel .list-group a:hover {
  color: #542f59;
  background: #f8f8f8;
}

/* line 523 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-unselect {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bcb5c0;
}

/* line 535 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
a.panel-heading {
  display: block;
}

/* line 537 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
a.panel-heading:hover {
  color: #fff;
  border: none;
  background: #aca0b6;
}

/* line 541 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
a.panel-heading > div {
  overflow: hidden;
}

/* line 543 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-unselect a.panel-heading {
  background: #f1e7f2 !important;
  color: #542f59;
  border: none;
}

/* line 547 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-unselect a.panel-heading:hover {
  background: #c69dcb;
}

/* line 549 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.panel-unselect a.panel-heading .join {
  color: #b885be !important;
}

/* line 551 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.list-group .active a {
  background: #dad6e0;
}

/* line 554 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 555 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.more-settings .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeecef;
}

/* line 558 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.label-red {
  background: $red;
  color: #fff;
  padding: 1px 3px;
  border-radius: 5px;
  border: 1px solid $red;
}

/* line 527 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ======================================================================== */

/* line 527 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* ! Other stuff
/* ======================================================================== */

/* line 574 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.admin-menu {
  display: none;
}

/* line 576 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 579 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.lock img {
  -webkit-animation: flyer 1s ease infinite;
  -ms-animation: flyer 1s ease infinite;
  animation: flyer 1s ease infinite;
}

/* line 581 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.lock {
  text-align: center;
}

/* line 583 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
@media (min-width:992px) {

/* line 584 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .lock img {
    margin-top: -75px;
  }
}

/* line 587 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.funds ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 591 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.funds ul li {
  padding: 8px 5px;
}

/* line 594 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul {
  list-style-type: none;
  padding: 0 0 20px 0;
}

/* line 597 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li {
  padding: 10px 5px 5px 0px;
}

/* line 599 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .delete {
  float: right;
  padding: 0 8px;
  margin-left: 8px;
  color: #aca0b6;
}

/* line 605 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .delete:hover {
  color: #f54d2b;
}

/* line 607 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li > div {
  overflow: hidden;
}

/* line 609 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li.headline {
  padding-top: 20px;
}

/* line 611 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .date,
.serviceconnection-list ul li .events {
  color: #cdc7d5;
}

/* line 613 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .events {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* line 618 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li h3 {
  margin: 0;
  font-weight: bold;
}

/* line 622 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li h4 {
  margin: 0;
}

/* line 625 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li h4 span {
  font-weight: bold;
}

/* line 627 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .creator {
  float: right;
  color: #dad6e0;
}

/* line 630 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .extra-info {
  color: #aca0b6;
}

/* line 632 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul li .main-info {
  overflow: hidden;
  padding-right: 12px;
}

/* line 635 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list ul .highlight {
  background-color: #dff0d8;
  color: #468847;
  border-radius: 4px;
}

/* line 640 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.serviceconnection-list.disconnect-social-auth ul li .delete {
  display: none;
}

/* line 643 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/*---------------------------------------
   SECTION:  INTERCOM
-----------------------------------------*/

/* line 647 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
#intercom-container .intercom-launcher-button {
  background-image: url('https://ug-cdn.com/static/chatgrape/static/images/head.png?7db176877c82') !important;
  -webkit-background-size: 42px 42px !important;
  background-size: 42px 42px !important;
  background-color: #6d3d74 !important;
  border-color: #212022 !important;
}

/* line 652 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
#intercom-container .intercom-launcher-button:hover {
  background-color: #804888 !important;
  border-color: #212022 !important;
}

/* line 656 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
#intercom-container .intercom-sheet-header {
  height: 60px !important;
  background-color: rgba(255,255,255,0.95) !important;
  border-bottom: 1px solid #dad6e0 !important;
}

/* line 661 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
#intercom-container .intercom-sheet-content {
  top: 60px !important;
  background: #fff !important;
}

/* line 666 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-header {
  padding-top: 80px;
}

/* line 669 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/*---------------------------------------
   SECTION:  FOOTER
-----------------------------------------*/

/* line 672 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
@media (max-width:991px) {

/* line 673 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  footer > .container {
    text-align: center;
  }
}

/* line 675 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer {
  padding: 30px 0 20px 0;
  width: 100%;
}

/* line 679 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer a,
body > footer a:visited {
  color: #666;
}

/* line 681 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer a:hover,
body > footer a:visited:hover {
  color: #aaa;
}

/* line 734 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 735 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer a.responsive-img img {
  margin-top: 10px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

/* line 739 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 740 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer a.responsive-img:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 742 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer .footer-nav {
  margin-top: 15px;
  margin-bottom: 19px;
}

/* line 745 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer .footer-sitemap {
  margin-bottom: 20px;
}

/* line 747 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer .footer-sitemap lh {
  display: inline-block;
  font-weight: 600;
  color: #666;
  margin-bottom: 20px;
}

/* line 752 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer li {
  font-weight: 300;
}

/* line 754 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer .copyright {
  color: #666;
  padding-top: 30px;
  margin-bottom: 0px;
}

/* line 758 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer .copyright-links {
  display: inline-block;
  padding-left: 10px;
}

/* line 761 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body > footer .copyright-links li {
  display: inline-block;
  padding: 0 5px;
}

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/refactor/pages/account.styl */

/* line 204 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */

/* line 1 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap {
  background: #fff;
  padding: 0;
}

/* line 4 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap.Sign.in {
  padding-top: 40px;
}

/* line 6 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap.accounts-loggedout {
  padding-top: 80px;
}

/* line 8 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap.accounts-loggedout footer {
  display: none !important;
}

/* line 10 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap.register {
  padding-top: 40px;
}

/* line 12 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */

/* line 13 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap.register .login-header img {
  height: 50px !important;
}

/* line 15 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */

/* line 16 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap.reg-pages .sticky-navigation {
  display: block !important;
}

/* line 18 : /srv/chatgrape/build/code/chatgrape/stylus/misc/macgap.styl */
body.macgap .sticky-navigation,
body.macgap .sidebar-left {
  display: none;
}

/* line 683 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/*

Mobile remover

*/

/* line 766 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 767 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.mobile-client .mobile-app-dis-none {
  display: none;
}

/* line 683 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Status Page*/

/* line 770 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
table.debug-status th {
  width: 226px;
}

/* line 683 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* MEMBER SETTINGS */

/* line 773 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.members-list input.title {
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  -webkit-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
  border: 1px solid #d4d4d4;
}

/* line 779 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.members-list input.title.highlight {
  background-color: #e4ffbd;
  border-color: #7ccf00;
}

/* line 683 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Pricing */

/* line 783 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan {
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 787 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan--basic {
  border-color: #dbdddf;
  background: #eff2f8;
}

/* line 790 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan--featured {
  border-color: #abcff2;
}

/* line 792 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan--extended {
  color: #59626a;
  font-size: 13px;
  margin-top: -10px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  border-color: #dbdddf;
}

/* line 802 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-desc {
  font-size: 16px;
  margin: 0;
}

/* line 805 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan--spacing {
  margin-top: 40px;
}

/* line 807 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
h3.pricingPlan-title {
  margin: 0 0 20px;
}

/* line 809 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
h4.pricingPlan-title {
  font-weight: bold;
  margin: 0 0 5px;
}

/* line 812 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-list {
  padding-top: 25px;
}

/* line 814 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-list-item {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

/* line 821 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-list-item.small {
  font-size: 15px;
  margin-bottom: 5px;
}

/* line 824 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-list-item .fa {
  position: absolute;
  top: 3px;
  left: 0;
  color: #6cb500;
}

/* line 829 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-priceBox {
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border: 1px solid #dbdddf;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

/* line 837 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-priceBox-price {
  font-size: 180px;
  font-weight: 500;
}

/* line 840 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-priceBox-currency {
  font-size: 60px;
  vertical-align: 80px;
  margin-left: -20px;
}

/* line 844 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-priceBox-desc {
  position: relative;
  margin: 0 20px 20px;
}

/* line 847 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-priceBox-desc:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  border-top: 1px solid #dbdddf;
  z-index: 0;
}

/* line 855 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.pricingPlan-priceBox-desc-text {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #707782;
  padding: 0 10px;
  background: #fff;
  z-index: 1;
}

/* line 683 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* Single Quote */

/* line 864 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote {
  position: relative;
  padding-left: 140px;
  margin: 40px 0;
}

/* line 868 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

/* line 875 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

/* line 879 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-text {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 10px 0 0;
  border-left: 0;
  position: relative;
}

/* line 886 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-text:before,
.single-quote-text:after {
  font-family: Georgia, serif;
  font-size: 30px;
  color: #333;
  vertical-align: middle;
  line-height: 1;
}

/* line 893 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-text:before {
  content: "\201C";
/*Unicode for Left Double Quote*/
  position: absolute;
  left: -15px;
  top: 14px;
}

/* line 898 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-text:after {
  content: "\201D";
/*Unicode for Right Double Quote*/
}

/* line 900 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.single-quote-author {
  font-size: 17px;
  font-weight: 300;
  color: #666;
}

/* line 683 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
/* FAQ */

/* line 905 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.faq-item {
  margin-bottom: 50px;
}

/* line 907 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.faq-item-question {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}

/* line 911 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.faq-item-reply {
  font-size: 15px;
  line-height: 1.6;
}

/* line 914 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.home-header {
  padding-top: 30px;
  background: #e2e7ef;
  overflow: hidden;
}
@media (max-width:767px) {

/* line 918 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .home-header {
    padding-bottom: 30px;
  }
}
@media (min-width:768px) {

/* line 920 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .home-header {
    padding-top: 60px;
    height: 100%;
  }
}

/* line 923 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-media {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* line 927 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-media-items {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

/* line 931 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-grapeSearch {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width:768px) {

/* line 934 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .section-grapeSearch {
    padding-top: 100px;
  }
}

/* line 936 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-grapeSearch-infoBoxes {
  padding: 60px 0;
}

/* line 938 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-grapeSearch-image {
  max-height: 442px;
  overflow: hidden;
}

/* line 941 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-communication {
  padding: 50px 0;
  background: #eff2f8;
}
@media (min-width:768px) {

/* line 944 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .section-communication {
    background-color: #fff;
    padding: 180px 0;
    height: 700px;
    background-image: url('https://ug-cdn.com/static/chatgrape/static/images/home/communication.png?487647828685');
    background-position: top right;
    -webkit-background-size: 1152px 700px;
    background-size: 1152px 700px;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
}

/* line 954 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-mobile {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width:768px) {

/* line 957 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .section-mobile {
    padding-top: 100px;
  }
}

/* line 959 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-mobile-textBox {
  padding-top: 50px;
}
@media (min-width:768px) {

/* line 961 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .section-mobile-textBox {
    padding-top: 140px;
  }
}

/* line 963 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-bg-blue {
  background: #eff2f8;
  padding: 60px 0;
}

/* line 966 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-security {
  background: #eff2f8;
  padding: 50px 0;
}
@media (min-width:768px) {

/* line 969 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
  .section-security {
    padding: 180px 0;
  }
}

/* line 971 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-signup {
  background: #c3d4e4;
  text-align: center;
  padding: 100px 0 60px;
}

/* line 975 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.separator {
  border-top: 1px solid #e9e8e9;
  position: relative;
}

/* line 978 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.separator-text {
  color: #aaa;
  background: #fff;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 989 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-signup-separator {
  border-top-color: rgba(0,0,0,0.1);
  margin-top: 50px;
}

/* line 992 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-signup-separator-text {
  color: #5f6a86;
  background: #c3d4e4;
}

/* line 995 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body:not(.register) .main-signup-form input[type=text],
body:not(.register) .main-signup-form input[type=url],
body:not(.register) .main-signup-form input[type=email],
body:not(.register) .main-signup-form input[type=number],
body:not(.register) .main-signup-form input[type=password],
body:not(.register) .main-signup-form input[type=tel] {
  height: 48px !important;
  font-size: 18px !important;
}

/* line 999 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body:not(.register) .main-signup-form .form-group {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1003 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
body:not(.register) .main-signup-form .btn {
  vertical-align: top !important;
}

/* line 1006 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.btn-play-icon {
  vertical-align: text-top;
  position: relative;
  display: inline-block;
  border: 1px solid #0080ff;
  border-radius: 20px;
  height: 20px;
  width: 20px;
}

/* line 1014 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.btn-play-icon .fa {
  position: absolute;
  font-size: 9px;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1021 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.section-international {
  background-image: url('https://ug-cdn.com/static/chatgrape/static/images/grape-language.png?e62e79c71c45');
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* line 1028 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.city-bg {
  background-image: url('https://ug-cdn.com/static/chatgrape/static/images/citybg.jpg?aa380acfe138');
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* line 1034 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.city-bg h1,
.city-bg h2,
.city-bg h3,
.city-bg h4,
.city-bg h5,
.city-bg h6,
.city-bg .leading-paragraph {
  color: #fff;
}

/* line 1036 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.city-bg h1,
.city-bg h2,
.city-bg h3,
.city-bg h4,
.city-bg h5,
.city-bg h6 {
  text-shadow: 0 3px 4px #333;
}

/* line 1039 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.app-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 25px;
  line-height: 80px;
  display: inline-block;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff, #eee);
  color: #333;
}

/* line 1049 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.app-icon.primary {
  background: -webkit-linear-gradient(top, #00beff, #0083ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#00beff), to(#0083ff));
  background: linear-gradient(to bottom, #00beff, #0083ff);
  border: 1px solid #00b2ff;
  color: #fff;
}

/* line 1053 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.app-icon i {
  font-size: 28px;
  vertical-align: sub;
}

/* line 1057 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.toc-h2,
.adv-toc-h2 {
  font-weight: 600;
  font-size: 20px;
}

/* line 1063 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  -webkit-box-shadow: 0 1px 3px #eee;
  box-shadow: 0 1px 3px #eee;
  height: 0;
  overflow: hidden;
}

/* line 1071 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1080 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.video-section {
  background: -webkit-linear-gradient(top, #343434, #333);
  background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#333));
  background: linear-gradient(to bottom, #343434, #333);
}

/* line 1083 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 1084 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.image-shadow img {
  -webkit-box-shadow: 0 2px 12px #ccc;
  box-shadow: 0 2px 12px #ccc;
  border-radius: 3px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

/* line 1088 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */

/* line 1089 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.image-shadow a:hover img {
  -webkit-box-shadow: 0 6px 12px #aaa;
  box-shadow: 0 6px 12px #aaa;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* line 1093 : /srv/chatgrape/build/code/chatgrape/stylus/site.styl */
.btn-default .fa-play-circle {
  color: #f00;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
