/*
	Theme Name: Anneliese Custom Theme
	Description: Custom child theme created especially for Anneliese by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.6
	
	Template: genesis
*/

/* Stylesheet from Genesis 1.8.2 */


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Covered+By+Your+Grace);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

strong {
	font-weight: bold;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #cfeaf4 url(images/bg-crisscross.png) repeat;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
	text-shadow: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: none;
	margin: 0;
	width: 100%;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	background: url(images/bg-header.png) no-repeat center center;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

#header .wrap {
	margin: 0 auto;
	height: 394px;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0 20px;
	width: 490px;
}

#title {
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 56px;
	line-height: 1.25;
	margin: 0;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #bc2409;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	color: #0886ca;
	font-size: 21px;
	line-height: 1.2;
	padding: 0 0 0 20px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 375px;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0;
	width: 455px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title {
	background: url(images/logo.png) no-repeat;
}

.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 490px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	float: left;
	width: 470px;
}

/* Header - Social / Donate Icons
------------------------------------------------------------ */
.icons-social {
	float: right;
	margin: 0 0 20px;
}

.icons-social a {
    float: left;
	height: 31px;
    margin: 2px 6px 0 0;
    text-indent: -9999px;
	width: 32px;
}

.icons-social .btn-fb {
	background: url(images/icon-facebook.png) no-repeat;

}

.icons-social .btn-twitter {
	background: url(images/icon-twitter.png) no-repeat;
}

.icons-social .btn-email {
	background: url(images/icon-email.png) no-repeat;
	margin-right: 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav {
	background: #0EACF6 url( images/bg-blue-bar.png) repeat-x center bottom;
}

#nav .wrap {
	margin: 0 auto;
	width: 960px;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #FFF;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #57c4f8;
	color: #FFF;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #D4EEFD;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-primary li li li a,
.menu-primary ul ul li a:link,
.menu-primary ul ul li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #0EAAF5;
	border: 1px solid #57c4f8;
	border-top: none;
	color: #FFF;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 178px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-primary li li li a:active,
.menu-primary li li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #0082C8;
	color: #FFF;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 180px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 199px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

.menu li a .sf-sub-indicator{
	background: url(images/arrow-down.png) no-repeat center center;
}

.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-arrow-right.png) no-repeat;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

ul li.last-menu-item,
ul li.last-menu-item a {
	background-image: none !important;
	border: none !important;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Home Sub Menu
------------------------------------------------------------ */

#home-subnav {
	background: #75be20 url(images/bg-submenu.png) repeat-x;
	border-radius: 10px;
	margin: 40px  0 0;
	overflow: hidden;
}

#home-subnav ul li {
	background: url(images/menu-arrow-border.png) no-repeat right center;
	display: block;
	float: left;
	line-height: 33px;
	list-style: none;
	margin: 0;
	padding: 0 24px 0 15px;
}

#home-subnav ul li a {
	color: #FFF;
	font-size: 20px;
	text-shadow: 1px 1px 1px #63A418;
}

/* Header Rotator
------------------------------------------------------------ */
.rotator-wrap {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 3px 0 10px #666;
	background: url(images/image-rotator.png) no-repeat;
	border: 8px solid #FFF;
	clear: both;
	display: block;
	height: 240px;
	position: relative;
	width: 340px;
}

.rotator-wrap {
	clear: both;
	position: relative;
}

.header-rotator {
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	transform: rotate(6deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	box-shadow: 3px 0 10px #666;
	background: #FFF;
	clear: both;
	border: 8px solid #FFF;
	height: 230px;
	overflow: hidden;
	position: absolute;
	width: 340px;
	z-index: 1;
}

.header-rotator .slides {

	overflow: hidden;
}

.header-rotator .flexslider,
.header-rotator .flex-container {
	position: inherit !important;
}

.rotator-wrap .flex-direction-nav {
	display: none !important;
}

.rotator-wrap .flexslider .flex-control-nav {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	left: 40%;

}

.rotator-wrap .flex-control-nav li a {
	background: url('images/slider-dots.png') no-repeat scroll 0 0;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/bg-inner-bottom.png) no-repeat center bottom;
	margin: 0;
	overflow: hidden;
	padding: 30px 0 20px;
	position: relative;
	width: 100%;
}

#inner:before {
	background: url("images/pattern-x.png") repeat-x scroll 0 0 transparent;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.home #inner {
	background: url(images/bg-home-bottom.png) no-repeat center bottom;
	padding: 20px 0;
}

.home #inner .wrap {
	box-shadow: 0 0 0;
	background: none;
	border: none;
	padding: 0;
	width: 960px;
}

#inner .wrap {
	box-shadow: 6px 0 6px  -4px #666 , -6px 0 6px  -4px #666;
	background: #FFF;
	border-bottom: 5px solid #D8EFFB;
	border-top: 5px solid #D8EFFB;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}


.content-sidebar #inner .wrap {
	background: #fff  url(images/inner_wrap-bg.png) repeat-y 615px 0;
}

.sidebar-content #inner .wrap {
	background: #fff  url(images/inner_wrap-bg-reverse.png) repeat-y 270px 0;
}

/* Home Top
------------------------------------------------------------ */

#home-top {
	background: #fefefe;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 0;
}

#home-top .cta{
	background: url(images/bg-cta.png) no-repeat;
	height: 215px;
	float: left;
	margin: 0 12px;
	padding: 10px 10px 10px 20px;
	width: 185px;
}

.cta h4.widgettitle {
	font-family: "Covered By Your Grace", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1;
}

#cta1 h4.widgettitle {
	color: #0082c8;
}

#cta2 h4.widgettitle {
	color: #ed1c24;
}

#cta3 h4.widgettitle {
	color: #fdd03c;
}

#cta4 h4.widgettitle {
	color: #9ad339;
}

.cta .more-link {
	margin: 5px 0;
}

.cta .more-link a {
	font-family: "Covered By Your Grace", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 5px 0 5px 35px;
}

#cta1 .more-link a {
	background: url(images/arrow-blue.png) no-repeat left center;
	color: #0082c8;
}

#cta2 .more-link a {
	background: url(images/arrow-red.png) no-repeat left center;
	color: #ed1c24;
}

#cta3 .more-link a {
	background: url(images/arrow-yellow.png) no-repeat left center;
	color: #fdd03c;
}

#cta4 .more-link a {
	background: url(images/arrow-green.png) no-repeat left center;
	color: #9ad339;
}


.cta .icon {
	float: left;
	height: 45px;
	margin: 0 15px 0 0;
	text-indent: -9999px;
	width: 45px;
}

.cta #calendar {
	background: url(images/icon-date.png) no-repeat center center;
}

.cta #staff {
	background: url(images/icon-staff.png) no-repeat center center;
}

.cta #approach {
	background: url(images/icon-approach.png) no-repeat center center;
}

.cta #download {
	background: url(images/icon-download.png) no-repeat center center;
}

.cta p {
	clear: both;
	color: #838080;
	display: block;
	
}

/* Home Bottom
------------------------------------------------------------ */
#home-middle-widgets {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	background: url(images/bg-home-bottom-widget.png) repeat-x;
	margin: 20px 0 15px;
	min-height: 815px;
	overflow: hidden;
}


#home-middle-top {
	min-height: 250px;
	overflow: hidden;
}

.home-middle-left {
	float: left;
	width: 360px;
}

.home-middle-left h4.widgettitle {
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	background: #C7E692 url(images/bg-headline-green.png) repeat-x;
	border: 2px dotted #9bd19f;
	border-right: none;
	color: #0383c9;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 30px;
	position: relative;
	text-shadow: 1px 1px 1px #FFF;
}

.home-middle-left h4.widgettitle:before {
	background: url(images/arrow-blue-down.png) no-repeat;
	bottom: -21px;
	content:"";
	height: 20px;
	left: 58px;
	position: absolute;
	width: 23px;
}

.home-middle-left p {
	font-size: 14px;
}


.home-middle-left ul {
	list-style-position: inside;
	list-style: none;
	padding: 0 10px 10px 20px;
}

.home-middle-left ul li {
	background:  url("images/list-arrow.png") no-repeat 0 4px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}

.home-middle-right {
	float: right;
	width: 600px;
}

.home-middle-right h4.widgettitle {
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	background: #C7E692 url(images/bg-headline-green.png) repeat-x;
	border: 2px dotted #9bd19f;
	border-left: none;
	color: #63a418;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 30px;
	text-shadow: 1px 1px 1px #FFF;
}

#home-middle-footer {
	clear: both;
	margin: 0;
	min-height: 500px;
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}

#home-middle-footer .home-footer-left {
	color: #FFF;
	float: left;
	font-family: "Covered By Your Grace", Arial, Helvetica, sans-serif;
	font-size: 20px;
	left: 50px;
	margin: 0;
	min-height: 210px;
	position: absolute;
	bottom: 35px;
	width: 285px;
}

.home-footer-left p{
	color: #FFF;
	float: left;
	font-family: "Covered By Your Grace", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#home-middle-footer .widget-area ul {
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
}

#home-middle-footer .widget-area ul li {
	display: block;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 15px;
	width: 43%;
}

#home-middle-footer .widget-area li a {
	color: #63A418;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
}

#home-middle-footer .widget-area li a:hover {
	text-decoration: underline;
}

#home-middle-footer .widget-area a.more-link {
	color: #178DCA;
}

#home-middle-footer .home-footer-left h4.widgettitle {
	color: #FFF;
	font-size: 25px;
	text-shadow: 1px 1px 1px #222;
}

#home-middle-footer .icons-social {
	bottom: 0;
	position: absolute;
	right: 20px;
}

#home-middle-footer .home-footer-right {
	color: #63A418;
	float: right;
	margin: 158px 0 0;
	width: 550px;
}

.home-footer-right img {
	width: 110px;
	height: auto;
}

.home-footer-right a,
.home-footer-right p {
	color: #63A418;
}

.home-footer-right a {
	text-decoration: underline;
}

.home-footer-right .widget-area {
	float: left;
	margin: 0 10px 0 0;
	width: 48%;
}

.home-footer-right .home-info,
.home-footer-right .home-info p {
	color: #63A418;
	font-size: 11px;
	line-height: 1.4;
}


.home-footer-right  img.alignleft {
    display: inline;
    margin: 5px 5px 10px 0;
	border-color: #FFF;
}

.home-footer-right .home-info h3 {
	clear: both;
	color: #63a418;
	font-size: 17px;
	line-height: 1;
}

/* Home Img Left
------------------------------------------------------------ */
.home-img-left {
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	box-shadow: 0 5px 11px -8px black;
	float: left;
    margin: 60px 0 0 32px;
	position: relative;
    width: 290px;
}

.home-img-left:before {
	background: url(images/pin-blue.png) no-repeat;
	content: "";
	height: 46px;
	left: 44%;
	top: -20px;
	position: absolute;
	width: 34px;
	z-index: 1;
}

.ie .home-img-left {
	transform:  rotate(0deg);
}

.home-img-left img {
	border: 8px solid #73BD1E;
}

#home-content-right {
	background: #fcf9d4;
	border-radius: 10px;
	float: right;
	margin: 40px 15px 0 0;
	padding: 20px 40px;
	position: relative;
	width: 510px;
}

#home-content-right:before {
	content:"";
	background: url(images/icon-paperclip.png) no-repeat;
	height: 78px;
	position: absolute;
	right: 35px;
	top: -25px;
	width: 45px;
}

#home-content-right h2.heading {
	color: #0383c9;
	text-shadow: 1px 1px 1px #FFF;
}

/* Clear
------------------------------------------------------------ */
.clear {
	clear: both;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 20px;
	width: 410px;
}

.home.full-width-content #content {
	padding: 10px 0;
	width: 960px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 610px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 920px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px;
	padding: 5px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #0886CA;
	font-family: 'Helvetica Neue', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
}

h1.entry-title {
	color: #63A418;
}


.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 20px;
}

h2 a,
h2 a:visited {
	color: #63A418;
	font-size: 22px;
	font-family: 'Helvetica Neue', arial, serif;
}

h2 a:hover {
	color: #0886CA;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	color: #178DCA;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	text-decoration: none;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area h4 {
	color: #63a418;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px 5px;
	text-shadow: 1px 1px 1px #E0F2C2;
}

.sidebar .widget-area h4 {
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	background: url(images/bg-headline-green.png) repeat-x;
	border-right: none;
}

.sidebar-content .sidebar .widget-area h4 {
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#home-bottom-footer .widget-area h4 {
	border: 0 none;
	color: #63a418;
	font-size: 20px;
	text-shadow: 1px 1px 1px #FFF;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 14px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-image: url(images/list-arrow.png);
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.archive-page ul li li,
.entry-content ul li li {
	list-style-image: none;
	list-style-type: circle;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}

.widget-area .post-info {
	font-size: 12px;
	margin: -5px 0 5px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
	margin: 0;
	padding: 0;
}

.tags {
	margin: 0 0 0 10px;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img {
	border: 1px solid #DDD;
	padding: 0;
}

.post-image {
	border: 4px solid #D8EFFB;
	padding: 0;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float:left;
	margin: 0 10px 0 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	border: 4px solid #D8EFFB;
	display: inline;
	margin: 5px 15px 10px 0;
}

img.alignright {
	border: 4px solid #D8EFFB;
	display: inline;
	margin: 5px 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	margin: 20px 0;
	width: 280px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.widget-area .textwidget {
	overflow: hidden;
}

.widget-area .textwidget p {
	margin: 0 0 15px;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.wsmfeaturedpage .page,
.wsmfeaturedpost .post,
.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #DDD;
	margin: 0 15px 5px;
	overflow: hidden;
	padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	border-radius: 10px;
	background: url("images/bg-button.png") repeat-x scroll 0 0 #75BE20;
	border: 0;
	color: #FFF;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/bg-button.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: #0EACF6 url(images/bg-blue-bar.png) repeat-x center bottom;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#footer:before {
	background: url(images/pattern-x.png) repeat-x;
	content:"";
	height: 20px;
	left: 0;
	position: absolute;
	top: -10px;
	width: 100%;
	z-index: 1;
}

#footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 10px;
	width: 960px;
}

.footer-left {
	float: left;
	width: 48%;
}

.footer-right {
	float: right;
	text-align: right;
	width: 48%;
}


#footer p {
	color: #FFF;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

#comments h3,
#respond h3 {
	color: #63A418;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



/*Color Options
------------------------------------------------------------ */

/* Red
------------------- */

.anneliese-red #nav {
    background: url("images/anneliese-red/bg-red-bar.png") repeat-x scroll center bottom #DD040D;
}

.anneliese-red .menu-primary a {
	border-color: #e75056;
}

.anneliese-red .menu-primary li a:active,
.anneliese-red .menu-primary li a:hover,
.anneliese-red .menu-primary .current_page_item a,
.anneliese-red .menu-primary .current-cat a,
.anneliese-red .menu-primary .current-menu-item a {
	color: #fee5e6;
}

.anneliese-red #comments h3,
.anneliese-red #respond h3,
.anneliese-red h2 a,
.anneliese-red h2 a:visited,
.anneliese-red  h1.entry-title,
.anneliese-red #title a,
.anneliese-red #title a:hover {
	color: #DA040E;
}

.anneliese-red .menu-primary li li a,
.anneliese-red .menu-primary li li a:link,
.anneliese-red .menu-primary li li a:visited,
.anneliese-red .menu-primary li li li a,
.anneliese-red .menu-primary ul ul li a:link,
.anneliese-red .menu-primary ul ul li a:visited {
	background: #DA040E;
	border-color: #f26e73;
}

.anneliese-red .menu-primary li li a:hover,
.anneliese-red .menu-primary li li li a:hover {
	background: #99011A;
	color: #fcf1f2;
}


/* Pink
------------------- */

.anneliese-pink.header-image #title {
	background: url(images/anneliese-pink/logo.png) no-repeat;
}

.anneliese-pink #nav {
    background: url("images/anneliese-pink/bg-pink-bar.png") repeat-x scroll center bottom #D64C98;
}

.anneliese-pink .menu-primary a {
	border-color: #e180b5;
}

.anneliese-pink .menu-primary li a:active,
.anneliese-pink .menu-primary li a:hover,
.anneliese-pink .menu-primary .current_page_item a,
.anneliese-pink .menu-primary .current-cat a,
.anneliese-pink .menu-primary .current-menu-item a {
	color: #fee5e6;
}

.anneliese-pink #comments h3,
.anneliese-pink #respond h3,
.anneliese-pink h2 a,
.anneliese-pink h2 a:visited,
.anneliese-pink  h1.entry-title,
.anneliese-pink #title a,
.anneliese-pink #title a:hover {
	color: #D14989;
}

.anneliese-pink .menu-primary li li a,
.anneliese-pink .menu-primary li li a:link,
.anneliese-pink .menu-primary li li a:visited,
.anneliese-pink .menu-primary li li li a,
.anneliese-pink .menu-primary ul ul li a:link,
.anneliese-pink .menu-primary ul ul li a:visited {
	background: #D74C99;
	border-color: #e180b5;
}

.anneliese-pink .menu-primary li li a:hover,
.anneliese-pink .menu-primary li li li a:hover {
	background: #c02070;
	color: #fcf1f2;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	#inner .wrap,
	#header .wrap,
	#nav .wrap,
	.home #inner .wrap,
	#footer .wrap,
	.archive-page,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	.home.full-width-content #content,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	.sidebar,
	#sidebar-alt {
		width: 240px;
	}
	
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.content-sidebar #content,
	.content-sidebar-sidebar #content {
		width: 500px;
	}
	
	.content-sidebar #inner .wrap {
		background: url("images/inner_wrap-bg.png") repeat-y scroll 466px 0 #FFFFFF;
	}
	
	.sidebar-content #inner .wrap {
		background: url("images/inner_wrap-bg-reverse.png") repeat-y scroll 222px 0 #FFFFFF;
	}
	
	ul.menu-primary,
	#home-subnav ul {
		float: none;
		text-align: center;
	}
	
	ul.menu-primary li,
	#home-subnav ul li {
		background: none;
		display: inline-block;
		float: none;
		text-align: center;
	}
		
	#header .widget-area {
		width: 375px;
	}
		
	#home-top .cta {
		background: url("images/bg-cta-mobile480.png") no-repeat scroll 0 0 transparent;
		float: left;
		height: auto;
		margin: 0 13px 20px;
		width: 325px;
	}

	
	#home-content-right {
		width: 390px;
	}
	
	.home-img-left {
		margin: 82px 0 0 16px;
		width: 235px;
	}
	
	.home-middle-left {
		width: 300px;
	}
	
	.home-middle-right {
		width: 466px;
	}
	
	#home-middle-footer .home-footer-left {
		left: 18px;
		margin: 40px 0 0;
		bottom: 36px;
		width: 270px;
	}
	
	.home-footer-left p,
	#home-middle-footer .home-footer-left h4.widgettitle {
		color: #63A418;
		text-shadow: 1px 1px 1px #FFF;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	
	#header {
		background-position: center bottom;
		height: auto;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}
	
	
	.header-full-width #title-area,
	.header-full-width #title,
	.header-full-width #title a {
		float: left;
		width: 390px;
	}
	
	ul.menu-primary li a {
		border: none;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}
	
	.home #inner {
		background-position: 42% bottom;
	}

	#home-middle-footer .home-footer-right {
		margin: 58px 0 0;
		width: 420px;
	}
	
	.home-footer-right .widget-area {
		width: 45%;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 10px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer .wrap {
		padding: 10px 0;
	}
	
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}

@media only screen and (max-width: 600px) {

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.home.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.content-sidebar #content,
	.content-sidebar-sidebar #content {
		width: 100%;
	}
	
	.sidebar,
	#header .widget-area {
		width: 100%;
	}
	
	.content-sidebar #inner .wrap,
	.sidebar-content #inner .wrap {
		background: #FFFFFF;
	}

	#home-top,
	.footer-left,
	.footer-right,
	#home-content-right,
	.img-left,
	#home-middle-top,
	#home-middle-footer .home-footer-right,
	.home-footer-right .widget-area,
	.header-image #description	{
		display: block;
		float: none;
		margin: 0 auto;
		min-height: auto;
		width: 90%;
	}
	
	.rotator-wrap {
		display: block;
		margin: 50px auto 20px;
		width: 75%;
	}
	
	.header-rotator {
		width: 95%;
	}
		
	.home-middle-left,
	.home-middle-right {
		display: block;
		float: none;
		margin: 0 auto;
		min-height: auto;
		width: 99%;
	}
	
	.home #inner {
		background-position: right bottom;
	}
	
	.home-img-left {
		margin: 0 0 20px 5px;
		width: 90%;
	}
	
	
	#home-middle-widgets {
		display: block;
		float: none;
		margin: 20px auto;
		min-height: auto;
		padding: 10px 0;
		width: 90%;
	}
	
	#header {
		background-color: #FFF;
	}

	.header-full-width #title-area,
	.header-full-width #title,
	.header-full-width #title a {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 390px;
	}
	
	#description {
		width: 100%;
	}
		
	.icons-social {
		float: none;
		margin: 0 auto;
		width: 110px;
	}
	
		
	#home-top .cta {
		float: none;
		margin: 0 auto 20px;
	}
	
	#home-content-right {
		clear: both;
		float: none;
		padding: 20px 10px;
	}
	
	.img-left img {
		display: block;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	#home-top {
		padding: 10px;
	}
	
	.home-middle-left h4.widgettitle,
	.home-middle-right h4.widgettitle	{
		border-radius: 10px;
		margin: 10px 0 20px;
	}
	
	#home-top {
		padding: 10px;
	}
	
	#home-content-right:before {
		right: 5px;
	}
	
	.home-footer-left p,
	#home-middle-footer .home-footer-left h4.widgettitle {
		color: #FFF;
		text-shadow: 1px 1px 1px #333;
	}
	
	#home-middle-footer {
		padding: 20px;
	}
	
	#home-middle-footer .home-footer-left {
		background: #0A0B0D;
		border: 8px solid #C99268;
		display: block;
		float: none;
		left: 0;
		margin: 0 auto;
		min-height: 0;
		overflow: auto;
		padding: 10px 10px 45px;
		position: relative;
		top: 0;
		width: 85%;
	}

	#home-middle-footer .icons-social {
		bottom: 10px;
	}
	
	.footer-right,
	.footer-left {
		text-align: center;
	}

	
}

@media only screen and (max-width: 380px) {
	
	.header-image #title {
		background: url("images/logo-mobile.png") no-repeat scroll 0 0 transparent;
	}
	
	.anneliese-pink.header-image #title {
		background: url(images/anneliese-pink/logo-mobile.png) no-repeat;
	}
	
	.header-full-width #title-area {
		width: 100%;
	}
	
	.header-full-width #title,
	.header-full-width #title a {
		height: 82px;
		width: 240px;
	}
	
	#home-top .cta {
    background: url("images/bg-cta.png") no-repeat scroll 0 0 transparent;
    height: 215px;
    width: 185px;
	}
	
	.rotator-wrap,
	.header-rotator {
		height: 150px;
	}
	
}

@media only screen and (max-width: 260px) {

	.rotator-wrap,
	.header-rotator {
		height: 120px;
	}
	
	
}
/* Responsive iFrame */

.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [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;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .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;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .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.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .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.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .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;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .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;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .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;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .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,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
