/*!
 * Theme Name:  Route1Americas - Parent Theme
 * Description: Custom theme for Route1Americas
 * Version:     1.0
 * Author:      Tamesis Digital
 * Author URI:  http://www.tamesisdigital.com/
 * 
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*-----------------------------------------------------------------------
[Table of contents]

1.0 - Reset
2.0 - Basic
3.0 - Structure
4.0 - Header
5.0 - Navigation
6.0 - Content
	6.1 - Featured Content
	6.2 - Latest Content
	6.3 - Editor's Picks
	6.4 - More Content
	6.5 - Pagination
	6.6 - Singular
7.0 - Sidebar
8.0 - Footer
9.0 - Misc
---------------------------------------------------------------------- */
/* 1.0 - Reset
---------------------------------------------------------------------- */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	letter-spacing: -0.2px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* 2.0 - Basic
---------------------------------------------------------------------- */
body {
	background: #ffffff;
	color: #333333;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-weight: 700;
	font-family: "proxima-nova", Arial, sans-serif;
	margin-bottom: 15px;
}
h1 {
	font-size: 2.143em;
}
h2 {
	font-size: 1.714em;
}
#primary .entry-content h2 {
	font-size: 1.514em;
}
h3 {
	font-size: 1.286em;
}
h4 {
	font-size: 1.143em;
}
h5 {
	font-size: 1.071em;
}
h6 {
	font-size: 1em;
}
input {
	border: 1px solid #e6e6e6;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	height: 35px !important;
	padding: 0 15px;
}
select {
	border: 1px solid #e6e6e6;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	height: 35px !important;
	padding: 0 15px;
}

textarea {
	border: 1px solid #e6e6e6;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	padding: 15px;
}
input:focus, textarea:focus {
	outline: none;
}
button {
	border: none;
	height: 32px;
	padding: 0 15px;
}
button:focus {
	outline: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	outline: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* 3.0 - Structure
---------------------------------------------------------------------- */
/* #page { background-color: #fff; width: 1110px; margin: 0 auto; } */
.container {
	margin: 0 auto;
	width: 1070px;
	position: relative;
}
/* 4.0 - Header
---------------------------------------------------------------------- */

#secondary-bar {
	display: block;
	line-height: 32px;
	margin-bottom: 0;
	padding: 0 20px;
	background: #e6e6e6;
	border-bottom: #000 7px solid; 
}
#secondary-bar .header-social-icons {
	float: right;
}
#secondary-bar .fa {
	color: rgba(255, 255, 255, 0.5);
	padding-left: 10px;
}
#secondary-bar .fa:hover {
	color: white;
}
#masthead {
	width: 100%;
	height: 104px;
}
#masthead .editor {
	float:left;
}
#logo {
	margin: 20px 30px 20px 0;
	float: left;
}
.site-title {
	font-size: 32px;
	padding: 15px 0;
}
.news-search {
	display: inline-block;
	float:right;
    margin-top: 37px;
	border: #000 1px solid; 
	padding: 5px 10px 5px 0px;
}
.news-search input {
	border: none;
	width: 100px;
	height: 21px;
	text-transform:uppercase;
	font-size:1.3em;
	color:#000; 
	padding: 0 10px 1px 10px;
    font-weight: 700;
	
}
.news-search  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000; 
}
.news-search  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000; 
   opacity:  1;
}
.news-search  ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.news-search  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000; 
}

.news-search button {
	cursor: pointer;
	font-size: 12px;
	width: 38px;
	height: 21px;
	line-height: 1;
	background-color: transparent;
	text-align: right;
}
.sidr-class-news-search button {
	display: none;
}
.sidr ul li {
 
    border-top: 0;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
}

.sidr {
	background-color: #273983;
	}
.sidr ul li a:hover, .sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active {
	color:#dd342f !important;}
.sidr ul li {
	border-bottom: 1px solid #1a1a1a;
}

/* News Ticker */
#news-ticker {
	background: #f2f2f2;
	color: #999;
	font-size: 11px;
	margin-bottom: 20px;
	position: relative;
	height: 24px;
	line-height: 23px;
	padding: 12px 0;
	overflow: hidden;
}
#news-ticker span.text {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0 18px 0 10px;
	float: left;
	text-transform: uppercase;
}
#news-ticker span.headline-comment a {
}
#news-ticker a:link{
    letter-spacing: 1px;
}
#news-ticker .news-list {
	display: inline;
	float: left;
	list-style: none;
	overflow: hidden;
	color: #666666;
	text-transform: uppercase;
}
#news-ticker .news-item {
	display: none;
}
.headline-nav {
	position: absolute;
	top: 5px;
	right: 0;
}
.headline-nav a, .headline-nav a:visited {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #999999;
	display: inline-block;
	font-size: 12px;
	margin-left: 1px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}
.headline-nav a:hover {
	color: #000;
}
.heading {
	border-top: 4px solid #333;
	color: #008AB4;
	display: block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 11px;
	margin: 10px 0 25px;
	text-transform: uppercase;
}
.heading-text {
	background: #fff;
	float: left;
	padding: 0 5px 0 0px;
}
/* 5.0 -  Navigation
---------------------------------------------------------------------- */
/*.news-date {
  float: left;
  margin-right: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

#secondary-bar .news-date .fa {
  font-size: 12px;
  margin-left: 0;
  padding-right: 5px;
  color: #ffffff;
  padding-left: 0;
}*/

.form-search {
	position: relative;
	float: right;
	display: none;
}
.form-search .search-dropdown {
	position: absolute;
	top: 100%;
	right: 0%;
	left: auto;
	display: none;
	z-index: 1020;
	box-sizing: border-box;
	width: 210px;
	padding: 10px;
	background: #000000;
}
.form-search:hover .search-dropdown {
	display: block;
}
.form-search .navbar-form {
	width: 190px;
}
.form-search input {
	width: 130px;
	height: 27px;
	border: none;
	background-color: #ffffff;
	outline: none;
	color: #000000;
}
.form-search button {
	background-color: transparent;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
}
#secondary-bar .form-search .navbar-form button i.fa {
	font-size: 16px;
	color: #ffffff !important;
	padding-left: 0;
}
/* Superfish Menu */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	background: #ffffff;
	display: none;
	top: 100%;
	left: 0;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul {
	background: #ffffff;
	margin-top: 0px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.sf-menu ul ul {
	left: 170px;
	top: 0;
	margin-top: 0px;
}
.sf-menu a {
	padding: 0 15px;
	zoom: 1;
}
.sf-menu ul a {
	font-size: 1em;
}
.sf-menu li {
	z-index: 100;
}
.sf-menu ul li {
	width: 170px;
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -2px;
	margin-right: 7px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #dddddd;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: 0px;
	border-color: transparent;
	border-left-color: #dddddd;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #dddddd;
}
#primary-nav {
	background-color: #000; 
	height: 48px;
	z-index: 50;
	position: relative;
}
#primary-nav .sf-arrows .sf-with-ul:after {
	visibility: hidden;
}
#primary-nav .sf-menu li {
	float: left;
	padding: 14px 0 14px 0;
}
#primary-nav .sf-menu li li {
	background: none;
	border-bottom: 1px dotted #dfdfdf;
	width: 170px;
	padding: 5px 0;

}
#primary-nav .sf-menu li li:last-child {
	border-bottom: none;
}
#primary-nav .sf-menu ul {
	padding: 0 15px;
	margin-top: -1px;
}
#primary-nav .sf-menu ul ul {
	left: 170px;
	margin-top: 0px;
}

#primary-nav>.sf-menu>li:first-child {
	padding: 0;
}
#primary-nav>.sf-menu>li:first-child a {
	background: url(assets/img/home.png);
	color: #dd342f !important;
	padding: 0;
	width: 48px;
	height: 48px;
	text-indent: 120%;
    overflow: hidden;
}
#primary-nav>.sf-menu>li:last-child {
	float: right;
}
#primary-nav>.sf-menu>li:last-child a {
	color: #ffdd72 !important;
}
#primary-nav .sf-menu li a {
	color: #fff;
	display: block;
	/*font-family: "proxima-nova", Arial, sans-serif;*/
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
}
#primary-nav ul li a i {
	width: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #e5e5e5;
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	vertical-align: central;
	border-radius: 2px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
#primary-nav ul li a:hover i, #primary-nav ul li a:active i {
	color: #FFF;
}
#primary-nav .sf-menu li a:hover {
	color: #cc3300;
}
#primary-nav .sf-menu li li a {
	border-top: none;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: none;
	line-height: 30px;
	padding: 0;
}
#old-nav .sf-arrows .sf-with-ul {
	padding-right: 25px;
}
#old-nav .sf-menu li a {
	color: #999999;
	display: block;
	font-size: 11px;
	padding: 0 15px;
}
#old-nav .sf-menu li ul {
	background: #ffffff;
	padding: 0 15px;
}
#old-nav .sf-menu li a:hover, #old-nav .sf-menu li.current_item a {
	color: white;
}
#old-nav .sf-menu li li a {
	border-bottom: 1px dotted #dfdfdf;
	color: #999999;
	padding: 5px 0;
}
#old-nav .sf-menu li li a:hover {
	color: #333;
}
#old-nav .sf-menu li .sf-mega li a, #primary-nav .sf-menu li .sf-mega li a {
	line-height: 1;
	color: #000000;
	font-size: 14px;
	padding: 10px 0;
	text-transform: none;
}
#old-nav .sf-menu li sf-mega li a:hover, #primary-nav .sf-menu li sf-mega li a:hover {
	background: #ffffff;
}
#primary-nav .sf-menu .sf-mega .sf-mega-section ul li a:hover {
	color: #cc3300;
}
#old-nav .sf-menu li li:last-child a, #primary-nav .sf-menu li li:last-child a {
	border-bottom: none !important;
}
.sf-menu .sf-mega {
	border: 1px solid #ccc !important;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	margin-top: 0px;
	z-index: 99;
}
.sf-menu li:hover > .sf-mega, .sf-menu li.sfHover > .sf-mega {
	display: block;
}
.sf-menu .sf-mega {
	width: 100%;
}
.sf-mega {
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
}
.sf-menu .sf-mega h3 {
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sf-menu .sf-mega .sf-mega-section {
	float: left;
	width: 150px;
	margin-right: 15px;
}
.sf-menu .sf-mega .sf-mega-section ul li:first-child a {
	padding-top: 0 !important;
}
.sf-menu .sf-mega .sf-mega-section ul li:last-child a {
	padding-bottom: 0 !important;
}
.sf-mega-posts {
	float: left;
	width: 600px;
	border-left: 1px solid #e6e6e6;
	margin-left: 20px;
}
.sf-mega-posts a {
	margin-bottom: 10px !important;
	padding: 0 !important;
	line-height: 1.3em !important;
}
.sf-mega-posts .entry-title a:link, .sf-mega-posts .entry-title a:visited {
	background: none !important;
	font-family: "proxima-nova", Arial, sans-serif !important;
	color: #000000;
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none !important;
}
.sf-mega-posts .entry-title a:hover {
	color: #cc3300;
}
.sf-mega-posts .entry {
	float: left;
	width: 180px;
	margin-left: 20px;
}
.sf-mega-posts .entry-thumbnail {
	width: 180px;
	height: auto;
}
.sf-mega ul {
	border: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}
.sf-mega li {
	border: none;
	width: 150px;
}
.sf-mega li a {
	color: #333333;
	font-size: 13px;
	width: 150px;
}
.sf-menu .cols-4 {
	width: 788px;
}
.sf-menu .cols-3 {
	width: 582px;
}
#primary-nav .sf-menu .sf-mega .sf-mega-section {
	float: left;
}
#primary-nav .sf-menu .sf-mega .last-section {
	border: none;
	padding: 0;
	margin: 0;
}
#primary-nav .sf-menu .sf-mega .sf-mega-section ul {
	border-top: none;
	margin-top: 0;
	top: 0;
}
#primary-nav .sf-menu .sf-mega .sf-mega-section ul li a {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	font-weight:700;
	text-transform:uppercase;
}
#primary-nav .sf-menu .sf-mega .sf-mega-section p {
	font-size: 13px;
	margin-top: 15px;
}
/* 6.0 - Content
---------------------------------------------------------------------- */

.entry-summary {
	font-size: 1.2em;
	font-weight: 400;
}
.entry-share-icons {
	font-size: 12px;
}
.entry-share-icons .fa {
	margin-right: 6px;
}
.section-title {
	display: block;
	font-family: "proxima-nova", Arial, sans-serif;
	margin: 0;
	padding: 6px 0 0;
	position: relative;
}
/*.see-all {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
}

.see-all a:link,
.see-all a:visited {
  color: #9f9f9f;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 11px;
}

.see-all a:hover {
  border-color: #999999;
  color: #000;
}

.see-all .fa {
  padding-left: 5px;
}*/

#footer-posts .section-title {
	margin-bottom: 20px;/* #home-sidebar .widget .section-title for size*/
}
/* 6.1 - Featured Content
---------------------------------------------------------------------- */
#featured-content {
	margin-bottom: 30px;
	position: relative;
}
#featured-content h2, #home-sidebar .widget .section-title {

    line-height: 1em;
    letter-spacing: -1px;
	font-size: 2.3em;
	margin: 0 0 25px 0;
}
#home-sidebar .home-posts-1col.widget .section-title {
	margin: 20px 0 15px;
}
#featured-content li {
	width: 372px;
}
#featured-content li.large {
	border-top: none;
}
#featured-content ul li {
	list-style: none;
	display: inline-block;
	float: left;
}
#featured-content .hentry {
	position: relative;
}
#featured-content .entry-title {
	font-size: 15px;
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 700;
	margin: 7px 12px 7px 0; /* left changed in '#featured-content .entry-thumbnail' */
}
#featured-content .large .entry-title {
	font-size: 35px;
    line-height: 38px;
}
#featured-content .entry-thumbnail {
	float: left;
	margin: 0 12px 0 0;
	
}
/* 6.2 - Latest Content
---------------------------------------------------------------------- */
.recent-content {
	margin-top: 20px;
	margin-bottom: 30px;
}
.recent-content .hentry {
	float: left;
	width: 345px;
	position: relative;
}
.recent-content .hentry.left {
	padding-right: 10px;
}
.recent-content .hentry.right {
	padding-left: 10px;
}
.recent-content .last-post {
	margin-right: 0;
}
.recent-content .entry-thumbnail {
	max-width: 100%;
	height: auto;
}
.recent-content .small-article .entry-thumbnail {
	margin-bottom: 0;
}
.recent-content .entry-summary {
	margin-top: 15px;
}
.recent-content .entry-title {
	margin-bottom: 15px;
}
.entry-title {
	font-size: 16px;
	font-family: "proxima-nova", Arial, sans-serif;
}
.entry-meta {
	font-size: 11px;
	line-height: 1;
}
.entry-title {
	line-height: 1.3;
	margin-bottom: 10px;
}
.entry-title a {
	color: #000000;
}
.entry-meta span {
	color: #999999;
	display: inline-block;
	text-transform: uppercase;
}
.entry-meta span a {
	color: #9f9f9f;
}
.entry-meta span a span {
	text-decoration: underline;
}
.entry-meta span a span:hover {
	color: #333333;
}
.entry-meta a:hover {
	color: #333333;
}
.entry-category {
	color: #cc3300;
	font-weight: bold;
}
.entry-date {
	margin-right: 10px;
}
.post-share .entry-date {
	margin-right: 0;
}
.entry-comment a {
	text-decoration: underline;
}
.more-link {
	margin-top: 15px;
}
.more-link a {
	color: #9f9f9f;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.related-post {
	float: left;
	width: 345px;
}
.more-post {
	list-style: none;
	padding-bottom: 33px;
    margin-bottom: 13px;
    /*border-bottom: 1px solid #dedede;*/
}
.related-post li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.related-post-title, .read-more {
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 10px;
    font-weight: 700;
}
#cat-list-content {
    margin-top: 25px;
}
.cat-list-content .read-more{
	margin-bottom: 35px;
	}
.entry-content.standfirst #cat-list-content  p:first-of-type {
	font-weight:400 !important;}

/*c*/
.more-post .related-post-title a {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #dedede;
    line-height: 1.2em;
}

.more-post:last-child .related-post-title a {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.read-more a i.fa{
display:none;
}
.related-post-title {
	font-weight: bold;
}
.read-more {
	display: inline-block;
}
.home-posts-2col .read-more {
	clear:both;
	float: left;
}
.home-posts-1col .read-more {
	/*margin-top: 20px;*/
}
.h2.related-post-title a {
	text-decoration: none;
}
.small-article .entry-title {
	margin-top: 15px;
}
.home-posts-1col .recent-content>article {
	background-color: #000;
	width: 310px; /* wider effects the homepage */
	margin-right: 20px; 
}
.home-posts-1col article .entry-title {
	display: inline-block;
	margin: 5px 10px 30px 10px !important;
}
.post-img {
	width: 35%;
	float: left;
	margin-right: 7px;
}
/* 6.3 - Editors's Picks
---------------------------------------------------------------------- */
#footer-posts {
	position: relative;
}
.footer-loop {

	margin-bottom: 20px;
	padding-bottom: 20px;
}
.footer-loop li {
	list-style: none;
	float: left;
}

.footer-loop article {
	position: relative;
}
.footer-loop article .entry-thumbnail {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.footer-loop article .entry-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}
.footer-loop article .entry-title a:link {
	color: #000000;
}
.footer-loop article .entry-title a:hover {
	color: #cc3300;
}
.footer-loop article .entry-meta {
	color: #eeeeee;
}
.footer-loop article .entry-meta a {
	border-bottom: 1px dotted #eeeeee;
	color: #eeeeee;
}
.footer-loop article .entry-meta a:hover {
	border-bottom-color: #ffffff;
	color: #ffffff;
}
.jcarousel {
	position: relative;
	overflow: hidden;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
}
.footer-loop .jcarousel {
	width: 100%;
	overflow: hidden;
}
.footer-loop li {
	width: 245px;
	margin-right: 19px;
}	
.footer-loop li:last-child{
	margin-right: 0px !important;
	}
#footer-posts .jcarousel-control-prev, #footer-posts .jcarousel-control-next {
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	position: absolute;
	top: 10px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: rgba(0, 0, 0, 0.5) !important;
	text-decoration: none;
	font-size: 12px;
}
#footer-posts .jcarousel-control-prev:hover, #footer-posts .jcarousel-control-next:hover {
	color: black !important;
}
#footer-posts .jcarousel-control-prev {
	right: 22px;
}
#footer-posts .jcarousel-control-next {
	right: 0;
}
#footer-posts .inactive {
	color: #eeeeee !important;
	cursor: default;
	opacity: 0.5;
}
/* 6.4 - More Content
---------------------------------------------------------------------- */
#more-content {
	float: left;
	width: 734px;
	margin-bottom: 40px;
}
#more-content.fullwidth {
	width: 100%;
}
.content-ad {
	margin-bottom: 30px;
}
.content-ad img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
#more-content .hentry {
	position: relative;
}
#more-content .entry-meta {
	margin-bottom: 15px;
}
#more-content .post-footer.entry-meta {
	margin: 30px 0 80px;
}
#more-content .entry-title {
    margin: 10px 10px 5px 0;
}

#more-content A.editor.button {
padding: 3px 17px;
display:inline-block;
text-transform:uppercase;
font-weight:400;
font-size:1.3em;
float:left;	
margin-right: 20px; 
margin-left: 80px; 
}

.addthis_tool{
	clear: none !important;
	float:left;
}
	
	
.single #more-content .hentry .entry-comment {
	top: 0;
	right: 0;
}
.content-loop ul {
	border-top: 1px solid #e9e9e9;
}
.content-loop li {
	list-style: none;
}
.content-loop .hentry {
	position: relative;
}
.content-loop .hentry .entry-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.content-loop .entry-thumbnail {
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
	height: auto;
}
.content-loop .hentry .entry-comment {
	top: 25px;
	right: 0;
}
.post-share {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.post-share .entry-meta {
	color: #9f9f9f;
	display: inline-block;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
}
.post-share .entry-meta a {
	color: #9f9f9f;
	text-decoration: underline;
}
.post-share .entry-meta a:hover {
	color: #333333;
}
.post-share .entry-share-icons {
	display: inline-block;
	float: right;
}
.post-share .entry-share-icons i {
	color: #9f9f9f;
	font-size: 14px;
	padding-left: 8px;
	margin: 0;
}
.post-share .entry-share-icons i.fa-facebook:hover {
	color: #3b5998;
}
.post-share .entry-share-icons i.fa-twitter:hover {
	color: #00aced;
}
.post-share .entry-share-icons i.fa-google-plus:hover {
	color: #dd4b39;
}
.post-share .entry-share-icons i.fa-linkedin:hover {
	color: #007bb6;
}
.post-share .entry-share-icons i.fa-pinterest:hover {
	color: #C92228;
}
#more-content h1.entry-title {
	margin-bottom: 20px;
}
#more-content .entry-content img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 20px;
}
.page-article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.highlighted {
	margin-bottom:25px;}
.page-article.feature {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	background-color:#000;
	margin-right:15px;
}
.highlighted .page-article.feature {
	border-bottom: #FFF 1px solid;}
	
.page-article img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}



#more-content .highlighted  a img{
  position:relative;
  display:block;
  float:left;
}

#more-content .highlighted .entry-video{
  position:absolute;
  left:0px;
  bottom:0px;
}	


.page-article .post-img {
	width: 186px;
	margin-right: 15px;
}
.page-article .entry-summary {
	margin-bottom: 10px;
}
.page-article .byline span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 7px;
}
.page-article .byline span a {
	text-decoration: underline;
	padding-left: 5px;
}

#more-content .older { 
	margin-top:25px;
	}

#more-content .entry-video {
	float:left;
	margin-right:15px;
	}
#more-content .related-post-title {
	float:left;
	height:auto;
	margin:0;
	}
#more-content .entry-summary.clear, #more-content li.more-post { clear:both;}
#tribe-events a.editor.button,
#tribe-events .post-footer.entry-meta{
	display:none;
	}
.post-type-archive-tribe_events .datepicker-dropdown {
	z-index: 60 !important;
}
/* 6.5 - Pagination
---------------------------------------------------------------------- */
.pagination {
	letter-spacing: 1px;
	margin: 25px 0;
	text-transform: uppercase;
	text-align: center;
	font-weight:700;
}
.pagination .page-numbers {
	background: #ffffff;
	padding: 4px 12px;
	margin: 0 3px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination .current {
	color: #cc3300;
}
.pagination .prev, .pagination .next {
	color: #ffffff;
	background: #000000;
	border: none;
}
.pagination .prev:hover, .pagination .next:hover {
	background-image: url(assets/img/overlay.png);
	background-repeat: repeat;
	color: #ffffff !important;
}
/* 6.6 - Singular
---------------------------------------------------------------------- */
.post-nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #333333;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
}
.post-nav .post-nav-prev {
	float: left;
	padding-left: 15px;
	text-align: left;
}
.post-nav .post-nav-next {
	border-left: 1px solid #dddddd;
	float: right;
	padding-right: 15px;
	text-align: right;
}
.post-nav p {
	color: #333333;
	width: 45%;
	position: relative;
	line-height: 18px;
}
.post-nav p a {
	color: #333333;
}
.post-nav p a:hover {
	color: #cc3300;
}
.post-nav .fa {
	position: absolute;
	top: 2px;
}
.post-nav .fa-angle-left {
	left: 0;
}
.post-nav .fa-angle-right {
	right: 0;
}
.post-nav a:hover {
	color: #333333;
}
h1.entry-title {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.page-title {
	padding-bottom: 6px;
	font-size: 26px;
}
#more-content .entry-content {
	padding-bottom: 20px;
}
.entry-content {
	font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-weight: bold;
	margin-bottom: 15px;
}
.entry-content p {
	margin-bottom: 20px;
	font-size: 14px;
}
/*.entry-content.standfirst p:first-of-type {
 	font-weight: 700;
 }*/
.entry-content p a {
	color: #cc3300;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content ul, .entry-content ol {
	margin: 0 0 20px 20px;
}
.entry-content ul li {
	list-style: disc;
	margin: 5px 0;
}
.entry-content ul li a {
	/*font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);*/
}
.entry-content ul li a:hover {
	color: #cc3300;
}
.entry-content ol lo {
	list-style: decimal;
}
.entry-content blockquote {
	border-left: 5px solid #cccccc;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
	font-style: italic;
	padding-left: 20px;
}
.entry-content .spaceadout{margin: 20px 0;}
.entry-content .post-footer.entry-meta {
	margin-top:40px;
	font-size:0.9em;
	color:#999999;
}
.entry-content .post-footer.entry-meta ul {
	margin:0;
}
.entry-content .post-footer.entry-meta ul li {
	list-style:none !important;
	margin:0 0 5px;
}
.entry-content .post-footer.entry-meta ul li span.title{
	margin-right:7px;}
.entry-content .post-footer.entry-meta, .entry-content .post-footer.entry-meta ul li a {
	font-size:1em;
	color:#999999;
}
.entry-content .post-footer.entry-meta ul li a:hover {
	text-decoration:underline;
}

aside#nondfpad {
	float:left;
	margin-top:50px;
	margin-right:3px;
	}
	
aside#nondfpad a.linkpic{
  position:relative;
  display:block;
  float:left;
}

aside#nondfpad a.linkpic span.link-icon{
  position:absolute;
  right:-3px;
  top:-3px;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}	
.entry-content .post-footer.entry-meta ul.companylist {
	margin-top:2px;
	}
.entry-content .post-footer.entry-meta ul.companylist li{
	list-style:disc !important;
	margin-left: 37px;
	}
.entry-content .ninja-forms-cont {
	font-size: 0.9em;
	}
	
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 15px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
table th {
	border: 1px solid #e0e0e0;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #444;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}
table td:last-child {
	border-right: 1px solid #e0e0e0;
}
table th:last-child {
	border-right: 1px solid #e0e0e0;
}
table td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
}
table tr:hover td {
	background-color: #fafafa;
}
.author-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	margin-bottom: 20px;
	padding: 20px 0;
}
.author-box .avatar {
	margin: 0 20px 0 0;
	width: 64px;
	height: auto;
}
.author-box .author-title, .author-box .author-title a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.author-box p {
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	font-weight: 400;
}
.entry-footer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.entry-tags {
	margin-top: 10px;
}
.entry-tags a:link, .entry-tags a:visited {
	color: #999999;
	font-size: 12px;
	margin-right: 7px;
	text-decoration: underline;
}
.entry-tags a:hover {
	color: #333333;
	text-decoration: none;
}
#contact-form label {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 5px;
}
#contact-form input {
	width: 250px;
}
#contact-form textarea {
	width: 95%;
	height: 150px;
}
#contact-form button {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: 34px;
	letter-spacing: 1px;
	padding: 0 10px;
	text-transform: uppercase;
	background: #000000;
}
.members {
	margin: 0;
	padding: 0;
}
.members .member {
	padding: 2%;
	width: 45%;
	float: left;
	list-style: none;
}
.members .member:nth-of-type(2n+1) {
	clear: left;
}
.member-photo {
	float: left;
	width: 118px;
	max-width: 100%;
	margin-right: 30px;
}
.member-photo img {
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	width: 100%;
}
.member-photo .member-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-photo .member-social li {
	display: inline-block;
	font-size: 12px;
	margin: 0 2px;
}
.member-content {
	position: relative;
	overflow: hidden;
}
.member-content:before {
	content: '';
	width: 36px;
	height: 3px;
	background: #dededc;
	position: absolute;
	top: 0;
}
.member-content .member-name {
	margin: 18px 0 0;
}
.member-content .member-position {
	color: #999;
}
.member-content .member-desc {
	font-size: 14px;
	line-height: 1.5em;
}

/* 6.8 - categorylisting
---------------------------------------------------------------------- */	
#cat-list-content  ul {
    margin: 0;
}
#cat-list-content li {
	list-style:none;
}
#cat-list-content h3 {
	font-size:1.2em;
	font-weight:700;
	}
#cat-list-content .addthis_toolbox,
#cat-list-content .addthis_tool{
	display:none;
	}

/* 6.9 - digital issue
---------------------------------------------------------------------- */
.digitalissue table td{
	box-shadow: none;	
}
.digitalissue table td{
	border: none;	
}


/* 7.0 - Sidebar
---------------------------------------------------------------------- */
aside#rss-link {width:100%; display:inline-block;}

aside#rss-link a{float:right;}
.layout-2c-r #secondary aside#rss-link a{float:left;}

#secondary {
	float: right;
}


/* Widgets */
#secondary .widget {
	width: 300px;
	background: #ffffff;
	margin-bottom: 30px;
}
#secondary .widget .widget-title, #home-sidebar .widget .widget-title {
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}

#secondary .widget .widget-title span, #home-sidebar .widget .widget-title span {
	background-color: #ffffff;
	display: inline-block;
	padding-right: 10px;
}
#secondary h4.related-post-title {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
#secondary p {
	color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
#secondary p:hover {
	color: black;
}
#secondary .more-post {
	padding-bottom: 0;
	margin-bottom: 25px;
	border-bottom: none;
}
#secondary .widget ul {
	list-style:none;
}
#secondary .widget ul li {
	list-style:none;
	border-bottom:#FFF 1px solid;
	padding:10px;
	font-size:1.1em;
	font-weight:700;
}
#secondary .widget ul li a {
	color: #000000;
}
#secondary .widget ul li a:hover {
	color: #cc3300;
}
.widget select {
	width: 100%;
	max-width: 100%;
}
/*overwrite for rss*/

#secondary .widget.rssjustbetter ul li,
#secondary .widget.widget_rss ul li{
	background-color:#fff;
	padding:10px 0;
	border-bottom:none;
	font-weight: 700;
    font-size: 17px;
	}

#secondary .widget.widget_rss ul li A{
	color:#000000;
}

#secondary .rssjustbetter .widget-title,
#secondary .widget_rss .widget-title{
	margin-right:50px;
}
#secondary .widget_rss .widget-title A {
	color: #cc3300;
}

#secondary .widget .rsswidget .rss-widget-icon{
	display:none;
}

/*overwrite for editors choice*/
#secondary .widget.posts-in-sidebar ul li {
	background-color:#fff;
	padding:8px 0;
	border-bottom:none;
	}
#secondary .posts-in-sidebar p {
	font-size:1.1em;
	font-weight:700;
	}
#secondary .posts-in-sidebar .widget-title {
	margin-right:50px;
}
/*Subscribe form widget*/
#secondary .ninja-forms-all-fields-wrap, 
#secondary .nf-form-content{
	padding:10px;
	font-size:1.2em;
	text-align:center;
	}
#secondary .nf-form-cont .nf-response-msg span{
	font-weight: bold;
    font-size: 1.2em;
    padding: 20px;
    text-align: center;
	display: inline-block;
}

#secondary .ninja-forms-all-fields-wrap .text-wrap,
#secondary .nf-form-content .field-wrap.email-wrap{
	width:270px;
	margin-top: 10px;
	}	
#secondary .ninja-forms-all-fields-wrap .ninja-forms-field.email,
#secondary .nf-form-content .field-wrap.email-wrap .ninja-forms-field {
	font-size:1em;
	margin-top:15px;
	width:215px;
	margin-left: 10px;
	    height: 35px;
}
#secondary .ninja-forms-all-fields-wrap label,
#secondary .nf-form-content .field-wrap.email-wrap label {
	font-size:1.7em;
	font-weight:700;
	width:223px;
	margin:0 auto;	
	letter-spacing:-0.5px;
	line-height: 1.2em;
	}
	
#secondary .ninja-forms-all-fields-wrap .submit-wrap{
	text-align:center;
}
#secondary .nf-form-content .submit-wrap {
	 margin: 0px 30px;
	
	}
#secondary .ninja-forms-all-fields-wrap .submit-wrap input,
#secondary .nf-form-content .submit-wrap input{
	font-size:1.1em;
	height: 35px;
	width:245px;
	font-weight:700;
	border:none;
	-webkit-box-shadow: 5px 5px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 13px -1px rgba(0,0,0,0.75);	
	}
#secondary .ninja-forms-all-fields-wrap .submit-wrap input{
	width:245px;
	}
#secondary .nf-form-content .submit-wrap input{
	width: 216px;
}

/* 8.0 - Footer
---------------------------------------------------------------------- */
#footer-posts .section-title {
	font-size:2.5em;
	}
#footer-posts A h2 {
	font-size:1.2em;
	font-weight:700;
	}
.subscribe-top div { 
    padding: 20px;
    font-size: 1.8em;
    text-align: center;
}

.subscribe-bottom>div .content{
	display:inline-block;
	padding:35px 0 40px;
	width: 100%;
	}

 .subscribe-bottom div A.button {
	margin-top:95px;
	    padding: 14px 28px;
	display:inline-block;
	text-transform:uppercase;
	font-weight:700;
	font-size:1.3em;
	-webkit-box-shadow: 5px 5px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 13px -1px rgba(0,0,0,0.75);		 
	}

.footer-top {
	color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
	padding-bottom: 15px;
	position: relative;
	z-index: 999;
	border-bottom: 1px solid #d6d6d6;
}
.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
	float: left;
	margin-bottom: 20px;
	position: relative;
}
h3.widget-title {
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}
.ad-widget h3.widget-title {
	display: none !important;
}
.footer-column-1, .footer-column-2{
	margin:30px 0;
	padding:25px;
}

.footer-column-1 p, .footer-column-2 p {
	color: rgba(0, 0, 0, 0.8);
	padding-right: 20px;
	margin: 15px 0;
	font-weight:700;
	font-size:1.3em;
}
.footer-column-left {
	width: 33%;
	float: left;
}
.footer-column-middle {
	width: 33%;
	float: left;
	text-align:center;
}
.footer-column-right {
	width: 33%;
	float: right;
	text-align: right;
}

.footer-column-left:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 0;
}
.footer-column-right:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

.footer-subcolumn ul li {
	list-style-type: none;
}
.footer-subcolumn ul li a {
	color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
}
.footer-subcolumn ul li a:hover {
	color: #cc3300;
}
.posts-thumbnail-widget li:before, .posts-thumbnail-widget li:after {
	content: "";
	display: table;
}
.posts-thumbnail-widget li:after {
	clear: both;
}
.posts-thumbnail-widget li {
 *zoom: 1;
}
.posts-thumbnail-widget .entry-thumbnail {
	float: left;
	margin: 0 10px 0 0;
}
/* Site Bottom */
#site-bottom {
	font-family: "proxima-nova", Arial, sans-serif;
	margin: 0;
	padding: 25px 0;
	text-align: center;
}
#site-bottom p {
	float:right;}
#site-bottom .sf-menu a {
	padding: 0 15px 0 0;
}
#site-bottom p, #site-bottom a, #site-bottom a:visited {
	font-size: 13px;
	text-decoration: none;
	font-weight:400;
}
#site-bottom a:hover {
	text-decoration: underline;
}
/* 9.0 - MISC.
---------------------------------------------------------------------- */
.backtotop {
	background: #333;
	color: #ffffff;
	font-size: 16px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	margin: 0 10px 0 0;
	text-align: center;
}
.backtotop:hover {
	background: #000;
}
/* Social Icons */
.fa-facebook {
	color: #3b5998;
}
.fa-twitter {
	color: #00aced;
}
.fa-google-plus {
	color: #dd4b39;
}
.fa-linkedin {
	color: #007bb6;
}
.fa-pinterest {
	color: #C92228;
}
.fa-envelope-o {
	color: #aad450;
}
.fa-dribbble {
	color: #ea4c89;
}
.header-ad
 {
	width:100%;
	padding: 15px 0 10px;
    margin-left: auto;
    margin-right: auto;
}
/*.header-ad div{
	margin:auto 0;
	}*/
.header-ad, .footer-ad, .widget_cpc_widget, .adcenter{
	text-align: center;
	}

.dropcap {
	float: left;
	font-size: 58px;
	line-height: 54px;
	padding-top: 4px;
	padding-right: 10px;
	margin-top: -2px;
}
.required {
	color: #F00;
	font-weight: bold;
}
.left-sidebar #more-content {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}
.left-sidebar #secondary .widget {
	margin-left: 0;
}
.one-column {
	float: none;
	width: 100% !important;
}
.layout-2c-r #more-content {
	float: right;
/*	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	border-left: 1px solid #D6D6D6;
	padding-left: 19px;
	margin-left: 20px;*/
}
.layout-2c-r #secondary {
	float: left;
}
.layout-2c-r #secondary .widget {
	margin-left: 0;
}
.layout-1c #more-content {
	float: none;
	width: 100%;
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
/**
 * bbPress Custom Style
 */
.bbp-search-form {
	margin-bottom: 10px;
}
.bbp-forum-title {
	font-weight: 600;
	font-size: 14px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
	font-size: 13px;
}
/**
 * Contact form 7
 */
.wpcf7 textarea {
	width: 80%;
}
.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
}
/**
 * WordPress Classes
 */
figure > img {
	display: block;
}
img {
	height: auto;
	max-width: 100%;
}
img[class*="align"], img[class*="attachment-"] {
	height: auto;
}
embed,  object { /*removed iframe as it was breaking positioning of header banner*/
	max-width: 100%;
	width: 100%;
}

.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-bottom: 5px;
}
.wp-caption-text {
	font-style: italic;
	color: #999;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 20px;
}
.gallery:before, .gallery:after {
	content: "";
	display: table;
}
.gallery:after {
	clear: both;
}
.gallery {
	clear: both;
}
.gallery-item {
	margin: 0 4px 4px 0;
	float: left;
	overflow: hidden;
	position: relative;
}
.gallery-icon a, .gallery-icon img {
	display: block;
}
#more-content .entry-content .gallery-icon img {
	margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	padding: 2px 8px;
	font-size: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.alignnone {
	display: block;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	display: none !important;
	position: absolute;
}
.sticky, .bypostauthor {
	background: inherit;
	color: inherit;
}
/* Font Awesome */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url("assets/fonts/fontawesome-webfont.eot?v=4.0.3");
	src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa.fa-search, .fa.fa-bars {
	font-size: 1.8em;
}
.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.2857142857142858em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.8571428571428572em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before, .fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-asc:before {
	content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-desc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-reply-all:before {
	content: "\f122";
}
.fa-mail-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before, .fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}
.fa-won:before, .fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
/* Flexslider */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	border-radius: 4px;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: "\f104";
}
.flex-direction-nav a.flex-next:before {
	content: "\f105";
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
