/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *





 */

/*@import "fonts.css";*/


.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  border-bottom: 5px solid #3498db;
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
#divLoading{
	margin: 0px; 
	padding: 0px; 
	position: fixed; 
	right: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 30001; 
	display: none;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

html, body{
	font-family: 'GothamPro', Arial, sans-serif;
	color: #221f1f;
}

html{
	width: 100%;	
}

hr{
	background-color: #9B9E95;
    border: medium none;
    height: 1px;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.block{
	display: block;
}


body{
	margin: 0;
	padding: 0;
	background-image: url(/images/osvito_1.jpg);
}

.page{
	background-image: url(/images/osvito_1.jpg);
	#width: 100%;
}

a:hover, a:active{
	cursor: pointer;
}

#logo img{
	float: left;
	margin-right: 42px;
}

#header{
	height: 249px;
	background-color: #0F9149;
	background-image: url(/images/osvito_2.jpg);
	#width: 1005px;
}

.top-nav-border{
	border-bottom: 8px solid #1E1E1E;
}

#top-nav{
	box-shadow: 0 0 4px rgba(38, 141, 86, 1);
	-moz-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
	-webkit-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
	height: 54px;
    width: 980px;
    background: #1e824e;
    border-radius: 5px 5px 0 0;
    margin: auto;
	
}

#top-nav ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	width: 980px;
	margin: auto;
}

#top-nav li.top-nav-cat{
	float:left;
	display: block;
    z-index: 500;
    height: 54px;
    #padding: 11px 0;
    font-family: 'GothamProNarMed';
}

#top-nav li.top-nav-cat:hover,
#top-nav li.top-nav-cat.activetab,
#top-nav li.top-nav-cat.active{
	background-color: white;
	color: #1e824e;	
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 4px rgba(38, 141, 86, 1);
	-moz-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
	-webkit-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
	cursor: pointer;
	border-left: 1px solid white;
}

#top-nav .ul-cont{
	z-index: 1000;
}

#top-nav li.top-nav-cat:hover > a,
#top-nav li.top-nav-cat.activetab a.activetab,
#top-nav li.top-nav-cat.active a{
	color: #1e824e;	
}

#top-nav li.top-nav-cat:hover > a > span,
#top-nav li.top-nav-cat.activetab a.activetab span{
	border: 0;	
	padding-right: 11px;
}
#top-nav li.top-nav-cat:last-child {
	border: 0;
}

#top-nav li.top-nav-cat a, 
#top-nav li.top-nav-cat a:hover, 
#top-nav li.top-nav-cat a:active{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	cursor: pointer;
	text-shadow: 0 1px 1px #696969;
 }
 
  #top-nav li.top-nav-cat a:hover, 
  #top-nav li.top-nav-cat a:active{
    color: #1e824e;
 }

#top-nav li.top-nav-cat a > span {
	display: table-cell;
	padding: 13px 10px 9px;
    vertical-align: middle;
    height: 32px;
    line-height: 14px;
    margin-top: 13px;
    max-width: 115px;
    text-align: center;
    border-width: 0 1px 0 0;
	border-right: 1px solid #40c4c8;
    border-image: url(/images/top_nav_border.png) 0 1 0 0;
    -moz-border-image:url(/images/top_nav_border.png) 0 1 0 0; /* Firefox */
	-webkit-border-image:url(/images/top_nav_border.png) 0 1 0 0; /* Safari and Chrome */
	-o-border-image:url(/images/top_nav_border.png) 0 1 0 0; /* Opera */
}

#top-nav li.top-nav-cat:last-child a > span{
	border: none;
}

#top-nav li.top-nav-cat a:active > span {
	background-color: white;
}

#top-nav .ul-cont{
    position: absolute;
    display:none;
    padding:0;
    list-style:none;
    width: 938px;
    background: white;
    border-bottom: 8px solid #1E1E1E;
    padding: 43px 21px 0;
    margin-top: 54px;
}

#top-nav .ul-cont .ul-cont-cont{
	width: 980px;
	margin: auto;
}

#top-nav .ul-cont tr{
	vertical-align: top;
}

#top-nav .ul-cont td{
	color: #565656;
    width: 203px;
    padding-right: 26px;
    padding-bottom: 41px;
    font-size: 13px;
}

#top-nav .ul-cont tr td:last-child{
	padding-right: 0;
}

#top-nav .ul-cont td a{
	 color: #565656;
    font-size: 13px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    font-weight: normal;
    line-height: 3px;
}

#top-nav .ul-cont td a:active, 
#top-nav .ul-cont td a:hover{
	 color: #00fe70;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
}

#top-nav .ul-cont td .cat-name{
	padding-bottom: 14px;
}

#top-nav .ul-cont td .cat-link{
	padding-bottom: 4px;
}

#top-nav .ul-cont td .cat-name, 
#top-nav .ul-cont td .cat-name a, 
#top-nav .ul-cont td .cat-name a:hover,
#top-nav .ul-cont td .cat-name a:active{
	 color: #1e824e;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	text-shadow: 0 0 1px #696969;
}

#top-nav .ul-cont td .cat-name a:hover,
#top-nav .ul-cont td .cat-name a:active{
	color: #00fe70;
}

#header-content{
	width: 984px;
	margin: 32px auto 44px auto;
}

#header-content .header_content_cont{
	width: 980px;
}

#info{
	float: left;
	margin-right: 25px;
	color: white;
	margin-right: 27px;
    margin-top: 2px;
    width: 458px;
}

#header-menu{
	color: white;
	background-image: url(/images/header_menu_bg.png);
	height: 35px;
	border-bottom: 1px solid #3d3d3d;
	background-repeat: repeat;
}

#header-menu .cont .menu a{
	color: #eee1e1;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px 0 10px;
}
 
#header-menu .cont .menu a:first-child {
	margin-left: 0;
}

#header-menu .cont .menu a:last-child {
	margin-right: 0;
}

#header-menu .cont .menu a:active, 
#header-menu .cont .menu a:hover,
 #header-menu .cont .menu a.active{
	color: #01fd72;
}

#header-menu .cont{
	margin: auto;
    width: 986px;
}

#header-menu .cont .menu{
	float: left;
	font-weight: bold;
	padding-top: 9px;
	font-family: 'GothamProMed';
}

#header-menu .cont .prof_links{
	float: right;
	padding-top: 9px;
	width: 255px;
}

.main-number, .numbers, .callback{
	color: white;
}

.main-number{
	float: left;
	margin: 5px 0 0 0;
	font-size: 28px;
	width: 215px;
}

.numbers{
	float: left;
	margin-right: 7px;
	font-size: 13px;
	width: 100px;
	padding-top: 3px;
}

.callback{
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	text-decoration: underline;
}

#feedback{
	#height: 32px;
	margin-bottom: 3px;
	font-family: 'GothamProNarMed';
}

#search_query{
	width: 446px;
	padding-left: 10px;
	height: 32px;
	border: 1px solid #8b8b8b;
	border-radius: 19px;
	background-image: url(/images/search_icon.png);
	background-position: 10px center;
	background-repeat: no-repeat; 
	text-indent: 20px;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#search_query:active, #search_query:focus { 
	background-position: -20px center;
    text-indent: 0;
	}

::-webkit-input-placeholder {
    color: #55585b; /* for chrome */
    opacity: 1 !important;
    font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #55585b;
    opacity: 1 !important;
    font-size: 12px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #55585b;
    opacity: 1 !important;
    font-size: 12px;
}

:-ms-input-placeholder {  
   color: #55585b;
   opacity: 1 !important;
   font-size: 12px;
}

#profile{
	float: left;
	width: 201px;
}

.enter, .enter:hover, .enter:hover, .enter:active, #person{
	color: #F1CA8F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#person{
	padding-left: 24px;
	background-image: url(/images/person_icon.png);
	background-repeat: no-repeat; 
	padding-top: 4px;
	width: 143px;
	float: left;
	padding-right: 2px;
	margin-right: 6px;
	width: 160px;
	font-family: 'GothamProMed';
}

#locale{
	float: left;
	color: #ede971;
	padding-top: 4px;
}

#locale, #locale a{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#locale a, #locale a:hover, #locale a:active{
	color: #c9c9c9;
	text-decoration: none;
	cursor: pointer;
}

#locale span{
	color: #C9C9C9;
}

#cart{
	border: 1px solid #67eea2;
	width: 186px;
	height: 68px;
	margin-top: 5px;
	border-radius: 17px;
	padding-left: 12px;
	font-family: 'GothamProBold';
}

#go-to-cart a, #go-to-cart a:hover, #go-to-cart a:active{
	color: #7bffb6;
	cursor: pointer;
	text-decoration: underline;
}

#go-to-cart a{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 13px;
    margin-left: 24px;
}

#go-to-cart{
	background-image: url(/images/cart_icon.png);
	background-repeat: no-repeat; 
	background-position: 0 2px;
	margin-top: 3px;
}

#products-in-cart{
	color: white;
    font-size: 13px;
    padding: 4px 0 0 3px;
    line-height: 18px;
    text-transform: uppercase;
}

.total{
	color: white;
	font-weight: bold;
    font-size: 13px;
    text-transform: lowercase;
}

#content{
	margin-bottom: 65px;
	margin-left: auto;
    margin-right: auto;
    width: 1005px;
}

#content-container{
	width: 1005px;
	margin: auto;
	padding-left: 17px;
	padding-top: 11px;
}

#left-content {
    float: left;
    margin: 0 0 42px 3px;
    width: 197px;
}

#left-content .menu{
	margin-bottom: 34px;
}

#left-content .menu a{
	color: #0f8e4b;
    display: block;
    margin-left: 1px;
    padding-bottom: 9px;
    padding-top: 10px;
    text-decoration: none;
    width: 172px;
    border-bottom: 1px solid #9b9e95;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 13px;
}

#left-content .menu a:hover, 
#left-content .menu a:active,
#left-content .menu a.activetab{
	color: #221F1F;
	cursor: pointer;
	text-decoration: none;
}

#middle-content-container{
	float:left;
	width: 585px;
	margin-right: 20px;
}

.middle-content, #full-content{
	background-color: white;
	width: 543px;
	padding: 22px 21px;
	padding-left: 19px;
	margin-bottom: 11px;
	margin-top: 7px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.3);
}

#full-content{
	width: 735px;
	float:left;
}

.middle-content .catalog{
	margin-top: 14px;
	/*margin-bottom: 20px;*/
}

.middle-content #product .price{
	text-align: right;
	color: #108848;
    font-size: 22pt;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 8px;
}

.middle-content #product .price.orange{
	color: #fc5d26;
}

.middle-content .grn{
	font-size: 18px;
	float: right;
    padding-left: 2px;
    padding-top: 4px;
}

.middle-content .prod-name{
	font-size: 18px;
    margin: 15px 0 5px 2px;
}

.middle-content .code{
	margin-left: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.middle-content .articul{
	margin-left: 2px;
    font-size: 11px;
    font-family: Arial;
    color: #9a8e8e;
}

.middle-content #product{
	 margin-bottom: 5px;
}


#main-prod-img{
	float: left;
	margin-top: 6px;
}

#main-prod-img img{
	max-width: 400px;
}

.middle-content #prod-links .buy{
	background-image: url("/images/product_cart_icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-left: 74px;
    margin-bottom: 10px;
}

.buy_message {
    background-image: url("/images/red_product_cart_icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 25px;
}

.buy_message a {
    color: black!important;
}
.middle-content #prod-links .to_order{
	background-image: url("/images/zakazat.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-left: 74px;
    margin-bottom: 10px;
}

#prod-links .line{
	bottom: 2px;
    height: 1px;
    top: 14px;
    left: 0;
    margin-left: -4px;
    position: absolute;
    width: 111%;
}

#prod-links .old-price{
	color: #a8a8a8;
	margin-bottom: 3px;
}

#prod-links .price .old-price{
	position: relative;
}

#prod-menu,
#account-menu{
    height: 56px;
    margin-bottom: 27px;
    background-color: #5F5F5F;
    border-radius: 4px;
}

#account-menu{
	margin-top: 11px;
}

#prod-menu{
	margin-top: 20px;
}

#myTab li.active a,
#myTab-account li.active a{
	color: #00FE70;
}

#prod-menu ul,
#account-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#prod-menu li,
#account-menu li {
    float: left;
    padding: 18px 0 19px 0;
}

#prod-menu li a, 
#prod-menu li a:hover, 
#prod-menu li a:active,
#account-menu li a,
#account-menu li a:hover,
#account-menu li a:active{
    color: white;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#prod-menu li a:hover, 
#prod-menu li a:active,
#account-menu  li a:hover, 
#account-menu  li a:active {
	color: #00FE70;
}


#prod-menu li:last-child a > span, 
#account-menu li:last-child a > span{
    border: 0 none;
}

#prod-menu li a > span,
#account-menu li a > span {
    padding: 10px 14px 9px;
    border-right: 1px solid #40C4C8;
    border-width: 0 1px 0 0;
    border-image: url("/images/top_nav_border.png") 0 1 0 0;
    -moz-border-image:url(/images/top_nav_border.png) 0 1 0 0; /* Firefox */
	-webkit-border-image:url(/images/top_nav_border.png) 0 1 0 0; /* Safari and Chrome */
	-o-border-image:url(/images/top_nav_border.png) 0 1 0 0; /* Opera */
}

.middle-content .buy a,
.middle-content .buy a:hover,
.middle-content .buy a:active,
#full-content .buy a,
#full-content .buy a:hover,
#full-content .buy a:active,
.middle-content .to_order a,
.middle-content .to_order a:hover,
.middle-content .to_order a:active,
#full-content .to_order a,
#full-content .to_order a:hover,
#full-content .to_order a:active{
    font-size: 11px;
    font-weight: 800;
    line-height: 23px;
    text-transform: capitalize;
    cursor: pointer;
    padding-left: 18px;
}

.middle-content .buy a,
.middle-content .buy a:hover,
.middle-content .buy a:active,
#full-content .buy a,
#full-content .buy a:hover,
#full-content .buy a:active{
	color: black;
}

.middle-content .to_order a,
.middle-content .to_order a:hover,
.middle-content .to_order a:active,
#full-content .to_order a,
#full-content .to_order a:hover,
#full-content .to_order a:active{
	color: #eb4e25;
}

#prod-links{
	float: right;
	text-align: right;
	width: 143px;
}

#prod-links .prod-callback, 
#prod-links .prod-callback:hover,
#prod-links .prod-callback:active{
    color: #2494DE;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.crumbs{
	font-size: 12px;
    line-height: 15px;
    padding-left: 3px;
}

.middle-content .under-crumbs{
	margin-top: 23px;
}

.crumbs a, .crumbs a:hover, .crumbs a:active{
	color: black;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}

.crumbs a:first-child{
	margin-left: 0;
}

.crumbs .active{
	color: #108848;
	margin-left: 0;
}

.margin{
	height: 25px;
}

.cat-img-div{
	height: 140px;
	margin-bottom: 6px;
	width: 177px;
	position: relative;
}

.cat-img-div .promo-logo{
	position: absolute;
    top: 10px;
}

.cat-img-div:hover{
	cursor: pointer;
}

.prod-photo{
	border: 1px solid #707070;
}

.prod-photo:hover{
	border: 1px solid #00FE70;
	cursor: pointer;
}

.cat-prev-p{
	margin: 0;
	margin-top: 2px;
	line-height: 111%;
	height: 46px;
}

.cat-prev-p.main{
	text-decoration: underline;
}

.cat-prev-a{
	color: #028bd9;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    #font-family: 'GothamProMed'; 
}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, .cat-prev-a { /* стиль только для Opera 12.00+ */
        font-size: 10px;
    };
}

.cat-prev-a.main{
	font-size: 13px;
}

.cat-prev-a:hover, .cat-prev-a:active{
	color: #028bd9;
	cursor: pointer;
	text-decoration: none;
}

.middle-content h1, 
#full-content h1,
.middle-content h2,
#right-content h2,
#callback-modal h2,
#order-message-modal h2,
#login-modal h2,
#left-content h2{
	font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: none;
}

.please_login{
	color: #fe0000;
	font-size: 14px;
	text-align: center;
	padding-bottom: 15px;
}

.middle-content h2{
	text-transform: uppercase;
}

#login-modal h2{
	float: left;
	margin-right: 69px;
}

#callback-modal h2,
#order-message-modal h2 {
	margin-bottom: 42px;
    text-align: center;
}

.cat-prev{
	float: left;
    margin-right: 16px;
    width: 169px;
    height: 240px;
}

.cat_descr{
	font-size: 12px;
    line-height: 111%;
    margin-top: 11px;
    margin-bottom: 11px;
}

div.cat-prev:nth-child(3n+0){
	margin-right: 0;
}

#right-content{
	float: left;
	width: 182px;
}

#right-content .recommend{
	margin-bottom: 11px;
}

#right-content .recommend .cat-prev-p.recommended{
	max-height: 46px;
	height: auto;
}

#right-content .recommend:last-child{
	margin-bottom: 0;
}

#right-content .catalog{
	#margin-top: 12px;
	height: 1500px;
}

#right-content .cat-prev-a{
	line-height: 16px;
}

#right-content .to-cart,
.middle-content .to-cart,
#full-content .to-cart{
	border-top: 1px solid #9b9e95;
	margin-top: 3px;
	height: 22px;
}

#right-content .to-cart .price,
.middle-content .to-cart .price,
#full-content .to-cart .price,
#right-content .to-cart .price.order,
.middle-content .to-cart .price.order,
#full-content .to-cart .price.order{
	font-family: 'GothamProBold', Arial, sans-serif;
	float: left;
	color: #108848;
    font-size: 17px;
    font-weight: 600;
    margin-right: 3px;
    width: 95px;
    margin-top: 3px;
}

#right-content .to-cart .price.orange,
.middle-content .to-cart .price.orange,
#full-content .to-cart .price.orange{
	color: #fc5d26;
}

#right-content .to-cart .price.order,
.middle-content .to-cart .price.order,
#full-content .to-cart .price.order{
	width: 93px;
}

#right-content .to-cart .price span,
.middle-content .to-cart .price span,
#full-content .to-cart .price span{
	float: left;
}

#right-content .to-cart .buy,
.middle-content .to-cart .buy,
#full-content .to-cart .buy{
	float: left;
	background-image: url("/images/product_cart_icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    height: 28px;
    font-family: 'GothamProMed';
}

#right-content .to-cart .to_order,
.middle-content .to-cart .to_order,
#full-content .to-cart .to_order{
	background-image: url("/images/zakazat.png");
    float: left;
    background-position: 0 3px;
    background-repeat: no-repeat;
    height: 28px;
    font-family: 'GothamProMed';
}

.middle-content .to-cart .buy,
.middle-content .to-cart .to_order{
	height: 21px;
}

#right-content .to-cart .buy a, 
#right-content .to-cart .buy a:hover, 
#right-content .to-cart .buy a:active,
#right-content .to-cart .to_order a, 
#right-content .to-cart .to_order a:hover, 
#right-content .to-cart .to_order a:active{
    font-size: 11px;
    font-weight: 800;
    line-height: 23px;
    cursor: pointer;
    margin-left: 18px;
}
#right-content .to-cart .buy a, 
#right-content .to-cart .buy a:hover, 
#right-content .to-cart .buy a:active{
	color: black;
}

#right-content .to-cart .to_order a, 
#right-content .to-cart .to_order a:hover, 
#right-content .to-cart .to_order a:active{
	color: #eb4e25;
}

#right-content .to-cart .price .grn,
.middle-content .to-cart .price .grn,
#full-content .to-cart .price .grn{
    font-size: 11px;
    padding-top: 5px;
    float: left;
}

#right-content .to-cart .old_price .grn,
.middle-content .to-cart .old_price .grn,
#full-content .to-cart .old_price .grn{
    font-size: 12px;
    padding-top: 3px;
    display: inline;
    float: none;
    padding: 0;
    position: relative;
}

#right-content .to-cart .old_price img,
.middle-content .to-cart .old_price img,
#full-content .to-cart .old_price img{
    position: absolute;
    top: 8px;
    width: 57px;
    height: 1px;
}

#right-content .to-cart .old_price span,
.middle-content .to-cart .old_price span,
#full-content .to-cart .old_price span{
    display: inline;
    position: relative;
}

#right-content .to-cart .old_price,
.middle-content .to-cart .old_price,
#full-content .to-cart .old_price{
    margin-top: 3px;
    font-family: 'GothamPro';
    color: #a8a8a8;
    font-size: 17px;
    font-weight: bold;
}

#right-content h2 {
    font-size: 13px;
    line-height: 99%;
    margin: 6px 0 10px;
}

#footer-menu{
	background-image: url(/images/osvito_2.jpg);
	background-color: #0F9149;
    background-position: left bottom;
}

#about{
    font-size: 12px;
    line-height: 18px;
    padding-right: 25px;
}

#footer-menu .ul-cont{
	width: 984px;
	padding-top: 16px;
}

#footer-menu .ul-cont tr{
	vertical-align: top;
}

#footer-menu .ul-cont td{
	width: 148px;
}

#footer-menu .ul-cont td .cat-link{
	width: 119px;
	padding-bottom: 6px;
	line-height: 12px;
	font-weight: bold;
}

#footer-menu .ul-cont td a,
#footer-menu .ul-cont td{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

#footer-menu .ul-cont td a:hover,
#footer-menu .ul-cont td a:active,
#footer-menu .ul-cont td a.activetab{
	color: #00fe70;
}

#footer-menu .ul-cont td .cat-name{
	text-transform: uppercase;
	font-weight: bold;
	height: 45px;
}

#footer-menu .ul-cont-cont{
	float: left;
    width: 802px;
    margin-top: 4px;
    margin-bottom: 26px;
}

#footer-menu .second-logo{
	float: left;
    width: 181px;
    color: white;
    text-align: left;
}

#footer-menu .second-logo p{
	font-size: 11px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-top: 8px;
}

#footer-menu-cont{
	margin: auto;
    width: 984px;
}

#footer{
	clear: both;
	background-image: url(/images/osvito_1.jpg);
}

#copyright{
	padding: 15px 46px 15px 63px;
	margin: auto;
    #padding-left: 17px;
    width: 1005px;
}

.footer_logo img{
	padding-right: 26px;
}

.footer_logo {
	float: left;
}

.footer_logo, .created, .created a, .created a:hover{
	color: #aaaaaa;
	font-size: 11px;
	text-decoration: none;
}

.created{
	float: right;
	font-weight: bold;
}

.created span{
	margin-left: 108px;
}

/*bootstrap tabbed navigation*/

.fade.in {
    opacity: 1;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
/*bootstrap modal*/
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}

.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal-dialog {
    margin: 30px auto;
    width: 600px;
    position: relative;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable span.ui-dialog-title{
	display: none;
}

.ui-dialog-titlebar.ui-widget-header{
	background: white;
	border: none;
	height: 20px;
}

.ui-dialog-titlebar-close.ui-corner-all.ui-state-hover{
	background: none;
	border: none;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
	padding-bottom: 11px;
   padding-top: 0;
}

#comments-modal.ui-dialog-content.ui-widget-content,
#registration-modal.ui-dialog-content.ui-widget-content,
#order-modal.ui-dialog-content.ui-widget-content{
	font-size: 12px;
	text-align: center;
	color: #000000;
}

div.ui-widget-overlay.ui-front {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.5;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close{
	right: 8px;
    top: 20px;
    height: 15px;
    width: 15px;
    background-image: url(/images/delete_icon.png);
    border: 0;
}

.ui-button-icon-primary.ui-icon.ui-icon-closethick{
	background-image: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable{
	padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog.ui-dialog-title{
	display: none;
}
/*bootstrap modal*/

/*product tab-panes*/

.album{
	margin-top: 11px;
}

.prod-photo{
	margin-bottom: 13px;
    margin-right: 13px;
    height: 126px;
    width: 167px;
}

img.prod-photo:nth-child(3n+0){
	margin-right: 0;
}

img.prod-photo.active{
	border: 1px solid #00FE70;
}

#callbackmessage h2{
	display: none;
}

#callbackmessage{
	margin-top: 50px;
}

#callbackmessage #new_callbackmessage #callbackmessage_message,
#order_message #new_order_message #order_message_message {
    width: 301px;
}

#new_callbackmessage #callbackmessage_message,
#new_order_message #order_message_message,
#new_order #order_address,
#new_order #order_comment,
#new-customer #user_orders_attributes_0_address,
#new-customer #user_orders_attributes_0_comment {
	width: 433px;
	height: 100px;
	resize: none;
	border: 1px solid #6d6d6d;
}

 #new_order #order_address,
 #new_order #order_comment,
 #new-customer #user_orders_attributes_0_address,
 #new-customer #user_orders_attributes_0_comment{
	height: 47px;
 }

#new-customer{
	 margin-top: 26px;
}

#new_callbackmessage #callbackmessage_name,
#new_callbackmessage #callbackmessage_tel,
#new_callbackmessage #callbackmessage_region_id,
#new_callbackmessage #callbackmessage_email,
#new_order_message #order_message_name,
#new_order_message #order_message_tel,
#new_order_message #order_message_email,
#new-customer #user_email,
#new-customer #user_user_info_attributes_name,
#new-customer #user_user_info_attributes_region_name,
#new-customer #user_user_info_attributes_tel,
#login_form #user_email,
#login_form #user_password,
#edit-customer #user_user_info_attributes_name,
#edit-customer #user_user_info_attributes_region_name,
#edit-customer #user_user_info_attributes_tel,
#edit-customer #user_password,
#edit-customer #user_password_confirmation,
#edit-customer #user_email,
#reset_password_form #_users_reset_password_email{
	width: 301px;
	height: 27px;
	border: 1px solid #6d6d6d;
}

#reset_password_form #_users_reset_password_email{
	width: 280px;
}

#pass-reset-modal h2{
	color: #f16467;
	font-size: 16px;
	line-height: 20px;
	margin-top: 0;
}

#new_order #order_delivery_id,
#new_order #order_pay_type_id,
#new_order #order_np_region,
#new_order #order_np_settlement,
#new_order #order_np_warehouse,
#new-customer #user_orders_attributes_0_delivery_id,
#new-customer #user_orders_attributes_0_pay_type_id,
#new-customer #user_orders_attributes_0_np_region,
#new-customer #user_orders_attributes_0_np_settlement,
#new-customer #user_orders_attributes_0_np_warehouse{
	width: 321px;
	height: 27px;
	border: none;
}

#new_order .controls #order_delivery_id,
#new_order .controls #order_pay_type_id,
#new_order .controls #order_np_region,
#new_order .controls #order_np_settlement,
#new_order .controls #order_np_warehouse,
#new-customer .controls #user_orders_attributes_0_delivery_id,
#new-customer .controls #user_orders_attributes_0_pay_type_id,
#new-customer .controls #user_orders_attributes_0_np_region,
#new-customer .controls #user_orders_attributes_0_np_settlement,
#new-customer .controls #user_orders_attributes_0_np_warehouse{
	background: transparent;
}

#new_order .control-group.select.optional.order_delivery .controls,
#new_order .control-group.select.optional.order_pay_type .controls,
#new_order .control-group.select.optional.order_np_region .controls,
#new-customer .control-group.select.optional.user_orders_delivery .controls,
#new-customer .control-group.select.optional.user_orders_pay_type .controls,
#new-customer .control-group.select.optional.user_orders_np_region .controls{
	background: url(/images/select_icon.png) no-repeat right white;
	background-position: 278px center;
	overflow: hidden;
	width: 301px;
	height: 27px;
	border: 1px solid #6d6d6d;
}

#new_order #order_np_settlement,
#new_order #order_np_warehouse,
#new-customer #user_orders_attributes_0_np_settlement,
#new-customer #user_orders_attributes_0_np_warehouse{
	width: 520px;
	height: 27px;
	border: none;
}

#new_order .control-group.select.optional.order_np_settlement .controls,
#new_order .control-group.select.optional.order_np_warehouse .controls,
#new-customer .control-group.select.optional.user_orders_np_settlement .controls,
#new-customer .control-group.select.optional.user_orders_np_warehouse .controls{
	background: url(/images/select_icon.png) no-repeat right white;
	background-position: 278px center;
	overflow: hidden;
	width: 301px;
	height: 27px;
	border: 1px solid #6d6d6d;
}

#new-customer #user_email,
#new-customer #user_user_info_name,
#new-customer #user_user_info_region_id,
#new-customer #user_user_info_tel,
#login_form #user_email,
#login_form #user_password,
#edit-customer #user_user_info_attributes_name,
#edit-customer #user_user_info_attributes_region_name,
#edit-customer #user_user_info_attributes_tel,
#edit-customer #user_password,
#edit-customer #user_password_confirmation,
#edit-customer #user_email{
	height: 25px;
}

#new_comment div.message-submit button.btn,
#new_callbackmessage  div.message-submit button.btn,
#new_order_message  div.message-submit button.btn,
#new-customer  div.message-submit button.btn,
#login_form  div.message-submit button.btn,
#login_form  .forgot_pass,
#reset_password_form  div.message-submit button.btn,
#edit-customer div.message-submit button.btn,
#new_order div.message-submit button.btn{
    background: none no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    #margin: 0;
    #padding: 0;
    text-decoration: underline;
    color: #028BD9;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0;
    
}

#login_form  div.message-submit{
	 width: 405px;
	 text-align: right;
}

#new_callbackmessage  div.message-submit button.btn {
	margin-left: 132px;
	font-size: 12px;
}

#new_order_message  div.message-submit button.btn {
    margin-left: 170px;
    font-size: 12px;
}

.order-message-product,
.order-message-price {
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
}

.order-message-product span {
    color: red;
    font-size: 13px;
}

.order-message-price span {
    color: green;
    font-size: 13px;
}

#login_form  div.message-submit button.btn,
#login_form .forgot_pass{
	margin-top: 6px;
}

#login_form  div.message-submit button.btn{
	float: right;
}

#login_form .forgot_pass{
	float: left;
	margin-left: 100px;
	font-weight: normal;
}

#reset_password_form  div.message-submit button.btn{
	float: left;
	font-weight: normal;
	text-transform: none;
	width: 198px;
	font-size: 14px;
}

#feedbacks h3{
	font-size: 11px;
    line-height: 11px;
    margin: 36px 0 10px;
    text-transform: uppercase;
    font-weight: 800;
}

#feedbacks .cust-name{
	float: left;
	font-size: 13px;
    font-weight: bold;
}
#feedbacks .reply-name{
	font-size: 13px;
    font-weight: bold;
}

#feedbacks .date{
	float: right;
    font-size: 13px;
    font-style: italic;
}

.feedb, .comment_reply{
	margin-top: 12px;
}

.comment_reply{
	padding-left: 30px;
	margin-top: 5px;
}

.feedb p, .comment_reply P{
	margin: 0;
	font-size: 13px;
    line-height: 109%;
    clear: both;
    padding-top: 1px;
}

#recaptcha{
	margin-left: 140px;
    margin-top: 8px;
}

#new_comment label{
	font-size: 13px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    width: 47px;
    text-align: right;
}

#new_callbackmessage label,
#new_order_message label,
#new-customer label,
#login_form label,
#edit-customer label,
#new_order label,
#reset_password_form .your_email{
	font-size: 13px;
    margin-right: 21px;
    margin-top: 3px;
    float: left;
    text-align: right;
    color: #4c4d51;
}

#new-customer label,
#login_form label,
#edit-customer label,
#new_order label,
#reset_password_form .your_email{
	text-align: left;
	width: 111px;
	margin-top: 7px;
}

#reset_password_form .your_email{
	margin-right: 0;
	width: 100px;
}

#reset_password_form .control-group.users_reset_password_email{
	float: left;
}

#new-customer label,
#new_order label{
	width: 120px;
}


#login_form label{
	width: 82px;
}

#login_form label{
	margin-right: 18px;
	margin-top: 5px;
}

#new_callbackmessage label {
	width: 114px;
}

#new_order_message label {
    width: 150px;
}

#new_comment .control-group,
#new_callbackmessage .control-group,
#new_order_message .control-group {
	margin-top: 8px;
}

#login_form .control-group,
#edit-customer .control-group{
	margin-top: 7px;
}
#new_order .control-group,
#new-customer .control-group{
	margin-top: 10px;
}

#new_comment .control-group:first-child,
#new_callbackmessage .control-group:first-child,
#new_order_message .control-group:first-child {
	margin-top: 0;
}

#new_comment #comment_text{
	height: 60px;
    width:300px;
    resize: none;
}
#new_comment #comment_name{
	width: 235px;
}

#new_comment #comment_text, #new_comment #comment_name{
	border: 1px solid #707070;
}

#new_comment .help-inline,
#new_callbackmessage .help-inline,
#new_order_message .help-inline,
#user .help-inline,
#newcustomer .help-inline,
#edit-customer .help-inline,
#new_order .help-inline {
    clear: both;
    color: #990000;
    font-size: 10px;
    margin-left: 3px;
    margin-top: 3px;
}

#edit-customer p.help-block{
	color: #990000;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 125px;
    margin-top: 0;
}


.message {
    clear: both;
    color: #F16467;
    font-size: 11px;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    margin: 1em 0;
}

.message.login {
    clear: none;
    color: #F16467;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    text-transform: none;
    margin: 0;
}

.message.login a,
.message.login a:hover,
.message.login a:active{
	color: #F16467;
}

.message.callb {
    line-height: 15px;
    margin-top: -31px;
    margin-bottom: 1em;
}
/*product tab-panes*/

/* promos */

.promo-media img{
  -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari, Chrome */
  -khtml-border-radius: 8px; /* KHTML */
  border-radius: 8px; 
}

#full-content h1{
	margin-left: 2px;
    margin-top: 17px;
    margin-bottom: 8px;
}

#full-content hr{
    margin-bottom: 0;
}

.promo-list-item{
	margin-top: 10px;
}

.promo-list-item, .promo-products{
	margin-left: 2px;
	padding-bottom: 11px;
	border-bottom: 1px solid #9B9E95;
	min-height: 135px;
}

.promo-products{
	padding-bottom: 0;
	margin-bottom: 8px;
}

.promo-list-item a, .promo-list-item a:hover, .promo-list-item a:active, 
.promo-condition,
.promo-list-link, .promo-list-link:hover, .promo-list-link:active,
.cart-modal-links .cart-modal-link, .cart-modal-link:hover, .cart-modal-link:active{
	color: #028BD9;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
}

.cart-modal-link.right,
.modal-total {
	float: right;
}

.modal-total .total_price{
    color: #108848;
    font-size: 21px;
    font-weight: bold;
    line-height: 19px;
}

.ordered_product{
	text-decoration: none;
	color: #0f8e4b;
}

.cart-modal-link.left,
.added {
	float: left;
}

.added{
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
	width: 400px;
}

.bordered{
	border-bottom: 1px solid #9C9C9A;
    height: 56px;
    color: #4B5054;
}

.cart_modal_notice{
	border-bottom: 1px solid #9C9C9A;
    color: #4B5054;
    font-size: 13px;
    font-family: 'GothamProBol', Arial, sans-serif;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cart_modal_notice span{
	color: #eb4e25;
}

.promo-list-link{
	margin-left: 3px;
}

.promo-condition{
	cursor: text;
	margin-top: 8px;
}

.promo-name{
	font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 2px;
}

.promo-products .promo-name{
	margin-top: 8px;
}

.promo-catalog{
	margin-top: 15px;
}

.promo-announce{
	font-size: 12px;
	line-height: 111%;
}

.promo-descr{
	font-size: 12px;
	line-height: 143%;
}

.promo-descr p{
	margin-bottom: 2px;
    margin-top: 10px;
}

.promo-preview{
	float: left;
	width: 486px;
	margin-top: 2px;
}

.timer{
	float:left;
	text-align: center;
	margin-bottom: 28px;
}

.timer h3{
	font-size: 14px;
    margin-bottom: 2px;
    margin-top: 13px;
    text-align: center;
    width: 246px;
}

.timer .time{
	margin-left: 3px;
    margin-top: 8px;
}

.time .days span, .time .hours span, .time .minutes span, .time .sec span{
	height: 49px;
	width: 57px;
	float: left;
	margin-right: 5px;
	background-color: #0C0E0B;
	padding-top: 5px;
	font-size: 36px;
	display: table-cell;
	text-align: center;
	color: white;
	margin-bottom: 5px;
}

.time .sec span{
	margin-right: 0px;
}

.time .days, .time .hours, .time .minutes, .time .sec{
	float: left;
	display: table-cell;
	text-align: center;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.promo-media{
	margin-top: 10px;
}

#full-content .promo-products div.cat-prev:nth-child(4n){
	margin-right: 0;
}
#full-content .promo-products div.cat-prev:nth-child(3n){
	margin-right: 18px;
}


/* promos */

/* tidings */

.tiding{
	margin-left: 2px;
	margin-bottom: 28px;
}

.tiding .tiding-header{
	margin-top: 11px;
}

.tiding .tiding-name,
.tiding .tiding-date,
.tiding .tiding-announce a{
	color: #221F1F;
}

.tiding .tiding-name,
.tiding .tiding-h{
	width: 430px;
}

.tiding .tiding-h-img{
	width: 306px;
}

.tiding .tiding-name,
.tiding .tiding-h,
.tiding .tiding-h-img{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    #float: left;
}

.tiding .tiding-h-img{
	float: right;
}

.tiding .tiding-h,
.tiding .tiding-h-img{
	margin-bottom: 5px;
	margin-top: 0;
   line-height: 111%;
}

.tiding .tiding-name:hover, .tiding .tiding-name:active{
	color: #01FD72;
	cursor: pointer;
}

.tiding .tiding-date{
	#float: right;
}

.tiding .tiding-date-img{
	float: left;
	width: 306px;
	margin-bottom: 6px;
}

.tiding .tiding-date,
.tiding .tiding-date-img{
    font-size: 14px;
    #font-style: italic;
    margin-top: 2px;
}

.tiding .tiding-announce,
.tiding .tiding-text{
	margin-top: 0;
	font-size: 12px;
    line-height: 121%;
}

.tiding .tiding-announce a{
    text-decoration: none;
}

.tiding .tiding-announce a:hover, .tiding .tiding-announce a:active{
	text-decoration: underline;
}

.tiding-list-link, .tiding-list-link:hover, .tiding-list-link:active{
	color: #028BD9;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 3px;
}

.tiding .tiding-img{
	float: left;
    margin-right: 14px;
    height: 166px;
    width: 221px;
}
/* tidings */

/* cart */

.cart-item{
	color: #4a5258;
	margin-bottom: 18px;
}

.cart-item:first-child{
	margin-top: 18px;
}

.cart-item img{
	border: 1px solid #7F7F7F;
    float: left;
    margin-right: 18px;
    width: 78px;
}

.cart-item .item-name{
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 18px;
    width: 270px;
}

.cart-item .item-name span,
.cart-item .item-price span,
.cart-item .item-total-price span,
.dec, .inc,
.cart-item .item-remove{
	display: table-cell;
    height: 59px;
    vertical-align: middle;
}


.cart-item .item-price{
	float: left;
    margin-right: 20px;
    width: 74px;
    font-size: 14px;
}

.cart-item .quantity{
	float: left;
    margin-right: 20px;
    width: 104px;
}

.cart-item .item-total-price{
	float: left;
    font-weight: bold;
    margin-right: 15px;
    width: 95px;
    font-size: 17px;
}

.cart-item .item-remove{
	float: left;
    width: 19px;
    background-image: url(/images/delete_icon.png);
    background-position: 2px 23px;
    background-repeat: no-repeat;
}

.dec, .inc{
	background-position: 0 20px;
    background-repeat: no-repeat;
    float: left;
    width: 19px;
}

.dec{
    margin-right: 5px;
    background-image: url(/images/minus_icon.png);
}

.inc{
	background-image: url(/images/plus_icon.png);
}

.maxQtyErp{
	opacity: 0.5;
}

.qty-value{
	background-color: #EFEFEF;
    border: 1px solid #ABB6BC;
    display: table-cell;
    float: left;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 50px;
    padding-top: 3px;
    font-size: 13px;
    margin-top: 17px;
}

.new-order, .account-info{
	background-color: transparent;
    border: 0;
    padding: 0;
}

.new-order{
	margin-top: 14px;
}

.account-info{
	margin-top: 11px;
}

.under-cart{
	margin-left: 2px;
    margin-top: 20px;
}

.under-cart .print{
	background-image: url(/images/print_icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 27px;
}

.under-cart .total-price{
	float: right;
	color: #40454c;
	font-size: 18px;
    line-height: 93%;
}

.under-cart .total-price span{
	color: #108848;
	font-weight: bold;
	font-size: 23px;
    margin-left: 16px;
}

.under-cart .print a,
.under-cart .print a:hover,
.under-cart .print a:active{
	color: #4a5258;
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px;
    padding-left: 36px;
}

.cart-functions a,
.cart-functions a:hover,
.cart-functions a:active,
.new-order:hover,
.new-order:active,
.new-order,
.account-info,
.account-info:hover,
.account-info:active{
	color: #028BD9;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
}

.cart-functions{
	margin-left: 3px;
    margin-top: 13px;
}

.cart-functions .contshop{
	float: left;
}

.cart-functions .cartclear{
	float: right;
}

/* cart */

/* customer info */

#custinfo h2{
	font-size: 13px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-top: 0;
    padding-top: 3px;
}

/* customer info */

/* orders info */

.orders-info{
	color: #484e54;
	font-size: 12px;
	padding-left: 2px;
    padding-top: 7px;
    width: auto;
}

.orders-info.second{
	padding-top: 18px;
}

.orders-info.second tr td:nth-child(2n) {
	line-height: 21px;
}

.orders-info tr td{
	padding: 0 0 19px 0;
}

.orders-info tr td:nth-child(3n){
	color: #31b399;
	font-weight: bold;
	vertical-align: top;
    text-align: right;
}

.orders-info tr td.process{
	color: #F27340;
}

.orders-info tr td:first-child,
.orders-info tr td:nth-child(2n){
	text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
 
 .orders-info tr td:first-child strong{
	font-size: 13px;
 }
 
 .orders-info tr td:first-child{
	width: 180px;
 }
 
 .orders-info tr td:nth-child(2n){
    width: 280px;
 }
/* orders info */


.middle-content h1.page-h1{
	margin-top: 16px;
	margin-bottom: 2px;
}

.middle-content h1.category-h1{
	float: left;
	margin-top: 17px;
	margin-bottom: 2px;
	
}

.cat_descr table{
	width: 100%;
}

/* product sorter */

.sort-by{
	float: right;
	font-size: 12px;
    font-weight: bold;
    width: 251px;
    color: #2494DE;
    margin-top: 20px;
}

.sort-by .sort-text{
	float: left;
}

.sort-by .sort .current-sort ul.sort-list{
	list-style-type: none;
	margin: 0;
	background-color: #FFFFFF;
    border: 1px solid #9B9E95;
    padding: 5px;
    position: absolute;
    z-index: 20;
    display: none;
    width: 160px;
    margin-left: 75px;
}

.sort .current-sort:hover ul.sort-list {
    display: block;
}

.sort-by .sort .current-sort{
	#margin-left: 87px;
}

.sort-by .sort .current-sort a.line{
	 padding-left: 5px;
}

.sort-by .sort .current-sort ul.sort-list li a{
	text-decoration: none;
	color: black;
}

.sort-by .sort .current-sort a,
.sort-by .sort .current-sort a:hover,
.sort-by .sort .current-sort a:active,
.sort-by .sort .current-sort ul.sort-list li a:hover,
.sort-by .sort .current-sort ul.sort-list li a:active{
	text-decoration: underline;
	color: #2494de;
	cursor: pointer;
}

/* product sorter */

#map-canvas{
	height: 375px;
    overflow: hidden;
    position: relative;
    width: 543px;
    /*margin-top: -25px;*/
}

#address{
	display: none;
}

/*autocomplete*/

#autocompl-div .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content,
#autocompl-div .ui-menu,
#customer-autocompl-div .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content,
#customer-autocompl-div .ui-menu
{
	width: 296px;
}

#autocompl-div .ui-menu .ui-menu-item a.ui-corner-all.ui-state-focus, 
#autocompl-div .ui-menu .ui-menu-item a.ui-corner-all.ui-state-active,
#autocompl-div .ui-menu .ui-menu-item a.ui-corner-all,
#autocompl-div .ui-menu-item:hover,
#customer-autocompl-div .ui-menu .ui-menu-item a.ui-corner-all.ui-state-focus, 
#customer-autocompl-div .ui-menu .ui-menu-item a.ui-corner-all.ui-state-active,
#customer-autocompl-div .ui-menu .ui-menu-item a.ui-corner-all,
#customer-autocompl-div .ui-menu-item:hover{
	width: 290px;
}

ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
    width: 446px;
}

.ui-menu{
    padding: 0;
    width: 446px;
    list-style: none
}
.ui-menu .ui-menu-item a.ui-corner-all.ui-state-focus, .ui-menu .ui-menu-item a.ui-corner-all.ui-state-active {
    background: none repeat scroll 0 0 #EEEEEE;
    border: none;
    width: 444px;
}
.ui-menu .ui-menu-item a.ui-corner-all  {
    padding: 0;
    width: 446px;
    font-family: 'GothamPro', Arial, sans-serif;
    line-height: 1;
    padding-left: 10px;
}
.ui-menu-item:hover{
    background: none repeat scroll 0 0 #EEEEEE;
}

.ui-menu-item{
    font-family: 'GothamPro', Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    list-style-image: none;
}

#callbackmessage_name,
#callbackmessage_region_id, 
#callbackmessage_tel, 
#callbackmessage_email,
#callbackmessage_message,
#login_form #user_email,
#login_form #user_password,
#reset_password_form #_users_reset_password_email{
	font-family: 'GothamPro', Arial, sans-serif;
	font-size: 13px;
}

.new_pass_notification{
	display: table-cell;
	width: 590px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
}
/*autocomplete*/

/*load animation*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(/images/ajax-loader.gif) 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .wait {
    display: block;
}

/*load animation*/

#contacts {
    margin-top: -12px;
}


#contacts table{
	width: 100%;
}

#contacts table,
#contacts td{
	border:  none;
	vertical-align: top;
	font-weight: bold;
	color: #108848;
	font-size: 13px;
}

#contacts td p:first-child{
	color: #221F1F;
}

#contacts td{
	padding-top: 11px;
	width: 281px;
}

#contacts td p{
	margin: 3px 0 0 0;
}

.pag .current{
	font-style: normal;
	color: #108848;
	font-weight: bold;
}

.pag{
	font-size: 14px;
	padding-top: 11px;
	text-align: center;
}

.pag a{
	color: #221F1F;
	text-decoration: none;
	font-weight: bold;
}

.pag .current,
.pag a{
	padding-right: 6px;
}

.previous_page,
 .pag a.previous_page{
	background-image: url(/images/prev_page.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-right: 15px;
}

.next_page,
 .pag a.next_page{
	background-image: url(/images/next_page.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 2px;
	margin-left: 8px;
	padding-right: 0;
}

.pag span.previous_page,
.pag span.next_page,
#smart_prod_info{
  display: none;
}

#newcustomer h2{
	font-size: 13px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-top: 15px;
}

.required-info{
	font-size: 11px;
    margin-bottom: 20px;
    margin-left: 141px;
    margin-top: 6px;
}

#new-customer .message-submit button{
	margin-top: 6px;
}

#edit-customer .message-submit button{
	margin-top: 3px;
}

#edit-customer hr{
	margin-top: 22px;
}

#input-account-form{
	margin-top: 18px;
}

.cart-modal-links{
	 margin-top: 21px;
}

#input-order-form{
	margin-top: 58px;
}

.text-in-orders{
	font-size: 13px;
    font-weight: bold;
    margin-top: 27px;
}

#new_order .form-inputs{
	margin-bottom: 59px;
}

/*bootstrap popover*/
.popover {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1060;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #FFFFFF;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover > .arrow, .popover > .arrow:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
/*bootstrap popover*/


.hide, .smartphone_cart, .smartphone_blank_cart, .smartphone_search,
.smartphone_menu, .phone_call,
#top-nav-smart,
#layout-top-nav-smart{
	display: none;
}
#top-nav-smart-filter,
#layout-top-nav-smart-filter,
#top-nav-smart-sort{
    display: none;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable #cart-modal .added{
		width: 400px;
}
/*div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable #cart-modal .modal-total{*/
	/*margin-top: 12px;*/
	/*margin-bottom: 13px;*/
/*}*/
	
@media only screen and (min-device-width : 466px) and (max-device-width : 767px)
{
	div.cat-prev:nth-child(even){
		margin-right: 10px;
	}
}
/*smarphone*/

#filter {
    padding-right: 25px;
}

p.filter_link a {
    color: #028bd9;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

p.filter_link {
    margin-top: -15px;
}

p.filter_link span {
    color: red;
}

p.delete_link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.price_minmax input {
    width: 65px;
}

.price_minmax button {
    margin-bottom: 35px;
}

#callbackmessage_call_region, #callbackmessage_call_city {
    width: 303px;
    height: 30px;
    border: 1px solid #6d6d6d;
    font-family: 'GothamPro', Arial, sans-serif;
    font-size: 13px;
    background-color: white;
}

#user_call_region, #user_call_city {
    width: 303px;
    height: 30px;
    border: 1px solid #6d6d6d;
    font-family: 'GothamPro', Arial, sans-serif;
    font-size: 13px;
    background-color: white;
}

.filter_mobile,
.b-bottom-buttons {
    display: none;
}

.user_search {
    margin-top: -30px;
    width: 306px;
}

.user_search_submit {
    height: 30px;
    margin-top: -40px;
    background-color: #006dcc;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.arrow_filter {
    width: 12px;
    height: 12px;
    top: 10px;
}

#arrow_link_filter a {
    color: #221f1f;
    text-decoration: none;
}

#arrow_link_filter {
    padding-left: 25px;
}

.filter_category {
    margin-bottom: 8px;
}

#cat-descr-h2 {
    margin-top: 20px;
}

#recaptcha_user {
    margin-left: 140px;
    margin-top: 10px;
}

.comment {
    font-weight: bold;
}

.comment-name {
    font-size: 14px;
    text-decoration: none;
    width: 430px;
    color: #221F1F;
    cursor: pointer;
}

#comment-icon {
    padding-left: 24px;
    background-image: url(/images/otzivi_loggo_new.png);
    background-repeat: no-repeat;
    width: 143px;
    float: left;
    margin-left: 85px;
    margin-top: 10px;
    font-family: 'GothamProMed';
    font-weight: bold;
}

#comment-icon a {
    color: #e5e5e5;
    margin-left: 3px;
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 3px;
}

.comment-count {
    color: red;
    font-size: 12px;
    padding-bottom: 3px;
}

div.tiding-date.comment.answer-comment {
    margin-top: 5px;
}

.answer-comment {
    padding-left: 30px;
}

.message-have {
    color: #4c4d51;
    font-size: 14px;
    text-align: center;
}

.message-have-bold {
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

#right-content-mobile,
.filter_sort_mobile,
#top-nav-smart-image {
    display: none;
}

.underlined_account {
    float :right;
    color: #028BD9;
    font-size: 12px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 1px;
}

.underlined_account a{
    color: #028BD9;
}

.image_account {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 2px;
    float :right;
}

.new_account {
    float :left;
}

.login_account {
    float :right;
    margin-top: 5px;
}

#order_user_info_tel {
    width: 300px;
    height: 27px;
    border: 1px solid #6d6d6d;
}

.filter_count {
    color: black!important;
    font-size: 11px;
    font-weight: 800;
}

#floatingBarsG {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width:59px;
    height:73px;
    z-index: 999999;
}

.blockG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:9px;
    height:23px;
    border-radius:8px 8px 0 0;
    -o-border-radius:8px 8px 0 0;
    -ms-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    transform:scale(0.4);
    -o-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    animation-name:fadeG;
    -o-animation-name:fadeG;
    -ms-animation-name:fadeG;
    -webkit-animation-name:fadeG;
    -moz-animation-name:fadeG;
    animation-duration:0.992s;
    -o-animation-duration:0.992s;
    -ms-animation-duration:0.992s;
    -webkit-animation-duration:0.992s;
    -moz-animation-duration:0.992s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:27px;
    animation-delay:0.3695s;
    -o-animation-delay:0.3695s;
    -ms-animation-delay:0.3695s;
    -webkit-animation-delay:0.3695s;
    -moz-animation-delay:0.3695s;
    transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:8px;
    top:9px;
    animation-delay:0.496s;
    -o-animation-delay:0.496s;
    -ms-animation-delay:0.496s;
    -webkit-animation-delay:0.496s;
    -moz-animation-delay:0.496s;
    transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:25px;
    top:3px;
    animation-delay:0.6125s;
    -o-animation-delay:0.6125s;
    -ms-animation-delay:0.6125s;
    -webkit-animation-delay:0.6125s;
    -moz-animation-delay:0.6125s;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:8px;
    top:9px;
    animation-delay:0.739s;
    -o-animation-delay:0.739s;
    -ms-animation-delay:0.739s;
    -webkit-animation-delay:0.739s;
    -moz-animation-delay:0.739s;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:27px;
    animation-delay:0.8655s;
    -o-animation-delay:0.8655s;
    -ms-animation-delay:0.8655s;
    -webkit-animation-delay:0.8655s;
    -moz-animation-delay:0.8655s;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:8px;
    bottom:7px;
    animation-delay:0.992s;
    -o-animation-delay:0.992s;
    -ms-animation-delay:0.992s;
    -webkit-animation-delay:0.992s;
    -moz-animation-delay:0.992s;
    transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:25px;
    animation-delay:1.1085s;
    -o-animation-delay:1.1085s;
    -ms-animation-delay:1.1085s;
    -webkit-animation-delay:1.1085s;
    -moz-animation-delay:1.1085s;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:8px;
    bottom:7px;
    animation-delay:1.235s;
    -o-animation-delay:1.235s;
    -ms-animation-delay:1.235s;
    -webkit-animation-delay:1.235s;
    -moz-animation-delay:1.235s;
    transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

.help-inline {
  display: block;
  color: #b94a48;
  font-size: 12px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .input-large {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .controls {
    margin-left: 0;
  }
  .control-group {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #input-com-form .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  #input-com-form .controls {
    margin-left: 0;
  }
  #input-com-form .input-large {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/*

 */


/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-d18e8affeba7ab0c6d4dcdd2477c53bb.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-cc349e64843eb3d6d694206e1907f537.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400-9a8a9467aa3aac88e9e5a337f4a8d0a0.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400-da1e6ac5a5fd1dc7ce2d0fb149a0de01.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400-ef683f8e0b5fcf0f28cd9a5a3e8dc815.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400-4d1e9e3434a7eec605dd7b19ec0e71bb.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400-6ce7d9fd6ae2c6b346d347cad3b67b94.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-9ebdf4984ebc80f5440cc69aa530be1c.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-9ebdf4984ebc80f5440cc69aa530be1c.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_888888_256x240-22e2620afd5b74f20af6c26e32a54483.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-4c20e197d0a55c9a3387a50c1202afad.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-4c20e197d0a55c9a3387a50c1202afad.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240-ff641bf5602f0f291a8b4ead56e54a20.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240-3b8db78091d814fcf9520d7fa84821ac.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-6b0858a07f9b26b1fbf609593cf427f4.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-6b0858a07f9b26b1fbf609593cf427f4.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/*


 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, sans-serif;
	font-size: 28px;
	line-height: 108%;
	font-weight: bold;
	height: 32px;
}

.timeTo span {
	vertical-align: top;
	display: none;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: bold;
	color: black;
	width: 52px;
}

.timeTo div {
	position: relative;
	display: inline-block;
	/*width: 25px;
	height: 30px;*/
	#border-top: 1px solid silver;
	#border-right: 1px solid silver;
	#border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;/*-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff*/}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{display: none;text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background-image: url(/images/arrow_top.gif);background-color: #fff;background-repeat: no-repeat;background-position: center center, center center;opacity: 0.35; /* Standard CSS3 opacity setting */-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{/*background-position:0 0*/}.bx-wrapper .bx-next{right:10px;background-image: url(/images/arrow_bottom.gif);background-color: #fff;background-repeat: no-repeat;background-position: center center, center center;opacity: 0.35;filter: alpha(opacity = 35);-moz-opacity: 0.35;}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{/*background-position:-43px 0*/}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}.bx-wrapper .bx-controls-direction .bx-prev {height: 45px;left: -3px;top: 8px;width: 182px;}.bx-wrapper .bx-controls-direction .bx-next {height: 45px;left: 0;top: 1275px;width: 182px;}.bx-wrapper, .bx-viewport{height: 1300px !important;}@media only screen and (min-device-width : 0px) and (max-device-width : 1024px){.bx-wrapper{margin: auto;margin-bottom: 30px;margin-top: 15px;}.bx-wrapper .bx-controls-direction .bx-next{top: 616px;}.bx-wrapper, .bx-viewport {height: 635px !important;}}@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){.bx-wrapper .bx-controls-direction .bx-next{top: 707px;}.bx-wrapper, .bx-viewport {height: 730px !important;}}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 167, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 171, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 176, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 182, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 188, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 192, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 197, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 205, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 212, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 37, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 42, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 567, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 579, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 614, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 617, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}
/* line 623, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 628, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595745%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}
/* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}
/* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}
/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

/* line 13, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.muted {
  color: #999;
}

/* line 32, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 36, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 40, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 44, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-success {
  color: #468847;
}

/* line 48, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 66, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 73, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 78, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 79, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 80, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 81, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h5 {
  font-size: 14px;
}

/* line 82, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 84, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 85, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 86, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 87, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 93, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 105, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 109, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
li {
  line-height: 20px;
}

/* line 120, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 127, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 131, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 143, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 156, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 163, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 202, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
/* line 206, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 212, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 218, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 223, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 226, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 234, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 42, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 47, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 94, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
textarea {
  height: auto;
}

/* line 104, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 126, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 135, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 144, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 163, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 170, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 188, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 198, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
/* line 86, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
/* line 89, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 224, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 229, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 282, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 669, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 304, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 327, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 337, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 168, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 175, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 168, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 175, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 168, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 175, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 168, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 175, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 374, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 385, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 409, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
/* line 431, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
/* line 439, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 448, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 452, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
/* line 466, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 472, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 479, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 483, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 491, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 495, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 499, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 504, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 517, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 521, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 526, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 531, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 552, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 559, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 562, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 565, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 581, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 594, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 632, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 652, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 659, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 666, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 671, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 681, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
/* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 23, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 31, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 39, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 80, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 85, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 97, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 103, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 109, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 117, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 126, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 129, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 134, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 140, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 210, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 213, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 216, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 226, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 229, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 232, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 17, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("glyphicons-halflings-white.png");
}

/* line 52, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 64, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 75, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 111, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.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: default;
}

/* line 128, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 133, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 169, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 227, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 19, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9 ;
}
/* line 61, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 29, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 41, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 46, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 54, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 70, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 81, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 96, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 106, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 123, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 134, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 145, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9 ;
}

/* line 149, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9 ;
}

/* line 153, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9 ;
}

/* line 157, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9 ;
}

/* line 161, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9 ;
}

/* line 165, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9 ;
}

/* line 173, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 177, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 186, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 190, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 194, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 205, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 212, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 42, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 49, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 52, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 60, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 66, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 77, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 84, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 137, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 140, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
/* line 143, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 146, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 149, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 152, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 155, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 162, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 38, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 69, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 78, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 127, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

/* line 133, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 170, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 225, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 231, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 248, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 263, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 288, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 325, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 362, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 366, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 383, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 387, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 59, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 75, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-link {
  color: #777;
}
/* line 77, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

/* line 85, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 94, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 111, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 117, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 123, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 128, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 132, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 145, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 158, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 161, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 172, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 180, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 196, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 203, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 216, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 250, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 263, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9 ;
}

/* line 283, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
/* line 313, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 333, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 342, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 349, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 355, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 359, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 367, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 371, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 375, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 379, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
/* line 399, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 403, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
/* line 409, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}
/* line 413, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}
/* line 417, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 423, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
/* line 431, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}
/* line 433, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
/* line 440, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 446, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
/* line 452, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
/* line 457, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
/* line 461, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 470, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 83, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
/* line 86, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
/* line 89, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
/* line 479, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 493, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
/* line 520, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9 ;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
/* line 16, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 58, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
/* line 85, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 89, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 98, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 102, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 110, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 118, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 41, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 45, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 83, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 88, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 92, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 17, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 19, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 49, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 56, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 63, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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 28, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 29, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 30, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 31, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 44, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.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 82, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.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 96, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 103, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.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 110, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 118, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.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 125, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 58, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 60, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 45, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-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: -o-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 101, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-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: -o-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 109, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-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: -o-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 117, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-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: -o-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 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 26, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
/* line 33, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 37, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 41, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 51, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 54, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 59, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 62, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 96, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
/* line 102, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
/* line 120, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
/* line 131, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../../app/assets/stylesheets/bootstrap-generators.css.scss */
body {
  padding-top: 60px;
  padding-bottom: 40px;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
/* line 15, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 34, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 36, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 38, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 44, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 45, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 47, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 49, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
/* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }

  /* line 58, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 62, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 572, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  /* line 579, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span1 {
    width: 70px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span2 {
    width: 170px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span3 {
    width: 270px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span4 {
    width: 370px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span5 {
    width: 470px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span6 {
    width: 570px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span7 {
    width: 670px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span8 {
    width: 770px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span9 {
    width: 870px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span10 {
    width: 970px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span11 {
    width: 1070px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span12 {
    width: 1170px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }

  /* line 614, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
  }
  /* line 623, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641025641%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }

  /* line 669, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 676, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  /* line 18, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }

  /* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 572, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 579, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span2 {
    width: 104px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span3 {
    width: 166px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span6 {
    width: 352px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 593, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .span12 {
    width: 724px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 599, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 614, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
  }
  /* line 623, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  /* line 640, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  /* line 646, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  /* line 647, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }

  /* line 669, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 676, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  /* line 686, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 14, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 29, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 43, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 47, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 51, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0;
  }

  /* line 55, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 60, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 74, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 81, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 91, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 98, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 103, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 124, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 129, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  /* line 135, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 142, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 165, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 172, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 178, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 183, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 189, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 13, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 17, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  /* line 21, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  /* line 24, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  /* line 27, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 31, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 36, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 45, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 49, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  /* line 53, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 56, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 59, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 62, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  /* line 67, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 75, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 80, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 83, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  /* line 89, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  /* line 93, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }

  /* line 100, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 105, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 119, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 123, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 127, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 131, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 137, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-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);
  }

  /* line 146, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  /* line 152, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 157, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 163, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 169, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 184, ../../../../../.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-generators-2.3.2/vendor/twitter/bootstrap/sass/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* line 12, ../../app/assets/stylesheets/bootstrap-generators.css.scss */
.page-header a.btn {
  float: right;
}
/* line 16, ../../app/assets/stylesheets/bootstrap-generators.css.scss */
.page-header a.btn + a.btn {
  margin-right: 8px;
}
@font-face {
    font-family: 'GothamPro';
	src: url('/public/fonts/GothaProReg.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothaProReg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothaProReg.woff') format('woff'), /* Modern Browsers */
	     url('/public/fonts/GothaProReg.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/public/fonts/GothaProReg.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProBold';
	src: url('/public/fonts/GothamPro-Bold.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-Bold.woff') format('woff'), /* Modern Browsers */
	     url('/public/fonts/GothaProBol.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/public/fonts/GothamPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProBlack';
	src: url('/public/fonts/GothamPro-Black.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-Black.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProBla.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProBlackIta';
	src: url('/public/fonts/GothamPro-BlackItalic.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-BlackItalic.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProBlaIta.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-BlackItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProBolIta';
	src: url('/public/fonts/GothamPro-BoldItalic.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-BoldItalic.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProBolIta.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-BoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProIta';
	src: url('/public/fonts/GothamPro-Italic.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-Italic.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProIta.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProLight';
	src: url('/public/fonts/GothamPro-Light.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-Light.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProLig.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProLigIta';
	src: url('/public/fonts/GothamPro-LightItalic.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-LightItalic.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProLigIta.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-LightItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProMed';
	src: url('/public/fonts/GothamPro-Medium.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-Medium.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProMed.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProMedIta';
	src: url('/public/fonts/GothamPro-MediumItalic.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamPro-MediumItalic.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProMedIta.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamPro-MediumItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProNarBol';
	src: url('/public/fonts/GothamProNarrow-Bold.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamProNarrow-Bold.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProNarBol.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamProNarrow-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProNarMed';
	src: url('/public/fonts/GothamProNarrow-Medium.eot'); /* IE9 Compat Modes */
	src: url('/public/fonts/GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/public/fonts/GothamProNarrow-Medium.woff') format('woff'), /* Modern Browsers */
	     /*url('/public/fonts/GothaProNarMed.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
	     url('/public/fonts/GothamProNarrow-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
.admin-pages-links-form{
    border: 1px solid #CCCCCC;
    moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    -khtml-border-radius: 6px; /* KHTML */
    border-radius: 6px; /* CSS3 */
    behavior: url(border-radius.htc); /* учим IE border-radius */
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    width: 470px;
}
.admin-pages-links-form numeric.integer.optional.input-xxlarge,
.admin-pages-links-form .numeric.integer.optional{
    width: 40px;
}
.admin-pages-links-form input, .admin-pages-links-form select{
    margin-bottom: 0px;
    width: 180px;
}
.admin-pages-links-form .control-group.select.optional.page_page_links_child_page,
.admin-pages-links-form .control-group.url.optional.page_page_links_url,
.admin-pages-links-form .control-group.url.optional.page_page_links_url_title{
    margin-bottom: 2px;
}
.admin-pages-links-form select{
    border: 1px solid #CCCCCC;
}
.destroy-page-link{
    color: red;
    display: inline-block;
}
.pull-right{
    color: #777777;
}
.admin-examples-form{
    border: 1px solid #CCCCCC;
    moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    -khtml-border-radius: 6px; /* KHTML */
    border-radius: 6px; /* CSS3 */
    /* Для плохих IE */
   behavior: url(border-radius.htc); /* учим IE border-radius */
    margin-bottom: 10px;
    padding: 10px;
    width: 392px;
    line-height: 0px;
}
.form-horizontal .control-group.category_products_main_image_image,
.form-horizontal .control-group.category_products_product_image_image{
     margin-bottom: 0;
}
.form-horizontal .category_products_name .controls,
.form-horizontal .category_products_title .controls,
.form-horizontal .category_products_active .controls,
.form-horizontal .category_products_position .controls,
.form-horizontal .category_products_main_image_image .controls,
.form-horizontal .category_products_product_image_image .controls,
.form-horizontal .category_products_code .controls,
.form-horizontal .category_products_price .controls,
.form-horizontal .category_products_articul .controls{
    margin-left: 0;
}
.form-horizontal .category_products_name .controls{
    width: 230px;
}
.form-horizontal .category_products_name .controls .input-xxlarge, 
.form-horizontal .category_products_title .controls .input-xxlarge, 
.form-horizontal .category_products_name .controls .text, 
.form-horizontal .category_products_title .controls .text{
    width: 150px;
}
.form-horizontal .product_code .input-xxlarge{
	float: left;
	width: 20px;
}
.form-horizontal .category_products_position .controls .input-xxlarge,
.form-horizontal .category_products_position .controls input
{
    width: 50px;
}
.form-horizontal .category_products_price .controls .input-xxlarge,
.form-horizontal .category_products_code .controls .input-xxlarge,
.form-horizontal .category_products_articul .controls .input-xxlarge,
.form-horizontal .category_products_articul .controls .input-xxlarge,
.form-horizontal .product_code .controls .input-xxlarge,
.form-horizontal .product_articul .controls .input-xxlarge,
.form-horizontal .category_products_price .controls .numeric,
.form-horizontal .category_products_code .controls .string,
.form-horizontal .category_products_articul .controls .string
{
    width: 70px;
}
.form-horizontal .category_products_name .control-label{
    padding-top: 0;
    text-align: left;
    width: 10px;
}
.admin-examples-form .file.optional.control-label{
    width: 92px;
}
.form-horizontal .category_products_main_image_image .controls,
.form-horizontal .category_products_product_image_image .controls{
    width: 200px;
    margin-right: 30px;
}
.multiple_product_image{
    width: 100%;
}
.multiple_main_image{
    width: 50%;
}
.admin-examples-form input{
    margin-left: 3px;
    width: 200px;
}
.admin-examples-form div.controls{
    /*margin-left: 84px;*/
    width: 244px;
    margin-left: 93px;
}
.admin-examples-form .control-group.string.optional.product_image_caption,
.admin-examples-form .control-group.integer.optional.product_image_position,
.admin-examples-form .control-group.string.optional.product_examples_caption,
.admin-examples-form .control-group.integer.optional.product_examples_position{
    margin: 0;
}
.admin-examples-form .numeric.integer.optional.input-xxlarge,
.admin-examples-form .numeric.integer.optional{
    width: 40px;
}
.admin-examples-form textarea{
    width: 283px;
    margin-left: 7px;
}
.admin-examples-form label.string.optional.control-label.control-label {
    width: 65px;
}
.admin-examples-form label.integer.optional.control-label{
    width: 65px;
}
.table-bordered{
    width: 100%;
}
.table-bordered.changes td{
    width: 50%;
}
.example-image img{
    /*height: 100px;*/
    width: 100px;
}
table.examples-edit{
    width: 50%;
}
table.page-links-edit{
    width: 692px;
}
table.page-links-edit td{
    width: 493px;
}
.position{
    width: 45px;
}
.crumbs .active, .no-margin{
    margin-left: -3px;
    margin-right: -4px;
}
.inactive{
    opacity: 0.3;
}
.created{
    color: #493D14;
    font-family: Tahoma,"Kalimati","Geneva",sans-serif;
    font-size: 11px;
    position: absolute; /* Абсолютное позиционирование */
    bottom: 0; /* Положение от нижнего края */
    right: 0;
}
.created a{
    color: #493D14;
    text-decoration: none;
    
}
.control-group.integer.optional.category_products_code{
	width: 143px;
}
.control-group.integer.optional.category_products_code input{
	width: 129px;
}
.control-group.integer.optional.category_products_code .controls{
	margin-left: 0;
}
.recom_links{
    height: 140px;
    width: 420px;
}
.labels{
	float: left;
	text-align: right;
	width: 160px;
}
table.replies-edit{
	width: 700px;
}
table.replies-edit td.reply{
	width: 284px;
}
.add_reply .control-group label{
	width: 85px;
	text-align: left;
}
.add_reply .comment_replies__destroy label{
	color: red;
	width: 120px;
}
.add_reply .controls{
	margin-left: 95px;
}
.add_reply .controls textarea,
.add_reply .controls input{
	width: 270px;
}
.add_reply .controls .checkbox input{
	width: 30px;
}
.add_reply .comment_replies__destroy .controls{
	margin-left: 130px;
}
.add_reply{
	width: 385px;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	margin-bottom: 10px;
}
.sort_icon {

    width: 30px;
    height: 30px;
}
.sort_link{
	float:right
}
.sh_col {

    min-width: 100px;
    min-height: 40px;

}
.sh_table tr:first-child th{
	vertical-align: middle;
}
/*smarphone*/

@media only screen and (min-device-width : 0px) and (max-device-width : 767px)
{
	html, #header, #top-nav, #footer-menu .ul-cont, #footer-menu .ul-cont-cont,
	#footer-menu .ul-cont, .page, .middle-content, #footer-menu-cont, #content-container, 
	#copyright, #header-menu .cont .prof_links, #header-menu .cont, #full-content {
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	html{
		max-width: 100%;
		width: 100%;
	}
	#content,
	#content-container,
	#middle-content-container,
	.middle-content,
	#right-content-mobile,
	#footer-menu-cont,
	#footer-menu .ul-cont,
	#copyright,
	#header-content,
	#top-nav,
	#top-nav ul,
	#top-nav .ul-cont,
	#header-menu .cont,
	#header-menu .cont .prof_links,
	#header-content,
	#header-content .header_content_cont,
	#full-content,
	#footer-menu .ul-cont-cont{
		width: inherit;
	}
	.cont,
	#middle-content-container, 
	#header-content, 
	#content,
	#header-content .header_content_cont{	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-menu .cont .menu, #top-nav ul, #left-content, .main-number,
	.callback, .total, .items_quantity, #footer-menu-cont .ul-cont .ul-cont-cont,
	.created, .promo-announce, .crumbs, #prod-menu, #myTabContent,
	.sort-by, #new_search, .comment_links{
		display: none;
	}
	.page{
		background-image: none;
	}	
	#header{
		height: 165px;
	}
	#header-content .header_content_cont, #header-menu .cont .prof_links{
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-content{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.top-nav-border{
		border: 0;
	}
	#header-menu .cont .prof_links{
		float: none;
	}

    /*#floatingBarsG{*/
    /*    top: 150px;*/
    /*}*/

    /*#header-menu {*/
    /*    display: none;*/
    /*}*/
    /*#header {*/
    /*    height: 125px;*/
    /*}*/
    /*.smartphone_menu, .phone_call, .smartphone_search, #search_query {*/
    /*    top: 95px!important;*/
    /*}*/
    /*#search_query {*/
    /*    top: 87px!important;*/
    /*}*/
    /*#go-to-cart-mobile {*/
    /*    margin-top: -47px!important;*/
    /*}*/
    /*#content {*/
    /*    top: 125px!important;*/
    /*}*/

	#person, #info{
		width: auto;
	}
	#locale {
		float: right;
    }
	#logo img {
		margin-right: 20px;
		width: 55.94%;
		max-width: 179px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
    #info{
		margin-right: 0;
    }
    #profile{
		float: none;
		position: absolute;
		/*top: 127px;*/
        margin-top: 82px;
		right: 0;
		width: 65px;
	}
	#search_query{
		float: none;
		position: absolute;
        margin-top: 37px;
		/*top: 125px;*/
		right: 85px;
		width: 182px;
	}
	#cart {
		border: none;
		width: auto;
		height: 15px;
		margin-top: 0;
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
    }
    #products-in-cart, .smartphone_blank_cart, .smartphone_cart{
		display: inline;
		color: #7bffb6;
    }
    .smartphone_cart a, .smartphone_cart a:hover, .smartphone_cart a:active{
		color: #7bffb6;
		text-decoration: none;
    }
    #go-to-cart{
		overflow-x: hidden;
		width: 20px;
		display: none;
    }
    #go-to-cart-mobile {
        background-image: url(/images/cart_icon.png);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        margin-top: -12px;
    }
    .cart-total-mobile {
        margin-left: 20px;
        margin-top: -32px;
    }
    #go-to-cart a{
		width: 17px;
		margin-left: 20px;
    }
    #go-to-cart a:before{
	 content: "(0)";   
	}
	.smartphone_search{
		display:block;
		position: absolute;
		/*top: 131px;*/
        margin-top: 45px;
		right: 85px;
		background-image: url(/images/smartp_search_icon.png);
		width: 17px;
		height: 17px;
	}
	.smartphone_menu {
		display: block;
		position: absolute;
        margin-top: 45px;
		/*top: 129px;*/
		left: 10px;
		background-image: url(/images/smart_menu_icon.png);
		width: 24px;
		height: 20px;
	}
    .phone_call {
        display: block;
        position: absolute;
        /*top: 127px;*/
        margin-top: 45px;
        left: 55px;
        background-image: url(/images/phone.png);
        width: 24px;
        height: 24px;
    }
	#full-content{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		float: none;
		padding: 15px;
	}
	#full-content h1{
		margin-top: 0;
	}
	#content-container{
		padding-top: 0px;
		padding-left: 0px;
	}
	.middle-content, #full-content{
		margin: 0;
	}
	.middle-content{
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.cat-prev, div.cat-prev:nth-child(3n+0){
		margin-right: 10px;
	}
	div.cat-prev.smartphonecategory:nth-child(even){
		margin-right: 0;
	}
	div.cat-prev:nth-child(odd){
		#clear: both;
	}
	.cat-img-div.smartphonecategory,
	.cat-img-div.smartphonecategory .cat-preview {
		height: 110px;
		width: 139px;
	}	
	div.cat-prev.smartphonecategory {
		height: 160px;
		/*width: 155px;*/
	}
	
	.cat-prev-p{
		height: 56px;
        margin-bottom: 5px;
        margin-top: -10px;
	}
	.recommend .cat-img-div,
	.cat-img-div img{
		width: inherit;
	}
    .cat-img-div .promo-logo{
		width: 65px;
    }
	#middle-content-container, #right-content-mobile{
		float: none;
	}
	#middle-content-container{
		margin-right: 0px;
	}
	#right-content-mobile{
		margin-top: 25px;
		width: inherit;
		#padding-left: 17px;
		#padding-right: 17px;
	}
	#right-content-mobile hr{
		width: 90%;
	}
	#right-content-mobile h2{
		margin: 6px auto 10px;
		width: 90%;
	}
	#right-content-mobile .catalog,
	.middle-content .catalog{
		width: inherit;
	}
	#right-content-mobile .recommend{
		width: 177px;
		margin-right: auto;
		margin-left: auto;
	}
	#right-content-mobile .catalog, .middle-content .catalog{
		margin:auto;
	}
	.middle-content .catalog.smartphonecatalog{
		width: inherit;
		padding-top: 19px;
	}
	#content,
	#content-container {
		margin: 0 !important;
    }
    #copyright {
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-menu .second-logo {
		float: none;
		width: 50%;
		padding-bottom: 25px;
		padding-left: 29px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-menu .second-logo img{
	    width: 70%;
	}
	.promo-preview {
		float: none;
		width: 288px;
	}
	.timer h3 {
		width: 288px;
	}
	.timer {
		float: none;
	}
	.promo-catalog div.cat-prev{
		margin-right: 0;
	}
	.promo-catalog div.cat-prev .cat-img-div{
		width: 169px;
	}
	.promo-catalog{
		width: 170px;
		margin: auto;
		padding-top: 15px;
	}
	.promo-products{
		border-bottom: none;
	}
	.middle-content .code{
		float: left;
	}
	.middle-content .articul{
		float: right;
	}
	#prod-links {
		float: left;
		width: auto;
		text-align: start;
	}
	#main-prod-img img{
		width: 100%;
        margin-left: auto;
        margin-right: auto;
	}
	#main-prod-img{
	    margin-bottom: 15px;
	    width: inherit;
	    /*max-width: 315px;*/
	} 
	#product {
		display: block;
		width: inherit;
	}
	.middle-content #product .price,
	.middle-content #product .to_order, 
	#product .price.orange{
		float: left;
		display: inline;
	}
	#prod-links .prod-callback{
		/*float: left;*/
		display: block;
        font-size: 14px;
	}
	/*.middle-content #prod-links .buy{*/
		/*margin-left: 0px;*/
	/*	float: right;*/
    /*    margin-top: -60px;*/
	/*	display: inline-block;*/
	/*}*/
	.middle-content #product .price,
	.middle-content #product .to_order{
	    margin-right: 135px;
	}
	#smart_prod_info{
		display: block;
	}
	.middle-content #product,
	#input-com-form{
		margin-bottom: 20px;
	}
	.album{
		margin-bottom: 15px;
	}
	#new_comment #comment_name {
		width: 63%;
	}
	#new_comment #comment_text {
		width: 62%;
	}
	.middle-content .catalog{
		margin-top: 0;
	}
	.prod-photo-mobile {
		margin-bottom: 6px;
		margin-right: 7px;
		height: 107px;
		width: 137px;
	}
    #top-nav-smart-image {
        display: none;
    }
	.album img:nth-child(4n+3){
		margin-right: 0;
	}
	.album img:nth-child(3){
		margin-right: 0;
	}
	#map-canvas {
		width: 290px;
    }
    #contacts td {
		display: block;
	}
    #contacts table {
        width: 100%!important;
    }
	.tiding .tiding-h-img {
		width: auto;
	}
	.tiding .tiding-img {
		width: 288px;
		margin-right: 0;
		height: auto;
		float: none;
		margin-bottom: 15px;
		margin-top: 7px;
	}
	div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable #cart-modal .added{
		width: 272px;
	}
	div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable #cart-modal .modal-total{
		margin-top: 12px;
		margin-bottom: 13px;
	}
	#callback-modal #new_callbackmessage div.message-submit button.btn {
		margin-left: 45px;
    }
    #order-message-modal #new_order_message div.message-submit button.btn {
        margin-left: 0;
    }

    .buy_message {
        margin-left: 0;
        margin-top: 15px;
    }

    .buy_message a {
        margin-left: 25px;
    }

    #callback-modal #new_callbackmessage #callbackmessage_name,
    #callback-modal #new_callbackmessage #callbackmessage_tel,
    #callback-modal #new_callbackmessage #callbackmessage_region_id,
    #callback-modal #new_callbackmessage #callbackmessage_email {
		width: 135px;
        padding-left: 5px;
    }

    #order-message-modal #new_order_message #order_message_name,
    #order-message-modal #new_order_message #order_message_tel,
    #order-message-modal #new_order_message #order_message_email,
    #order-message-modal #new_order_message #order_message_message {
        width: 250px;
    }

    #callback-modal #new_callbackmessage #callbackmessage_call_region,
    #callback-modal #new_callbackmessage #callbackmessage_call_city {
        width: 141px;
        padding-right: 4px;
    }
    #callback-modal #new_callbackmessage #callbackmessage_message {
        width: 135px;
        padding-left: 4px;
    }
    #new_order_message label {
        width: auto;
    }
    .order-message-product,
    .order-message-price {
        margin-left: 0;
    }
    #new_order_message #order_message_message {
        height: 55px;
    }
    #callback-modal #new_callbackmessage label,
    #order-message-modal #new_order_message label {
		margin-right: 5px;
    }
    #callback-modal #new_callbackmessage .help-inline,
    #order-message-modal #new_order_message .help-inline {
		float: right;
    }
    #product .price.orange {
		margin-right: 132px;
    }
    #login-modal #login_form #user_email,
    #login-modal #login_form #user_password{
		width: 260px;
    }
    #login-modal #login_form div.message-submit button.btn {
		float: left;
	}
	#login-modal #login_form .message-submit{
		width: 124px;
	}
	#login-modal h2{
		float: none;
	}
	#pass-reset-modal #reset_password_form #_users_reset_password_email {
		width: 260px;
	}
	.required-info{
		margin-left: 0;
	}
	#new-customer label{
		margin-right: 0;
	}
	#newcustomer .help-inline{
		margin-left: 120px;
	}
	.middle-content .grn {
		font-size: 15px;
    }
    .middle-content #product .price, 
	.middle-content #product .to_order{
		font-size: 19pt;
	}
	#myTab-account li:last-child,
	.cart-functions a{
		display: none;
	}
	#new_order label,
	#new-customer label{
		float: none;
	}
	#new_order .control-group.select.optional.order_delivery .controls,
	#new_order .control-group.select.optional.order_pay_type .controls,
	#new_order .control-group.select.optional.order_np_region .controls,
	#new_order .control-group.select.optional.order_np_settlement .controls,
	#new_order .control-group.select.optional.order_np_warehouse .controls,
	#new-customer .control-group.select.optional.user_orders_delivery .controls,
	#new-customer .control-group.select.optional.user_orders_pay_type .controls,
	#new-customer .control-group.select.optional.user_orders_np_region .controls,
	#new-customer .control-group.select.optional.user_orders_np_settlement .controls,
	#new-customer .control-group.select.optional.user_orders_np_warehouse .controls{
		background-position: 256px center;
		width: 275px;
        margin:0 auto;
	}
	#new_order #order_delivery_id,
	#new_order #order_pay_type_id,
	#new_order #order_np_region,
	#new_order #order_np_settlement,
	#new_order #order_np_warehouse,
	#new-customer #user_orders_attributes_0_np_region,
	#new-customer #user_orders_attributes_0_np_settlement,
	#new-customer #user_orders_attributes_0_np_warehouse,
	#new-customer #user_orders_attributes_0_delivery_id,
	#new-customer #user_orders_attributes_0_pay_type_id,
	#new-customer #user_email,
	#new-customer #user_user_info_attributes_name,
	#new-customer #user_user_info_attributes_region_name,
	#new-customer #user_user_info_attributes_tel,
	#new-customer #user_orders_attributes_0_address,
	#new-customer #user_orders_attributes_0_comment,
	#edit-customer #user_user_info_attributes_name,
	#edit-customer #user_user_info_attributes_region_name,
	#edit-customer #user_user_info_attributes_tel,
	#edit-customer #user_password,
	#edit-customer #user_email,
	#edit-customer #user_password_confirmation,
	#new_order #order_address,
	#new_order #order_comment{
		width: 275px;
	}
	.cart-item .item-price{
		float: left;
		margin-right: 0;
		width: 87px;
		font-size: 14px;
		font-weight: bold;
	}
	.cart-item .item-name{
		float: left;
		font-size: 12px;
		font-weight: normal;
		margin-right: 10px;
		width: 87px;
	}
	.cart-item img{
		margin-right: 10px;
	}
	.cart-item .quantity,
	.under-cart .total-price{
		float: none;
	}
	.cart-item .item-total-price{
		margin-right: 0;
		width: 136px;
		margin-left: 20px;
	}
	#edit-customer p.help-block{
		margin-left: 0;
	}
	#new_order .form-inputs {
		margin-bottom: 10px;
	}
	#account-menu{
		width: 280px;
	}
	.bordered{
		width: 264px;
	}
	.cart_modal_notice{
		width: 260px;
	}
	#input-line-items{
		margin-top: 15px;
		width: inherit;
	}
	#top-nav-smart{
		background-color: white;
		left: 0;
		padding: 29px 24px;
		position: absolute;
		top: 0;
		width: 272px;
	}
    #top-nav-smart-image{
        position: fixed;
        background-color: #CFCFCF;
        z-index:9999;
        top: 150px;
        left: 0;
        width: 100%;
        height: 300px;
    }
    #top-nav-smart-image .close_nav_smart {
        margin-top: 15px;
    }
    .prod-photo-image {
        margin-top: 30px!important;
        width: 100%!important;
    }
    div#top-nav-smart-image div.bx-wrapper div.bx-controls.bx-has-controls-direction.bx-has-pager div.bx-controls-direction a.bx-prev {
      left: 90px!important;
      top: 25px!important;
    }
    div#top-nav-smart-image div.bx-wrapper div.bx-controls.bx-has-controls-direction.bx-has-pager div.bx-controls-direction a.bx-next {
        left: 15px!important;
        top: 75px!important;
    }
    div#top-nav-smart-image div.close_nav_smart {
        position: absolute!important;
    }
    #top-nav-smart-filter,
    #top-nav-smart-sort {
        background-color: white;
        left: 0;
        padding: 29px 24px;
        position: absolute;
        top: 0;
        width: 272px;
        height: 200px;
    }
    .sort_link_mobile {
        height: 50px;
        width: 80%;
        border: 1px solid #e8e6e6;
        padding-top: 30px;
        padding-left: 10px;
    }
    .sort_color {
        background: #e8e6e6;
    }
    li.sort_link_mobile {
        list-style-type: none;
    }
    li.sort_link_mobile a {
        outline: none!important;
        color: #333;
        text-decoration: none!important;
    }
	#top-nav-smart hr{
	    color: #8d9e94;
        margin: 0;
	}
    #top-nav-smart-filter hr{
        color: #8d9e94;
        margin: 0;
    }
	.main_menu_smart{
		list-style-type: none;
		/*margin-bottom: 0;*/
		margin-top: 0;
		padding-left: 0;
	}
	.main_menu_smart li{
		padding-bottom: 19px;
	}
	.main_menu_smart li a{
		color: #108d49;
		font-family: GothamProNarMed;
		text-decoration: none;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	#top-nav-smart,
	#layout-top-nav-smart{
		background-color: white;
		left: 0;
		padding: 29px 24px;
		position: absolute;
		top: 0;
		width: 272px;
	}
    #top-nav-smart-filter,
    #layout-top-nav-smart-filter{
        background-color: white;
        left: 0;
        padding: 29px 24px;
        position: absolute;
        top: 0;
        width: 272px;
    }
	#top-nav-smart hr,
	#layout-top-nav-smart hr{
	    color: #8d9e94;
        margin: 0 0 23px;
	}
    #top-nav-smart-filter hr,
    #layout-top-nav-smart-filter hr{
        color: #8d9e94;
        margin: 0 0 23px;
    }
	.main_menu_smart, 
	.header_menu_smart{
		list-style-type: none;
		margin-bottom: 10px;
		margin-top: 0;
		padding-left: 0;
	}
	.main_menu_smart li,
	.header_menu_smart li{
		padding-bottom: 19px;
	}
	.main_menu_smart li a{
		color: #108d49;
		font-family: GothamProNarMed;
		text-decoration: none;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.header_menu_smart li a,
	.goback_link{
		color: black;
		font-family: GothamProMed;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	.goback_wrapper{
		background-image: url(/images/backicon.png);
		background-position: 0 0;
		background-repeat: no-repeat; 
		padding-left: 15px;
		padding-bottom: 11px;
		height: 11px;
		text-transform: uppercase;
		padding-top: 2px;
	}
	.header_menu_smart li a:hover,
	.header_menu_smart li a:active,
	.main_menu_smart li a:hover,
	.main_menu_smart li a:active{
		color: #221F1F;
	}
	.goback_link:hover,
	.goback_link:active,
	.header_menu_smart li a:hover,
	.header_menu_smart li a:active{
		color: #01FD72;
	}
	.main_menu_smart li a.node_link{
		text-transform: none;
	}
	.close_nav_smart{
		height: 11px;
		position: absolute;
		right: 14px;
		top: 0;
		width: 11px;
		background-image: url(/images/closeicon.png);
		background-position: 0 0;
		background-repeat: no-repeat; 
	}
	.close_nav_smart:hover,
	.smartphone_menu:hover,
    .filter_mobile:hover,
    .sort_mobile:hover,
    .phone_call,
	.smartphone_search:hover{
		cursor: pointer;
	}
	#top-nav-smart,
	#layout-top-nav-smart{
		z-index: 1000;
		box-shadow: 0 0 4px rgba(38, 141, 86, 1);
			-moz-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
			-webkit-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
	}
    #top-nav-smart-filter,
    #layout-top-nav-smart-filter{
        z-index: 1000;
        box-shadow: 0 0 4px rgba(38, 141, 86, 1);
        -moz-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
        -webkit-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
    }
	#login_form .forgot_pass{
		margin-left: 0;
	}
	#smart_prod_info .date{
		float: right;
		font-size: 13px;
		font-style: italic;
	}
	#smart_prod_info .cust-name {
		float: left;
		font-size: 13px;
		font-weight: bold;
	}
	#recaptcha {
		margin-left: -5px;
	}
    .filter_mobile {
        display: block;
        float: right;
        color: #000000;
    }
    .filter_icon {
        background-image: url(/images/filter-button.png);
        width: 24px;
        height: 24px;
        margin-top: -23px;
        margin-left: 60px;
    }
    .sort_mobile {
        display: block;
        float: left;
        color: #000000;
    }
    .sort_icon {
        background-image: url(/images/sort.png);
        width: 24px;
        height: 24px;
        margin-top: -23px;
        margin-left: 100px;
    }
    .filter_sort_mobile {
        display: block;
        width: inherit;
    }
    .category-h1 {
        width: inherit;
    }
    .middle-content h1.category-h1 {
        float: none;
    }

    .b-bottom-buttons {
        display: block;
        height: 47px;
        width: 100%;
    }
    .b-bottom-buttons_body {
        display: block;
        z-index: 5;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
    .b-bottom-buttons_item {
        vertical-align: bottom;
        width:49%;
        display: inline-block;
        margin-left: 1px;
        margin-top: -18px;
    }
    .b-button-buy {
        user-select: none;
        box-sizing: border-box;
        background: #979797;
        border: 2px solid #979797;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 0;
        font-weight: 700;
        height: 47px;
        line-height: 45px;
        min-width: 48px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .b-phone-call {
        overflow: hidden;
        display: block;
        width: 100%;
        padding: 0;
        border: 0 none;
        background: #585858;
        text-align: center;
        text-decoration: none;
        line-height: 47px;
        -webkit-tap-highlight-color: transparent;
    }
    .b-phone-call:hover {
        opacity: .9;
    }
    .b-phone-call_text {
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
        vertical-align: middle;
    }
    .b-button-submit_text {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5em;
        padding-left: 8px;
        position: relative;
        vertical-align: middle;
    }
    .b-button-submit_text a {
        color: white!important;
        text-decoration: none!important;
    }
    .b-button-submit_icon-cart {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        line-height: 1;
        position: relative;
    }
    .b-button-submit_icon-cart {
        background-image: url(/images/cart_icon.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        margin-top: 1px;
    }
    .b-button-submit_icon-phone {
        background-image: url(/images/phone-1.png);
        background-repeat: no-repeat;
    }
    .bordered{
        height: 85px;
    }
    #comment-icon-mobile {
        background-image: url(/images/otzivi_loggo_mobile.png);
        background-repeat: no-repeat;
    }

    #comment-icon-mobile a {
        margin-left: 25px;
    }

    .ui-menu .ui-menu-item a.ui-corner-all {
        width: 270px;
        padding-left: 5px;
    }

    #ui-id-1 {
        width: 270px;
    }

    div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
        position: fixed;
        top: 50px!important;
        width: 310px;
        height: auto!important;
        z-index:9999!important;
    }
    div#callback-modal.ui-dialog-content.ui-widget-content {
        height: auto!important;
    }

    #login-modal.ui-dialog-content.ui-widget-content {
        height: 290px!important;
    }

    #user_call_region,
    #user_call_city,
    #new-customer .control-group.select.optional.user_orders_delivery .controls,
    #new-customer .control-group.select.optional.user_orders_pay_type .controls,
    #new-customer .control-group.select.optional.user_orders_np_region.np_region_dropbox.hidden .controls,
    #new-customer .control-group.select.optional.user_orders_np_settlement.np_settlement_dropbox.hidden .controls,
    #new-customer .control-group.select.optional.user_orders_np_warehouse.np_warehouse_dropbox.hidden .controls {
        width: 280px;
    }

    .control-group.email.required.user_email,
    .control-group.select.optional.user_call_region,
    .control-group.select.optional.user_call_city.call_settlement_dropbox,
    .control-group.string.required.user_user_info_name,
    .control-group.string.required.user_user_info_attributes_tel,
    .control-group.string.optional.user_user_info_tel,
    .control-group.string.required.user_user_info_tel,
    .control-group.email.optional.user_email,
    .control-group.password.optional.user_password,
    .control-group.password.optional.user_password_confirmation,
    .string.required.control-label,
    #newcustomer h2,
    .required-info,
    .control-group.text.required.user_orders_address.order_address,
    .control-group.text.optional.user_orders_comment,
    .control-group.select.optional.user_orders_delivery.new_order_delivery_tipe,
    .control-group.select.optional.user_orders_pay_type,
    .control-group.text.required.order_address,
    .control-group.text.optional.order_comment,
    .control-group.select.optional.order_delivery,
    .control-group.select.optional.order_pay_type,
    .control-group.select.optional.user_orders_np_region.np_region_dropbox,
    .control-group.select.optional.user_orders_np_settlement.np_settlement_dropbox,
    .control-group.select.optional.user_orders_np_warehouse.np_warehouse_dropbox,
    .control-group.select.optional.order_np_region.np_region_dropbox.hidden,
    .control-group.select.optional.order_np_settlement.np_settlement_dropbox.hidden,
    .control-group.select.optional.order_np_warehouse.np_warehouse_dropbox.hidden {
        text-align: center;
    }

    #recaptcha {
        margin-left: 15px!important;
    }

    #comments-modal.ui-dialog-content.ui-widget-content {
        color: green;
    }

    #new_comment #comment_text, #new_comment #comment_name {
        padding-left: 5px;
    }

    #new-customer .control-group.select.optional.user_orders_delivery .controls,
    #new-customer .control-group.select.optional.user_orders_pay_type .controls,
    #new_order .control-group.select.optional.order_pay_type .controls,
    #new_order .control-group.select.optional.order_delivery .controls,
    #new-customer .control-group.select.optional.user_orders_np_region.np_region_dropbox.hidden .controls,
    #new-customer .control-group.select.optional.user_orders_np_settlement.np_settlement_dropbox.hidden .controls,
    #new-customer .control-group.select.optional.user_orders_np_warehouse.np_warehouse_dropbox.hidden .controls {
        background: none;
    }

    .control-group .email .required .user_email,
    .control-group.select.optional.user_orders_delivery.new_order_delivery_tipe,
    .control-group.select.optional.user_orders_pay_type,
    .control-group.select.optional.order_delivery,
    .control-group.select.optional.order_pay_type,
    .control-group.select.optional.user_orders_np_region.np_region_dropbox,
    .control-group.select.optional.user_orders_np_settlement.np_settlement_dropbox,
    .control-group.select.optional.user_orders_np_warehouse.np_warehouse_dropbox {
        /*width: 80%;*/
        /*margin-right: 10%;*/
        /*margin-left: 10%;*/
    }
    #user_email,
    #user_user_info_attributes_name,
    #user_user_info_attributes_tel,
    #user_orders_attributes_0_address,
    #user_orders_attributes_0_comment {
        padding-left: 5px;
    }

    div.album {
        text-align: center;
    }
    .cat_descr strong {
        font-size: 14px;
    }
    #content {
        top: 165px;
        position: relative;
        padding-top: 0;
    }
    #footer {
        margin-top: 180px;
    }
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index:9997;
    }
    #layout-top-nav-smart,
    #top-nav-smart,
    #top-nav-smart-filter,
    #top-nav-smart-sort {
        position: fixed;
        z-index:9999;
        top: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }
    .close_nav_smart {
        z-index:9999;
        position: sticky;
        float: right;
    }
    .cat-prev-a.main {
        font-size: 14px;
    }
    .cat-prev-a {
        font-size: 14px;
    }

    #right-content {
        display: none;
    }
    #right-content-mobile {
        display: block;
    }

    #right-content-mobile .recommend{
        margin-bottom: 11px;
    }

    /*#right-content-mobile .recommend .cat-prev-p.recommended{*/
    /*    height: 60px;*/
    /*    height: auto;*/
    /*}*/

    #right-content-mobile .recommend:last-child{
        margin-bottom: 0;
    }

    #right-content-mobile .catalog{
        #margin-top: 12px;
        height: 1500px;
    }

    #right-content-mobile .cat-prev-a{
        line-height: 16px;
    }

    #right-content-mobile .to-cart {
        border-top: 1px solid #9b9e95;
        margin-top: 3px;
        height: 22px;
    }

    #right-content-mobile .to-cart .price,
    #right-content-mobile .to-cart .price.order {
        font-family: 'GothamProBold', Arial, sans-serif;
        float: left;
        color: #108848;
        font-size: 17px;
        font-weight: 600;
        margin-right: 3px;
        width: 120px;
        margin-top: 3px;
    }

    #right-content-mobile .to-cart .price.orange {
        color: #fc5d26;
    }

    #right-content-mobile .to-cart .price.order {
        width: 93px;
    }

    #right-content-mobile .to-cart .price span {
        float: left;
    }

    #right-content-mobile .to-cart .buy {
        float: left;
        background-image: url("/images/product_cart_icon.png");
        background-position: 0 3px;
        background-repeat: no-repeat;
        height: 28px;
        font-family: 'GothamProMed';
    }

    #right-content-mobile .to-cart .to_order {
        background-image: url("/images/zakazat.png");
        float: left;
        background-position: 0 3px;
        background-repeat: no-repeat;
        height: 28px;
        font-family: 'GothamProMed';
    }

    #right-content-mobile .to-cart .buy a,
    #right-content-mobile .to-cart .buy a:hover,
    #right-content-mobile .to-cart .buy a:active,
    #right-content-mobile .to-cart .to_order a,
    #right-content-mobile .to-cart .to_order a:hover,
    #right-content-mobile .to-cart .to_order a:active{
        font-size: 11px;
        font-weight: 800;
        line-height: 23px;
        cursor: pointer;
        margin-left: 18px;
    }
    #right-content-mobile .to-cart .buy a,
    #right-content-mobile .to-cart .buy a:hover,
    #right-content-mobile .to-cart .buy a:active{
        color: black;
    }

    #right-content-mobile .to-cart .to_order a,
    #right-content-mobile .to-cart .to_order a:hover,
    #right-content .to-cart .to_order a:active{
        color: #eb4e25;
    }

    #right-content-mobile .to-cart .price .grn {
        font-size: 11px;
        padding-top: 5px;
        float: left;
    }

    #right-content-mobile .to-cart .old_price .grn {
        font-size: 12px;
        padding-top: 3px;
        display: inline;
        float: none;
        padding: 0;
        position: relative;
    }

    #right-content-mobile .to-cart .old_price img {
        position: absolute;
        top: 8px;
        width: 57px;
        height: 1px;
    }

    #right-content-mobile .to-cart .old_price span {
        display: inline;
        position: relative;
    }

    #right-content-mobile .to-cart .old_price {
        margin-top: 3px;
        font-family: 'GothamPro';
        color: #a8a8a8;
        font-size: 17px;
        font-weight: bold;
    }

    #right-content-mobile h2 {
        font-size: 13px;
        line-height: 99%;
        margin: 6px 0 10px;
    }

    #right-content-mobile h2 {
        font-size: 16px;
        line-height: 20px;
        margin-left: 20px;
        text-transform: none;
    }

    .bx-wrapper,
    .bx-viewport {
        height: 260px!important;
        touch-action: pan-x!important;
    }

    .bx-wrapper .bx-prev {
        background-image: url(/images/arrow_right.png);
        width: 45px;
        height: 100px;
        margin-top: 60px!important;
        margin-left: 190px!important;
        background-color: #fff;
        background-repeat: no-repeat;
        float: right;
    }

    .bx-wrapper .bx-controls-direction .bx-prev {
        width: 45px;
        height: 100px;
    }

    .bx-wrapper .bx-next {
        background-image: url(/images/arrow_left.png);
        width: 45px;
        height: 100px;
        margin-top: 10px!important;
        margin-left: -60px!important;
        background-color: #fff;
        background-repeat: no-repeat;
    }

    .bx-wrapper .bx-controls-direction .bx-next {
        width: 45px;
        height: 100px;
        top: 60px!important;
    }

    .middle-content h1 {
        font-size: 20px;
    }

    .middle-content .buy a {
        font-size: 14px;
    }

    #footer-menu .second-logo {
        width: 90%;
    }

    .cat-img-div {
        margin-bottom: 10px;
    }


    .middle-content #prod-links .buy {
        background-image: none;
        width: 100%;
    }

    .middle-content #prod-links .buy a {
        background-image: url(/images/product_cart_icon.png);
        background-position: 0 3px;
        margin-top: -35px;
        float: right;
        background-repeat: no-repeat;
        margin-left: 105px;
        margin-bottom: 10px;
    }

    .cart-modal-links .cart-modal-link {
        font-size: 10px;
    }

    /*.underlined_account {*/
    /*    float: left;*/
    /*}*/
}

@media only screen and (min-device-width :300px) and (max-device-width : 380px)
{
    div#content-container div.middle-content div.catalog div.cat-prev {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .cat-img-div {
        height: 182px;
        width: 230px;
    }
    .cat-prev {
        width: 211px;
        height: 299px;
    }
    .cat-img-div.smartphonecategory,
    .cat-img-div.smartphonecategory .cat-preview {
        height: 162px;
        width: 200px;
    }
    div.cat-prev.smartphonecategory {
        height: 225px;
        width: 209px;
    }
    .filter_link {
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }
    p.filter_link {
        margin-bottom: 15px;
    }

    .cat-img-div img {
        width: 211px;
    }

    #right-content .to-cart .price,
    .middle-content .to-cart .price,
    #full-content .to-cart .price,
    #right-content .to-cart .price.order,
    .middle-content .to-cart .price.order,
    #full-content .to-cart .price.order{
        width: 140px!important;
    }


    #right-content-mobile .recommend .cat-prev-p.recommended{
        max-height: 46px;
        height: auto;
    }
}
@media only screen and (min-device-width : 500px) and (max-device-width : 767px)
{
    #prod-links,
    .middle-content #product .price {
        text-align: left;
    }
    .middle-content .grn{
        display: inline;
        float: none;
    }
    .middle-content .code,
    .middle-content .articul{
        float: none;
    }
    #prod-links {
        float: right;
    }
    .middle-content #product .price{
        margin-right: 0;
    }
    .middle-content #product .price,
    .middle-content #prod-links .buy{
        float: none;
        display: block;
    }

    #right-content-mobile .recommend .cat-prev-p.recommended{
        height: 60px!important;
        /*height: auto;*/
    }

    .cat-prev {
        height: 250px;
    }
}

@media only screen and (min-device-width : 400px) and (max-device-width : 500px) {
    #new_comment #comment_name {
        width: 67%;
    }

    #new_comment #comment_text {
        width: 66%;
    }

    #right-content-mobile .recommend .cat-prev-p.recommended{
        height: 60px!important;
        /*height: auto;*/
    }

    .cat-prev {
        height: 250px;
        margin-left: 12px;
    }
}

@media only screen and (min-device-width : 300px) and (max-device-width : 320px) {
    #new_comment #comment_name {
        width: 58%;
    }

    #new_comment #comment_text {
        width: 57%;
    }

    .b-bottom-buttons_item {
        width: 48%;
        margin-left: 2px;
    }

    #recaptcha {
        margin-left: -6px!important;
    }

    .b-bottom-buttons_body {
        margin-bottom: 25px;
    }
    #top-nav-smart-image{
        top: 80px;
    }
    div#top-nav-smart-image div.bx-wrapper div.bx-controls.bx-has-controls-direction.bx-has-pager div.bx-controls-direction a.bx-prev {
        left: 70px!important;
        top: 25px!important;
    }
    div#top-nav-smart-image div.bx-wrapper div.bx-controls.bx-has-controls-direction.bx-has-pager div.bx-controls-direction a.bx-next {
        left: 35px!important;
        top: 75px!important;
    }
    .middle-content #prod-links .buy a {
        margin-left: 70px;
    }
}
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	#padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*tablet*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
    html, #header, #top-nav, #footer-menu .ul-cont, #footer-menu .ul-cont-cont,
	#footer-menu .ul-cont, .page, .middle-content, #footer-menu-cont, #content-container, 
	#copyright, #header-menu .cont .prof_links, #header-menu .cont, #full-content,
	.cont,
	#middle-content-container, 
	#header-content, 
	#content,
	#header-content .header_content_cont,
	#header-content .header_content_cont, 
	#header-menu .cont .prof_links {	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	html{
		max-width: 100%;
		width: 100%;
	}
	#header, #top-nav, #footer-menu .ul-cont, #footer-menu .ul-cont-cont,
	#footer-menu .ul-cont, .page, #content, #content-container, .middle-content, #full-content
	{
		width: inherit;
	}
	.cont,
	#header-content .header_content_cont,
	#middle-content-container
	{	
		width: inherit;
	}
	#header-menu .cont,
	#header-content .header_content_cont,
	#middle-content-container
	{
		width: inherit;
	}
	#header-content, #content{
		width: inherit;
		padding-left: 13px;
		padding-right: 13px;
	}
	#header-menu, #copyright, #footer-menu .second-logo, #footer-menu-cont{
		width: inherit;
		padding-left: 13px;
		padding-right: 13px;
	}
	#header-content .header_content_cont, #content-container,
	#middle-content-container, #right-content, #right-content h2,
	#right-content .catalog
	{
		width: inherit;
	}
	#logo img {
		margin-right: 30px;
	}
	#header-menu .cont .prof_links{
		width: 277px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#profile{
		float: none;
		position: absolute;
		top: 188px;
		right: 40px;
	}
	#header-menu .cont .menu, #top-nav ul, #left-content{
		display: none;
	}
	#info{
		margin-right: 0px;
	}
	.page{
		background-color: white;
		background-image: none;
	}
	#content-container {
		margin: 0;
		padding: 0;
	}
	#info{
	    display: inline-block;
	    float: none;
	}
	#cart {
		border: none;
		width: 230px;
		height: 36px;
		margin-top: 10px;
		border-radius: 0;
		padding-left: 0;
		padding-right: 13px;
		padding-top: 11px;
    }
    #go-to-cart{
		margin-top: 0;
		float: left;
		margin-right: 15px;
    }
    #products-in-cart{
		padding-top: 1px;
		color: #7bffb6;
    }
    .middle-content, #full-content{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		margin-top: 1px;
		margin-bottom: 0px;
		width: inherit;
		padding: 22px 0 22px 0;
    }
    #middle-content-container {
		float: none;
		margin-right: 0;
    }
    .cat-prev {
		margin-right: 16px;
    }
    .cat-img-div, .cat-img-div img{
		width: 169px;
    }
    .cat-img-div .promo-logo{
		width: 65px;
    }
    div.cat-prev, div.cat-prev:nth-child(3n+0){
		margin-right: 14px;
	}
	div.cat-prev:nth-child(4n+0){
		margin-right: 0px;
	}
	#right-content {
		float: none;
	}
	#right-content hr{
		margin-left: 0px;
		margin-right: 0px;
	}
	.recommend {
		margin-bottom: 0;
		width: 177px;
		float: left;
	}
	#right-content .recommend .cat-prev-p.recommended{
		height: 46px;
	}
	div.recommend:nth-child{
		margin-right: 8px;
	}
	.catalog .recommend{
		#display: none;
	}
	.catalog .recommend{
		#display: block;
		margin-right: 11px;
		height: 240px;
	}
	.catalog .recommend:nth-child(4n+0){
		margin-right: 0px;
	}
	#content {
		margin-bottom: 0;
    }
    #footer-menu .ul-cont-cont, #footer-menu .second-logo,
    #footer-menu .second-logo{
		float: none;
    }
    #footer-menu .second-logo{
		padding-bottom: 17px;
    }
    .second-logo img{
		width: 106px;
		height: 31px;
		float: left;
		margin-right: 47px;
    }
    #footer-menu .ul-cont td {
		width: 185px;
	}
	#map-canvas{
		width: auto;
	}
	img.prod-photo, img.prod-photo:nth-child(3n+0){
		margin-right: 12px;
    }
    img.prod-photo:nth-child(7n+0){
		margin-right: 0px;
	}
	.pagination{
		margin-bottom: 10px;
	}
	.crumbs{
		display: none;
	}
	#copyright {
		padding-bottom: 0px;
	}
	.smartphone_menu {
		display: block;
		position: absolute;
		top: 203px;
		left: 10px;
		background-image: url(/images/smart_menu_icon.png);
		width: 24px;
		height: 20px;
	}
    .phone_call {
        display: block;
        position: absolute;
        top: 203px;
        left: 55px;
        background-image: url(/images/phone.png);
        width: 24px;
        height: 24px;
    }
	#top-nav-smart{
		background-color: white;
		left: 0;
		padding: 29px 24px;
		position: absolute;
		top: 0;
		width: 272px;
	}
    #top-nav-smart-filter{
        background-color: white;
        left: 0;
        padding: 29px 24px;
        position: absolute;
        top: 0;
        width: 272px;
    }
	#top-nav-smart hr{
	    color: #8d9e94;
        margin: 0;
	}
    #top-nav-smart-filter hr{
        color: #8d9e94;
        margin: 0;
    }
	.main_menu_smart{
		list-style-type: none;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
	}
	.main_menu_smart li{
		padding-bottom: 19px;
	}
	.main_menu_smart li a{
		color: #108d49;
		font-family: GothamProNarMed;
		text-decoration: none;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	#top-nav-smart,
	#layout-top-nav-smart{
		background-color: white;
		left: 0;
		padding: 29px 24px;
		position: absolute;
		top: 0;
		width: 272px;
	}
    #top-nav-smart-filter,
    #layout-top-nav-smart-filter{
        background-color: white;
        left: 0;
        padding: 29px 24px;
        position: absolute;
        top: 0;
        width: 272px;
    }
	#top-nav-smart-filter hr,
	#layout-top-nav-smart-filter hr{
	    color: #8d9e94;
        margin: 0 0 23px;
	}
	.main_menu_smart, 
	.header_menu_smart{
		list-style-type: none;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
	}
	.main_menu_smart li,
	.header_menu_smart li{
		padding-bottom: 19px;
	}
	.main_menu_smart li a{
		color: #108d49;
		font-family: GothamProNarMed;
		text-decoration: none;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.header_menu_smart li a,
	.goback_link{
		color: black;
		font-family: GothamProMed;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	.goback_wrapper{
		background-image: url(/images/backicon.png);
		background-position: 0 0;
		background-repeat: no-repeat; 
		padding-left: 15px;
		padding-bottom: 11px;
		height: 11px;
		text-transform: uppercase;
		padding-top: 2px;
	}
	.header_menu_smart li a:hover,
	.header_menu_smart li a:active,
	.main_menu_smart li a:hover,
	.main_menu_smart li a:active{
		color: #221F1F;
	}
	.goback_link:hover,
	.goback_link:active,
	.header_menu_smart li a:hover,
	.header_menu_smart li a:active{
		color: #01FD72;
	}
	.main_menu_smart li a.node_link{
		text-transform: none;
	}
	.close_nav_smart{
		height: 11px;
		position: absolute;
		right: 14px;
		top: 14px;
		width: 11px;
		background-image: url(/images/closeicon.png);
		background-position: 0 0;
		background-repeat: no-repeat; 
	}
	.close_nav_smart:hover,
	.smartphone_menu:hover,
    .filter_mobile:hover,
    .phone_call
	.smartphone_search:hover{
		cursor: pointer;
	}
	#top-nav-smart,
	#layout-top-nav-smart{
		z-index: 1000;
		box-shadow: 0 0 4px rgba(38, 141, 86, 1);
			-moz-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
			-webkit-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
	}
    #top-nav-smart-filter,
    #layout-top-nav-smart-filter{
        z-index: 1000;
        box-shadow: 0 0 4px rgba(38, 141, 86, 1);
        -moz-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
        -webkit-box-shadow:  0 0 4px rgba(38, 141, 86, 1);
    }
    .filter_mobile {
        display: block;
        float: right;
        color: #028bd9;
    }
    .b-bottom-buttons {
        display: block;
        height: 47px;
        width: 100%;
    }
    .b-bottom-buttons_body {
        display: block;
        z-index: 5;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
    .b-bottom-buttons_item {
        vertical-align: bottom;
        width: 49%;
        display: inline-block;
        margin-right: 4px;
        margin-top: -18px;
    }
    .b-button-buy {
        user-select: none;
        box-sizing: border-box;
        background: #979797;
        border: 2px solid #979797;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 0;
        font-weight: 700;
        height: 47px;
        line-height: 45px;
        min-width: 48px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .b-phone-call {
        overflow: hidden;
        display: block;
        width: 100%;
        padding: 0;
        border: 0 none;
        background: #585858;
        text-align: center;
        text-decoration: none;
        line-height: 47px;
        -webkit-tap-highlight-color: transparent;
    }
    .b-phone-call:hover {
        opacity: .9;
    }
    .b-phone-call_text {
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
        vertical-align: middle;
    }
    .b-button-submit_text {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5em;
        padding-left: 8px;
        position: relative;
        vertical-align: middle;
    }
    .b-button-submit_text a {
        color: white!important;
        text-decoration: none!important;
    }
    .b-button-submit_icon-cart {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        line-height: 1;
        position: relative;
    }
    .b-button-submit_icon-cart {
        background-image: url(/images/cart_icon.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        margin-top: 1px;
    }
    .b-button-submit_icon-phone {
        background-image: url(/images/phone-1.png);
        background-repeat: no-repeat;
    }
    .middle-content {
        margin-top: 3px;
    }
    .main-number {
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
}
/*tablet*/
/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_selfcontainer


 */

 .pull-right{
  clear: right;
}

 .page-header{
 margin-top: 60px;
}

.some{
	height: 16px;
}
