/* CSS Document */
 @font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
  }

  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
    border-width: px;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
    border-width: px;
  }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1000;
} 
.mobile-nav .caret {
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.mobile-nav, .mobile-nav .dropdown-menu > li > a { text-transform: none !important; font-size: 18px !important; font-weight: 500 !important;}
.mobile-nav .dropdown-menu > li > a { padding-left: 20px;}
.mobile-nav > .open > a, .mobile-nav > .open > a:hover, .mobile-nav > .open > a:focus {
background-color: #FFF !important; color: #777 !important; text-transform: none !important;  border-bottom: 1px solid #CCC !important; font-weight: 500 !important;
}
.mobile-nav > li > .dropdown-menu { background-color: #FFF !important; text-transform: none !important; font-weight: 400 !important; font-size: 16px !important; border-bottom: 1px solid #666 !important;}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}
.s1 {
	color: #010101 !important;
	
}
.grid-popover-created {
    z-index: 999 !important;
}
.fundicon-highlight { color:#53498e;  }
#org-template .org-logo { text-align: center; }
#org-template .org-content { margin-top:30px; padding: 0px 30px 10px 30px;}
#grid-search-area { clear: both; }
#fundraising-types { margin-left: -15px; margin-top: 50px; margin-right: -15px; padding-top: 20px; padding-bottom: 20px; background-color: #3B8DBD; color: #FFF; margin-bottom: 20px; }
#fundraising-types .acc-type.middle { border-left: 6px solid #FFF; border-right: 6px solid #FFF; }
#donation-add-image-modal .callout-warning { padding: 10px; }
#donation-add-image-modal .callout-warning:before {
    display: none;
}
.navbar-collapse {
    max-height: none;
}
.green-dollar-field { max-width: 200px; display: inline-block; position: relative; top: 3px; margin-right: 10px; }
.green-dollar-field .icon-prepend { height: 40px; line-height: 2em; font-size: 20px;padding-left: 5px;padding-right: 5px; }
.green-dollar-field input { font-weight: bold !important; font-size: 20px !important; color: #82b964; height: 43px  !important; padding-left: 55px; padding-right: 55px; }
.green-dollar-field .icon-append { font-style: normal; height: 40px; line-height: 2em; font-size: 20px;padding-left: 5px;padding-right: 5px; }
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint {
	display: block;
	width: 95%;
	height: 38px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	z-index: 99999;

}
.tt-suggestion {
	display: block;
	padding: 5px 10px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	text-transform:none;
	font-size: 12px;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
.tt-menu { background-color: #FFF; }
.simple-testimonials, .cbp-qtrotator {
  position: relative;
  color: #4B4B4B;
  font-style: italic;
  height: auto;
}
.simple-testimonials .user-img img, .cbp-qtrotator .user-img img { border-radius: 0%; }
.simple-testimonials .user-img, .cbp-qtrotator .user-img {
  max-width: 240px;
  left: 0px;
}
.simple-testimonials .cbp-qtcontent, .cbp-qtrotator .cbp-qtcontent {
  padding-left: 250px;
}
.simple-testimonials blockquote, .cbp-qtrotator blockquote {
  font-size: 1.3em;
  line-height: 1.5em;
}
.simple-testimonials blockquote p, .cbp-qtrotator blockquote p {
  margin-bottom: 20px;
}
.simple-testimonials .cbp-qtcontent, .cbp-qtrotator .cbp-qtcontent {
	border-top: 3px solid #c4c5c5;
	border-bottom: 3px solid #c4c5c5;
}
.main-carousel .item { height: 350px; padding-left: 80px }
.main-carousel .item p {
  font-size: 1.3em;
  line-height: 1.4em;
  background-color: transparent;
  color: #3F3E3E;
  font-weight: 400;
  box-shadow: none;
  font-style: italic;
  padding: 0px;
}
.main-carousel .item h2 {
	margin-top: -25px;
  font-style: italic;
  font-size: 18px;
  color: #666;
  text-shadow: none;
  letter-spacing: .1em;
  text-align: right;
}
.main-carousel .item {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: 70%;
}
.main-carousel .item1 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: 70%;
}
.main-carousel .item2 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: 70%;
}
.main-carousel .item3 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: 70%;
}
.main-carousel .item4 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: 70%;
}
.main-carousel .item3 p { font-size:3.2em; line-height: 1.5em; }
.carousel-control {
color: #000;
  width: 7%;
	top: 50px;
	bottom: 50px;
}
.carousel-control:hover, .carousel-control:active, .carousel-control:visited {
  color: #333;
}
.main-carousel .item { height: 280px; }
.main-carousel .item7 h2 { margin-top: -10px; }
.cyfggbtn { padding: 5px 20px !important; }
.footer-social-widgets { text-align: right; }
.main-page-blog-posts.givinggrid h2 { font-weight: 500; text-shadow: none; font-size: 2.5em; text-transform: none; margin: 40px 0 30px; }
.main-page-blog-posts.givinggrid .blog-post-short { padding: 5px; border: 1px solid #ECECEC; -webkit-box-shadow: 0 0 3px 0 #DBDBDB; box-shadow: 0 0 3px 0 #DBDBDB; }
.main-page-blog-posts.givinggrid .blog-header { padding-left: 0px; }
.main-page-blog-posts.givinggrid .page-header { border-bottom-width: 0px; padding-bottom: 0px; margin-bottom: 10px; padding-left: 5px; }
.main-page-blog-posts.givinggrid .blog-info { padding-left: 5px; color: #4B4B4B; text-transform:none; font-size: 1em; }
#custom-tip-amount-section { margin: 20px 0; display: none; }
#custom-tip-amount-section label {width: 100px;display: inline-block;margin-right: 10px;}
#custom-tip-amount-section #custom_tip_amount { text-align: left; padding-left: 30px; height: 32px; background-color: #FFF; font-weight: bold; color: #82b964; font-size: 12px;}
#custom-tip-amount-section .icon-append { height: 30px; font-style: normal;  font-size: 12px; width: 25px; border-left: none; }
#custom-tip-amount-section .icon-prepend { height: 30px; font-size: 12px; width: 15px; }
#custom-tip-amount-section #maybe-less-tip { display: inline-block; }
#extended-overview-display img { max-width: 100%; height: auto; }
.navbar { border-bottom: #DDD 1px solid; }
ol.process > li:before {
  display: none;
}
.service-block-icon {
  background: #FF0000;
}
.service-block-icon .badge {
  background: #3B8DBD;

}
ol.process i {
  line-height: 45px;
  font-size: 4em;
  color: #3B8DBD;
}
.process-block h2 { margin-top: 10px;  }
.process-block h5 { margin-bottom: 10px; }
ol.process li:nth-child(odd) {
  border: 0px dashed #3B8DBD;
  border-top: 0;
}
ol.process li:nth-child(even) {
  border-top: 0px dashed #3B8DBD;
}
ol.process > li div {
  background-color: #3B8DBD;
  color: #FFF;
  padding: 10px;
}
#main-boxes { margin-left: -30px; margin-right: -30px; }
#hp-banner {
  width: 100%;
  margin-top: 55px;
}
#hp-banner .heading {
  text-transform: capitalize;
  background-color: #fff;
  padding: 10px 25px 10px 25px;
  margin: 0px auto 0 auto;
  text-align: center;
text-shadow: 2px 2px 0 #fff;
color: #00ABFF;
font-weight:400; 
font-size: 28px;
}
#hp-banner .heading small {
	display: block;
	margin-top: 10px;
	color: #4F4F4F;
	font-size: 16px;
}
/*
gmo
*/
.gmo-price-list { margin-bottom: 10px; width: 430px;}
	.gmo-price-list div { background-color: #CBDFF8; border: 2px solid #fff; color: #333; padding: 5px}
	.gmo-price-list div:last-child {background-color:  transparent; border: none; padding: 0px;}
.frontend h1 small:before, .frontend h2 small:before,.frontend  h3 small:before, .frontend h4 small:before, .frontend h5 small:before, .frontend h6 small:before, .frontend .h1 small:before, .frontend .h2 small:before, .frontend .h3 small:before, .frontend .frontend .h4 small:before, .frontend .h5 small:before, .frontend .h6 small:before, .frontend h1 .small:before,.frontend  h2 .small:before, .frontend h3 .small:before, .frontend h4 .small:before, .frontend h5 .small:before, .frontend h6 .small:before, .frontend .h1 .small:before, .frontend .h2 .small:before, .frontend .h3 .small:before, .frontend .h4 .small:before, .frontend .h5 .small:before, .frontend .h6 .small:before {
  content: "";
}
.email-blast-alert-section {
	padding: 20px;
	width: 100%;
    max-width: 900px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px auto 20px;
    text-align: center;
}
#hp-banner .boxes {
  background-color: #fff;
  padding: 5px 0px 5px 0px;
  margin-top: -5px;
}
#hp-banner .boxes h3 { text-shadow: 2px 3px 2px rgba(0,0,0,0.3);  }
#main-bullet-points { margin-top: 30px; margin-bottom: 30px; }
#main-bullet-points .right-side { padding-left: 35px; }
#main-bullet-points .left-side { padding-right: 35px; }

#main-bullet-points dt { font-size: 16px; color: #3b8dbd; cursor: pointer; margin-bottom: 10px; font-weight: 400; }
#main-bullet-points dt:before { 
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(../../../images/circle-plus.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 0px;
  position: relative;
  top: 10px;
}
#main-bullet-points dd { margin-bottom: 0px; line-height: 1.67em; color: #4B4B4B; display: none; margin-top: -5px; margin-left: 35px; }
#main-point { margin-top: -30px; }
#main-point dt { margin-bottom: 0px; font-size: 30px; }
#main-point dd { margin-bottom: 26px; font-size: 18px; line-height: 1.8em; color: #4B4B4B; }
#hp-banner ul { margin-left: 0px; padding-left: 10px; margin-right: 0px; }
#hp-banner li { width: 20%; float: left; padding: 0px 25px 15px 25px; height: 135px; list-style-type: none; border: 3px solid #FFF; }
#hp-banner li:first-child { margin-left: -5px; }
#hp-banner li p { font-size: 14px; }
.sib-menu .sib-multiselect__label-text {
	top: 1px;
	position: relative;
}
.sib-menu .radio, .sib-menu .checkbox { min-height: 15px; padding-left: 15px; margin-bottom: 0px; margin-top: 5px;}
.input--multiselect { line-height: 30px;}
.gg-blue-text { color: #0589e4; }
.gg-red-text { color: #f01615; }
.gg-purple-text { color: #5947c4; }
.gg-orange-text { color: #f78e1b; }
.gg-green-text { color: #6aa84f; }
.bg-gg-blue { background-color: #0589e4; color: #FFF; }
.bg-gg-red { background-color: #f01615; color: #FFF; }
.bg-gg-purple { background-color: #5947c4; color: #FFF; }
.bg-gg-orange { background-color: #f78e1b; color: #FFF; }
.bg-gg-green { background-color: #6aa84f; color: #FFF; }
.bg-gg-blue-gradient { background: #0589e4;
background: -moz-linear-gradient(-45deg,  rgba(6,144,229,1) 0%, rgba(6,144,229,1) 51%, rgba(5,137,228,1) 51%, rgba(5,137,228,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(6,144,229,1)), color-stop(51%,rgba(6,144,229,1)), color-stop(51%,rgba(5,137,228,1)), color-stop(100%,rgba(5,137,228,1)));
background: -webkit-linear-gradient(-45deg,  rgba(6,144,229,1) 0%,rgba(6,144,229,1) 51%,rgba(5,137,228,1) 51%,rgba(5,137,228,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(6,144,229,1) 0%,rgba(6,144,229,1) 51%,rgba(5,137,228,1) 51%,rgba(5,137,228,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(6,144,229,1) 0%,rgba(6,144,229,1) 51%,rgba(5,137,228,1) 51%,rgba(5,137,228,1) 100%);
background: linear-gradient(135deg,  rgba(6,144,229,1) 0%,rgba(6,144,229,1) 51%,rgba(5,137,228,1) 51%,rgba(5,137,228,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0690e5', endColorstr='#0589e4',GradientType=1 );
 color: #FFF;}
.bg-gg-red-gradient { background: #f01615;
background: -moz-linear-gradient(-45deg,  rgba(237,47,47,1) 51%, rgba(240,22,21,1) 51%, rgba(240,22,21,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(51%,rgba(237,47,47,1)), color-stop(51%,rgba(240,22,21,1)), color-stop(100%,rgba(240,22,21,1)));
background: -webkit-linear-gradient(-45deg,  rgba(237,47,47,1) 51%,rgba(240,22,21,1) 51%,rgba(240,22,21,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(237,47,47,1) 51%,rgba(240,22,21,1) 51%,rgba(240,22,21,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(237,47,47,1) 51%,rgba(240,22,21,1) 51%,rgba(240,22,21,1) 100%);
background: linear-gradient(135deg,  rgba(237,47,47,1) 51%,rgba(240,22,21,1) 51%,rgba(240,22,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2f2f', endColorstr='#f01615',GradientType=1 );
 color: #FFF;}
.bg-gg-purple-gradient { background: #5947c4;
background: -moz-linear-gradient(-45deg,  rgba(93,77,193,1) 50%, rgba(89,71,196,1) 51%);






background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(93,77,193,1)), color-stop(51%,rgba(89,71,196,1)));
background: -webkit-linear-gradient(-45deg,  rgba(93,77,193,1) 50%,rgba(89,71,196,1) 51%);
background: -o-linear-gradient(-45deg,  rgba(93,77,193,1) 50%,rgba(89,71,196,1) 51%);
background: -ms-linear-gradient(-45deg,  rgba(93,77,193,1) 50%,rgba(89,71,196,1) 51%);
background: linear-gradient(135deg,  rgba(93,77,193,1) 50%,rgba(89,71,196,1) 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4dc1', endColorstr='#5947c4',GradientType=1 );
 color: #FFF;}
.bg-gg-orange-gradient { background: #f78e1b;
background: -moz-linear-gradient(-45deg,  rgba(244,146,41,1) 50%, rgba(247,142,27,1) 51%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(244,146,41,1)), color-stop(51%,rgba(247,142,27,1)));
background: -webkit-linear-gradient(-45deg,  rgba(244,146,41,1) 50%,rgba(247,142,27,1) 51%);
background: -o-linear-gradient(-45deg,  rgba(244,146,41,1) 50%,rgba(247,142,27,1) 51%);
background: -ms-linear-gradient(-45deg,  rgba(244,146,41,1) 50%,rgba(247,142,27,1) 51%);
background: linear-gradient(135deg,  rgba(244,146,41,1) 50%,rgba(247,142,27,1) 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49229', endColorstr='#f78e1b',GradientType=1 );
 color: #FFF;}
.bg-gg-green-gradient { background: #6aa84f;
background: -moz-linear-gradient(-45deg,  rgba(107,170,82,1) 0%, rgba(107,170,82,1) 49%, rgba(93,165,79,1) 50%, rgba(93,165,79,1) 50%, rgba(106,168,79,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(107,170,82,1)), color-stop(49%,rgba(107,170,82,1)), color-stop(50%,rgba(93,165,79,1)), color-stop(50%,rgba(93,165,79,1)), color-stop(100%,rgba(106,168,79,1)));
background: -webkit-linear-gradient(-45deg,  rgba(107,170,82,1) 0%,rgba(107,170,82,1) 49%,rgba(93,165,79,1) 50%,rgba(93,165,79,1) 50%,rgba(106,168,79,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(107,170,82,1) 0%,rgba(107,170,82,1) 49%,rgba(93,165,79,1) 50%,rgba(93,165,79,1) 50%,rgba(106,168,79,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(107,170,82,1) 0%,rgba(107,170,82,1) 49%,rgba(93,165,79,1) 50%,rgba(93,165,79,1) 50%,rgba(106,168,79,1) 100%);
background: linear-gradient(135deg,  rgba(107,170,82,1) 0%,rgba(107,170,82,1) 49%,rgba(93,165,79,1) 50%,rgba(93,165,79,1) 50%,rgba(106,168,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6baa52', endColorstr='#6aa84f',GradientType=1 );
color: #FFF;}
.navbar-brand { padding-left: 20px; width: 180px; }
#grid-examples { margin: 0px -30px 0px -30px; }
#gx-tabs li a { border-bottom: 1px dashed #3aa0e7; border-right: 1px dashed #3aa0e7; min-height: 59px; }
#gx-tabs .nav-tabs li.active a { background-color: #3aa0e7; color: #FFF; }
#gx-tabs .no-tab { font-size: 24px; font-weight: bold; text-align: center; text-transform: none; line-height: .5em; font-weight: 500; }
#gx-tabs .no-tab:after {
  border-top: 30px solid transparent;
  border-left: 30px solid #5947c4;
  border-bottom: 29px solid transparent;
  content: "";
  height: 0;
  right: -30px;
  position: absolute;
  width: 0;
  z-index: 2;
  top: 0;
}
#testimonials { margin-top: 50px; }
#testimonials blockquote img { margin-right: 20px; }
#testimonials blockquote p { font-style:italic }
#testimonials blockquote footer { font-family: cursive; text-align: right; color: #000; font-style: italic; margin-top: -30px; }
.btn-huge, .btn-group-huge > .btn {
  padding: 14px 48px;
  font-size: 28px;
  line-height: 2;
  border-radius: 6px;
}
.start-fundraising-btn { margin-top: 20px; }

.second-header { margin-top: 35px; }
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	border: 2px solid #3B8DBD;
	border-right-color: #fff;

}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;	
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu > .dropdown-menu > li >a {
    color: #333 !important;
}
.dropdown-submenu > .dropdown-menu > li >a:hover {
    background-color: #E7E7E7 !important;
}
.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.nav-tabs > li > a.non-tab-link { color: #FFF; background-color: #3b8dbd; -webkit-border-radius: 5px 5px 5px 5px !important;border-radius: 5px 5px 5px 5px !important; margin-right: 10px !important; margin-top: 10px !important; text-align: center !important; }
.nav-tabs > li > a.non-tab-link:hover { background-color: #E8E8E8; }
.non-tab-link.green { color: #FFF; background-color: #3B821D }
a.non-tab-link:hover, a.non-tab-link:active { color: #333 !important;  }

.donate-method-popup { width: 50%; background-color: #FFF; left: 25%; top: 0; padding:10px 40px 10px 40px;-webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 5px solid #F5F5F5; text-align: center;}
.donate-method-popup.values { display: none; position: absolute; z-index: 103; -webkit-box-shadow: 0 0 10px 2px #292929; box-shadow: 0 0 10px 2px #292929; display: none; }
.click-to-donate-amounts div { padding: 10px; }
hr.or-divider {
    padding: 0;
    border: none;
    border-top: medium double #999;
    color: #999;
    text-align: center;
}
hr.or-divider:after {
    content: "or";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
h4 { line-height: 1.2em; font-size: 17px; }
.registration-form:after { border-color: transparent #FFF; }
.registration-left-block li { margin: 10px 0px; }
.pabsolute { position: absolute !important; }
#modal_donation_message { height: 375px; overflow: auto; padding-left: 10px; }
#modal_donation_message_no_addr { height: 300px; overflow: auto; padding-left: 10px; }
#donation-fee-alert { position: absolute;bottom: 0;width: 450px;margin-left: 15px; }
#donation-form { padding: 10px; }
.hidden-content .hc-toggler { position: absolute; left: 50%; top: 6px; }

.hidden-content {
	position: absolute;
	overflow-x: hidden;
	top: 0px;
	padding: 15px;
	margin: 0 10px 0 10px;
	/* height: auto !important; */
	min-height: 500px;
	right: 0px;
	background: #FFF;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
	z-index: 123;
	display: none;
	width: 99%;
}
.hidden-content .activity-block { height: 500px; overflow:auto; }
.tmtimeline > li .tmtime span:first-child { font-size: 1.6em; }
#modal_donation_message img { margin-right: 18px; }
#short-overview-widget { max-height: 400px; overflow: auto; padding: 5px 5px 0px 10px; }
#main-image-widget { text-align: center; }
#grid-share-icons { margin-left: 5px; padding-top: 5px; float: left; }
.footer-nav { padding: 10px 10px 5px 5px; text-align: right; }
.hidden-content .support { margin-top: -5px; }
.support.grid-header-share { float: right; }
.fileinput .thumbnail {width: 300px;height: 250px;line-height: 150px;}
.tmtimeline > li .tmlabel h2 { line-height: 1.4em; }
.registration-left-block { text-align: left !important; }
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.coupons .coupons-code, .coupons.selected .coupons-code { text-decoration: none; }
.coupons.selected { background-color: #B23463; }
.coupons.selected .coupons-inner { background-color: #B23463; }
.coupons.selected .coupons-code { background-color: #FFFFFF; color: #B23463; }
.coupons.selected .one-time { background-color: #FFFFFF; border-color: #FFFFFF; color: #B23463; }
#view-more-details-main { margin-top: 5px; margin-bottom: 7px; font-size: 24px; font-weight: bold; }
#kmda, #kmda small { line-height: 12px; }
#contactgo { float: right; }
/*.modal { -webkit-overflow-scrolling: none; }*/
.grid-side-menu { float: left; padding-left: 10px; padding-right: 10px; width: 350px; max-width: 350px; }
#goal-raised-squares { margin-top: 0px; padding-top: 0px; }
#review_info_area { margin-top: 10px; margin-bottom: 10px; }
#default-donation-area, #extra-donation-area { margin-bottom: 0px; }
#givinggrid-contribution { margin-bottom: 10px; }
#gg-contribution-invoice-area { margin-top: 20px; }
#gg-contribution-select { margin-bottom: 30px; }
#gg_contribution { margin-top: 20px; }
/*
.modal, .modal-open .modal {
	z-index: 1031;
	position: absolute;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
}
*/
.callout-info.no-icon { padding-left:  20px; background-color: #B1E1FC;}

.callout-info.no-icon h5 { line-height: 2em;}
.callout-info.no-icon:before { content: ''; height: 0px; width: 0px;}
#contact-us-modal, #feesModal { z-index: 10310; }
#contact-us-modal .modal-dialog { margin-top: 5px;}
@-moz-document url-prefix() { 
  .big-icons-buttons i {
     font-size: 31.5px;
  }
}
.orb-form .state-error input, .orb-form .state-error select, .orb-form .state-error textarea, .orb-form .radio.state-error i, .orb-form .checkbox.state-error i, .orb-form .toggle.state-error i {
	border-color: #ED4B2A;
	background-color: #F3D9D3;
}
#details-images-more { float: right; }
#settings-form .prize { margin-top: 10px; }
#settings-form .prize-image-holder { margin-right: 5px;  }
#settings-form .add-a-prize span { font-size: 24px; }
#givinggame-play { max-width: 370px; margin-left: 35px; }
#givinggame-play .modal-dialog { top: 35px; max-width: 350px; }
#givinggame-play .modal-content { box-shadow: 0 0 0 6px #3b8dbd; }
#settings-form .prize_image_text { font-size: 12px; }
.wol-title-overview { margin-top: 46px; margin-bottom: 46px; }
.wol-title-overview.nogoal { margin-top: 63px; margin-bottom: 63px; }
.wol-title-overview.nogoal.onebreak { margin-top: 50px; margin-bottom: 50px; }
.wol-title-overview.withgoal.onebreak { margin-top: 32px; margin-bottom: 30px; }
.wol-title-overview.nogoal.twobreak { margin-top: 36px; margin-bottom: 36px; }
.wol-title-overview.withgoal.twobreak { margin-top: 20px; margin-bottom: 20px; }
#wol-qd-mg-btn { background-color: #ff0000; line-height: 2.6em; font-size: 20px; }
.sticky-share { width: 270px; position: fixed; padding: 0px 5px 5px; background-color: #FFF; z-index: 999; border-radius: 15px 0px 0px 0px; -moz-border-radius: 15px 0px 0px 0px; -webkit-border-radius: 15px 0px 0px 0px; border: 0px solid #000000; }
.sticky-share.bottom-right { bottom: 0; right: 0; }
.sticky-share-expanded-content { display: none; }
.sticky-share-expanded .sticky-share-expanded-content { display: block; }
.sticky-share-expanded { width: 530px; height: 280px; padding: 20px; text-align: center; }
.sticky-share-expanded h2 { text-align: center; font-size: 3em; }
.sticky-share-expanded p { text-align: center; font-size: 2.5em; }
.sticky-share-expanded .btn { text-align: center; display: inline-block; width: 70%; margin: 0 auto; font-size: 28px; }
.sticky-share .close { font-size:  52px; line-height: .5em; }
.sticky-share-expanded .btn-social.btn-lg :first-child { line-height: 65px; width: 65px; }
footer { background-color: #fff; border-top: 2px solid #DDD; padding: 20px 30px 40px; margin-top: 60px; }
#givingtuesday-blurb { background-color: #FFF; text-align: center; padding: 20px 10px 10px;  width: 45%; margin: 0 auto 10px; }
#givingtuesday-blurb p { font-size: 20px;  font-weight: bold;}
#givingtuesday-blurb p strong { font-size: 24px; }
#givingtuesday-blurb a { color: #334680; text-decoration: none; }
#givingtuesday-blurb img { width: 100%; max-width: 400px; height: auto; }
#givingtuesday-blurb-long { background-color: #FFF; text-align: center; padding: 10px 10px 0px; max-width: 890px;  margin: 0 auto 60px; border: 2px solid #ccc; border-radius: 10px; }
#givingtuesday-blurb-long p { font-size: 24px;  font-weight: bold; color: #bc2530;}
#givingtuesday-blurb-long a { color: #334680; text-decoration: none; display: inline-block; margin-right: 10px;}
#givingtuesday-blurb-long a:last-child { margin-right: 0px; margin-left: 10px;}
#givingtuesday-blurb-long img { width: 310px;  height: auto; display: inline-block}
.sus-extra-img { border: 3px solid #2B9FD8;}
.sus-delete-exi { width: 20px; height: 20px; position: absolute; z-index: 1; top: 0; right: 15px; background-color: #2B9FD8; color: #FFF; cursor: pointer;}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.cemlist { 
	padding: 10px 10px 0px 10px; 
	border: 1px solid #ccc; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left; 
	margin-top: 10px;
}
#senderEmails {
	padding: 20px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    border-top: 1px dashed #ccc;
		font-size: 14px;
}
#senderEmails select {
	    padding: 5px;
    margin-left: 10px;
    border-radius: 5px;
    border-color: #ccc;
		font-size: 14px;
}
.aebnotify { padding-top:  5px;}
.aebnotify h5 {  line-height: 1em; margin: 0;}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media only screen and (min-width: 750px) {
/* tablets and desktop */
#settings-img-submit-btn-area { padding-left: 0px; }
.donate-method-popup { width: 30%; min-width: 280px; background-color: #FFF; left: 0; padding: 10px 25px 10px 25px;}
.donate-method-popup h4 { font-size: 15px; font-weight: 600; }
.donate-method-popup .toggle-quick-donate { margin-right: -20px; margin-top: -10px; }
.click-to-donate-amounts div { padding: 5px; }
.click-to-donate-amounts div .btn-lg { padding: 10px; display: inline-block; font-size: 15px; }
	#total_squares_display .label { font-size: 12px; }
	/* DASHBOARD STYLES */
.items-details {
	font-size: 14px;
}
.items-view-list .control-buttons {
	top: 18%;
}
.items-view-list .items-details {
	width: 100%;
}
/* SETTINGS PAGE STYLES */
.page-header .save-settings { float:right; }
.ring label small { display: block; }


#click-to-donate-popup .modal-dialog {position: relative ; left: 0;}
#click-to-donate-popup .modal-body { padding: 10px; }
#click-to-donate-popup .modal-body h2 { line-height: 1.3em; }
#click-to-donate-popup .modal-footer {padding-top: 0px; margin-top: 0px;}
#campaign-media-upload .media-submit { margin-left: -25px; }
.the-grid-container { float: right; }

.navbar-nav > li > a {
	font-weight: 400;
	text-transform: none;
	letter-spacing: -1px;
	font-size: 17px;
}
}
@media only screen 
and (min-width : 750px) 
and (max-width : 1024px)  { 
/* TABLETS */
/* nav */

.the-grid-container { float: none; }
/*.navbar-header { width: 200px;}*/
.navbar-brand>img {
    width: 180px;
}
.items-view-list .items-details {
    width: 25%;
}
.smooth-overflow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.main-carousel .item .container { width: 850px; }
.main-carousel .item { padding-left: 30px; }

.carousel-control {
  color: #000;
  width: 5%;
}
.main-carousel .item1 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.main-carousel .item2 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.main-carousel .item3 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.tabs-left > .nav-tabs { width: 175px; }
.tmtimeline > li .tmtime span:first-child { font-size: 1.1em; padding-right: 20px; }
.tmtimeline > li .tmtime span:last-child { padding-right: 20px; }
.tmtimeline > li .tmicon { width: 35px; height: 35px; left: 21.5%; }
.tmtimeline > li .tmicon:before { font-size: 14px; line-height: 16px; }
.tmtimeline > li .tmlabel:after { top: 20px; }
.tmtimeline > li .tmlabel { border: none; }
.tmtimeline > li .tmlabel h2 { line-height: 2em; }
#grid-header h1 { max-width: 280px; font-size: 22px; }
.hidden-content .page-header h1 { font-size: 22px; max-width: 350px; }
.hidden-content .hc-toggler { top: 2px; }
.hidden-content .hc-toggler i { font-size: 20px; }
.hidden-content .support { margin-top: -11px; }
#current-media-item img { width: 100%; height: auto; }
.fileinput .thumbnail {width: 200px;height: 150px;line-height: 150px;}
#modal_donation_message { padding-left: 0px; }
.registration-left-block { padding-left: 0px; }
.donate-overlay { padding-top: 20px; width: 95%; }
#modal_donation_message img { margin-right: 0px; }
.donate-overlay { padding-top: 20px; width: 95%; }
#hp-banner li { padding-left: 10px; padding-right: 10px; }
#gx-tabs .no-tab { font-size: 18px; }
#hp-banner li p { font-size: 12px; }
#grid-examples .first-tab { padding-left: 30px; font-size: 11.5px; }
.select-fundraising-type { font-size: 13px; }
.hidden-content .hc-toggler { right: 0px; width: 75px; left: 89%; top: 7px; }
}
@media only screen 
and (min-width : 750px) 
and (max-width : 900px)  { 

.support.grid-header-share {
    /*float: none;*/
		margin-bottom: 5px;
}
#grid-header h1 {
	
	max-width: none;
	
}
.nav-search .form-group { margin-left: 30px !important; float: right; margin-right:10px; }
}
@media only screen 
and (min-width : 750px) 
and (max-width : 1024px)  { 
.nav-search .form-group { margin-left: 30px !important; float: right; margin-right:10px; }
}
@media only screen 
and (max-width : 750px)  { 
/* TABLETS PORTRAIT */
#hp-banner li:first-child {
  margin-left: 0px;
}
#hp-banner li {
  width: 50%;
  height: 100px;
}
#hp-banner li:last-child {
  width: 100%;
  text-align: center;
  height: 75px;
}
#grid-examples li a { font-size: 10px; min-height: 65px; }
#grid-examples .first-tab {
  font-size: 10px;
}
#gx-tabs .no-tab { line-height: 1.6em; }
#gx-tabs .no-tab:after {
  border-top: 35px solid transparent;
  border-left: 35px solid #5947c4;
  border-bottom: 31px solid transparent;
  right: -35px;
}

}
@media only screen and (max-width: 750px), 
	   only screen 
       and (min-device-width : 414px) 
       and (max-device-width : 750px) 
       and (-webkit-min-device-pixel-ratio : 3) {

/* phones */
.gmo-price-list { margin-bottom: 10px; width: 100%;}
		   .wictgmo { font-size: 22px;}
.email-blast-alert-section {
    font-size:  20px;
}
.aebnotify h5 { line-height: 1.7em !important;}
.aebnotify .btn { display: block; width: 175px;}
#givingtuesday-blurb { width: 100%; margin-left: 8px; }
#givingtuesday-blurb-long div { border: none; height: auto;}
#givingtuesday-blurb-long div p { padding-top: 0px;}
#givingtuesday-blurb-long a { margin-top: 0px; margin-left: 0px; margin-right: 0px;}
#org-template .btn-huge { margin-bottom: 20px; }
#org-template .text-justify { text-align: left; }
#org-template .org-logo img { max-width: 100%; height: auto; }
#org-template .org-content { margin-top:10px; padding: 0px 10px 10px 10px;}
#givinggame-play { max-width: 370px; margin-left: 0px; }
#givinggame-play .modal-dialog { top: auto; max-width: 370px; }
#givinggame-play .givinggame-title { margin-top: -10px; font-size: 26px; }
#contest_play_suffle { padding: 0px 14px; }
#givinggame-play .dont-play-area { margin-bottom: -10px; }

#settings-form .prize-image-holder { margin-right: 0px;  }
#settings-form .add-a-prize span { font-size: 12px; }
#settings-form .add-a-prize .fa-2x { font-size: 1em; }
#settings-form .delete-prize .fa-2x { position: absolute; top: -5px; right: -5px; }
#settings-form .prize_image_text { font-size: 12px; }
#details-images-more { float: none; }
.the-grid-container { float: none; }
#fundraising-types { padding-top: 0px; padding-bottom: 0px; }
#fundraising-types .acc-type { margin-top: 20px; padding-bottom: 10px; border-bottom: 1px dashed #fff; }
#fundraising-types .acc-type.middle { border-left: none; border-right: none; }
#fundraising-types .acc-type:last-child { border-bottom: none; }
.tt-menu {border: 1px solid #767676; }
.footer-social-widgets { text-align: center; margin-top: 15px; }
.footer { text-align: center; }
.main-carousel .item { height: 450px; padding-left: 30px }
.main-carousel .item p {
  font-size: 1em;
}
.main-carousel .item h2 {
	margin-top: 5px;
  line-height: 1em;
  text-align: center;
}
.main-carousel .item {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.main-carousel .item1 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.main-carousel .item2 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.main-carousel .item3 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}
.main-carousel .item4 {
	background: url(../../../images/blank-big-bg.jpg);
	background-size: cover;
}

.main-carousel .item3 p { font-size:2em; line-height: 1.5em; }
.main-carousel .item3 h2 { margin-top: 80px; }

.main-carousel .item { height: auto; }
.main-carousel .item7 h2 { margin-top: 10px;  }
.main-page-blog-posts.givinggrid h2 { margin-top: 20px; }

.cyfggbtn { font-size: 16px; padding: 10px; }
.main-page-blog-posts.givinggrid h5 { text-align: left; }
.main-page-blog-posts.givinggrid .col-sm-6 {  margin-bottom: 10px; }
#custom-tip-amount-section label { margin-bottom: 5px; }
#the_set_goal { line-height: 0; }
#blank_squares_buttons .btn { display: block; text-align: center;  }
/* homepage */
#hp-banner .heading {   
padding: 0px 0px 10px 0px;
  width: 100%;
  line-height: 1.2em;
}
#hp-banner li { float: none; width: 97%; }
#hp-banner li:first-child {
  margin-left: 0px;
}
#gx-tabs .no-tab { line-height: 3em; }

#main-bullet-points .right-side { padding-left: 10px; }
#main-bullet-points .left-side { padding-right: 10px; }
.btn-huge { max-width: 100%;
  padding: 14px 20px;
}
.start-fundraising-btn { margin-top:  0px; }
#testimonials { margin-top: 30px; }
#testimonials blockquote footer { margin-top: 10px;
  text-align: left;
}
.second-header { margin-top: 20px; }
ul.portlet-bottom-block li strong {
  font-size: 1.5em;
}
#grid-examples .tab-content > .tab-pane { padding: 5px; }
#gx-tabs li a { height: 60px; }
.donate-method-popup { width: 100%; padding: 0px 20px; left:0; top:0; margin-bottom: 20px; }
.donate-method-popup.values { width: 80%;
  padding: 0px 20px;
  left: 10%;
  top: 25%;
  margin-bottom: 20px;
}
.click-to-donate-amounts div { padding: 5px 10px; }
h1 small:before, h2 small:before, h3 small:before, h4 small:before, h5 small:before, h6 small:before, .h1 small:before, .h2 small:before, .h3 small:before, .h4 small:before, .h5 small:before, .h6 small:before, h1 .small:before, h2 .small:before, h3 .small:before, h4 .small:before, h5 .small:before, h6 .small:before, .h1 .small:before, .h2 .small:before, .h3 .small:before, .h4 .small:before, .h5 .small:before, .h6 .small:before {
	content: "";
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  display: block;
  font-size: 65%;
  /* padding-left: 5px; */
  padding-top: 10px;
}
/* bootstrap styles */
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus { border-color: #ddd; }
.tabbable tabs-left { margin-bottom: 10px; }
.tabs-left > .nav-tabs { float: none; }
.modal-xl { width: 94% !important; }
/* navbar styles */
.navbar-brand { padding-left: 10px; padding-top: 10px; } 
.frontend .navbar-brand { width: 200px; }
/* breadcrumbs */
.breadcrumb { margin-top: 50px; display: none; }
.breadcrumb ul { display: none; }
/* DASHBOARD STYLES */
.items-view-list .control-buttons {
	position: relative;
	text-align: center;
	right: 0;
}
.items-view-list .items-inner {
	padding-right: 10px;
}
.items-view-list .items-inner .label {
	margin: 0px auto;
	display: block;
	width: 100px;
	margin-top: 5px;
}
.items-view-list .items-title {
	text-align: center;
	display: block;
	width: 100%;
	padding-right: 10px;
	max-height:none;
	overflow: visible;
	margin-bottom: 10px;
}
.items-view-list .items-details { text-align: center; }
/* SETTINGS PAGE STYLES */
.page-header { text-align: center; }
.page-header .save-settings { float: none; }
.page-header .save-settings.publish { margin-right: 10px; }
.page-header h1 { margin-bottom: 10px; }
#fundraising h5 { text-align: center; }
.ring { border: 1px dashed #ddd; }
.ring section { padding-top: 0px; padding-bottom: 0px; }


  /* grid page */
.content-wrapper { margin-left: 0px; padding-top: 50px; }
#modal_donation_message { height: auto; overflow: auto; }
#donation-fee-alert { position: relative; width: 100%; }
#donation-form { padding: 0px; }
#donate-form-area { padding: 0px; }
#donate-form-area header { text-align: center; }
.hidden-content { top: 20px; }
.hidden-content .container-fluid { padding: 0px; }
.hidden-content .hc-toggler { position: relative;top: 0;right: 0;left: 0;float: right; }
.hidden-content .hc-toggler .fa  { font-size: 17px; }
.hidden-content .support { float: none !important; }
.hidden-content .page-header { text-align: left; margin-top: 10px !important; }
#current-media-item { margin-top: 10px; }
#current-media-item img { width: 100%; height: auto; }
.tmtimeline > li .tmicon { margin: -60px 7px 0 0; }
.tmtimeline li img { max-width: 100% !important; height: auto !important; }
.tmlabel h2 { line-height: 1.5em; }
#main-image-widget img { max-width: 350px; height: auto; }
#grid-share-icons { margin-left: 0px; float: none; display: block; text-align: center; }
.footer-nav { padding: 10px 0px 10px 0px; text-align: center; }
.footer-nav .copyright { display: block; text-align: center; }
.responsive-admin-menu { float: none; position: relative; height: auto; }
#short-overview-widget { max-height: none; overflow: auto; }
.support.grid-header-share { float: none; clear: both;}
.hidden-content .activity-block { height: auto; overflow:auto; }
#default-donation-area, #extra-donation-area { margin-bottom: 10px; }
.grid-side-menu { padding-left: 10px; padding-right: 10px; width: 100%; float: none; max-width: none; }
/* login form */
.center-block {
  width: 85%;
  height: 98%;
}
.login-block header, .lock-block header { padding-top: 5px; margin-bottom: 0px; }
.login-block fieldset { padding-top: 0px; }
.login-block footer .btn, .lock-block footer .btn { float: none; }
#click-to-donate-popup { height: 250px; z-index:3; }
select, textarea, select:focus, textarea:focus, 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"], .form-control { font-size: 16px; }
#fidfwif { float: none !important; }
#kmda, #kmda small { line-height: normal; }
#contactgo { float: none; }

.wol-title-overview { margin-bottom: 30px; margin-top: 30px; }
.wol-title-overview.nogoal { margin-bottom: 30px; margin-top: 30px; }
.wol-title-overview.nogoal.onebreak { margin-bottom: 30px; margin-top: 30px; }
.wol-title-overview.withgoal.onebreak { margin-bottom: 30px; margin-top: 30px; }
.wol-title-overview.nogoal.twobreak { margin-bottom: 30px; margin-top: 30px; }
.wol-title-overview.withgoal.twobreak { margin-bottom: 30px; margin-top: 30px; }
#save-warning-modal .modal-body { padding: 0px; margin: 0px; height: 0px; }
#save-warning-modal .modal-footer .btn { display: block; width: 100%; margin-top: 10px; margin-left: 0px !important; }
.mobile-not-phone { pointer-events: none; }
.mobile-not-phone > a { text-decoration:none; color:inherit; }

#wol-qd-mg-btn {font-size: 18px; }
			 }
			 /* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  /* Styles */
	.navbar-nav > li > a {
    font-weight: 400;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 14px;
}
	.nav-search .form-group { margin-left: 0px !important; }
	.nav-search .form-control { width: 168px;}
	.navbar-nav.navbar-right:last-child { margin-top: -5px;}
}
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* Styles */
	.nav-search .form-group { margin-left: 0px !important; }
	.navbar-nav.navbar-right:last-child { margin-top: -5px;}
}
@media only screen and (min-width: 750px) {
}
@media only screen and (min-width : 600px)  and (max-width : 750px) {
				 #grid-header { float: left; text-align: left; }
			 }
@media only screen and (max-width: 400px) and (orientation: portrait) {
/* portrait phones */
	#main-image-widget img { max-width: 100%; height: auto; }
	/* DASHBOARD STYLES */
}
.btn-default.outline { background-color: transparent; border: 1px solid #c0c2c7; color: #c0c2c7; }
.btn-default.outline:hover { border: 1px solid #a7aab1; background-color: #c0c2c7; color: #FFF; }
.btn-primary.outline { background-color: transparent; border: 1px solid #3b8dbd; color: #3b8dbd; }
.btn-primary.outline:hover { border: 1px solid #2e6da4; }
.btn-success.outline { background-color: transparent; border: 1px solid #c0c2c7; color: #c0c2c7; }
.btn-success.outline:hover { border: 1px solid #a7aab1; color: #a7aab1; }
.btn-warning.outline { background-color: transparent; border: 1px solid #f0ad4e; color: #f0ad4e; }
.btn-warning.outline:hover { border: 1px solid #a7aab1; color: #a7aab1; }
.btn-danger.outline { background-color: transparent; border: 1px solid #d24d33; color: #d24d33; }
.btn-danger.outline:hover { border: 1px solid #db5566; color: #db5566; }

/* ie 10 only */
@media all and (-ms-high-contrast: none) {
.big-icons-buttons.support i { font-size: 31.5px !important; }
#custom-tip-amount-section #custom_tip_amount { padding-top: 6px; }
#maybe-less-tip { position: relative; top: -10px; }
}

/* firefox only */
@-moz-document url-prefix() { 
  #custom-tip-amount-section #custom_tip_amount { padding-top: 8px; }
  #maybe-less-tip { position: relative; top: -10px; }
}
.btn-default { background-color: #777; }
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google-plus .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}

.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

.btn-hot {
color: #fff;
background-color: #db5566;
border-bottom:2px solid #af4451;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
color: #fff;
background-color: #df6a78;
border-bottom:2px solid #b25560;
outline: none;}


.btn-hot:active, .btn-hot.active {
color: #fff;
background-color: #c04b59;
border-top:2px solid #9a3c47;
margin-top: 2px;
}

.btn-sunny {
color: #fff;
background-color: #f4ad49;
border-bottom:2px solid #c38a3a;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open>.dropdown-toggle.btn-sunny {
color: #fff;
background-color: #f5b75f;
border-bottom:2px solid #c4924c;
outline: none;
}


.btn-sunny:active, .btn-sunny.active {
color: #fff;
background-color: #d69840;
border-top:2px solid #ab7a33;
margin-top: 2px;
}

.btn-fresh {
color: #fff;
background-color: #51bf87;
border-bottom:2px solid #41996c;
}

.btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open>.dropdown-toggle.btn-fresh {
color: #fff;
background-color: #66c796;
border-bottom:2px solid #529f78;
outline: none;
}


.btn-fresh:active, .btn-fresh.active {
color: #fff;
background-color: #47a877;
border-top:2px solid #39865f;
outline: none;
outline-offset: none;
margin-top: 2px;
}

.btn-sky {
color: #fff;
background-color: #0bacd3;
border-bottom:2px solid #098aa9;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
color: #fff;
background-color: #29b6d8;
border-bottom:2px solid #2192ad;
outline: none;
}

.btn-sky:active, .btn-sky.active {
color: #fff;
background-color: #0a97b9;
border-top:2px solid #087994;
outline-offset: none;
margin-top: 2px;
}