/*
Theme Name: Mindspike
Theme URI: http://underscores.me/
Author: Chris Cook
Author URI: http://mindspikedesign.com
Description: Mindspike Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindspike
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mindspike is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
	font-size: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px !important;
	line-height: 1.5em !important;
	color: #444;
}

align-left {
	text-align: left;
}

align-right {
	text-align: right;
}

a {
	color: #00549b;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	cursor: pointer !important;
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: none !important;
}

.page-wrapper {
	background: #eee;
	padding: 40px 0 40px 0;
}

.full-width-no-gap {
	padding-top: 74px !important;
}

.full-width-gap {
	padding-top: 105px !important;
}

.featured-image {
  width: 100%;
  max-height: 500px;
	overflow: hidden;
}

#responsive-menu-container {
	border-right: 1px #004887 solid;
}

#responsive-menu-container .responsive-menu-search-box {
  background: #fff;
  border: 1px solid #004887 !important;
  color: #333;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #333;
}

h1 {
	font-size: 2.4em;
	line-height: 1.4em;
}

h2 {
	font-size: 2em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.2em;
}

.white {
	color: #fff !important;
}

.black {
	color: #232323 !important;
}

p {
	margin-top: 0;
}

.center {
	text-align: center !important;
}

ul li, ol li {
	margin-bottom: 3px;
}

a:hover {
	cursor: pointer !important;
}

blockquote {
	background: rgba(255,255,255,0.5);
	margin: 15px 0 !important;
	padding: 20px !important;
	border-left: 5px #1c3458 solid !important;
	color: #1c3458;
}

blockquote p {
	margin: 0 !important;
}

.product_title {
	font-size: 1.8em !important;
	font-weight: 700;
}

.product h3 {
	font-size: 1em;
	letter-spacing: 0px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.header-inner-wrapper {
	width: 100%;
	background: rgba(255,255,255,0.9);
}

.header-inner {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0;
}

.logo {
	width: 150px;
	display: -webkit-flex;
  display: flex;
	align-items: flex-start;
	padding: 10px 15px;
}

.logo a {
	line-height: 0 !important;
}

.logo img {
	max-width: 64px;
}

img {
	max-width: 100%;
	height: auto !important;
}

.header-logo {
	max-width: 300px;
	margin-left: 15px;
}

.nav-menu {
	width: 100%;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-menu a {
	color: #444;
	text-decoration: none;
	margin-left: 25px;
}

.menu-flags {
	padding: 10px 15px !important;
}

.menu-flags a {
	margin-left: 0px;
}

.menu-flags a:first-child {
	margin-right: 5px;
}

.top-bar {
	width: 100%;
	display: -webkit-flex;
  display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: right;
	background: #2f2f2f;
	padding: 5px 15px;
	color: #fff !important;
	font-size: .9em !important;
	position: relative;
	z-index: 9999;
}

.top-bar-inner {
	display: -webkit-flex;
  display: flex;
	align-self: center;
	justify-content: flex-end;
	margin-right: 5px;
}

.top-bar a {
	margin: 0 5px;
	color: #fff !important;
	height: 25px;
	display: inline-block !important;
}

.top-bar-search {
	display: inline-block !important;
}

.top-bar input {
	background: #ccc;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	color: #555 !important;
	width: 150px !important;
}

.top-bar button {
	margin: 0 0 !important;
	padding: 5px !important;
	background: none !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

.top-bar-social {
	height: 25px;
}




/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

#home-intro {
	background: url(images/tapes-bg.jpg) center;
	background-attachment: fixed;
	background-size: cover;
	padding: 171px 15px 90px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-intro-box {
	max-width: 800px;
	background: rgba(0,84,155,0.9);
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 10px #184e74 solid;
}

.home-intro-box p {
	margin-bottom: 0;
}

.intro-box-title {
	width: 45%;
	text-align: right
}

.intro-box-title h1 {
	color: #fff;
	font-weight: 300;
	font-size: 3.4em;
	margin: 0 0 !important;
}

.intro-box-title h1 span {
	color: #fcb116;
	font-weight: 700;	
}

.intro-box-line {
	width: 4px;
	margin: auto 30px auto 30px;
	height: 260px;
	background: #fcb116;
}

.intro-box-text {
	width: 45%;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 1px;
}


/* Guarantee Box */
.guarantee-item {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.guarantee-item i {
	font-size: 1.8em;
	color: #fcb116;
	margin-right: 10px;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-home-callout {
	width: 100%;
	background: rgba(255,255,255,0);
	padding: 15px;
	text-align: center;
	color: #343434 !important;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-home-callout:hover {
	background: rgba(152,152,152,0.4);
	color: #343434 !important;
}

.btn-white {
	background: rgba(255,255,255,1);
	padding: 10px 30px;
	margin: 0 10px;
	text-align: center;
	color: #00549b;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-white:hover {
	background: rgba(255,255,255,0.7);
	color: #00549b !important;
}


.btn-blue {
	background: rgba(0,84,155,1);
	padding: 10px 30px;
	margin: 0 10px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-blue:hover {
	background: rgba(0,84,155,0.7);
	color: #fff !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #00549b;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
	text-transform: uppercase;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #00549b;
  text-decoration: none;
  background-image: none;
  color: #fff;
	opacity: 0.7;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  border: none !important;
  border-radius: 3px;
  background: #00549b !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .618em 1em !important;
	margin: 10px 10px 10px 0px !important;
  text-shadow: none;
	display: inline-block;
  background-image: none;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
  padding: 5px 5px !important;
  margin-bottom: 15px !important;
}

.products-sidebar input[type="search"] {
	width: 200px !important;
}

.products-sidebar input[type="submit"] {
	border: none !important;
  border-radius: 3px;
  background: #00549b !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1;
  padding: .4em 1em !important;
	margin: 10px 10px 10px 0px !important;
  text-shadow: none;
	display: inline-block;
  background-image: none;
	text-transform: uppercase;
}




/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.prdctfltr_wc {
  margin-bottom: 30px !important;
}

#products-sidebar {
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
}

.product_meta {
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.yith-ywraq-add-to-quote {
	border-top: 1px #ccc solid;
	padding-top: 20px;
	margin-top: 20px;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 !important;
  box-shadow: none;
}

.woocommerce ul.products li.product h3 {
  padding: .5em;
  margin: 0;
  font-size: .9em;
	background: #fff;
	height: 80px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: .8em !important;
  right: 1.5em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 60px !important;
}

.posted_in {
  display: none !important;
}

#ywdpd-quantity-table {
  background: #fff !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em;
  font-weight: 700 !important;
  display: block;
  margin-bottom: 15px !important;
}

.woocommerce button.button.alt, .woocommerce a.button.alt {
  background-color: #00549b !important;
}

.yith-ywraq-add-to-quote {
  clear: both;
}

.product-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}




/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/
.blog-post {
	width: 100%;
	padding: 15px;
	margin-bottom: 30px !important;
	background: rgba(255,255,255,1);
	border: 1px #eee solid;
}

.blog-post h2 {
	margin-top: 10px; 
}

.post-meta {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
}

.entry {
	margin-bottom: 26px;
}
.page-title {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px !important;
	border: 1px #eee solid;
	font-weight: bold;
	color: #777;
}

.page-title span {
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: bold;
	color: #555;
}




/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
#sidebar-main {
	background: #fff;
	border: 1px #eee solid;
	padding: 15px;
}

#sidebar-main h2 {
	margin-top: 0 !important;
	font-size: 1.4em;
	text-transform: uppercase;
}

#sidebar-main ul {
	margin: 0 0 !important;
	padding: 0 0 !important;
	list-style: none !important;
}

#sidebar-main ul li {
	padding: 3px 0 7px 0 !important;
	border-bottom: 1px #f2f2f2 solid;
	line-height: 1.2em !important;
}

#sidebar-main ul li:lastchild {
	border: none;
}

#sidebar-main h4 {
	font-size: 1.2em;
	color: #1c3458;
}

#sidebar-main h5 {
	font-size: 1em;
	color: #1c3458;
}







/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#sample-box {
	width: 100%;
	background-color: #00549b;
	padding: 30px 15px;
	display: -webkit-flex;
	display:  flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-transform: uppercase;
}

#sample-box span {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	margin: 10px;
	text-align: center;
}

.footer {
	background-color: #424242;
  height: 50px;
  padding: 15px;
  width: 100%;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	background-color: #424242;
}

.footer-content {
  padding: 15px 15px 30px 15px;
  width: 100%;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: center;
	color: #ddd;
}

.footer-content hr {
  background-color: #888 !important;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.footer-content h4 {
	color: #ddd;
	text-transform: uppercase;
  font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #666 solid;
}

.footer-content a {
	font-weight: 400;
	text-decoration: none;
	color: #ddd !important;
}

.footer-column-two a, .footer-column-three a {
	color: #ddd !important;
	margin: 0 5px 5px 0;
	display: inline-block;
}

.footer-content a:hover {
	opacity: 0.5;
}

.copyright {
	background: #424242;
	color: #999;
	text-align: center;
	padding: 15px;
	font-size: .9em !important;
}

.copyright a {
	color: #999 !important;
	font-weight: 700;
}

.social-icon {
	width: 25px;
	float: left;
	margin-right: 7px;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.social-icon:hover {
	opacity: 0.7;
}

.social-icon-top {
	width: 25px;
}

.footer-social {
	display: inline-block;
	margin-right: 30px !important;
	font-size: 2em !important;
}

.footer-four ul {
	margin: 0 0 !important;
	padding: 0 0 !important;
	list-style: none !important;
}

.footer-four ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #888 solid;
}

.ninja-forms-cont {
	margin-top: 20px !important;
}




/* Recent Posts */
.recent-posts-area ul {
	margin: 0 0 !important;
	padding: 0 0 !important;
	list-style: none !important;
}

.recent-posts-area ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #888 solid;
}





/* Contact form */
.ninja-forms-required-items {
	display: none;
}

.textarea-wrap textarea {
  height: 100px !important;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap textarea {
	border-radius: 0 !important;
	padding: 8px !important;
	border: none !important;
}

.ninja-forms-form-wrap input[type="submit"] {
	background: #2f2f2f;
	color: #eee;
	padding: 10px 20px !important;
	box-shadow: none !important;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ninja-forms-form-wrap input[type="submit"]:hover {
	opacity: 0.7;
}





/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.tt_info-above {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.ttshowcase_rl_readmore a {
	color: #1c3458 !important;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
}

.ttshowcase_rl_readmore a:hover {
	opacity: 0.7;
}

#tt-slider-prev a, #tt-slider-next a {
  color: #fff !important;
  opacity: 0.7;
}

.ttshowcase_rl_quote p {
	font-size: 18px;
}

.ttshowcase_slider .bx-wrapper {
  margin: 0 auto 15px !important;
}





/*--------------------------------------------------------------
# Media QUERIES
--------------------------------------------------------------*/

.sku_wrapper {
	font-weight: 700;
}





/*--------------------------------------------------------------
# Media QUERIES
--------------------------------------------------------------*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.ttshowcase_slider {
	max-width: 550px !important;
	margin: 0 auto;
	padding: 0 15px;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	.nav-menu {
		width: 100%;
		display:  none;
	}
	
}




/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

	.nav-menu {
		display: none;
	}
	.logo {
		float: left;
	}
	.header-inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 !important;
	}
	/*
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 46%;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
	}
	*/
	.woocommerce ul.products li.product h3 {
		padding: .5em;
		margin: 0;
		font-size: .9em;
		background: #fff;
		height:80px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.woocommerce ul.products li.product h3 {
  padding: .5em;
  margin: 0;
  font-size: .9em;
	background: #fff;
	height: 120px;
}
}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
#products-sidebar {
   width: 23% !important;
	 margin-right: 10px !important;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.ttshowcase_slider {
	padding: 15px;
}
.top-bar {
	width: 100%;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 0;
}
.header-inner {
	flex-direction: column;
}
.header-logo {
  margin-left: 0;
}
.top-bar-inner {
	display: -webkit-flex;
  display: flex;
	align-self: center;
	justify-content: center;
	margin-right: 5px;
}
.woocommerce ul.products li.product h3 {
  padding: .5em;
  margin: 0;
  font-size: .9em;
	background: #fff;
	height: 80px;
}
#products-sidebar {
	margin: 0 15px 30px 15px !important;
}
}



/* Small Devices, Tablets */
@media only screen and (max-width : 765px) {
#home-intro {
	background: url(images/tapes-bg.jpg) center;
	background-attachment: fixed;
	background-size: cover;
	height: auto;
	padding: 141px 15px 60px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer {
	display: none;
}
.top-bar input {
	width: 90px !important;
}
.intro-box-title h1 {
	color: #fff;
	font-weight: 300;
	font-size: 3em;	
}
#sample-box {
	flex-direction: column;
}

}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

#home-intro {
	background: url(images/tapes-bg.jpg) center;
	background-attachment: scroll;
	background-size: cover;
	height: 100vh;
	padding: 150px 15px 50px 15px;
}

.home-intro-box {
	max-width: 800px;
	background: rgba(0,84,155,0.9);
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 10px #184e74 solid;
	flex-direction: column;
}

.intro-box-title {
	width: 100%;
	text-align: right
}

.intro-box-title h1 {
	color: #fff;
	font-weight: 300;
	font-size: 1.6em;
	text-align: center
}

.intro-box-title h1 span {
	color: #fcb116;
	font-weight: 700;	
}

.intro-box-line {
	width: 100%;
	height: 4px;
	margin: 15px auto 15px auto ;
	background: #fcb116;
}

.intro-box-text {
	width: 100%;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}
	
.mainLogo {
	width: 150px;
	border-right: none;
	padding-right: 0;
	margin-right: 0;
	margin: 0 auto;
}

}



/*--------------------------------------------------------------
# Bootstrap Gird Only
--------------------------------------------------------------*/

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}







/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover,
a:focus {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: .9em;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: none;
	color: rgba(0, 0, 0, .8);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: .5em 1em;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus,
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog-post h2 {
	color: #2d4b7b !important; 
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
