/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-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:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,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:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.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:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;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%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) 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;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/* Rectangle In */

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #097ef9;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/**** Blog ****/
.blog_posts {
	padding: 15px 0 20px;
}
.blog_date {
	float: left;
	width: 10%;
	background:#EF4D98;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1',endColorstr='#ff5f5f5f',GradientType=0);
	display: inline-block;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}
.blog_posts figure {
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding:14px 0;
}
.blog_posts figure span {
	font-size:2.5em;
	line-height: 1.2em;
	color: #FFF;
	display: block;
	margin-bottom: -5px;
}
.blog_desc {
	float: left;
	padding-left: 2%;
	width: 88%;
}
.blog_heading p span {
	color: #C86360;
	font-size: 18px;
	text-transform: uppercase;
}
.blog_heading p {
	color:#9A585C;
	font-size: 0.8em;
	padding:0;
}
.blog_1_of_2 {
	width:50%;
	float:left;
}
.blogdata_1_of_2{
	width: 47%;
	float: left;
	margin-left: 3%;
}
.blog_img img {
	padding:5px;
	margin-top:10px;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.03) rotate(-1deg);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.10);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*** Page numbers ***/
.content-pagenation {
  text-align: center;
  margin-top: 2em;
  }
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#2098d1;
	font-size: 1em;
	background: #FFF;
	padding: 10px 12px;
	border: 1px solid #2098d1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
}
.content-pagenation li a:hover{
	color:#555;
	border: 1px solid rgba(80, 106, 133, 1);
}
.blog_heading a {
	font-size: 1.5em;
	color: #EF4D98;
	text-decoration: none;
	text-transform:capitalize;
}
.blog_heading p {
	color:#555;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
}
a.blog1 {
  color: #555;
  font-size: 1.1em;
  font-weight: 300;
}
.blog_data p
  {
	color: #555;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 300;
	  padding: 1em 0 0;
}
p.text {
	color: #555;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 300;
}
.blog_img img {
	width: 100%;
}
.blog_heading h3 {
	font-size: 1.4em;
	color: #EF4D98;
	text-transform: capitalize;
}
.more span a{
	padding:8px 10px;
	font-size:1em;
	color:#FFF;
    -webkit-transition: -webkit-box-shadow, background 0.2s linear;
    -moz-transition: -moz-box-shadow, background 0.2s linear;
    -ms-transition: -moz-box-shadow, background 0.2s linear;
    -o-transition: -o-box-shadow, background 0.2s linear;
    transition: box-shadow, background 0.2s linear;
     background: rgba(80, 106, 133, 1);
    float: left;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;  
	text-decoration:none;
	margin-top: 0.8em;
}

.blog-content-head h3{
	color: rgba(80, 106, 133, 1);
	font-size: 2.5em;
	margin-bottom: 0.2em;
	text-align:center;
	font-weight:700;
}
.blog-content {
	padding: 4em 0;
	background: #f2f5f7;
}

.sear {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 9px;
}
.sear input[type="text"] {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	width: 81%;
	border:none;
	outline: none;
}
.sear input[type="submit"] {
	vertical-align: bottom;
	width:10%;
	border: none;
	outline: none;
	background: url(../assets/sea.png)no-repeat 6px 0px;
}
ul.blog-rig-list {
	width: 95%;
}
ul.blog-rig-list li a {
	font-size: 11px;
}
ul.blog-rig-list {
	list-style: none;
	border: 1px solid #000;
	padding: 14px 34px 24px 34px;
}
ul.blog-rig-list li {
	margin: 0px 0px 5px 0px;
	border-bottom:1px solid #ccc;
	text-align:center; 
}
ul.blog-rig-list li a{
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	padding:10px 0px;
	display:block;
}
ul.blog-rig-list li a:hover {
    text-decoration:none;
    color:#9b242d;
     transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.rsidebar.span_1_of_3 {
  margin-top: 2em;
}
.span_1_of_3 li{
	color:#555;
	font-size: 1em;
	padding: 7px 24px;
	background: url(../assets/list-arrow.png) no-repeat 0;
	cursor: pointer;
	list-style-type: none;
}
.span_1_of_3 li:hover{
	color:#2098d1;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
body {
  margin: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
[hidden], template {
  display: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a {
  background: 0 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
b, strong {
  font-weight: 700;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
dfn {
  font-style: italic;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
small {
  font-size: 80%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
sup {
  top: -.5em;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
sub {
  bottom: -.25em;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
img {
  border: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
figure {
  margin: 1em 40px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
pre {
  overflow: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button {
  overflow: visible;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button, select {
  text-transform: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input {
  line-height: normal;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
textarea {
  overflow: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
optgroup {
  font-weight: 700;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
td, th {
  padding: 0;
}

@media print {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  thead {
    display: table-header-group;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  img {
    max-width: 100% !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  select {
    background: #fff !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar {
    display: none;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
figure {
  margin: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
img {
  vertical-align: middle;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.img-circle {
  border-radius: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, 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: 400;
  line-height: 1;
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
p {
  margin: 0 0 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
small, .small {
  font-size: 85%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
cite {
  font-style: normal;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-left {
  text-align: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-right {
  text-align: right;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-center {
  text-align: center;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-justify {
  text-align: justify;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-muted {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-primary {
  color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-success {
  color: #3c763d;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-info {
  color: #31708f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.text-info:hover {
  color: #245269;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-danger {
  color: #a94442;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.bg-primary {
  color: #fff;
  background-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
dt, dd {
  line-height: 1.42857143;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
dt {
  font-weight: 700;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
blockquote:before, blockquote:after {
  content: "";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .container {
    width: 1170px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 {
  float: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-12 {
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-9 {
  width: 75%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-6 {
  width: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-3 {
  width: 25%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 {
    float: left;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-0 {
    right: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-0 {
    left: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 {
    float: left;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-0 {
    right: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-0 {
    left: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 {
    float: left;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-0 {
    right: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-0 {
    left: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
th {
  text-align: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table .table {
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #d0e9c6;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #faf2cc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #ebcccc;
}

@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=file] {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=range] {
  display: block;
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  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 .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
textarea.form-control {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=search] {
  -webkit-appearance: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=date] {
  line-height: 34px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.radio label, .checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-feedback {
  position: relative;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-error .form-control {
  border-color: #a94442;
  -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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn:active, .btn.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);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #357ebd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #4cae4c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #46b8da;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #eea236;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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: #d43f3a;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.fade.in {
  opacity: 1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.collapse {
  display: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.collapse.in {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-fc969dc1c6ff531abcf368089dcbaf5775133b0626ff56b52301a059fc0f9e1e.woff) format("woff"), url(/assets/glyphicons-halflings-regular-bd18efd3efd70fec8ad09611a20cdbf99440b2c1d40085c29be036f891d65358.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown {
  position: relative;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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);
  background-clip: padding-box;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.open > a {
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn .caret {
  margin-left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav > li.disabled > a {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li {
  float: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-stacked > li {
  float: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-justified {
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-justified > li {
  float: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tab-content > .active {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-header {
    float: left;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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: #e7e7e7;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-brand {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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: #080808;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > .active {
  color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination > li {
  display: inline;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager li {
  display: inline;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label:empty {
  display: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-default {
  background-color: #999;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-primary {
  background-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.badge:empty {
  display: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.container .jumbotron {
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert .alert-link {
  font-weight: 700;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  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 .6s ease;
  transition: width .6s ease;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-striped .progress-bar {
  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);
  background-size: 40px 40px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-striped .progress-bar-success {
  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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-striped .progress-bar-info {
  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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-striped .progress-bar-warning {
  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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.progress-striped .progress-bar-danger {
  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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media, .media .media {
  margin-top: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media:first-child {
  margin-top: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media-object {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item > .badge {
  float: right;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item {
  color: #555;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-body {
  padding: 15px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-title > a {
  color: inherit;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-default {
  border-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-open {
  overflow: hidden;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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);
  background-clip: padding-box;
  outline: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.top {
  margin-top: -10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.right {
  margin-left: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.left {
  margin-left: -10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel {
  position: relative;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.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 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pull-right {
  float: right !important;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.pull-left {
  float: left !important;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.hide {
  display: none !important;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.show {
  display: block !important;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.invisible {
  visibility: hidden;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  table.visible-xs {
    display: table;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  table.visible-sm {
    display: table;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .visible-md {
    display: block !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  table.visible-md {
    display: table;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  table.visible-lg {
    display: table;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .visible-print {
    display: block !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  table.visible-print {
    display: table;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 8, /opt/site/app/assets/stylesheets/bootstrap.min.scss */
  .hidden-print {
    display: none !important;
  }
}
/**************************
*
*	GENERAL
*
**************************/
/* line 7, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap {
  display: none;
  position: relative;
  margin: 0 !important;
  background: #e8e8e8;
  z-index: 0;
}

/* line 14, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap img {
  max-width: none !important;
}

/* line 17, /opt/site/app/assets/stylesheets/camera.scss */
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 24, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap {
  width: 100%;
}

/* line 27, /opt/site/app/assets/stylesheets/camera.scss */
.camera_src {
  display: none;
}

/* line 30, /opt/site/app/assets/stylesheets/camera.scss */
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 37, /opt/site/app/assets/stylesheets/camera.scss */
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 45, /opt/site/app/assets/stylesheets/camera.scss */
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 54, /opt/site/app/assets/stylesheets/camera.scss */
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 66, /opt/site/app/assets/stylesheets/camera.scss */
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  #  background: rgba(0, 0, 0, 0.38);
}

/* line 78, /opt/site/app/assets/stylesheets/camera.scss */
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* line 87, /opt/site/app/assets/stylesheets/camera.scss */
.camera_loader {
  background: #ffffff url(/assets/camera-loader-54ecb255faaf5ef40b325def1fe3ed203589d761ddaacc784fd9401c651156d2.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(/assets/camera-loader-54ecb255faaf5ef40b325def1fe3ed203589d761ddaacc784fd9401c651156d2.gif) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

/* line 103, /opt/site/app/assets/stylesheets/camera.scss */
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* line 112, /opt/site/app/assets/stylesheets/camera.scss */
.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}

/* line 118, /opt/site/app/assets/stylesheets/camera.scss */
.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}

/* line 124, /opt/site/app/assets/stylesheets/camera.scss */
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

/* line 133, /opt/site/app/assets/stylesheets/camera.scss */
.camerarelative {
  overflow: hidden;
  position: relative;
}

/* line 137, /opt/site/app/assets/stylesheets/camera.scss */
.imgFake {
  cursor: pointer;
}

/* line 140, /opt/site/app/assets/stylesheets/camera.scss */
.camera_command_wrap .hideNav {
  display: none;
}

/* line 143, /opt/site/app/assets/stylesheets/camera.scss */
.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

/* line 149, /opt/site/app/assets/stylesheets/camera.scss */
.camera_clear {
  display: block;
  clear: both;
}

/* line 153, /opt/site/app/assets/stylesheets/camera.scss */
.showIt {
  display: none;
}

/* line 156, /opt/site/app/assets/stylesheets/camera.scss */
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

/* line 163, /opt/site/app/assets/stylesheets/camera.scss */
.camera_next,
.camera_prev {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  width: 82px;
  height: 82px;
  color: #232222;
  #  background: #d4d8d8;
  text-align: center;
  font: 400 72px/80px 'FontAwesome';
  cursor: pointer;
  border-radius: 41px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  z-index: 10;
  #  filter: alpha(opacity=80);
  #  -moz-opacity: 0.8;
  #  -khtml-opacity: 0.8;
  #  opacity: 0.8;
}

/* line 184, /opt/site/app/assets/stylesheets/camera.scss */
.camera_next:hover,
.camera_prev:hover {
  color: #249f9c;
  background: #d4d8d8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* line 193, /opt/site/app/assets/stylesheets/camera.scss */
.camera_next {
  right: 67px;
}

/* line 196, /opt/site/app/assets/stylesheets/camera.scss */
.camera_next:before {
  padding-left: 10px;
  content: '\f105';
}

/* line 200, /opt/site/app/assets/stylesheets/camera.scss */
.camera_prev {
  left: 68px;
}

/* line 203, /opt/site/app/assets/stylesheets/camera.scss */
.camera_prev:before {
  padding-right: 10px;
  content: '\f104';
}

/* line 207, /opt/site/app/assets/stylesheets/camera.scss */
.camera_caption {
  position: absolute;
  left: 68px;
  right: 67px;
  padding: 0 102px;
  bottom: 8.166666666666667%;
  text-align: center;
}

/* line 215, /opt/site/app/assets/stylesheets/camera.scss */
.camera_caption .text_1 {
  padding-bottom: 167px;
  letter-spacing: 3.4px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  /* line 220, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_caption {
    top: 18.166666666666667%;
    bottom: auto;
  }

  /* line 224, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_caption .text_1 {
    font-size: 48px;
    line-height: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 979px) {
  /* line 231, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_caption {
    top: 8.166666666666667%;
    bottom: auto;
    left: 34px;
    right: 33.5px;
    padding: 0 61px;
  }

  /* line 238, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_caption .text_1 {
    font-size: 48px;
    line-height: 40px;
    padding-bottom: 40px;
  }

  /* line 243, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_next,
  .camera_prev {
    margin-top: -20.5px;
    width: 41px;
    height: 41px;
    color: #232222;
    background: #d4d8d8;
    text-align: center;
    font: 400 36px/40px 'FontAwesome';
    cursor: pointer;
    border-radius: 41px;
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;
    z-index: 10;
  }

  /* line 258, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_next:hover,
  .camera_prev:hover {
    color: #249f9c;
  }

  /* line 262, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_next {
    right: 33.5px;
  }

  /* line 265, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_next:before {
    padding-left: 5px;
    content: '\f105';
  }

  /* line 269, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_prev {
    left: 34px;
  }

  /* line 272, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_prev:before {
    padding-right: 5px;
    content: '\f104';
  }
}
@media (max-width: 767px) {
  /* line 278, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_caption {
    display: none !important;
  }
}
@media (max-width: 479px) {
  /* line 283, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_prev {
    top: 35px;
    left: 20px;
  }

  /* line 287, /opt/site/app/assets/stylesheets/camera.scss */
  .camera_next {
    top: 35px;
    left: 70px;
  }
}
/* line 293, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

/* line 300, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
  background: #b7b7b7;
}

/* line 314, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}

/* line 325, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7;
}

/* line 328, /opt/site/app/assets/stylesheets/camera.scss */
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #434648;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-9f8288933d2c87ab3cdbdbda5c9fa1e1e139b01c7c1d1983f91a13be85173975.eot?v=4.3.0);
  src: url(/assets/fontawesome-webfont-9f8288933d2c87ab3cdbdbda5c9fa1e1e139b01c7c1d1983f91a13be85173975.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2?v=4.3.0) format("woff2"), url(/assets/fontawesome-webfont-66db52b456efe7e29cec11fa09421d03cb09e37ed1b567307ec0444fd605ce31.woff?v=4.3.0) format("woff"), url(/assets/fontawesome-webfont-c2a9333b008247abd42354df966498b4c2f1aa51a10b7e178a4f5df2edea4ce1.ttf?v=4.3.0) format("truetype"), url(/assets/fontawesome-webfont-4f1f9ffe01469bbd03b254ec563c304dd92276514110364148cb7ffdd75d3297.svg?v=4.3.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-server:before {
  content: "\f233";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-train:before {
  content: "\f238";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 7, /opt/site/app/assets/stylesheets/font-awesome.min.scss */
.fa-medium:before {
  content: "\f23a";
}
/* line 7, ../sass/lightbox.sass */
/* line 3, /opt/site/app/assets/stylesheets/lightbox.scss */
body:after {
  content: url(/assets/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png) url(/assets/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif) url(/assets/prev-e0bb5326f6f5067cbdaa6c8a4975a0f50d87ea6efeba2c9515f1a1b7a8b683f2.png) url(/assets/next-dbd13fe31c106a1dd1a15fd1dcca476aa725ff8495108ae25f9113ed4c629c69.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
/* line 9, /opt/site/app/assets/stylesheets/lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
/* line 21, /opt/site/app/assets/stylesheets/lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, ../sass/lightbox.sass */
/* line 31, /opt/site/app/assets/stylesheets/lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 32, ../sass/lightbox.sass */
/* line 41, /opt/site/app/assets/stylesheets/lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
/* line 46, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
/* line 60, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
/* line 67, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
/* line 72, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
/* line 83, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
/* line 92, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
/* line 102, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
/* line 107, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
/* line 112, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
/* line 121, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-prev {
  left: 0;
  float: left;
}

/* line 87, ../sass/lightbox.sass */
/* line 126, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-prev:hover {
  background: url(/assets/prev-e0bb5326f6f5067cbdaa6c8a4975a0f50d87ea6efeba2c9515f1a1b7a8b683f2.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
/* line 131, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-next {
  right: 0;
  float: right;
}

/* line 93, ../sass/lightbox.sass */
/* line 136, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-next:hover {
  background: url(/assets/next-dbd13fe31c106a1dd1a15fd1dcca476aa725ff8495108ae25f9113ed4c629c69.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
/* line 141, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
/* line 154, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
/* line 161, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}

/* line 106, ../sass/lightbox.sass */
/* line 166, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 111, ../sass/lightbox.sass */
/* line 173, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 115, ../sass/lightbox.sass */
/* line 179, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 121, ../sass/lightbox.sass */
/* line 187, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 130, ../sass/lightbox.sass */
/* line 199, /opt/site/app/assets/stylesheets/lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default; }
  .apple_pagination a, .apple_pagination span {
    padding: 0.2em 0.3em; }
  .apple_pagination .disabled {
    color: #aaaaaa; }
  .apple_pagination .current {
    font-style: normal;
    font-weight: bold;
    background-color: #bebebe;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; }
  .flickr_pagination .disabled {
    color: #aaaaaa; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../assets/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../assets/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../assets/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../assets/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../assets/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../assets/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../assets/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../assets/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../assets/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../assets/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../assets/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../assets/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../assets/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../assets/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../assets/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../assets/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../assets/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../assets/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../assets/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../assets/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../assets/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../assets/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../assets/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../assets/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../assets/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../assets/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../assets/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../assets/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../assets/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../assets/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../assets/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../assets/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../assets/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../assets/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../assets/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../assets/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../assets/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../assets/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../assets/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../assets/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../assets/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../assets/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../assets/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../assets/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../assets/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../assets/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../assets/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../assets/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../assets/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../assets/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../assets/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../assets/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../assets/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../assets/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../assets/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../assets/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../assets/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../assets/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../assets/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../assets/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../assets/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../assets/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../assets/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../assets/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../assets/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../assets/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../assets/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../assets/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../assets/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../assets/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../assets/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../assets/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../assets/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../assets/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../assets/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a assets{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../assets/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../assets/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../assets/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../assets/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../assets/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a assets{display:none}
.product_header {
  margin-top: -30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #2babcf;
  text-decoration: none;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/*
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
}
*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e4e4e4;
  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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 10px rgba(0, 0, 0, 0.175);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d0d0d0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6) 0 10px rgba(0, 0, 0, 0.175);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-animate {
  cursor: pointer;
  padding: 6px 10px;
  display: inline-block;
  margin: 5px 0;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-style {
  box-shadow: 0 6px #333333;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  text-decoration:none;
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-d {
  border-radius: 4px;
}
.btn-d:hover {
  box-shadow: 0 8px #333333;
  top: -2px;
  text-decoration:none;
}
.btn-d:active {
  box-shadow: 0 0 #333333;
  top: 6px;
  text-decoration:none;
}
.btn-k {
  border-radius: 4px;
  box-shadow: 6px 0 #333333;
}
.btn-k:hover {
  box-shadow: 4px 0 #333333;
  left: 2px;
}
.btn-k:active {
  box-shadow: 0 0 #333333;
  left: 6px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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: 4px 0 0 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2babcf;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2babcf;
  background-color: #f6f6f6;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #428bca;
  border-color: #2babcf;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
}
.panel-body {
  padding: 15px;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e9e9e9;
}
.panel-default {
  border-color: #e9e9e9;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f6f6f6;
  border-color: #e9e9e9;
}
/*** Tabs Justified ***/
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  background: #2babcf;
  background-image: -webkit-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  color: #ffffff;
  border: 0;
}
/* ===== Pagination ===== */
.pagination > li > a,
.pagination > li > span {
  margin: 0 1px;
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2babcf;
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: linear-gradient(top, #45b8d8 0%, #2babcf 100%);
}
/*** Accordion ***/
.panel-group .panel-heading {
  position: relative;
  padding: 0;
}
.panel-group .panel-heading > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.panel-group .panel-heading > a:after {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  content: "\f107";
  background: #e4e4e4;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: #ffffff;
}
.panel-group .panel-heading > .collapsed:after {
  content: "\f105" !important;
}

/* ===== Help Center ===== */
.panel-body > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.panel-body > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.panel-body > ul > li:last-child {
  border-bottom: 0;
}
.panel-body > ul > li > a {
  display: block;
  padding: 7px 0;
  font-weight: 600;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}
.panel-body > ul > li > a:hover {
  color: #333333;
}

/* ===== Shop ===== */
.shop-product {
  margin: 10px 0 0;
  text-align: left;
}
.shop-product img {
  max-height: 300px;
  margin: 0 auto;
}
.shop-product h5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 600;
}
.shop-product.featured:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "\f0a3";
  font-family: FontAwesome;
  font-size: 30px;
  color: #ed3e49;
}
.shop-product.featured:after {
  position: absolute;
  top: 13px;
  left: 19px;
  content: "New";
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.shop-product.featured .price .old {
  color: red;
  text-decoration: line-through;
}
.shop-product.featured .price .new {
  font-weight: bold;
}
.add-to-cart {
  margin: -53px 0 70px;
  text-align: right;
}

/****
change now
*****/
.primary-font-special {
  text-align: left;
}
.product-introduct {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 150%;
  font-weigth: bold;
}
.add-to-cart-change {
  text-align: right;
  position:relative
}
@media (max-width: 767px) {
.shop-product {
  margin: 10px 0 0;
  text-align: center;
}
.add-to-cart {
  margin: 0 0 20px;
  text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.shop-product {
  margin: 10px 0 0;
  text-align: center;
}
.add-to-cart {
  margin: 0 0 20px;
  text-align: center;
}
}
/*** Shop Item ***/
.shop-item .product-img {
  margin-bottom: 20px;
}
.shop-item .product-img img {
  max-height: 100px;
  opacity: 0.5;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
}
.shop-item .product-img img:hover {
  opacity: 1;
}
.shop-item .product-img img.main {
  max-height: 100%;
  margin-bottom: 20px;
  opacity: 1;
}
.shop-item .product-img .row {
  padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
  padding-left: 2px;
  padding-right: 2px;
}
.rating {
  display: inline-block;
  margin-left: 0px;
}
.rating li {
  margin: 0;
  padding: 0;
  color: #F7C41F;
  font-size: 14px;
}
.shop-item .reviews {
  font-size: 12px;
  margin-left: 10px;
}
.shop-item .price-block {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
}
.shop-item .price-block .form-control {
  display: inline-block;
  width: 60px;
}
.shop-item .price-block .price {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
.text-muted {
  color: #999999;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;  
}
.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 {
  float: left;
}
.col-xs-4 {
  width: 33.33333333%;
}
/* product page loading */
/* line 3, /opt/site/app/assets/stylesheets/style.scss */
.scrollLoading {
  background: url(/assets/ajax-loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif) no-repeat center;
}

/*maincss*/
/* line 7, /opt/site/app/assets/stylesheets/style.scss */
body {
  font-family: 'Century Gothic', sans-serif;
}

/* line 10, /opt/site/app/assets/stylesheets/style.scss */
.container-fluid {
  max-width: 1600px;
}

/* line 13, /opt/site/app/assets/stylesheets/style.scss */
.container_wapper {
  width: 100%;
  background: #c0c0c0;
}

/*logo*/
/* line 18, /opt/site/app/assets/stylesheets/style.scss */
.logo a:hover {
  text-decoration: none;
}

/* line 21, /opt/site/app/assets/stylesheets/style.scss */
.logo a {
  text-decoration: none;
  outline: none;
}

/*menu*/
/* line 26, /opt/site/app/assets/stylesheets/style.scss */
#mobile_menu_content {
  top: 0;
  width: 250px;
  height: 100%;
  background: #f9f9f9;
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
}

/* line 37, /opt/site/app/assets/stylesheets/style.scss */
#mobile_menu_content ul li a {
  text-align: left;
  background: #f15556;
  color: #000;
}

/* line 42, /opt/site/app/assets/stylesheets/style.scss */
#mobile_menu_content ul li:hover a {
  background: #c83233;
  color: #fff;
}

/* line 46, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu {
  width: 100%;
  background: #f9f9f9;
  height: 94px;
  border-bottom: 1px solid #f15556;
  top: 0;
  z-index: 5000;
}

/* line 55, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu #mobile_menu {
  padding-top: 25px;
  font-size: 30px;
  float: right;
  color: #e35354;
}

/* line 61, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu #logo_img {
  max-height: 90px;
  float: left;
}

/* line 65, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu #logo_text {
  font: normal normal normal 36px/1em 'Century Gothic', sans-serif;
  margin-top: 30px;
  padding-left: 60px;
  text-align: left;
  color: #e35354;
}

/* line 72, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu #logo_text span {
  color: #9fb038;
}

/* line 75, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu ul li a,
#banner_menu ul li a:focus {
  padding-top: 35px;
  padding-bottom: 35px;
  font: normal normal normal 18px/23px 'Century Gothic', sans-serif;
  color: #000;
  background: repeat-x url(/assets/banner_bg-88963720f51391e9dfda16758e6c5b329323c70d338ba382ad43118e5fa75bb2.jpg) 0 -94px;
  transition-duration: .5s;
  outline: none;
}

/* line 86, /opt/site/app/assets/stylesheets/style.scss */
#banner_menu ul li a:hover,
#banner_menu ul li a.current {
  background-position: 0 0px;
  background-color: #f15556;
  color: #ffffff;
  outline: none;
}

/*footer*/
/* line 95, /opt/site/app/assets/stylesheets/style.scss */
#footer {
  width: 100%;
  border-top: 2px solid #507f9a;
  height: 70px;
  background: #373838;
  float: left;
  #    position: absolute;
  #    bottom: 0px;
  #    left: 0px;
}

/* line 105, /opt/site/app/assets/stylesheets/style.scss */
#footer p {
  font-size: 1em;
  font-weight: 400;
  color: #999;
  text-align: center;
  padding: 1em 0px;
}

/*totop*/
/* line 113, /opt/site/app/assets/stylesheets/style.scss */
#toTop {
  display: none;
  outline: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #FF8247;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

/* line 131, /opt/site/app/assets/stylesheets/style.scss */
#toTop:hover {
  outline: none;
  text-decoration: none;
  color: #129894;
}

/* line 136, /opt/site/app/assets/stylesheets/style.scss */
#toTop:active {
  background: transparent;
}

@media only screen and (max-width: 1199px) {
  /* line 140, /opt/site/app/assets/stylesheets/style.scss */
  #toTop {
    display: none !important;
    outline: none;
  }
}
/*errors*/
/* line 146, /opt/site/app/assets/stylesheets/style.scss */
.errors {
  min-height: 700px;
  text-align: center;
  background: #fef;
}

/* line 151, /opt/site/app/assets/stylesheets/style.scss */
.errors-main {
  padding-top: 14em;
}

/* line 154, /opt/site/app/assets/stylesheets/style.scss */
.errors-main h4 {
  font-size: 8em;
  font-weight: 400;
  color: #9b242d;
  margin-bottom: 0.5em;
}

/* line 160, /opt/site/app/assets/stylesheets/style.scss */
.errors-main h3 {
  font-size: 1.7em;
  font-weight: 400;
  color: #999;
}

/* line 165, /opt/site/app/assets/stylesheets/style.scss */
.errors-main a {
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  background: #999;
  padding: 7px 15px;
}

/* line 172, /opt/site/app/assets/stylesheets/style.scss */
.errors-main a:hover {
  background: #9b242d;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*contact us*/
/* line 181, /opt/site/app/assets/stylesheets/style.scss */
#contact-section {
  padding: 80px 0;
}

/* line 184, /opt/site/app/assets/stylesheets/style.scss */
#contact-section h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 189, /opt/site/app/assets/stylesheets/style.scss */
#contact-section form {
  padding: 30px 0;
}

/* line 192, /opt/site/app/assets/stylesheets/style.scss */
#contact-section .fa {
  color: #D2527F;
  margin-bottom: 10px;
}

/* line 196, /opt/site/app/assets/stylesheets/style.scss */
label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}

/* line 202, /opt/site/app/assets/stylesheets/style.scss */
#contact-section .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 219, /opt/site/app/assets/stylesheets/style.scss */
#contact-section .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}

/* line 225, /opt/site/app/assets/stylesheets/style.scss */
#contact-section .btn {
  background: #D2527F;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
}

/* line 233, /opt/site/app/assets/stylesheets/style.scss */
#contact-section .btn:hover, #contact-section .btn:focus {
  background: #9D3D5F;
}

/* line 236, /opt/site/app/assets/stylesheets/style.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 242, /opt/site/app/assets/stylesheets/style.scss */
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: none;
}

/*about*/
/* line 247, /opt/site/app/assets/stylesheets/style.scss */
.fa {
  color: #2ABB9B;
}

/* line 250, /opt/site/app/assets/stylesheets/style.scss */
.about {
  background: #555;
  #  margin-bottom: 4em;
  background: url(/assets/title-bg-40aecb4f662f8f1af0635ecf67f158740ae7e22f01106f4d9082c5e8f361e85e.jpg) center no-repeat;
  background-size: cover;
  height: 180px;
}

/* line 257, /opt/site/app/assets/stylesheets/style.scss */
.title-section {
  position: relative;
  padding-top: 60px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
}

/* line 264, /opt/site/app/assets/stylesheets/style.scss */
.highlight-info {
  background: url(/assets/lab-95be6a82cbe9b01aa74448f70f185149dbc572519aca0a4795864cce389c218a.jpg) center fixed;
  background-size: cover;
  color: #fff;
  padding: 6em 0;
}

/* line 270, /opt/site/app/assets/stylesheets/style.scss */
.highlight-info h4 {
  color: #fff;
  margin: 0.5em 0 0 0;
}

/* line 274, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about {
  background: #ffffff;
  float: left;
}

/* line 278, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .about_icon img {
  width: 100%;
}

/* line 281, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .about_icon h2 {
  text-align: center;
  font: normal normal normal 20px/25px 'Century Gothic', sans-serif;
}

/* line 285, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .about_icon .imgwap {
  text-align: center;
  border-radius: 75px;
}

/* line 289, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .about_icon p {
  text-align: center;
  font: normal normal normal 14px/23px 'Century Gothic', sans-serif;
}

/* line 293, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .mission {
  background-color: #bd3e25;
  color: #f5bd48;
}

/* line 297, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .product {
  background-color: #334d5c;
  color: #f5bd48;
}

/* line 301, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .testimonial {
  background-color: #efc84a;
  color: #ab4921;
}

/* line 305, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .statistic {
  background-color: #334d5c;
  color: #efc84a;
}

/* line 309, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about #testimonial_text_wap {
  overflow: hidden;
}

/* line 312, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about #testimonial_text_wap h2 {
  font-size: 24px;
  margin: 0;
  padding: 12px 0;
}

/* line 317, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about #testimonial_text_wap h3 {
  font-size: 20px;
  margin: 0;
  padding: 12px 0;
}

/* line 322, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about #testimonial_text_wap img {
  margin-bottom: 20px;
}

/* line 325, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about #testimonial_text_wap p {
  font-size: 14px;
  line-height: 2em;
}

/* line 329, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .testimonial_text {
  width: 100%;
  float: left;
}

/* line 333, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .pre_next {
  font-size: 70px;
  top: 50%;
  margin-top: -35px;
  position: absolute;
}

/* line 339, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .pre_next a {
  color: #6698b5;
  float: left;
}

/* line 343, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .pre_next a:hover {
  color: #334d5c;
}

/* line 346, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about #testimonial_text_wap h1 {
  font-size: 70px;
  top: 50%;
  margin-top: -35px;
}

/* line 351, /opt/site/app/assets/stylesheets/style.scss */
#templatemo_about .testimonial_top_bottom_spacer {
  padding-bottom: 80px;
}

/* line 354, /opt/site/app/assets/stylesheets/style.scss */
.about-section {
  #  padding: 15em 0 4em;
  background: #eee;
}

/* line 358, /opt/site/app/assets/stylesheets/style.scss */
.about-img img {
  width: 100%;
}

/* line 361, /opt/site/app/assets/stylesheets/style.scss */
.about-section h3 {
  font-size: 2.5em;
  text-transform: capitalize;
  color: #000;
  margin: 0 17px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

/* line 369, /opt/site/app/assets/stylesheets/style.scss */
.about-grids {
  margin-top: 0em;
}

/* line 372, /opt/site/app/assets/stylesheets/style.scss */
.about-grid p {
  font-size: 1em;
  padding: 1em 0;
  color: #555;
  line-height: 1.8em;
}

/*works-section */
/* line 379, /opt/site/app/assets/stylesheets/style.scss */
#works-section {
  padding: 80px 0;
}

/* line 382, /opt/site/app/assets/stylesheets/style.scss */
#works-section li.pull-right {
  margin-top: 10px;
}

/* line 386, /opt/site/app/assets/stylesheets/style.scss */
.portfolio-item {
  margin-bottom: 30px;
}

/* line 389, /opt/site/app/assets/stylesheets/style.scss */
.portfolio-item .hover-bg {
  height: 260px;
  overflow: hidden;
  position: relative;
}

/* line 394, /opt/site/app/assets/stylesheets/style.scss */
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.66);
  padding: 25% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

/* line 406, /opt/site/app/assets/stylesheets/style.scss */
.hover-bg .hover-text > h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}

/* line 412, /opt/site/app/assets/stylesheets/style.scss */
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 418, /opt/site/app/assets/stylesheets/style.scss */
.hover-bg .hover-text > i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}

/* line 424, /opt/site/app/assets/stylesheets/style.scss */
.hover-bg:hover .hover-text > i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 430, /opt/site/app/assets/stylesheets/style.scss */
.hover-bg:hover .hover-text {
  opacity: 1;
}

/* line 433, /opt/site/app/assets/stylesheets/style.scss */
#works-section i.fa {
  height: 30px;
  width: 30px;
  border: 1px solid #D2527F;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: #D2527F;
}

/* Shutter Out Horizontal */
/* line 443, /opt/site/app/assets/stylesheets/style.scss */
.w-btn {
  margin-top: 4%;
}

/* line 446, /opt/site/app/assets/stylesheets/style.scss */
.w-btn a {
  border: 2px solid #05a6b3;
  font-size: 15px;
  font-weight: 400;
  color: #05a6b3;
  padding: 5px 18px;
  font-family: 'Play-Regular';
}

/* line 454, /opt/site/app/assets/stylesheets/style.scss */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 469, /opt/site/app/assets/stylesheets/style.scss */
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #05a6b3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 489, /opt/site/app/assets/stylesheets/style.scss */
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
  text-decoration: none;
}

/* line 493, /opt/site/app/assets/stylesheets/style.scss */
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* camera */
/* line 498, /opt/site/app/assets/stylesheets/style.scss */
#camera-section {
  padding-bottom: 80px;
}

/*--addition start here--*/
/* line 502, /opt/site/app/assets/stylesheets/style.scss */
.addition-main h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: #ba0c2f;
  margin: 0em 0em 1em 0em;
  font-family: 'Courgette-Regular';
}

/* line 509, /opt/site/app/assets/stylesheets/style.scss */
.addition {
  padding: 2em 0em 4em 0em;
}

/* line 512, /opt/site/app/assets/stylesheets/style.scss */
.addition-grid ul {
  padding: 0em;
  list-style: none;
}

/* line 516, /opt/site/app/assets/stylesheets/style.scss */
.addition-grid ul li {
  margin: 0em 0em 0.5em 0em;
}

/* line 519, /opt/site/app/assets/stylesheets/style.scss */
.addition-grid ul li a {
  font-size: 1em;
  font-weight: 400;
  color: #000;
  background: url(/assets/arrow1-32beae8a50f12081ba61f53fcdc3e67f613f0fd7e92dca293c7f75f6e0a7de6d.png) no-repeat;
  padding: 0px 0px 0px 35px;
}

/* line 526, /opt/site/app/assets/stylesheets/style.scss */
.addition-grid ul li a:hover {
  color: #ffcd00;
  text-decoration: none;
}

/* line 530, /opt/site/app/assets/stylesheets/style.scss */
.addition-grid {
  padding: 0em;
}

/*--addition end here--*/
/* home page about css */
/* line 535, /opt/site/app/assets/stylesheets/style.scss */
.about-section h3 {
  color: #000000;
  text-transform: capitalize;
  font-size: 2.8em;
  border-bottom: 4px solid #7ebd26;
  width: 23%;
  padding-bottom: 10px;
  margin: 0 auto;
  font-weight: 700;
}

/* line 545, /opt/site/app/assets/stylesheets/style.scss */
.about-section {
  background: #fdfdfc;
  padding: 5em 0;
}

/* line 549, /opt/site/app/assets/stylesheets/style.scss */
.about-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.8em;
  font-weight: 500;
  margin-bottom: 1.1em;
  margin-top: 3em;
}

/* line 557, /opt/site/app/assets/stylesheets/style.scss */
.about-section-grid h4 {
  color: #fff;
  font-size: 1.7em;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

/* line 565, /opt/site/app/assets/stylesheets/style.scss */
.about-section-grid p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
}

/* line 571, /opt/site/app/assets/stylesheets/style.scss */
.about-section a {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  padding: 0.8em 1.2em;
  background: #fff;
  color: #4597a8;
  text-decoration: none;
  display: block;
  width: 18%;
  margin: 4em auto 0;
  z-index: 1;
}

/* line 584, /opt/site/app/assets/stylesheets/style.scss */
.btn-homepage {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  padding: 0.4em 1.5em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px !important;
  text-decoration: none;
  font-weight: 900;
  color: #fa6374;
}

/* line 604, /opt/site/app/assets/stylesheets/style.scss */
.btn-homepage:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 612, /opt/site/app/assets/stylesheets/style.scss */
.btn-1c:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #eee;
}

/* line 620, /opt/site/app/assets/stylesheets/style.scss */
.btn-1c:hover,
.btn-1c:active {
  color: #000;
}

/* line 625, /opt/site/app/assets/stylesheets/style.scss */
.btn-1c:hover:after,
.btn-1c:active:after {
  height: 100%;
}

/* line 629, /opt/site/app/assets/stylesheets/style.scss */
.company-header {
  margin-top: -10px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

html.turbolinks-progress-bar::before {
  background-color: red !important;
  height: 2px !important;
}
