/*-----------------------------------------------------------------------------------

	Theme Name: Edition
	Theme URI: http://themewich.com
	Description: A highly visual, highly interactive news theme.
	Author: Andre Gagnon
	Author URI: http://www.themewich.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.5
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	-----------------
	Table of Contents
	-----------------

	GENERAL 			Site Wide Styles
	WORDPRESS 			WordPress Content Styles
	TYPOGRAHY 			Site Wide Typography Basics
	LISTS 				Lists and Rules
	INPUTS 				Input Styling

	Theme
	-----
	TITLES 				Page Titles
	REVIEW 				Review Styling
	BUTTONS 			Buttons and Links
	BADGES 				Category and Tag Badges
	ANIMATIONS 			CSS3 Animations
	SHORTCODES 			Shortcode Theme Styling
	GALLERIES 			WordPress Gallery Styles
	SLIDER 				Theme Slider Styles
	IMAGES 				WordPress Image Styles
	CAPTIONS 			Sitewide Caption Styles
	HOVERS 				Image Hover Effects

	Layout
	------
	TOP BAR 			Top Bar
	LOGONAV 			Logo and Navigation
	PAGE 				General Page Styles
	POST 				Single Post Styles
	RELATED 			Related Posts Section
	AUTHOR  			Author Box and Author Page
	SHARING 			Post Sharing
	COMMENTS 			Post Comments
	PAGINATION 			Pagination
	SEARCH 				Search Styles
	FOOTER 				Footer Styles

	Sections
	-----
	SECTIONS 			Section Styles
	ADSECTION 			Ad Section
	SLIDESHOWSECTION		Slideshow Section
	GRIDSECTION 		Grid Section
	REGULARSECTION		Regular Section
	FULLSECTION			Full Width Feature Section
	TAXONOMYSECTION		Tag or Category Feature Section
	CONTENTSECTION 		Content Section

	Widgets
	-------
	GENERALWIDGET			General Widget Styles
	POSTTABS			Post tab widget
	RECENTCOMMENTS 			Recent Comments Widget
	SOCIALCOUNTER 		Social Counter Widget
	NEWSWIDGET			Custom News Widget
	PAGESTAGS 			List pages and tags widgets
	RSS 				RSS Widget
	CALENDAR			Calendar Widget
	MENUWIDGET 			Custom Menu Widget
	ADSWIDGET 			Ads Widget Styles

	Includes
	--------
	SUPERFISH 			Superfish Dropdown Navigation
	MOBILENAV 			Mobile Menu
	LIGHTBOX 			Lightbox Styles
	TABS 				Tab Styles
	TOOLTIP 			Tooltip Styles
	ISOTOPE 			Isotope Grid Styling
	SCROLLTOP			Scroll To Top Style
	MEDIAELEMENT 			Audio/Video Player Styling
	BREADCRUMBS 		Breadcrumbs styling

	COLORS 				Default Colors

	MEDIAQUERIES 		Media Queries
	
 
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $GENERAL
/*-----------------------------------------------------------------------------------*/
html {
  overflow-y: scroll !important;
  padding: 0 !important;
}

/* Containers */
#sitecontainer {
  z-index: 1;
  overflow: hidden;
}

#sitecontainer,
.rightside,
.sidebar,
.pagination .pagenumbers {
  background: #f5f5f5;
}

.top-nav,
.pagetitle {
  background: #fff;
}

/* Alignment */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.zeromargin {
  margin: 0 !important;
}

.display {
  display: block;
}

.table {
  display: table;
  float: none;
  margin-bottom: 0;
}

.table-row {
  display: table-row;
  float: none;
}

.table-cell {
  display: table-cell;
  float: none;
}

.verticalmiddle {
  vertical-align: middle;
}

/* Clearing */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.mobileclear {
  display: none;
}

/* Preloader Style */
div#preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}

/* Images */
img.scale-with-grid,
#sitecontainer img {
  /* This makes images responsive */
  max-width: 100% !important;
  height: auto !important;
}

iframe {
  /* Make iframes responsive */
  max-width: 100% !important;
}

::selection {
  color: #fff;
}

.hidden {
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.disappear {
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.appear,
.disappear.appear {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

/**
 * Column Widths
 */
.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.two-third {
  width: 65.33%;
}

.one-fourth {
  width: 22%;
}

.three-fourth {
  width: 74%;
}

.one-fifth {
  width: 16.8%;
}

.two-fifth {
  width: 37.6%;
}

.three-fifth {
  width: 58.4%;
}

.four-fifth {
  width: 79.2%;
}

.one-sixth {
  width: 13.33%;
}

.five-sixth {
  width: 82.67%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
  margin-right: 4%;
  margin-bottom: 25px;
  float: left;
}

.column-last {
  margin-right: 0 !important;
  clear: right;
}

/* Vertical Centering */
.verticalcenter {
  display: table;
}

/* For IE7 */
.verticalcenter td {
  vertical-align: middle;
}

.verticalcenter .cell.verticalcenter {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* Divider Styling */
.divider {
  margin: 10px 0 40px 0;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: #e7e7e7;
  border-color: rgba(0, 0, 0, 0.05);
  height: 6px;
}

.divider span {
  background: #333;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.dark .divider span {
  background: #fff;
  color: #333;
}

/* Javascript Alert */
.alert {
  /* For Non-Javascript Enabled Browsers */
  background: #ffffff;
  text-align: center;
  padding: 5px 0px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}

.alert p {
  font-size: 24px;
  color: #666;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-left: -30px;
  margin-top: -18px;
}

.svg.smil .loading, .svg.smil .loading-dark {
  background-size: 50px;
}

.loading, .loading-dark {
  background-repeat: no-repeat;
  background-position: center;
  min-width: 50px;
  min-height: 50px;
}

body:before {
  /* preload */
  display: none;
  content: url(images/loading-spin.svg) url(images/loading-spin-dark.svg) url(images/loading.gif) url(images/loading-dark.gif);
}

/* FallBacks */
.loading {
  background-image: url(images/loading.gif);
}

.loading-dark {
  background-image: url(images/loading-dark.gif);
}

/* Spin Animation */
.svg.smil .loading {
  background-image: url(images/loading-spin.svg);
}

.svg.smil .loading-dark {
  background-image: url(images/loading-spin-dark.svg);
}

/*-----------------------------------------------------------------------------------*/
/*  $WORDPRESS
/*-----------------------------------------------------------------------------------*/
.aligncenter, div.aligncenter {
  display: block;
  margin: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.remove-top {
  margin-top: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.aligncenter {
  text-align: center;
}

.noborder {
  border: none !important;
}

p img {
  display: inline;
}

em {
  font-style: italic;
}

img.attachment-thumbnail {
  max-width: 100% !important;
  height: auto !important;
}

blockquote {
  margin: 20px 0 45px 0;
  padding: 0;
  border: none;
  text-align: center;
}

.tw-column blockquote,
.tw-column blockquote p {
  margin: 0;
}

blockquote p {
  font-size: 32px;
  line-height: 42px;
  margin: 20px auto;
  text-align: left;
  max-width: 500px;
  color: #333;
  display: inline-block;
  border-top: 10px solid #e8e8e8;
  border-bottom: 10px solid #e8e8e8;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 20px 0 10px 0;
}

cite {
  display: block;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.alignright blockquote {
  float: right;
  max-width: 340px;
  margin-top: 0;
  padding-left: 20px;
}

.alignleft blockquote {
  float: left;
  max-width: 340px;
  margin-top: 0;
  padding-right: 20px;
}

.sticky {
  position: relative;
}

.sticky:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f097";
  position: absolute;
  top: -5px;
  right: 20px;
  color: #999;
}

.sticky.post.onecol:before {
  top: 4px;
  left: 11px;
  right: auto;
  color: #fff;
  z-index: 5;
  font-size: 24px;
}

.bypostauthor {
  border: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*  $TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
/* Default Body */
body {
  font-size: 18px;
  line-height: 2em;
  color: #777;
  overflow-x: hidden;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  /* Chrome and Safari */
  -moz-backface-visibility: visible;
  /* Firefox */
  -ms-backface-visibility: visible;
  /* Internet Explorer */
}

p, ul {
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 20px;
  color: #777;
}

/* Link Transitions */
p a, a {
  text-decoration: none;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

/* Headings */
h1 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 20px;
  color: #000;
  font-style: normal;
  font-weight: 300;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 10px;
  color: #000;
  font-style: normal;
  font-weight: 300;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.6em;
  margin-bottom: 18px;
  color: #000;
  font-weight: 400;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #000;
  font-style: normal;
  font-weight: 300;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
  color: #000;
  font-style: normal;
  font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

/**
 * Site Wide Specifics
 */
p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

/*-----------------------------------------------------------------------------------*/
/*  $LISTS
/*-----------------------------------------------------------------------------------*/
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li, ul ol li, ol ol li, ol ul li {
  margin-bottom: 6px;
}

ul ul {
  margin-left: 0;
  padding-left: 0;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* Horizontal Rule */
hr {
  border-style: solid;
  border-color: #dcdcdc;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  height: 1;
}

.generatedcontent .content > ol,
.generatedcontent .content span > ol {
  counter-reset: themewich-counter;
  list-style: none;
  padding: 20px 0 1px 0;
  margin-left: 24px;
}
.generatedcontent .content > ol li,
.generatedcontent .content span > ol li {
  min-height: 40px;
  padding-left: 15px;
}
.generatedcontent .content > ol li:before,
.generatedcontent .content span > ol li:before {
  content: counter(themewich-counter);
  counter-increment: themewich-counter;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  padding: 0px 0;
  text-align: center;
  float: left;
  margin-left: -50px;
  margin-top: -3px;
  color: #ccc;
  font-size: 22px;
}
.generatedcontent .content > ul,
.generatedcontent .content span > ul {
  list-style-type: none;
  padding: 20px 0 1px 0;
  margin-left: 10px;
}
.generatedcontent .content > ul li,
.generatedcontent .content span > ul li {
  min-height: 20px;
  list-style-type: none;
  padding-left: 15px;
}
.generatedcontent .content > ul li:before,
.generatedcontent .content span > ul li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  padding: 0px 0;
  text-align: center;
  float: left;
  margin-left: -50px;
  margin-top: -3px;
  color: #ccc;
  font-size: 12px;
}
.generatedcontent .content ol[class], .generatedcontent .content ul[class] {
  padding: 0;
  margin: 0;
}
.generatedcontent .content ol[class] li, .generatedcontent .content ul[class] li {
  padding: 0;
  margin: 0;
}
.generatedcontent .content ol.listcomments {
  margin-left: 0;
}
.generatedcontent .content ol.listcomments li {
  padding-left: 0;
}
.generatedcontent .content ol.listcomments li:before {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  $INPUTS
/*-----------------------------------------------------------------------------------*/
/**
 * Inputs
 */
input:focus {
  outline: none;
}

input[type=text], textarea {
  margin: 0 0 20px 0;
  border: none;
  background: #e8e8e8;
  background: rgba(100, 100, 100, 0.09);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 90%;
  padding: 10px;
}

input[type="text"]:focus,
textarea:focus {
  background: #e3e3e3;
  background: rgba(100, 100, 100, 0.15);
  outline: none !important;
}

select {
  background: #e8e8e8;
  background: rgba(100, 100, 100, 0.09);
  padding: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

input[type="text"],
textarea,
#commentsubmit input[type="text"],
#commentsubmit textarea,
.contactsubmit input[type="text"],
.contactsubmit textarea,
.contactsubmit select,
select#top_nav_menu {
  color: #555;
  border: none;
  background: #e8e8e8;
  background: rgba(100, 100, 100, 0.09);
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="submit"] {
  margin-top: 0;
  -webkit-appearance: none;
}

/* Search Box */
.search {
  position: relative;
}

.widget .search i {
  top: 5px;
}

.search label {
  width: 100%;
}
.search input {
  font-size: 12px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  max-width: 300px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #777;
  padding: 0 14px;
  color: #555;
  border: none;
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.075);
}
.search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  line-height: 42px;
}
.search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  line-height: 42px;
}
.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}
.search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}
.search input::-ms-clear {
  display: none;
}

/* Contact Forms */
.ninja-forms-form-wrap input[type=text],
.ninja-forms-form-wrap textarea {
  margin-bottom: 10px;
}

div.ninja-forms-required-items {
  font-size: 12px;
  float: right;
  color: #999;
}

.ninja-forms-field-error,
.ninja-forms-error-msg,
.ninja-forms-field-error p {
  color: #ff0000;
  font-size: 12px;
  line-height: 12px;
}

.edition .ninja-forms-form-wrap input,
.edition .ninja-forms-form-wrap textarea {
  padding: 12px;
}
.edition .ninja-forms-response-msg.ninja-forms-success-msg p {
  color: #63AE39;
}
.edition .ninja-forms-response-msg.ninja-forms-error-msg p {
  color: #ff0000;
}
.edition .ninja-forms-response-msg p, .edition .ninja-forms-response-msg div {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color:#f08700 !important;
}

.ninja-forms-field-error{
display:none !important;
}

#footer #ninja_forms_form_1_process_msg > img {
  display: none;
}

.edition .field-wrap.label-left .ninja-forms-field,
.edition .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0;
}

.edition #ui-datepicker-div .ui-datepicker-header,
.edition #ui-datepicker-div .ui-datepicker-calendar th,
.edition #ui-datepicker-div .ui-datepicker-calendar td {
  padding: 10px;
  text-align: center;
  line-height: 13px;
  font-size: 13px;
}

.ui-datepicker-header {
  background: #222;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  background: #dcdcdc;
  color: #999;
}

#ui-datepicker-div .ui-datepicker-calendar td {
  border: 1px solid #fff;
}

#ui-datepicker-div .ui-icon {
  text-indent: 99999px;
  display: block;
}

#contactform {
  margin-bottom: 30px;
}

textarea {
  overflow: hidden;
  line-height: 21px;
}

.contactsubmit span {
  color: #c85849;
}

.contactsubmit .formrow {
  height: 90px;
}

.contactsubmit .messagerow {
  padding-bottom: 15px;
}

.contactsubmit label {
  margin: 0 0 6px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.contactsubmit input[type=text], .contactsubmit textarea, .contactsubmit select {
  padding: 10px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  font-size: 12px;
}

.contactsubmit input[type=text] {
  width: 90%;
}

.contactsubmit select {
  width: 100%;
}

.contactsubmit input[type=submit] {
  border: none;
}

.contactsubmit textarea {
  width: 95%;
}

.contactsubmit #submit {
  padding: 10px;
  margin: 0 0 20px 0;
  border: inherit;
  width: inherit;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
}

.contactsubmit input:focus, .contactsubmit textarea:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  outline: 0;
}

.contactsubmit .radiobutton {
  margin-left: 10px;
  display: block;
  margin-right: 0;
  width: 100px;
  float: left;
  line-height: 30px;
  height: 45px;
  font-size: 12px;
  text-transform: none;
}

.contactsubmit input[type="radio"] {
  font-size: 12px;
  display: inline;
  float: left;
  width: 15px;
  margin: 0;
  margin-top: 8px;
  margin-right: 5px;
}

.contactsubmit label.error, .ag_contact_widget label.error {
  font-size: 10px;
  color: #c85849;
  text-transform: none;
  letter-spacing: 0;
}

p.loading {
  display: none;
}

.contactcontent {
  margin-bottom: 30px;
}

.emailsuccess {
  background: #F3F3F3;
  margin-bottom: 30px;
  color: #63AE39;
  background: #E6F9DC;
  border: 1px solid #81CE56;
  padding: 20px;
  box-shadow: 0 1px 2px #F0F0F0;
  -moz-box-shadow: 0 1px 2px #F0F0F0;
  -webkit-box-shadow: 0 1px 2px #F0F0F0;
  text-shadow: 0 1px 0 white;
}

.singlecontent .emailsuccess h4, .emailsuccess h4 {
  margin-bottom: 10px;
  color: #407c1f;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}

.emailsuccess p {
  margin: 0;
  color: #63AE39;
}

.ag_contact_widget label.error {
  margin-top: -15px;
  display: block;
  margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------------

	$THEME
	CSS for theme layout and styling

------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $TITLES
/*-----------------------------------------------------------------------------------*/
/* General Page Titles */
.pagetitle .title {
  color: #fff;
  display: block;
  margin: 0;
  margin-bottom: 20px;
}
.pagetitle img.top-bg-image {
  min-width: 1500px;
  max-width: none !important;
}
.pagetitle .title a:hover {
  text-decoration: underline;
}
.pagetitle .pagetitle a.button {
  margin-top: 10px;
}

.blog .pagetitleloading,
.archive .pagetitleloading,
.search .pagetitleloading,
.page .pagetitleloading,
.error404 .pagetitleloading {
  margin-bottom: 30px;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.blog .no-background .pagetitleloading,
.archive .no-background .pagetitleloading,
.search .no-background .pagetitleloading,
.page .no-background .pagetitleloading,
.error404 .no-background .pagetitleloading {
  margin-bottom: 0;
}
.blog .pagetitle,
.archive .pagetitle,
.search .pagetitle,
.page .pagetitle,
.error404 .pagetitle {
  padding: 40px 0;
  background-attachment: fixed !important;
  min-height: 0;
}
.blog .pagetitle .title,
.archive .pagetitle .title,
.search .pagetitle .title,
.page .pagetitle .title,
.error404 .pagetitle .title {
  margin-bottom: 10px;
}
.blog .pagetitle .slidecaptionwrap,
.archive .pagetitle .slidecaptionwrap,
.search .pagetitle .slidecaptionwrap,
.page .pagetitle .slidecaptionwrap,
.error404 .pagetitle .slidecaptionwrap {
  position: static;
}
.blog .pagetitle .slidecaption,
.archive .pagetitle .slidecaption,
.search .pagetitle .slidecaption,
.page .pagetitle .slidecaption,
.error404 .pagetitle .slidecaption {
  width: 100%;
  position: relative;
}
.blog .no-background .pagetitle,
.archive .no-background .pagetitle,
.search .no-background .pagetitle,
.page .no-background .pagetitle,
.error404 .no-background .pagetitle {
  padding-top: 20px;
  padding-bottom: 30px;
}
.blog .no-background .pagetitle .overlay,
.archive .no-background .pagetitle .overlay,
.search .no-background .pagetitle .overlay,
.page .no-background .pagetitle .overlay,
.error404 .no-background .pagetitle .overlay {
  display: none;
}
.blog .no-background .title,
.archive .no-background .title,
.search .no-background .title,
.page .no-background .title,
.error404 .no-background .title {
  color: #333;
}
.blog .no-background .subheadline,
.archive .no-background .subheadline,
.search .no-background .subheadline,
.page .no-background .subheadline,
.error404 .no-background .subheadline {
  color: #777;
}
.blog .no-background.default-layout .sidebar,
.archive .no-background.default-layout .sidebar,
.search .no-background.default-layout .sidebar,
.page .no-background.default-layout .sidebar,
.error404 .no-background.default-layout .sidebar {
  padding-top: 36px;
  margin-top: 3px;
}
.blog .has-background .slidecaption .title,
.archive .has-background .slidecaption .title,
.search .has-background .slidecaption .title,
.page .has-background .slidecaption .title,
.error404 .has-background .slidecaption .title {
  color: #fff;
}
.blog .has-background .slidecaption .subheadline,
.archive .has-background .slidecaption .subheadline,
.search .has-background .slidecaption .subheadline,
.page .has-background .slidecaption .subheadline,
.error404 .has-background .slidecaption .subheadline {
  color: #fff;
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}

/**
 * Full Top BG Image
 */
.pagetitleloading.background-imaged {
  background-color: #000;
}
.pagetitleloading.background-imaged .pagetitle {
  padding: 160px 0;
  margin-top: -45px;
  margin-bottom: -20px;
  background: transparent;
}
.pagetitleloading.background-imaged .imagecover {
  height: 100%;
  position: absolute;
  top: 0;
}
.pagetitleloading.background-imaged .imagecover .full-bg-image {
  background-position: 50% 50%;
  background-attachment: scroll;
}
.pagetitleloading.background-imaged .js .imagecover {
  display: none;
}
.pagetitleloading.background-imaged .slidecaptionwrap {
  position: relative !important;
}

#sitecontainer .backstretch img {
  max-width: none !important;
}

.imagecover {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.imagecover .post-break {
  margin: auto;
}

.backgroundsize .imagecover img {
  display: none;
}

.imagecover img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.imagecover img {
  top: 0;
  left: 0;
  max-height: none;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-----------------------------------------------------------------------------------*/
/*  $REVIEW
/*-----------------------------------------------------------------------------------*/
/**
 * CSS Percentage Circle for Reviews
 * Author: Andre Firchow
 */
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #19a094;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  border: 9px solid #dcdcdc;
  border: 9px solid rgba(0, 0, 0, 0.1);
}

.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 240px;
}

.c100.small {
  font-size: 80px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: -0.28em;
  top: -0.28em;
  width: 3.35em;
  line-height: 3.35em;
  font-size: 0.3em;
  color: #555;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  width: 0.85em;
  height: 0.85em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
  top: -0.074em;
  left: -0.074em;
}

.c100:hover {
  cursor: default;
}

.c100:hover > span {
  color: #19a094;
  -webkit-transform: scale(1.35);
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.inner-content {
  margin: auto;
  margin-right: 30px;
  cursor: pointer;
}
.inner-content p.summary-title {
  font-style: normal;
  line-height: 18px;
  font-weight: bold;
  color: #555;
  margin-top: 10px;
  margin-bottom: 15px;
}
.inner-content:hover {
  text-decoration: none !important;
}

/**
 * Review Styling
 */
.reviewtop .inner-content {
  float: left;
}

.top-score {
  padding: 20px;
  margin-top: -40px;
  padding-top: 50px;
  background: #f1f1f1;
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}

.breakdown-wrap {
  margin: 40px 0 55px 0;
}

.breakdown {
  padding: 30px 40px 40px 40px;
  background: #e8e8e8;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
.breakdown .table {
  margin: 0 0 20px 0;
}
.breakdown .c100 > span {
  color: #555;
}
.breakdown .breakdown-title {
  margin-bottom: 10px;
  margin-top: -50px;
}
.breakdown .criteria, .breakdown .score {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.breakdown .criteria {
  float: left;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 50px;
  margin-bottom: 10px;
}
.breakdown .score {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
}
.breakdown .linewrap {
  background: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.breakdown .line {
  height: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.breakdown .reviewline {
  margin-bottom: 15px;
  position: relative;
}
.breakdown .reviewline:hover .line {
  background: #333;
  height: 20px;
}
.breakdown p.summary-title {
  margin-bottom: 0;
}
.breakdown .description-cell {
  width: 100%;
  padding-left: 50px;
}
.breakdown.no-description {
  padding-top: 10px;
}
.breakdown.no-description .table {
  margin-top: 10px;
  margin-bottom: 5px;
}
.breakdown.no-description .description-cell {
  width: 0%;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
.tw-button,
a.tw-button,
a.button,
a.more-link,
#submit,
.tw-postshortcode a.more-link,
input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border-width: 2px !important;
  border-style: solid !important;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 12px 14px;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.edition .tw-button,
.edition a.tw-button,
.edition .tw-postshortcode a.more-link {
  border-width: 2px !important;
  border-style: solid !important;
}

.button:hover,
.tw-button:hover,
a.tw-button:hover,
a.button:hover,
a.more-link:hover,
#submit:hover,
.tw-postshortcode a.more-link:hover,
input[type=submit]:hover,
.button:active,
.tw-button:active,
a.tw-button:active,
a.button:active,
a.more-link:active,
#submit:active,
.tw-postshortcode a.more-link:active,
input[type=submit]:active {
  color: #fff !important;
}

a.button.outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  margin-top: 0;
  z-index: 99;
  text-transform: uppercase;
}

a.button.outline:hover {
  background: #fff !important;
  color: #222 !important;
}

.tw-button:hover,
a.tw-button:hover,
.widget a.tw-button:hover,
.tw-postshortcode a.more-link:hover {
  border-color: #222;
}

span.more-link {
  display: block;
}

a.more-link {
  display: inline-block;
}

a.more-link, a.button, .tw-button, a.tw-button, .button {
  margin-top: 15px;
}

a.button.shortcode {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

/* Button Hovers */
.button:hover, a.button:hover, .widget a.button:hover, .cancel-reply p a:hover {
  background: #111 !important;
}

.button:hover, a.button:hover, #submit:hover {
  color: #fff !important;
}

.button.custom:hover, a.button.custom:hover {
  background: #000 !important;
}

/* Button Sizes */
.button.small, .tw-button.small {
  font-size: 10px;
}

.button.medium, .tw-button.medium {
  font-size: 12px;
  padding: 10px 12px 11px !important;
}

.button.large, .tw-button.large {
  font-size: 14px;
  padding: 12px 14px 13px !important;
}

.button.huge, .tw-button.huge {
  font-size: 14px;
  padding: 22px 25px !important;
}

/* Button Colors */
.button.red, .tw-button.red {
  background: #C60108;
}

.button.orange, .tw-button.orange {
  background: #E97F02;
}

.button.yellow, .tw-button.yellow {
  background: #ECBA09;
}

.button.green, .tw-button.green {
  background: #8FBE00;
}

.button.blue, .tw-button.blue {
  background: #00A8C6;
}

.button.purple, .tw-button.purple {
  background: #490A3D;
}

.button.grey, .tw-button.grey,
.button.gray, .tw-button.gray {
  background: #999;
}

.button.purple:hover, .tw-button.purple:hover, .button.blue:hover, .tw-button.blue:hover, .button.green:hover, .tw-button.green:hover, .button.yellow:hover, .tw-button.yellow:hover, .button.orange:hover, .tw-button.orange:hover, .button.red:hover, .tw-button.red:hover {
  background: #333;
}

/*-----------------------------------------------------------------------------------*/
/*  $BADGES
/*-----------------------------------------------------------------------------------*/
.badges-title {
  margin-left: -99999px;
  padding-left: 99999px;
  background: #f3f3f3;
  float: left;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  /* Put in customization options */
  font-size: 14px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 30px;
}

.badges-title:before {
  border-bottom: 66px solid rgba(255, 255, 255, 0);
  border-left: 20px solid #f3f3f3;
  border-top: 0 solid rgba(255, 255, 255, 0);
  right: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.badges-title:before, .badges-title:after,
.badge a:before, .badge a:after,
.badgesliver:before, .badgesliver:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
}

.badge a:after,
.badgesliver:after {
  border-bottom: 30px solid rgba(255, 255, 255, 0);
  border-left-width: 8px;
  border-left-style: solid;
  border-top: 0 solid rgba(255, 255, 255, 0);
  right: -8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.badge a:before,
.badgesliver:before {
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-right-width: 8px;
  border-right-style: solid;
  border-top: 30px solid rgba(255, 255, 255, 0);
  left: -8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.badge a,
.badgesliver {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 2px;
  color: #fff;
  padding: 10px;
  line-height: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  z-index: 10;
}

.badgesliver {
  background: #444;
}

.badgesliver:after {
  border-left: 8px solid #444;
}

.badgesliver:before {
  border-right: 8px solid #444;
}

.badgesliver.highlight:after {
  border-left-width: 8px;
  border-left-style: solid;
}

.badgesliver.highlight:before {
  border-right-width: 8px;
  border-right-style: solid;
}

.badge a:hover {
  color: #fff;
}

.isobrick .badge {
  position: absolute;
  top: 30px;
  left: 5px;
}

.pagetitle .badge,
.slidecaption .badge {
  margin-bottom: 20px;
}

.no-thumbnail .pagetitle .badge {
  margin-bottom: 0;
}

.badge {
  background: transparent;
}

.badge a {
  margin-right: 10px;
}

.badge a {
  color: #fff;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.badge a:hover {
  text-decoration: none;
}

.badge a:hover {
  background: #000 !important;
  color: #fff !important;
}

.badge a:hover:after {
  border-left: 8px solid #000;
  border-left-color: #000 !important;
}

.badge a:hover:before {
  border-right: 8px solid #000;
  border-right-color: #000 !important;
}

.black.badge {
  background: #222;
}

.black.badge:after {
  border-left: 8px solid #222;
}

.black.badge:before {
  border-right: 8px solid #222;
}

.tw-bullet {
  font-family: helvetica, arial, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*  $ANIMATIONS
/*-----------------------------------------------------------------------------------*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  -ms-animation-duration: 0.45s;
  -o-animation-duration: 0.45s;
  animation-duration: 0.45s;
  animation-direction: normal;
}

.isotopecontainer .isobrick-inner {
  -webkit-transition: all 0.65s;
  -moz-transition: all 0.65s;
  transition: all 0.65s;
}

.isotopecontainer .isobrick-inner.animate {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  transform: translateX(-400px);
  opacity: 0;
}

.isotopecontainer .isobrick-inner.animatereverse {
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  transform: translateX(400px);
  opacity: 0;
}

/**
 * FadeOutLeft
 */
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/**
 * FadeInUp
 */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/**
 * FadeInDown
 */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**
 * FadeOutDown
 */
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    display: block;
  }

  99% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    display: block;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    display: none;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moztransform: translateY(0);
    display: block;
  }

  99% {
    opacity: 0;
    -moztransform: translateY(20px);
    display: block;
  }

  100% {
    opacity: 0;
    -moztransform: translateY(20px);
    display: none;
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    display: block;
  }

  99% {
    opacity: 0;
    -o-transform: translateY(20px);
    display: block;
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px);
    display: none;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }

  99% {
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
    display: none;
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/**
 * KenBurns
 */
img.kenburns {
  -webkit-animation-name: kenburns;
  -moz-animation-name: kenburns;
  -o-animation-name: kenburns;
  animation-name: kenburns;
}

img.kenburnsreverse {
  -webkit-animation-name: kenburnsreverse;
  -moz-animation-name: kenburnsreverse;
  -o-animation-name: kenburnsreverse;
  animation-name: kenburnsreverse;
}

img.kanimate {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -ms-animation-duration: 30s;
  -o-animation-duration: 30s;
  animation-duration: 30s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }

  100% {
    webkit-transform: scale(1);
  }
}
/**
 * kenburns Reverse
 */
@-webkit-keyframes kenburnsreverse {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes kenburnsreverse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}
/**
 * Infinite Bounce
 */
@keyframes bounceinfinite {
  from {
    transform: translate3d(0, -2px, 0);
  }

  to {
    transform: translate3d(0, 2px, 0);
  }
}
@-webkit-keyframes bounceinfinite {
  from {
    -webkit-transform: translate3d(0, -2px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 2px, 0);
  }
}
.bounceinfinite {
  animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  /* Safari and Chrome */
  -webkit-animation-name: bounceinfinite;
  -moz-animation-name: bounceinfinite;
  -o-animation-name: bounceinfinite;
  animation-name: bounceinfinite;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
}

/**
 * CSS3 Preloader
 */
.loading-image {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-width: 4px;
  border-style: solid;
  border-bottom-color: #e3e3e3;
  border-left-color: #e3e3e3;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: #222;
  border-top-color: #222;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  -webkit-animation: spinner 0.7s infinite linear;
  -moz-animation: spinner 0.7s infinite linear;
  -ms-animation: spinner 0.7s infinite linear;
  -o-animation: spinner 0.7s infinite linear;
  animation: spinner 0.7s infinite linear;
}

@keyframes "spinner" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spinner {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes "spinner" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes "spinner" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes "spinner" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*-----------------------------------------------------------------------------------*/
/*  $SHORTCODES
/*-----------------------------------------------------------------------------------*/
a.tw-lightbox {
  color: #777;
}

.edition ul.tw-tabs li a.active {
  height: 38px;
}
.edition ul.tw-tabs li a {
  line-height: 22px;
}
.edition .tw-toggle .tw-toggle-trigger,
.edition .tw-accordion .tw-accordion-trigger {
  background-color: rgba(0, 0, 0, 0.05);
}

.tw-toggle .tw-column {
  margin-bottom: 0;
}

.generatedcontent .content ul.tw-tabs {
  margin-bottom: 15px;
}

.sidepostcontainer.isotopecontainer {
  padding-bottom: 0;
}

.tw-postshortcode h3, .tw-postshortcode h3 a {
  color: #222;
}

.tw-postshortcode h4.title-shortcode {
  margin-bottom: 35px;
}

.edition .tw-postshortcode, .edition .tw-postshortcode p {
  font-size: 14px !important;
  line-height: 2em !important;
  margin-bottom: 20px !important;
}

.edition .tw-postshortcode h3, .edition .tw-postshortcode h3 a {
  font-size: 22px !important;
  line-height: 28px;
}

.edition .tw-tabs-shortcode li p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
}

.generatedcontent .content .tw-pricing ul li:before,
.generatedcontent .content .tw-tabs-shortcode ul li:before {
  display: none;
}

.edition .tw-button,
.edition a.tw-button,
.edition .tw-postshortcode a.more-link {
  background: transparent;
}
.edition a.tw-button.shortcode.custom {
  border-color: transparent;
  color: #fff;
}
.edition .tw-button {
  /* Button Colors */
}
.edition .tw-button.red {
  background: #C60108;
}
.edition .tw-button.orange {
  background: #E97F02;
}
.edition .tw-button.yellow {
  background: #ECBA09;
}
.edition .tw-button.green {
  background: #8FBE00;
}
.edition .tw-button.blue {
  background: #00A8C6;
}
.edition .tw-button.purple {
  background: #490A3D;
}
.edition .tw-button.purple:hover, .edition .tw-button.blue:hover, .edition .tw-button.green:hover, .edition .tw-button.yellow:hover, .edition .tw-button.orange:hover, .edition .tw-button.red:hover {
  background: #333;
}

/*-----------------------------------------------------------------------------------*/
/*  $GALLERIES
/*-----------------------------------------------------------------------------------*/
/**
 * General Gallery Styles
 */
.gallery-wrap {
  margin: 20px 0 25px 0;
  min-height: 75px;
}

.featuredimage .gallery-wrap {
  margin-top: 0 !important;
  /* Remove top margin if used in featured area */
}
.featuredimage .single-slideshow.gallery-wrap.pager {
  margin-bottom: 35px !important;
}

/* Disable margins if in columns */
.tw-column .gallery-wrap, .tw-colum div.fixed {
  margin: 0 auto !important;
}

/**
 * Regular Gallery
 */
.gallery-icon {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.gallery-item {
  margin: 6px;
  position: relative;
  background: #222;
}

.gallery .gallery-icon img, .gallery .gallery-icon a {
  border: none !important;
  display: block;
  margin: 0;
}

/* Regular Styles */
.single-gallery img {
  width: auto;
}

/* Gallery Sizes */
.single-gallery .gallery-columns-1 .gallery-item {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.single-gallery .gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0.5% 1%;
}
.single-gallery .gallery-columns-3 .gallery-item {
  width: 31%;
  margin: 0.5% 1%;
}
.single-gallery .gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0.5% 1%;
}
.single-gallery .gallery-columns-4 .gallery-item .gallery-caption span {
  padding: 15px;
}
.single-gallery .gallery-columns-5 .gallery-item {
  width: 18.85%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-6 .gallery-item {
  width: 15.55%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-7 .gallery-item {
  width: 13.15%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-8 .gallery-item {
  width: 11.35%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-9 .gallery-item {
  width: 10%;
  margin: 0.25% 0.5%;
}
.single-gallery .gallery-columns-5 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-6 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-7 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-8 .gallery-item .gallery-caption,
.single-gallery .gallery-columns-9 .gallery-item .gallery-caption {
  display: none;
}

/* Full-Width Styles */
/* Loading Styles */
.single-gallery.full .gallery {
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

/* No JS Fallback */
.no-js .single-gallery.full .gallery {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

/* Image Size Changes */
.single-gallery.full img {
  width: 256px;
}

/* Different Margin */
.single-gallery.full .gallery-item {
  margin-bottom: 10px;
}

/* Center Gallery on Page */
.single-gallery.full .gallery {
  margin: 40px auto;
}

/**
 * Slideshow Gallery
 */
.page-template-template-home-php .single-slideshow.gallery-wrap.pager {
  margin: 0;
}

.page-template-template-home-php .single-slideshow .pager {
  margin: 0;
}

.single-slideshow.homeslideshow .bx-wrapper .bx-controls-direction a {
  background-color: transparent !important;
  background-size: 0.75em !important;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.single-slideshow.homeslideshow:hover .bx-wrapper .bx-controls-direction a {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.single-slideshow.homeslideshow .carousel .bx-controls-direction a {
  background-size: 1em !important;
}

/* Add Pager Margin */
.single-slideshow.gallery-wrap.pager {
  margin-bottom: 60px;
}

.single-slideshow.gallery-wrap {
  margin-top: 40px;
}

.tw-column .single-slideshow {
  margin-top: 0;
}

.bx-wrapper li {
  display: block;
  min-width: 1px;
}

.gallery-wrap .pager li > a,
.gallery-wrap .pager li > span {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  border: none;
  background-color: transparent;
}

/* No JS Fallback */
.no-js .single-slideshow {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

/* Full-Width Styles */
.single-slideshow .full.gallery {
  margin: auto;
}

/**
 * Carousel Gallery
 */
.single-carousel .gallery-icon {
  height: 100%;
  background: #333;
}

.single-carousel img {
  position: relative;
  z-index: 2;
}

/* Full-Width Styles */
.single-carousel.full .bx-wrapper {
  margin: auto;
}

/**
 * Gallery Controls
 */
.single-slideshow .bx-wrapper .bx-controls-direction a,
.carousel .bx-wrapper .bx-controls-direction a {
  margin-top: -34px;
  width: 50px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.no-svg .bx-wrapper .bx-prev,
.no-svg .single-slideshow .bx-wrapper .bx-prev,
.no-svg .single-carousel .bx-wrapper .bx-prev {
  left: 0px;
  background: url(images/sprites.png);
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: -162px -53px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.bx-wrapper .bx-prev,
.single-slideshow .bx-wrapper .bx-prev,
.carousel .bx-wrapper .bx-prev {
  background: url(images/left-chevron.svg) center no-repeat;
  left: 0;
}

.no-svg .bx-wrapper .bx-next,
.no-svg .single-slideshow .bx-wrapper .bx-next,
.no-svg .carousel .bx-wrapper .bx-next {
  right: 0px;
  background: url(images/sprites.png);
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: -217px -52px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.no-svg .single-carousel .bx-wrapper .bx-controls-direction .bx-next,
.no-svg .single-carousel .bx-wrapper .bx-controls-direction .bx-prev {
  background-image: none;
}

.bx-wrapper .bx-next,
.single-slideshow .bx-wrapper .bx-next,
.carousel .bx-wrapper .bx-next {
  background: url(images/right-chevron.svg) center no-repeat;
  right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $SLIDER
/*-----------------------------------------------------------------------------------*/
/**
 * BxSlider
 */
/* RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.outsidearrows .bx-wrapper {
  padding: 0 25px;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

.bx-wrapper ul li {
  margin: auto;
}

/* THEME */
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

/*  Bullets */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dcdcdc;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
}

/* LOADER */
.bx-wrapper .bx-loading {
  display: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 60;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.single-carousel .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 100%;
  top: 34px;
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
  font-size: 1.5em;
  color: #fff;
  background: #000;
  text-indent: 0;
  text-align: center;
}
.single-carousel .bx-wrapper .bx-controls-direction a i {
  position: relative;
  top: 50%;
  margin-top: -15px;
}

.single-carousel .bx-wrapper .bx-controls-direction a:hover,
.single-carousel .bx-wrapper:hover .bx-controls-direction a {
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}

.single-carousel .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
  text-indent: -9999999px;
  background: #222222 url(images/right-arrow-thick.svg) center no-repeat;
  background-size: 16px;
}

.single-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
  text-indent: -9999999px;
  background: #222222 url(images/left-arrow-thick.svg) center no-repeat;
  background-size: 16px;
}

.no-svg .single-carousel .bx-wrapper .bx-controls-direction a.bx-next {
  background: #222222 url(images/right-arrow-thick.png) center no-repeat;
}
.no-svg .single-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  background: #222222 url(images/left-arrow-thick.png) center no-repeat;
}

.bx-wrapper .bx-controls-direction a.disabled, .isobrick .bx-wrapper .bx-controls-direction a {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-caption {
  position: absolute;
  font-size: 16px;
  bottom: 10px;
  left: 15px;
  color: white;
  z-index: 999;
  color: #fff;
  z-index: 8;
  padding: 5px 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}

.bx-caption span {
  line-height: 2.1em;
  padding: .4em 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0.8em 0 0 rgba(0, 0, 0, 0.75), -0.8em 0 0 rgba(0, 0, 0, 0.75);
}

.no-caption .bx-caption {
  display: none !important;
}

.bxslider {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  position: absolute;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $IMAGES
/*-----------------------------------------------------------------------------------*/
/**
 * Image Styles
 */
/* Image Alignment */
img.alignright, .wp-caption.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

img.alignleft, .wp-caption.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

img.aligncenter, .wp-caption.aligncenter {
  margin: 40px auto 30px;
}

/**
 * Parallax-Style Image
 */
.post-break {
  position: relative;
  float: none;
  margin: 40px auto 30px;
  display: inline-block;
  line-height: 0;
  min-width: 100% !important;
  max-width: 100% !important;
}

.full-bg-image {
  display: block;
  position: relative;
  padding-left: 99999px;
  margin-left: -99999px;
  padding-right: 99999px;
  margin-right: -99999px;
  background-position: center;
  background-attachment: fixed;
  background-color: #222;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  padding-bottom: 70%;
  background-position: center;
}

.imagecover .full-bg-image {
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}

/* Loading */
img.alignparallax {
  display: none;
}

.no-js img.alignparallax {
  display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  $CAPTIONS
/*-----------------------------------------------------------------------------------*/
/* General Styles */
.wp-caption {
  margin: 0 0 30px 0;
  width: auto;
  position: relative;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
  display: block;
}

/* Typography */
.wp-caption-text, .gallery-caption, .mfp-title {
  padding: 10px 20px;
  display: block;
  position: relative;
  text-rendering: optimizeLegibility;
  line-height: 16px;
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.05);
  color: #999;
  font-size: 0.8em;
  text-align: left;
}

.mfp-title,
.wp-caption-text.caption-fixedimg span,
.wp-caption-text.caption-normal span,
.single-slideshow .gallery-caption span {
  background: transparent;
  padding: .4em 0;
  color: #fff;
  display: inline;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0.8em 0 0 rgba(0, 0, 0, 0.5), -0.8em 0 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 2.1em;
}
.mfp-title a,
.wp-caption-text.caption-fixedimg span a,
.wp-caption-text.caption-normal span a,
.single-slideshow .gallery-caption span a {
  color: #fff;
}

/**
 * Image Captions
 */
/* Normal and Fixed Image Captions */
.wp-caption-text.caption-fixedimg, .wp-caption-text.caption-normal {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: transparent;
}

/* Alignment Captions */
.wp-caption.aligncenter {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text, .wp-caption.aligncenter .wp-caption-text {
  position: static;
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.05);
}

.wp-caption.alignleft .wp-caption-text span,
.wp-caption.alignright .wp-caption-text span,
.wp-caption.aligncenter .wp-caption-text span {
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: #999;
}
.wp-caption.alignleft .wp-caption-text span a,
.wp-caption.alignright .wp-caption-text span a,
.wp-caption.aligncenter .wp-caption-text span a {
  color: #999;
}

/* Parallax-Style Caption */
.post-break .wp-caption-text {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0;
  margin: 0;
  background: none;
  margin-left: 1em;
}

.wp-caption-text span a {
  color: #fff !important;
}

.post-break .wp-caption-text span {
  display: inline;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 1em 0 0 rgba(0, 0, 0, 0.5), -1em 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 0;
  line-height: 35px;
}
.post-break .wp-caption-text span a {
  color: #fff !important;
  text-decoration: none;
}
.post-break .wp-caption-text span a:hover {
  text-decoration: underline;
}

/**
 * Gallery Captions
 */
/* Slideshow Caption */
.single-slideshow .gallery-caption {
  background: none;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

/* Regular Caption */
.gallery-caption span {
  display: block;
  padding: 13px 20px;
}

.gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

/* Carousel and Gallery Captions */
.single-carousel .gallery-caption, .single-gallery .gallery-caption {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #fff;
  z-index: 9;
}

.single-carousel .gallery-icon .gallery-caption,
.single-gallery .gallery-item .gallery-caption {
  height: 100%;
  width: 100%;
  display: block;
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  background: transparent;
  padding: 0;
  line-height: 22px;
}

.no-csstransitions .single-carousel .gallery-icon .gallery-caption span,
.no-csstransitions .single-gallery .gallery-item .gallery-caption span {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  $HOVERS
/*-----------------------------------------------------------------------------------*/
.single-carousel .gallery-icon a:hover .gallery-caption span,
.single-gallery .gallery-item a:hover .gallery-caption span {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  display: block;
}

.single-carousel .gallery-icon .gallery-caption span,
.single-gallery .gallery-item .gallery-caption span {
  padding: 30px;
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  -ms-animation-duration: 0.45s;
  -o-animation-duration: 0.45s;
  animation-duration: 0.45s;
}

.no-csstransitions .single-carousel .gallery-icon:hover img,
.no-csstransitions .single-gallery .gallery-item:hover img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
}

/* Carousel and Gallery Image Hover */
.csstransitions .single-carousel a img,
.csstransitions .single-gallery a img {
  transition: transform 0.45s, filter 0.45s, opacity 0.45s ease-in-out;
  -webkit-transition: -webkit-transform 0.45s, -webkit-filter 0.45s, -webkit-opacity 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: -o-transform 0.45s, -o-filter 0.45s, -o-opacity 0.45s ease-in-out;
  -ms-transition: -ms-transform 0.45s, -ms-filter 0.45s, opacity 0.45s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  /* This forces hardware acceleration for more consistent transitions */
}

.csstransitions .single-carousel a:hover img,
.csstransitions .single-gallery a:hover {
  background: #333;
}

.csstransitions .single-carousel a:hover img,
.csstransitions .single-gallery a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
}

/*-----------------------------------------------------------------------------------

	$LAYOUT
	CSS for theme layout

------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $TOPBAR
/*-----------------------------------------------------------------------------------*/
.top-bar {
  background: #111;
  color: #acacac;
  padding: 0;
  font-size: 12px;
  line-height: 37px;
}

ul.news-ticker {
  padding: 0;
}

ul.news-ticker li a,
ul.news-ticker li a:hover {
  font-size: 12px;
  color: #acacac;
  text-decoration: none;
  line-height: 37px;
}

.breaking {
  font-size: 12px;
  text-transform: uppercase;
}

.breaking .breaking-title {
  background: #333;
  padding-right: 10px;
  font-size: 12px;
  line-height: 37px !important;
  /* Must match border-top width below */
  font-weight: normal;
  margin-left: -999999px;
  padding-left: 1000010px;
  display: block;
  position: relative;
  z-index: 99;
  float: left;
}
.breaking .breaking-title:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  border-top: 37px solid #333;
  /* Must match line-height above */
  border-right: 20px solid transparent;
  border-bottom: 0 solid #fff;
  right: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.breaking .breaking-ticker {
  float: left;
  margin-left: 30px;
  width: 420px;
}
.breaking .breaking-ticker .bx-controls {
  display: none;
}
.breaking .tw-scroll .breaking-ticker {
  margin-left: 0;
}
.breaking .breaking-ticker .bx-viewport,
.breaking .breaking-ticker .bx-wrapper ul li {
  max-height: 37px;
  overflow: hidden;
}

.topbar-right {
  text-align: right;
  padding-right: 15px;
}

.topbar-right a i {
  text-align: center;
  width: 35px;
}

.topbar-right i,
.topbar-right a i {
  display: inline-block;
  line-height: 37px;
  font-size: 18px;
  margin-left: 1px;
  color: #e3e3e3;
  padding: 0 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.topbar-left {
  float: left;
}

.top-bar a:hover i.fa-twitter {
  background-color: #39a9e0;
}
.top-bar a:hover i.fa-facebook {
  background-color: #3b5998;
}
.top-bar a:hover i.fa-dribbble {
  background-color: #ea4c89;
}
.top-bar a:hover i.fa-instagram {
  background-color: #4E433C;
}
.top-bar a:hover i.fa-linkedin {
  background-color: #4875B4;
}
.top-bar a:hover i.fa-pinterest {
  background-color: #910101;
}
.top-bar a:hover i.fa-tumblr {
  background-color: #34526F;
}
.top-bar a:hover i.fa-vimeo-square {
  background-color: #AAD450;
}
.top-bar a:hover i.fa-youtube-play {
  background-color: #C4302B;
}
.top-bar a:hover i.fa-google-plus-square {
  background-color: #C63D2D;
}
.top-bar a:hover i.fa-trello {
  background-color: #246e98;
}
.top-bar a:hover i.fa-stack-overflow {
  background-color: #fe7a15;
}
.top-bar a:hover i.fa-github {
  background-color: #4E433C;
}

.news-ticker {
  display: none;
}

.bx-wrapper .news-ticker {
  display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  $LOGONAV
/*-----------------------------------------------------------------------------------*/
/**
 * Logo Image
 */
#logo.table-cell {
  width: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#logo h1, #logo h2 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 0;
  font-style: normal;
  float: left;
}

#logo h1 a,
#logo h2 a {
  text-decoration: none;
  display: block;
  font-size: 24px !important;
  font-weight: bold;
  color: #222;
  text-transform: none;
  white-space: nowrap;
}

#logo img {
  display: block;
}

#logo img.retina {
  max-height: 50%;
}

/**
 * Dropdown Navigation
 */
/* Navigation Container */
.top-nav {
  position: relative;
  z-index: 130;
  width: 100%;
}

.top-nav.regular-nav .top-nav-inner {
  height: 100%;
}

.top-nav.regular-nav.is_stuck,
.top-nav.altnav .altcontainer.is_stuck {
  width: 100% !important;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

html.mm-right.mm-opened.mm-opening .mm-fixed-top {
  left: auto !important;
}

.top-nav.regular-nav.is_stuck {
  left: auto !important;
}

.top-nav .container {
  position: relative;
}

.top-nav .table-cell {
  vertical-align: middle;
}

.no-bg .top-nav {
  position: relative;
  background: #222;
}

/* Search in navbar */
.top-nav .search {
  display: inline-block;
  position: relative;
  min-width: 30px;
  min-height: 37px;
  margin-right: 5px;
}

.top-nav .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  line-height: 42px;
}

.top-nav .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  line-height: 42px;
}

.top-nav .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}

.top-nav .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}

.top-nav input {
  font-size: 14px;
  width: 0;
  border: none;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  padding: 0;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  float: right;
  max-height: 42px;
  height: 42px;
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.075);
  color: #444;
  position: absolute;
  line-height: 42px;
  right: 0;
  padding: 0 15px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}

.searchnav {
  line-height: 0;
}

.altnav .top-nav .search input {
  height: 38px;
  margin-top: 2px;
  background: #f3f3f3;
  background: rgba(0, 0, 0, 0.075);
}

.top-nav input:focus {
  width: 200px;
  right: 0;
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.top-nav .search:hover input {
  width: 200px;
  right: 0;
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.search i.searchbutton {
  position: absolute;
  top: 1px;
  right: 10px;
  cursor: pointer;
  margin: 0;
  line-height: 37px;
  padding-right: 5px;
}

.top-nav .container .cell {
  padding: 15px 0;
}

/**
 * Alternative Nav Style
 */
.top-nav.altnav {
  padding: 0 !important;
  position: static;
}
.top-nav.altnav #menu > ul > li > a {
  padding: 2.5em 2.4em 2.5em 0;
}
.top-nav.altnav #menu ul > li > a {
  color: #555;
}
.top-nav.altnav #menu > ul > li > a:hover,
.top-nav.altnav #menu > ul > li.sfHover > a {
  background: transparent;
}
.top-nav.altnav #menu ul > li li > a {
  color: #555;
}
.top-nav.altnav .top-ad {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.top-nav.altnav .top-ad img {
  max-width: 100% !important;
  height: auto !important;
}
.top-nav.altnav.is_stuck .top-nav-inner {
  padding: 15px 15px 0 15px;
}
.top-nav.altnav #menu.table-cell {
  display: block;
}
.top-nav.altnav #menu {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  margin-bottom: 0;
}
.top-nav.altnav .altcontainer {
  background: #fff;
}
.top-nav.altnav #menu {
  background: transparent;
}
.top-nav.altnav .sf-menu > li:hover > ul,
.top-nav.altnav .sf-menu > li.sfHover > ul {
  top: 5em;
}
.top-nav.altnav .searchnav {
  padding: 1.25em 0 0 0;
}

/**
 * Navigation Dropdown Skin
 */
.sf-menu {
  float: left;
}

.sf-menu a {
  border-left: 1px solid none;
  border-top: 1px solid none;
  padding: 2em 1.25em;
  text-decoration: none;
}

.sf-menu li {
  margin-left: 1px;
}

.nomargin .sf-menu li {
  margin-left: 1px;
}

.sf-menu li li, .sf-menu li li li,
.sf-menu li li li li,
.nomargin .sf-menu li li,
.nomargin .sf-menu li li li,
.nomargin .sf-menu li li li li {
  margin-left: 0;
}

.sf-menu li > a {
  padding: 1.2em 1.4em;
  line-height: 1em;
}

.sf-menu li li > a:hover {
  color: #000;
}

.sf-menu li li > a {
  padding: 0.75em 1.25em;
  border-bottom: none;
}

.sf-menu li li li > a,
.sf-menu li li:last-child li > a,
.sf-menu li li li li > a,
.sf-menu li li li:last-child li > a {
  border-bottom: none;
}

.sf-menu a, .sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #222;
  /* for Main nav in teal area once already clicked on */
}

.sf-menu a:hover {
  color: #222;
}

.sf-menu li li li li a:hover,
.sf-menu li li li a:hover,
.sf-menu li li a:hover {
  color: #222;
  background: transparent;
}

.sf-menu li li a,
.sf-menu li li a:visited,
.sf-menu li li li a,
.sf-menu li li li a:visited,
.sf-menu li li li li a,
.sf-menu li li li li a:visited,
.sf-menu li li:last-child li a,
.sf-menu li li li:last-child li a {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #555;
  /* For drop down that appears in white space once already visited */
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}

.sf-menu li li:last-child a, .sf-menu li li li:last-child a, .sf-menu li li li li:last-child a {
  border-bottom: none;
}

.sf-menu li li a, .sf-menu li li li a, .sf-menu li li li a, .sf-menu li li li li a {
  color: #555555;
  /* text color for drop down that appears in white space */
}

.sf-menu li {
  background: none;
}

.sf-menu li li {
  background: none;
}

.sf-menu li li li {
  background: none;
}

.sf-menu li li li li {
  background: none;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  outline: 0;
}

/* #Nav Arrows
================================================== */
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 1em;
}

.sf-menu > li.sfHover > a,
.sf-menu li > a:hover {
  background: #111;
  color: #fff;
}

.sf-menu li.sfHover li > a {
  background: none;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.5em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #ccc;
  /* edit this to suit design (no rgba in IE8) */
}

.fontface .sf-arrows .sf-with-ul:after {
  content: '\f107';
  font-family: 'FontAwesome';
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  padding-right: 4px;
  padding-left: 2px;
  top: 0;
  position: relative;
  border: none;
  font-weight: normal;
}

.fontface .sf-arrows > li > .sf-with-ul:focus:after,
.fontface .sf-arrows > li:hover > .sf-with-ul:after,
.fontface .sf-arrows > .sfHover > .sf-with-ul:after {
  text-decoration: none;
}

.fontface .sf-arrows a.sf-with-ul:hover {
  text-decoration: none;
}

.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: #ccc;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 12px;
  border-color: transparent;
  border-left-color: #ccc;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(0, 0, 0, 0.1);
}

.fontface .sf-arrows ul .sf-with-ul:after {
  content: '\f105';
  padding-left: 5px;
}

.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: #ccc;
}

.fontface .sf-arrows ul li > .sf-with-ul:focus:after,
.fontface .sf-arrows ul li:hover > .sf-with-ul:after,
.fontface .sf-arrows ul .sfHover > .sf-with-ul:after {
  text-decoration: none;
}

.sf-shadow ul {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

.navcontainer {
  z-index: 10;
}

#menu {
  padding-left: 30px;
}

.mobile-link {
  display: none;
  text-align: right;
  font-size: 24px;
  /* Increase target size */
}
.mobile-link a {
  padding: 10px 0 10px 20px;
}
.mobile-link a, .mobile-link a:hover {
  color: #222;
}

/* Search Alterations */
.mm-search {
  position: relative;
}
.mm-search i.searchbutton {
  line-height: 45px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 10px;
}

#mobilemenu {
  display: none;
}
#mobilemenu.mm-menu.mm-current {
  display: block;
}
#mobilemenu.mm-menu ul li a {
  color: #f3f3f3;
}

/* Admin bar additions */
.admin-bar #mobilemenu {
  margin-top: 32px;
}

.sf-menu img {
  max-width: 100% !important;
  height: auto !important;
}

/**
 * Mega Menu
 */
ul.sf-menu li.megamenu {
  position: static !important;
}

.sf-menu li.megamenu li li li a:hover,
.sf-menu li.megamenu li li a:hover,
.sf-menu li.megamenu li a:hover {
  text-decoration: underline;
}

.sf-menu li.megamenu li:last-child a,
.sf-menu li.megamenu li li:last-child a,
.sf-menu li.megamenu li li li:last-child a {
  border-bottom: none;
}

.sf-menu li.megamenu:hover ul,
.sf-menu li.megamenu.sfHover ul {
  left: auto;
  top: 4.6em;
}

.regular-nav.is_stuck .sf-menu li.megamenu:hover ul,
.regular-nav.is_stuck .sf-menu li.megamenu.sfHover ul {
  top: 3.7em;
}

ul.sf-menu li.megamenu li {
  position: static;
  float: left;
  width: 150px;
}

ul.sf-menu li.megamenu li a {
  padding: 5px 0;
  margin: 0 30px 0 0;
}

ul.sf-menu li.megamenu > ul {
  max-width: 100%;
  width: auto;
  background: #fff;
  border: 3px solid #e3e3e3;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 35px 35px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}

ul.sf-menu li.megamenu:hover li ul,
ul.sf-menu li.megamenu.sfHover li ul {
  display: inherit !important;
  top: 0 !important;
  border: none;
  opacity: 1 !important;
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  left: 0 !important;
  position: static;
  padding: 0;
  margin-left: 0;
}

ul.sf-menu li.megamenu ul.sub-menu .sf-sub-indicator {
  display: none;
  background: none;
}

ul.sf-menu li.megamenu .menu-item-type-custom > a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

ul.sf-menu li.megamenu .menu-item-type-custom > a:hover {
  text-decoration: none;
  cursor: default;
}

ul.sf-menu li.megamenu .menu-item-type-custom .menu-item-type-custom > a {
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}

.customsection .custom-description {
  display: block;
  margin: 10px 30px 0 0;
}

ul.sf-menu li.megamenu ul.sub-menu li.menu-item-custom-content span.highlight {
  color: #5b5959 !important;
  background: transparent;
}

ul.sf-menu li.megamenu ul.sub-menu li ul li:first-child {
  padding-top: 0;
}

.sf-arrows li.megamenu ul .sf-with-ul:after {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  $PAGE
/*-----------------------------------------------------------------------------------*/
/**
 * General Page Styles
 */
.content {
  margin-bottom: 40px;
}

.rightside .rightcontent {
  float: left;
  width: 775px;
  padding-right: 0;
  position: relative;
  padding-left: 15px;
  padding-top: 0;
  margin-right: 15px;
}

.sidebar {
  margin-left: 0;
  padding-left: 38px;
  margin-right: -99999px;
  padding-right: 99999px;
}

.pagetitle {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center center;
  text-align: left;
  height: auto;
}

.archive .title, .blog .title, .page .title, .search .title {
  display: inline-block;
  margin-right: 15px;
}
.archive .subheadline, .blog .subheadline, .page .subheadline, .search .subheadline {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
  font-weight: normal;
}

.archive .pagetitleloading.has-custom-layout {
  margin-bottom: 3px;
}

.no-cssanimations .pagetitleloading {
  background: black url(images/preloader.gif) center no-repeat;
}

.postcontent a img {
  /* Fix browser issues */
  display: block;
}

.rightside {
  position: relative;
  margin-left: -999999px;
  padding-left: 999999px;
  float: left;
  z-index: 20;
  padding-top: 45px;
}

.rightside .righttitle {
  width: 775px;
  padding: 0px 20px 0px 15px;
}
.rightside .righttitle .title {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 300;
}
.rightside .righttitle .featuredimage {
  margin-bottom: 10px;
}

/* Sidebar Alterations= */
.sidebar {
  font-size: 14px;
  font-size: 14px;
  width: 300px;
  float: left;
  z-index: 100;
  position: relative;
}

.sidebar p, .sidebar ul, .sidebar ol {
  font-size: 14px;
}

/* Default Homepage */
.default-home .section .edit-section-button a.post-edit-link {
  display: none !important;
}

.page-template-template-full-php .postcontent {
  padding-top: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*  $POST
/*-----------------------------------------------------------------------------------*/
/**
 * General Post Styles
 */
.featured-image {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
  background-image: rgba(255, 255, 255, 0.5);
  -moz-transition: height 0.3s ease 0s;
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  position: relative;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.no-js .featured-image {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.featured-image img {
  display: block;
}

.featured-image.loaded {
  min-height: 0;
}

.featured-image.highlight {
  background-color: #000;
  background-image: url(images/plus.png);
}

.tiny-details,
.tiny-details a {
  color: #999;
  text-decoration: none;
  line-height: 1.2em;
  margin-bottom: 17px;
}

.post .pagetitle {
  padding: 0;
  margin-bottom: 0;
}

.postcontentwrap {
  position: relative;
}

.dropcap-enabled .postcontent > p:first-child:first-letter {
  float: left;
  color: #333;
  font-size: 5.9em !important;
  line-height: 0.99em;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 0px;
  margin-top: -5px;
}

.gecko .dropcap-enabled .postcontent > p:first-child:first-letter {
  margin-top: 0.15em;
  /* Mozilla Hack */
}

/**
 * Single Post Styles
 */
.pagetitle .author,
.pagetitle .author a,
.pagetitle .byline,
.pagetitle .byline a,
.pagetitle .date,
.pagetitle .date a {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
.pagetitle .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
}

.single {
  /* Layout with Full Image */
  /* Single Layout With Thumbnail */
}
.single .afterpost-items {
  max-width: 800px;
}
.single .authorinfo.not-full {
  color: #999;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.single .authorinfo.not-full a {
  color: #999;
  text-decoration: none;
}
.single .authorinfo.not-full .avatar {
  width: 20px !important;
  margin-right: 10px;
}
.single .post-subtitle {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.single.single-section .rightside .rightcontent {
  float: left;
  width: 775px;
  padding-right: 0;
  position: relative;
  margin-right: 15px;
}
.single .rightside .rightcontent {
  float: left;
  position: relative;
  margin-right: 15px;
  width: 700px;
  padding: 0 20px 40px 20px;
}
.single .no-sharing .rightside .rightcontent {
  width: 760px;
}
.single .no-sidebar .full-bg-image {
  padding-bottom: 50%;
  /* Change Parallax Size */
}
.single .no-sidebar .rightside {
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.single .no-sidebar .rightside .rightcontent {
  width: 1045px;
  margin: auto;
  padding: 40px;
}
.single .no-sidebar .rightside .righttitle {
  width: 100%;
}
.single .no-sidebar.has-full-image .sharingwrap {
  margin-top: 40px;
  margin-left: 25px;
}
.single .no-sidebar.has-full-image .rightcontent {
  width: 1030px;
  margin: auto;
  padding: 40px 40px 40px 20px;
}
.single .no-sidebar.has-full-image.no-sharing .rightcontent {
  padding: 40px;
}
.single .no-sidebar.no-full-image .rightside .rightcontent {
  padding: 20px 15px;
  width: 1045px;
}
.single .no-sidebar.no-sharing .rightside .rightcontent {
  width: 100%;
}
.single .no-full-image {
  margin-top: 40px;
}
.single .no-full-image .rightside {
  padding-top: 0;
}
.single .no-full-image h1.title {
  color: #333 !important;
}
.single .no-full-image .sidebar .sidebarcontent {
  padding-top: 0;
}
.single .no-full-image .altnav .no-full-image {
  margin-top: 30px;
}
.single .no-full-image .rightside .rightcontent {
  padding-top: 20px;
}
.single .no-full-image .sharing {
  padding-top: 30px;
}
.single .no-full-image .badge {
  margin-bottom: 15px;
}
.single .no-full-image .inner-content {
  margin-top: 10px;
}
.single .no-full-image.no-thumbnail .rightside .rightcontent {
  padding-top: 0;
}
.single .no-full-image.no-thumbnail .sharing {
  padding-top: 15px;
}
.single .has-full-image.has-thumbnail {
  /* Image Credits */
}
.single .has-full-image.has-thumbnail .rightside {
  margin-top: -40px;
}
.single .has-full-image.has-thumbnail .pagetitle .credits {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  background: #000 !important;
  background: rgba(0, 0, 0, 0.25) !important;
  line-height: 14px;
  padding: 7px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  text-transform: uppercase;
  max-width: 330px;
}
.single .has-full-image.has-thumbnail .pagetitle .credits a {
  color: rgba(255, 255, 255, 0.5);
}
.single .has-thumbnail .slidecaptioncenter {
  margin-top: -20px;
}

.post .pagetitlenobg .pagetitle {
  padding-left: 10px;
}
.post .pagetitlenobg .pagetitle .posttitle {
  position: relative;
  margin: 30px 0 40px 0;
}
.post .pagetitlenobg .pagetitle .title {
  color: #222;
  margin: 35px 0 25px 0;
}
.post .pagetitlenobg .pagetitle .authorinfo a {
  color: #777;
  text-decoration: none;
}

/* #Post Fonts
================================================== */
.post h2.title {
  font-size: 36px;
  line-height: 38px;
  color: #222;
  margin-bottom: 10px;
  display: inline-block;
}

/* #Post Date
================================================== */
.post .date {
  display: block;
  background: #111;
  padding: 24px;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  right: 0;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #999;
  width: 200px;
  transition: all 0.5s ease;
}

.post .date .month {
  color: #fff;
}

.post .date span.day {
  color: #fff;
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: 0;
  padding-right: 12px;
  border-right: 1px solid #777;
  font-size: 40px;
  line-height: 33px;
}

.datesection {
  width: 85px;
  float: left;
}

.datesection p {
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}

.datesection p, .datesection p a {
  color: #ccc;
  color: rgba(0, 0, 0, 0.4);
}

.fulldate {
  display: block;
  float: left;
  width: 85px;
  height: 85px;
  border: 2px solid #dcdcdc;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  margin-bottom: 10px;
}

.indexcontent {
  float: left;
  width: 462px;
  margin-left: 28px;
}

.fulldate .day {
  display: block;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 35px;
}

.fulldate .monthyear {
  text-align: center;
  display: block;
  color: #999;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.details {
  font-size: 14px;
  display: block;
}

.commentwrapper .one-third {
  margin-bottom: 10px;
}

.detailgroup {
  margin-bottom: 30px;
}

.detailgroup .avatar {
  margin-bottom: 8px;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.detailgroup .avatar.left {
  float: left;
  margin-right: 18px;
  margin-top: -12px;
}

.detailgroup p, .detailgroup p a {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

p.detailtitle {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #000;
}

.details .author {
  margin-right: 20px;
}

.details .circle {
  width: 25px;
  height: 25px;
  background: #999;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}

.calendar {
  background-image: url(images/sprites.png);
  width: 16px;
  height: 16px;
  background-position: -130px -59px;
  display: inline-block;
  padding-right: 14px;
  overflow: hidden;
  text-indent: 9999999px;
  vertical-align: middle;
}

.date a, .details a {
  color: #333;
  text-decoration: none;
}

.post .date.two.columns {
  margin-right: 0;
}

.post .mobiledate {
  display: none;
}

.post .mobiledate p {
  font-size: 12px;
  margin-bottom: 20px;
}

.post .date .day {
  display: block;
  text-align: center;
  padding: 15px;
  color: white;
  font-size: 35px;
  margin-bottom: 10px;
}

.post .date p {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 0;
}

.post .day span {
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  color: #ccc;
  margin-left: 3px;
  /* Optical Adjustment */
}

.post .tagcloud.badge {
  margin-bottom: 55px;
}

/*-----------------------------------------------------------------------------------*/
/*  $RELATED
/*-----------------------------------------------------------------------------------*/
/**
 * Related Posts Section
 */
.single .no-full-image .related-posts .badge {
  margin-bottom: 0;
}

.related-posts {
  margin: 0 0 40px 0;
  position: relative;
}
.related-posts .related-inner {
  position: relative;
}
.related-posts .inner-content {
  display: none;
}
.related-posts .badgesliver {
  position: absolute;
  left: 5px;
  top: -15px;
}
.related-posts .grid-item {
  width: 49.69%;
  height: 326px;
  margin-right: 2px;
  margin-bottom: 2px;
  background: #222;
}
.related-posts .title, .related-posts .title a {
  font-size: 28px !important;
}
.related-posts a.button {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  $AUTHOR
/*-----------------------------------------------------------------------------------*/
/* Author Page */
.author .section-title {
  margin-bottom: 25px;
}
.author .authorboxfull {
  margin-bottom: 40px;
}
.author .authorboxfull .text-container {
  padding: 0;
  background: none;
}
.author .authorboxfull .text-container:after {
  display: none;
}
.author .authorboxfull .avatar-container h4 {
  display: none;
}

/* Author Box */
.authorboxwrap {
  margin: 0 0 55px 0;
}

.authorboxfull .text-container {
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}
.authorboxfull .text-container:after {
  content: "";
  position: absolute !important;
  top: 0;
  left: -20px;
  z-index: 100;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #e3e3e3;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.authorboxfull .avatar-container {
  text-align: center;
}
.authorboxfull .avatar-container img {
  display: inline-block;
  margin: 0;
}
.authorboxfull .avatar-container h4 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
}
.authorboxfull .author-description {
  line-height: 1.5em;
}
.authorboxfull h4 {
  margin-bottom: 10px;
}
.authorboxfull .authorsocial {
  margin-top: 15px;
  margin-bottom: -5px;
}
.authorboxfull .authorsocial a i, .authorboxfull .authorsocial a:hover i {
  background: #222;
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  line-height: 30px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.authorboxfull .authorsocial a:hover i {
  background: #222 !important;
}
.authorboxfull .authorsocial a i.fa-twitter {
  background-color: #39a9e0;
}
.authorboxfull .authorsocial a i.fa-facebook {
  background-color: #3b5998;
}
.authorboxfull .authorsocial a i.fa-dribbble {
  background-color: #ea4c89;
}
.authorboxfull .authorsocial a i.fa-instagram {
  background-color: #4E433C;
}
.authorboxfull .authorsocial a i.fa-linkedin {
  background-color: #4875B4;
}
.authorboxfull .authorsocial a i.fa-pinterest {
  background-color: #910101;
}
.authorboxfull .authorsocial a i.fa-tumblr {
  background-color: #34526F;
}
.authorboxfull .authorsocial a i.fa-vimeo-square {
  background-color: #1ab7ea;
}
.authorboxfull .authorsocial a i.fa-youtube-play {
  background-color: #C4302B;
}
.authorboxfull .authorsocial a i.fa-google-plus-square {
  background-color: #C63D2D;
}
.authorboxfull .authorsocial a i.fa-trello {
  background-color: #246e98;
}
.authorboxfull .authorsocial a i.fa-stack-overflow {
  background-color: #fe7a15;
}
.authorboxfull .authorsocial a i.fa-github {
  background-color: #4E433C;
}

/*-----------------------------------------------------------------------------------*/
/*  $SHARING
/*-----------------------------------------------------------------------------------*/
/**
 * Sharing Section
 */
.sharingwrap {
  float: left;
  min-height: 60px;
  width: 75px;
  padding-left: 10px;
  position: relative;
  z-index: 99;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.mm-opened .sharingwrap.is_stuck {
  left: -800px !important;
}

.mobile-device .sharingwrap .sharing {
  position: relative !important;
  left: auto !important;
  top: 0 !important;
}

.sharing {
  text-align: center;
  top: 0;
  padding-top: 15px;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99;
  width: 75px;
  position: relative;
  /**
   * Sharing Link
   */
  /**
   * Hover Effect
   */
}
.sharing:hover {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
.sharing .voted .sharetitle,
.sharing .shared .sharetitle {
  color: #c2c2c2;
}
.sharing .comment .sharetitle {
  margin-top: 5px;
}
.sharing a, .sharing aside {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 60px;
  height: auto;
  text-align: center;
  line-height: 15px;
  z-index: 99;
  -webkit-transform: translateZ(0);
}
.sharing a .sharetitle, .sharing aside .sharetitle {
  color: #c2c2c2;
  font-size: 10px;
  display: block;
  letter-spacing: 0px !important;
  text-transform: uppercase;
}
.sharing a .sharecircle, .sharing aside .sharecircle {
  width: 24px;
  height: 24px;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #555;
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  border-radius: 99px;
  font-weight: bold;
  line-height: 24px;
}
.sharing a i, .sharing aside i {
  color: #dcdcdc;
  display: block;
  font-size: 32px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sharing a:hover .sharecircle {
  color: #fff;
  background: #333 !important;
}
.sharing a.comment .sharecircle {
  background: #4077A7;
  color: #fff;
}
.sharing a.comment:hover .sharecircle {
  background: #333;
  color: #fff;
}
.sharing a.love .sharecircle,
.sharing aside.love .sharecircle {
  background: #D45C4B;
  color: #fff;
}
.sharing a.love:hover .sharecircle {
  background: #333;
  color: #fff;
}
.sharing a:hover {
  text-decoration: none;
}
.sharing a:hover i {
  text-decoration: none;
}
.sharing a:hover .sharecircle {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

/* Share Overlay */
#share-box {
  max-width: 700px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 40px;
}

#share-box h4 {
  font-size: 48px !important;
  line-height: 1em;
  margin-bottom: 30px;
}

#share-box i {
  font-size: 65px;
  margin: 0 10px;
}

#share-box span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1px;
}

/* Icon Colors */
#share-box a.facebook-icon i {
  color: #3b5998;
}

#share-box a.twitter-icon i {
  color: #39a9e0;
}

#share-box a.linkedin-icon i {
  color: #007fb1;
}

#share-box a.tumblr-icon i {
  color: #2c4762;
}

#share-box a.pinterest-icon i {
  color: #cb2027;
}

#share-box a.googleplus-icon i {
  color: #d14836;
}

/*-----------------------------------------------------------------------------------*/
/*  $COMMENTS
/*-----------------------------------------------------------------------------------*/
/* Comments */
.commentwrapper {
  margin: 50px 0 0 0;
  padding-bottom: 15px;
}

.commentsheader {
  width: auto;
}

.commentsheader h4, .commentsform h4 {
  font-weight: bold;
}

.comment {
  width: auto;
}

.singlecomment {
  padding: 18px 30px 8px 30px;
  border: none;
  background: #f3f3f3;
  background: rgba(0, 0, 0, 0.05);
  margin-left: 85px;
  position: relative;
}

.singlecomment:after {
  content: "";
  position: absolute !important;
  top: 0;
  left: -20px;
  z-index: 100;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f3f3f3;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.comment .avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 99px;
  float: left;
  margin-top: 5px;
}

.greybackground .singlecomment {
  background: #f3f3f3;
  background: rgba(0, 0, 0, 0.05);
}

.listcomments {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  width: auto;
}

.commentsform {
  width: auto;
}

.singlecomment p.commentsmetadata {
  font-size: 10px;
  line-height: 12px;
  margin: 10px 0 0;
}

.singlecomment .name {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #dcdcdc;
  border-color: rgba(0, 0, 0, 0.15);
}

.singlecomment p {
  font-size: 14px;
}

.name a, .name {
  font-weight: bold;
  color: #333;
}

.name a:hover {
  text-decoration: none;
}

.name strong {
  font-weight: normal;
}

.listcomments .children .name {
  font-weight: bold;
}

.listcomments .children {
  margin-left: 0;
  margin-bottom: 30px;
}

.listcomments li {
  list-style-type: none;
}

.listcomments .children .comment {
  margin: 30px 0 0 0px;
  padding: 0;
  background: none;
}

#commentsubmit span {
  color: #c85849;
}

#commentsubmit label {
  margin: 0 0 6px;
  display: block;
  font-size: 12px;
}

#commentsubmit input[type=text], #commentsubmit textarea {
  padding: 10px;
  margin: 0 0 20px 0;
  border: none;
  background: #e3e3e3;
  background: rgba(100, 100, 100, 0.09);
}

input[type=email] {
  padding: 5px 12px;
  border: none;
  border-radius: 3px;
}

form.mc4wp-form label[for="mc4wp_email"] {
  display: none;
}

form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"] {
  background: #74953a;
}

#commentsubmit input[type=text] {
  width: 275px;
}

#commentsubmit input[type=text]#url {
  width: 95%;
}

#commentsubmit textarea {
  width: 97%;
}

.reply a {
  font-size: 12px;
  line-height: 11px;
  float: right;
  color: #222;
}

#reply-title {
  text-align: right;
  float: right;
}

#respond {
  padding-top: 20px;
}

#commentsubmit input:focus, #commentsubmit textarea:focus {
  border-style: solid;
  border: none;
  background: #e9e9e9;
  background: rgba(100, 100, 100, 0.15);
  outline: 0;
}

.gallery-title {
  font-size: 1.08em;
  text-transform: uppercase;
}

.navigation-comments p a {
  padding: 5px 12px;
  background: #555;
  color: #fff;
}

#cancel-comment-reply-link {
  padding: 8px;
  float: right;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
}

a.comment-reply-link .icon-reply {
  font-size: 11px;
  color: #999;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

a.comment-reply-link:hover .icon-reply {
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

/*-----------------------------------------------------------------------------------*/
/*  $PAGINATION
/*-----------------------------------------------------------------------------------*/
.page-numbers {
  display: inline-block;
  background: transparent;
  padding: 12px 14px;
  margin-right: 5px;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  min-width: 39px;
  height: 39px;
  border: 2px solid #dcdcdc;
  font-weight: bold;
}

.aligncenter .pagination {
  display: inline-block;
}

a.page-numbers:hover, .page-numbers.current {
  border-color: #333;
  color: #333;
  text-decoration: none;
}

.pagination {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.pagination .divider {
  margin-top: -24px;
  margin-bottom: 0;
}
.pagination .pagenumbers {
  display: inline-block;
  padding: 0 10px;
}

.linkpagebutton {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin: 25px 0;
}

.pagelabel {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
}

.linkpagebutton .page-numbers {
  background: #333;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.linkpagebutton a .page-numbers {
  background: #E3E3E3;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}

p.link-pages {
  margin-bottom: 40px;
}
p.link-pages .title {
  margin-right: 5px;
}
p.link-pages .page-link,
p.link-pages a:hover .page-link {
  display: inline-block;
  padding: 0 10px;
  background: #333;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
p.link-pages a .page-link {
  background: #E3E3E3;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*  $SEARCH
/*-----------------------------------------------------------------------------------*/
/* Search Results */
.search-results .search-list {
  counter-reset: themewich-counter;
}
.search-results .search-item {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.search-results .search-list .search-item:before {
  content: counter(themewich-counter);
  counter-increment: themewich-counter;
  font-size: 32px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  padding: 0px 0;
  text-align: center;
  float: left;
  margin-left: -56px;
  margin-top: -3px;
  color: #dcdcdc;
}
.search-results .regulargrid .regularwrapper {
  margin: 0;
}

.search-form {
  max-width: 300px;
}

/*-----------------------------------------------------------------------------------*/
/*  $FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
  z-index: 20;
  position: relative;
}

.dark {
  padding-top: 50px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #222;
  overflow-x: hidden;
  color: #ccc;
  /* Color Changes */
}
.dark a {
  color: #fff;
}
.dark p, .dark ul, .dark ol {
  color: #dcdcdc;
}
.dark h1, .dark h2,
.dark h1 a, .dark h2 a,
.dark h3, .dark h3 a,
.dark h4, .dark h4 a,
.dark .ag_projects_widget h3,
.dark .blogpost h2 a,
.dark .widget h3 a {
  color: #fff;
}
.dark h5, .dark h5 a {
  color: #dcdcdc;
}
.dark .button:hover,
.dark a.button:hover,
.dark a.more-link:hover {
  background: #fff !important;
  color: #333 !important;
}
.dark input[type=text], .dark textarea {
  background: #333;
  color: #fff;
  border-color: #444;
}
.dark input#s {
  background: #333;
  color: #fff;
  border-color: #444;
}
.dark .footerwidgetwrap {
  width: 993px;
}
.dark .footerwidget {
  width: 301px;
  float: left;
  margin: 0 30px 30px 0;
}
.dark .button:hover,
.dark a.button:hover,
.dark a.more-link:hover {
  color: #333 !important;
}

/*-----------------------------------------------------------------------------------

	$SECTIONS
	CSS for theme sections

------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $SECTIONS
/*-----------------------------------------------------------------------------------*/
/**
 * General Section Styles
 */
.section-wrapper {
  margin-bottom: 50px;
}

.section.first-section.has-title {
  margin-top: 50px;
}

.section {
  position: relative;
  margin-top: 50px;
}
.section .rightside {
  margin-bottom: 0;
  padding-top: 0;
}
.section .sidebar {
  padding-top: 0 !important;
}
.section .container {
  position: relative;
}
.section .loading-image {
  display: none;
}
.section .edit-section-button {
  left: -150px;
  position: absolute;
  z-index: 101;
  width: 150px;
  display: none;
}
.section .edit-section-button a.post-edit-link {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  text-align: right;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #222;
  background: rgba(0, 0, 0, 0.25);
  margin-left: -999999px;
  padding-left: 999999px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.section .edit-section-button a.post-edit-link:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.section:hover .edit-section-button {
  display: block;
}
.section.no-top-margin.no-title {
  margin-top: 50px;
}
.section.first-section, .section.no-top-margin.no-title.first-section {
  margin-top: 0;
}
.section.first-section.no-title .sidebarcontent {
  padding-top: 0;
}

/* Altnav Alterations to Sections */
.altnav .section.no-title.first-section .sidebarcontent {
  padding-top: 50px;
}

.altnav.single .post {
  margin-bottom: 0;
}

/* Section Title */
.section-title p {
  margin-bottom: 20px;
  line-height: 30px;
  padding-right: 100px;
  /* To account for pager */
}
.section-title .vertical-div {
  color: #dcdcdc;
}
.section-title span {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  letter-spacing: .1em;
}

.single .section-title p {
  padding-right: 0;
}

/* Pageflip */
.pageflip a, .pageflip span {
  display: none;
}

.pageflip a.next.page-numbers,
.pageflip a.prev.page-numbers {
  display: inline-block;
}

.pageflip a {
  margin: 0;
}

.pageflip {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.pageflip .page-numbers {
  background: transparent;
  padding: 0 14px;
  font-size: 12px;
  border: 2px solid #dcdcdc;
  font-weight: bold;
  width: auto;
  height: auto;
}
.pageflip i {
  line-height: 32px;
  font-size: 18px;
}

/*
.pageflip {
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;

	a, a:hover {
		color:#333;
		display:inline-block;
		line-height:1px;

		i {
			border:2px solid #dcdcdc;
			padding: 15px 13px;
			line-height: 1px;
			margin-left: 6px;
			font-size: 18px;
		}
	}
} */
/* Section Overlay */
.overlay {
  background: #000;
  /* IE 5-7 */
  filter: alpha(opacity=35);
  /* Netscape */
  -moz-opacity: 0.35;
  /* Safari 1.x */
  -khtml-opacity: 0.35;
  /* Good browsers */
  opacity: 0.35;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.avatar {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  margin-right: 15px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
}

/* Section-Only styles */
.section .c100, .regulargrid .c100 {
  border: 0.08em solid rgba(255, 255, 255, 0.25);
}
.section .inner-content, .regulargrid .inner-content {
  top: 0;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 30px;
  background: none;
  z-index: 9;
}
.section .inner-content .c100, .regulargrid .inner-content .c100 {
  font-size: 120px;
  background: none;
}
.section .inner-content .c100:after, .regulargrid .inner-content .c100:after {
  background: none;
}
.section .inner-content .c100 span, .regulargrid .inner-content .c100 span {
  color: #fff;
}

/* General Grid Styles */
.csstransitions .grid-item img,
.csstransitions .regulargrid a img {
  transition: transform 0.45s, filter 0.45s;
  -webkit-transition: -webkit-transform 0.45s, -webkit-filter 0.45s;
  -moz-transition: -moz-transform 0.45s, -moz-filter 0.45s;
  -o-transition: -o-transform 0.45s, -o-filter 0.45s;
  -ms-transition: -ms-transform 0.45s, -ms-filter 0.45s;
  -webkit-transform: translate3d(0, 0, 0);
  /* This forces hardware acceleration for more consistent transitions */
}

.csstransitions .grid-item:hover img,
.csstransitions .regulargrid a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.grid-item {
  position: relative;
  float: left;
  overflow: hidden;
}
.grid-item img.disappear {
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
.grid-item img {
  width: 100%;
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
.grid-item img,
.grid-item img.appear,
.grid-item img.disappear.appear {
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}
.grid-item .thumboverdate,
.grid-item .thumbovertext {
  position: absolute;
  padding: 40px;
  left: 0;
  color: #fff;
}
.grid-item a.brick-thumb-link {
  overflow: hidden;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-indent: -99999999px;
}
.grid-item .inner-content {
  z-index: 11;
}
.grid-item .thumboverdate {
  top: 0;
  text-transform: uppercase;
  line-height: 10px;
  z-index: 9;
}
.grid-item .thumboverdate i {
  margin-right: 8px;
}
.grid-item .thumbovertext {
  bottom: 0;
}
.grid-item .thumbovertext .badge {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  text-align: left;
  width: 100%;
}
.grid-item .thumbovertext .title, .grid-item .thumbovertext .title a {
  color: #fff;
  line-height: 1em;
  margin: 15px 0 0 0;
  max-width: 600px;
  z-index: 10;
  position: relative;
  display: block;
}
.grid-item .thumbovertext .button {
  margin-top: 20px;
}
.grid-item .thumbovertext .title a:hover {
  text-decoration: none;
}
.grid-item .no-thumbnail .thumbintro {
  float: left;
  margin-top: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 30px;
}
.grid-item .no-thumbnail .badge {
  position: relative;
  top: 10px;
  left: 5px;
}
.grid-item .isobrick-inner {
  background: #000;
  overflow: hidden;
}
.grid-item .overlay {
  z-index: 3;
}
.grid-item.halfgrid {
  width: 378px;
  height: 398px;
}
.grid-item.halfgrid .inner-content {
  padding: 20px;
}
.grid-item.halfgrid .inner-content .c100 {
  font-size: 100px;
}
.grid-item.halfgrid .isobrick-inner {
  width: 378px;
  height: 398px;
}
.grid-item.fullgrid {
  width: 761px;
  height: 400px;
}
.grid-item.fullgrid .isobrick-inner {
  width: 761px;
  height: 400px;
}

.carousel .grid-item.fullgrid {
  width: auto;
  height: auto;
}
.carousel .grid-item.fullgrid .isobrick-inner {
  width: auto;
  height: auto;
}

.section-content.first-section {
  padding-top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*  $ADSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Ad Section
 */
.section.ad-section.first-section {
  margin-top: 50px;
}
.section.ad-section .ad-wrapper {
  text-align: center;
}
.section.ad-section .ad-image {
  display: inline-block;
}
.section.ad-section .section-title p {
  text-align: center;
  margin-bottom: 5px;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $SLIDESHOWSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Full Slideshow Section
 */
.section.section-full {
  overflow: hidden;
}
.section.section-full.last-section {
  margin-bottom: -50px;
}
.section.section-full .pagetitleloading,
.section.section-full .section .pagetitleloading {
  background-color: #000;
  height: auto !important;
  position: relative;
}
.section.section-full .pagetitleloading {
  margin-bottom: 0;
}
.section.section-full .loading-image {
  display: block;
}
.section.section-full .bxslider {
  padding: 0;
}
.section.section-full .bxslider .navfade-bottom {
  background: url(images/bottom-fade.png) bottom center repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 551px;
}
.section.section-full .bxslider .slidelink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-indent: -999999px;
  background: transparent !important;
  border: none;
  left: 0;
  padding: 0;
}
.section.section-full .bxslider.pager li {
  display: block;
}
.section.section-full .bxslider .slidecaptionwrap {
  padding-bottom: 0;
}
.section.section-full .slidecaption {
  display: table-cell;
  height: 100%;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  float: none;
}
.section.section-full .slidecaption .button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
  z-index: 99;
}
.section.section-full .slidecaption .button:hover {
  border-color: #fff;
  background: #fff !important;
  color: #000 !important;
}
.section.section-full .slidecaption .tiny-details, .section.section-full .slidecaption .tiny-details a {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 25px;
}
.section.section-full .slidecaption .tiny-details i {
  margin-right: 5px;
}

.pagetitleloading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  /* IE 5-7 */
  filter: alpha(opacity=20);
  /* Netscape */
  -moz-opacity: 0.2;
  /* Safari 1.x */
  -khtml-opacity: 0.2;
  /* Good browsers */
  opacity: 0.2;
  width: 100%;
  height: 100%;
}

.section .slidecaptionwrap,
.single-post .slidecaptionwrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slidecaptioncenter {
  display: table;
  height: 100%;
  width: 100%;
}

.homeslideshow .bx-wrapper ul li,
.slidecaptioncenter {
  max-height: 581px;
}

.slidereview {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.slidereview .inner-content .c100 > span,
.slidereview .inner-content .summary-title {
  color: #fff;
}

.slidetitle {
  color: #fff;
  line-height: 1em;
  text-align: left;
  margin-bottom: 20px;
}

.section.section-full .inner-content {
  position: relative;
}

.slidecaption .slidetitlelink {
  position: relative;
  z-index: 99;
  display: block;
}

.slidecaption .slidetitlelink:hover {
  text-decoration: none;
}

.pagetitleloading .single-slideshow {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  min-width: 800px;
  min-height: 200px;
  background-color: #000;
}

.pagetitleloading .pagercontainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  text-align: left;
  margin: 25px 0;
}
.pagetitleloading .pagercontainer .pagertable {
  background: none !important;
  min-height: 0;
}

.pager li > a,
.pager li > span,
.pager li > a:hover,
.pager li > a:focus {
  padding: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.bx-slider-pager {
  display: none;
}

.bx-wrapper .bx-slider-pager {
  display: block;
}

.pagetitleloading .pagercontainer .time-ago {
  margin-top: 10px;
  display: block;
  font-size: 10px;
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.pagetitleloading .pagertable {
  display: table;
  margin-bottom: 0;
}

.pagertable li {
  width: 270px !important;
}

.pagetitleloading .pagerrow {
  display: table-row;
}

.pagetitleloading .pagercell {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}

.pagercontainer .bx-wrapper .bx-controls-direction a.bx-prev {
  background-color: transparent;
  left: -65px;
}

.pagercontainer .bx-wrapper .bx-controls-direction a.bx-next {
  background-color: transparent;
  right: -50px;
}

.pagetitleloading .pagercontainer .bx-slider-pager a {
  padding: 10px 20px;
  line-height: 18px;
  color: #fff;
  border-left: 3px solid #fff;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  display: block;
}

.bx-slider-pager .pagertitle {
  line-height: 1.35em;
  font-weight: normal;
  font-size: 18px;
}

.pagetitleloading .pagercontainer .bx-slider-pager a.active,
.pagetitleloading .pagercontainer .bx-slider-pager a:hover {
  text-decoration: none;
  margin-top: -3%;
  padding-bottom: 6.5%;
}

.sidebar .sidebarcontent {
  width: 300px;
}

.single .sidebar .sidebarcontent {
  padding: 40px 0 0 0;
}

.pagetitleloading .gallery-wrap {
  min-height: 0;
  background: #000 !important;
  margin: 0;
}

.pagetitleloading .inner-content p.summary-title {
  margin-bottom: 0;
}

.pagetitleloading .inner-content {
  margin-top: 20px;
}

.single-slideshow .button {
  font-size: 16px;
  padding: 12px 18px;
}

/*-----------------------------------------------------------------------------------*/
/*  $GRIDSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Grid Section
 */
.section.grid .loading {
  top: 250px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
.section.grid .pagination {
  margin-bottom: 20px;
}
.section.grid .section-title {
  margin-top: 0;
}
.section.grid.grid-sidebar .isotopecontainer {
  margin-right: -5px;
}
.section.grid.grid-full .section-title {
  margin-top: 0;
}
.section.grid.grid-full .fullgrid {
  width: 739px;
  height: 390px;
}
.section.grid.grid-full .fullgrid .isobrick-inner {
  width: 739px;
  height: 390px;
}
.section.grid.grid-full .halfgrid {
  width: 367px;
  height: 390px;
}
.section.grid.grid-full .halfgrid .isobrick-inner {
  width: 367px;
  height: 390px;
}
.section.grid.grid-full .isotopecontainer {
  margin-right: -6px;
}
.section.grid.grid-full .pageflip {
  margin-top: 0;
  margin-right: 14px;
}
.section.grid .imagegrid {
  position: relative;
}
.section.grid .imagegrid.full {
  padding-top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  $REGULARSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Regular Posts Section
 */
.regular-posts .loading {
  top: 250px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
.regular-posts.first-section.no-title, .regular-posts.first-section.no-title.no-top-margin {
  margin-top: 50px;
}
.regular-posts .thumboverdate,
.regular-posts .thumbovertext {
  position: absolute;
  padding: 40px;
  left: 0;
  color: #fff;
  z-index: 9;
}
.regular-posts .thumboverdate {
  top: 0;
  text-transform: uppercase;
  line-height: 10px;
  z-index: 9;
}
.regular-posts .thumboverdate i {
  margin-right: 8px;
}
.regular-posts .overlay {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
}
.regular-posts .one-half {
  width: 46%;
}
.regular-posts .regularwrapper {
  margin-right: -35px;
}
.regular-posts .isobrick-inner {
  margin-bottom: 35px;
}
.regular-posts .isotopecontainer {
  margin: 0;
}
.regular-posts .pagination {
  .
		margin-top: 0;
}
.regular-posts .loading-image {
  top: 250px;
}
.regular-posts .isobrick .inner-content {
  padding: 20px;
}
.regular-posts .isobrick .badge {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 15px;
}
.regular-posts .title {
  line-height: 1.1em;
  margin-bottom: 20px;
}
.regular-posts a.more-link {
  margin-top: 20px;
}
.regular-posts .thumboverdate {
  padding: 30px;
}
.regular-posts .isobrick .inner-content .c100 {
  font-size: 5em;
}
.regular-posts a.brick-thumb-link {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  min-height: 231px;
}
.regular-posts .badge a {
  padding: 8px 5px;
  background: #c1c1c1;
}
.regular-posts .badge a:before {
  border-top: 26px solid rgba(255, 255, 255, 0);
  border-right-color: #c1c1c1;
}
.regular-posts .badge a:after {
  border-bottom: 26px solid rgba(255, 255, 255, 0);
  border-left-color: #c1c1c1;
}
.regular-posts a.more-link {
  text-transform: uppercase;
  font-weight: bold;
  border-width: 2px;
  border-style: solid #000;
}

/*-----------------------------------------------------------------------------------*/
/*  $FULLSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Full Image Section
 */
.full-image-section.last-section,
.full-taxonomy.last-section {
  margin-bottom: -50px;
}

.full-image-section .fullsection {
  color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center center;
}
.full-image-section .fullsection .badge {
  margin-bottom: 10px;
}
.full-image-section .fullsection .fullcontent {
  padding: 100px 0;
}
.full-image-section .fullsection .fullcontent .table-cell {
  vertical-align: middle;
}
.full-image-section .fullsection .fullcontent .table-cell .inner-content {
  float: none;
}
.full-image-section .fullsection .fullcontent .table-cell .inner-content .summary-title {
  margin-bottom: 0;
  color: #fff;
}
.full-image-section .fullsection .title {
  line-height: 1em;
  margin-bottom: 25px;
  color: #fff;
}
.full-image-section .fullsection .badge {
  margin-bottom: 25px;
}
.full-image-section .fullsection .fullcaption {
  margin-left: 15px;
}
.full-image-section .fullsection .fullreview {
  margin-right: 15px;
}
.full-image-section .c100 > span,
.full-image-section a:hover .c100 > span {
  color: #fff;
}

.full-post .imagewrapper {
  height: 100%;
}
.full-post.last-section {
  margin-bottom: -50px;
}
.full-post .inner-content p.summary-title {
  color: #fff;
}
.full-post .full-image-section {
  position: relative;
}
.full-post .full-image-section .fullsection {
  margin: 0;
}
.full-post .full-image-section .fullsection .title {
  color: #000;
  font-size: 42px;
}
.full-post .full-image-section .fullsection .badge {
  margin-bottom: 15px;
}
.full-post .full-image-section .fullpostimage {
  position: absolute;
  height: 100%;
  width: 56%;
  background-color: #000;
  -webkit-transition: none;
  transition: none;
  background-repeat: no-repeat;
  background-position: center;
}
.full-post .full-image-section .fullcontent {
  margin: 0;
  max-width: 485px;
}
.full-post .full-image-section .fullsection.even .fullpostimage {
  left: 0;
  top: 0;
}
.full-post .full-image-section .fullsection.even .fullcontent {
  margin-left: 58%;
  float: left;
  padding: 50px 15px 40px 50px;
}
.full-post .full-image-section .fullsection.odd .fullpostimage {
  right: 0;
  top: 0;
}
.full-post .full-image-section .fullsection.odd .fullcontent {
  margin-right: 58%;
  float: right;
  padding: 50px 50px 50px 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  $TAXONOMYSECTION
/*-----------------------------------------------------------------------------------*/
/**
 * Full Taxonomy Section
 */
.full-taxonomy .fullcontent {
  text-align: center;
}
.full-taxonomy .fullsection .title {
  margin-bottom: 15px;
}
.full-taxonomy .fullsection .title a, .full-taxonomy .fullsection .title a:hover {
  color: #fff;
  text-decoration: none;
}
.full-taxonomy .fullsection .title.tagname {
  text-transform: capitalize;
}
.full-taxonomy .fullsection .subtitle {
  color: #fff;
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}
.full-taxonomy .fullsection .subtitle a, .full-taxonomy .fullsection .subtitle a:hover {
  color: #fff;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*  $CAROUSELSECTION
/*-----------------------------------------------------------------------------------*/
.section.carousel-fixed {
  position: relative;
}
.section.carousel-fixed .section-title {
  float: left;
}
.section.carousel-fixed #slider-prev,
.section.carousel-fixed #slider-next {
  display: inline-block;
}
.section.carousel-fixed .pageflip {
  float: right;
}

.full-carousel.last-section {
  margin-bottom: -47px;
}

.section.fixed-carousel .section-title p,
.section.full-carousel .section-title p {
  padding-right: 0;
}

.carousel {
  margin-top: 0;
  margin-bottom: 15px;
}
.carousel .carouselpost .thumboverdate, .carousel .carouselpost .thumbovertext {
  padding: 40px 50px;
}
.carousel .carouselpost .halfgrid .isobrick-inner,
.carousel .carouselpost .halfgrid {
  width: 367px;
  height: 395px;
}
.carousel .carouselpost .info {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin: 15px 0 13px 0;
}
.carousel .carouselpost .info i {
  margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*  $CONTENTSECTION
/*-----------------------------------------------------------------------------------*/
.content-section.section.first-section, .content-section.section.no-top-margin.no-title.first-section {
  margin-top: 60px;
}

/*-----------------------------------------------------------------------------------

	$WIDGETS
	CSS for theme widgets

------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $GENERALWIDGET
/*-----------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget ul li {
  list-style-type: none;
  margin-left: auto;
  margin-bottom: 0;
}

.widget a {
  text-decoration: none;
}

.widget h3, .widget h2, .widget h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  text-shadow: none;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: normal;
}

.widget h3.widget-title, .widget h2.widget-title, .widget h4.widget-title {
  font-size: 16px !important;
  line-height: 28px;
}

.widget .widget-title {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.dark .widget .widget-title {
  border-color: #444;
}

.widget ul.children {
  margin: 0;
  margin-left: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  $POSTTABS
/*-----------------------------------------------------------------------------------*/
/**
 * Tabs Widget
 */
.tabswrap {
  position: relative;
}
.tabswrap .loading, .tabswrap .loading-dark {
  display: none;
  width: 50px;
  height: 50px;
  border-width: 2px;
  margin-top: -25px !important;
  margin-left: -25px !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
}
.tabswrap ul.tabs {
  border: none;
  margin: 0 0 1px 0;
}
.tabswrap ul.tabs li {
  height: auto;
  width: 33%;
}
.tabswrap ul.tabs.twocol li {
  width: 50%;
}
.tabswrap ul.tabs-content a {
  color: #777;
}
.tabswrap ul.tabs li a {
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.05);
  color: #777;
  border: none;
  padding: 0;
  line-height: 3em !important;
  padding-top: 0px !important;
  text-align: center;
  height: auto;
  margin-right: 1px;
  min-width: 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /* For ie7 */
  text-transform: uppercase;
}
.tabswrap ul.tabs li a.active,
.tabswrap ul.tabs li a:hover {
  top: auto;
  height: auto;
  border: none;
  margin: 0;
  margin-right: 1px;
  color: #fff;
}
.tabswrap .tabs-content li {
  overflow: hidden;
}
.tabswrap .featuredimagewidget {
  margin-right: 18px;
  margin-bottom: 0;
  float: left;
  width: 50px;
  height: 50px;
  background: gainsboro url(images/plus.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
}
.tabswrap .featurednoimagewidget {
  width: 50px;
  height: 50px;
  float: left;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.tabswrap .tabpost {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  border-color: rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-backgorund-size: cover !important;
  -o-background-size: cover !important;
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}
.tabswrap p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 68px;
  position: relative;
}
.tabswrap p.views {
  font-size: 10px;
  line-height: 10px;
  margin-top: 10px;
  margin-left: 68px;
}
.tabswrap p.views span {
  display: block;
  float: left;
  background: #b6b6b6;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  margin-right: 6px;
  margin-top: -4px;
  line-height: 10px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.tabswrap .thumblink img {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabswrap a.thumblink img:hover {
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.dark .tabswrap ul.tabs li a {
  background: #333;
  background: rgba(255, 255, 255, 0.05);
}
.dark .tabswrap .tabpost {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark .tabswrap .tabpost a {
  color: #fff;
}
.dark .tabswrap ul.tabs li a.active {
  padding-top: 0;
}
.dark .tabswrap .featuredimagewidget {
  background: #333333 url(images/plus.png) center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*  $RECENTCOMMENTS
/*-----------------------------------------------------------------------------------*/
.widget #recentcomments {
  padding: 0;
}

.widget li.recentcomments {
  font-size: 12px;
  width: auto;
  position: relative;
  bottom: 100%;
  margin: 0 0 26px 0;
  /*25px for ie */
  padding: 12px;
  cursor: default;
  display: block;
  visibility: visible;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  line-height: 1.5;
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  z-index: 1;
  left: auto;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.dark .widget li.recentcomments {
  background: #111;
  background: rgba(0, 0, 0, 0.25);
  color: #dcdcdc !important;
}

.widget li.recentcomments {
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.05);
}

.widget li.recentcomments:after {
  content: "";
  position: absolute !important;
  bottom: -14px;
  z-index: 100;
  border: 0 solid #e3e3e3;
  border: 0 solid rgba(0, 0, 0, 0.05);
  border-bottom: 14px solid transparent;
  width: 100%;
  border-left-width: 14px;
  left: 0;
}

.widget li.recentcomments:before {
  content: "";
  position: absolute !important;
  border: 0 solid #e3e3e3;
  border: 0 solid rgba(0, 0, 0, 0.05);
  bottom: -14px;
  z-index: 100;
}

.dark .widget li.recentcomments:after {
  content: "";
  position: absolute !important;
  bottom: -14px;
  z-index: 100;
  border: 0 solid #111;
  border: 0 solid rgba(0, 0, 0, 0.25);
  border-bottom: 14px solid transparent;
  width: 100%;
  border-left-width: 14px;
  left: 0;
}

.dark .widget li.recentcomments:before {
  content: "";
  position: absolute !important;
  border: 0 solid #111;
  border: 0 solid rgba(0, 0, 0, 0.25);
  bottom: -14px;
  z-index: 100;
}

.dark .recentcomments a {
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  $SOCIALCOUNTER
/*-----------------------------------------------------------------------------------*/
.sf-front i {
  font-size: 3em;
  height: 40px;
  display: block;
  margin-top: 5px;
}
.sf-front small {
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  display: block;
  margin: 5px auto 10px auto;
}

.sf-back a {
  top: 50%;
  margin-top: -35px;
}

.sf-widget-holder {
  margin-bottom: 40px;
}

.social-button-style {
  position: relative;
  font-size: 11px;
  line-height: 14px;
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  float: left;
  width: 32.9%;
}

.social-button-style .nameology {
  text-align: center;
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #777;
}

.social-button-style .button, .social-button-style .button:visited, .dark .social-button-style .button, .dark .social-button-style .button:visited {
  padding: 5px 7px 0 7px;
  display: block;
  margin: auto;
  color: #555;
  background: none !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
  -moz-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  font-size: 14px;
  font-weight: bold;
}

.dark .social-button-style .button, .dark .social-button-style .button:visited {
  color: #e3e3e3 !important;
}

.social-button-style .button:hover, .dark .social-button-style .button:hover {
  color: #333 !important;
  text-decoration: none;
  background: none !important;
  background-position: 0 -15px;
}

.dark .social-button-style .button:hover {
  color: #fff !important;
}

.social-button-style .button:first-child {
  margin: auto;
  display: block;
  float: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}

.social-button-style .button.img, .social-button-style .button.img:visited, .dark .social-button-style .button.img, .dark .social-button-style .button.img:visited {
  line-height: 23px;
  vertical-align: middle;
  border: none;
  padding: 0;
  margin: 0;
  margin: auto;
}

.social-button-style img {
  padding-top: 10px;
  vertical-align: middle;
}

.social-button-style .facebook-blue, .social-button-style .twitter-blue, .social-button-style .rss-orange {
  background: #999 !important;
}

.dark .social-button-style .facebook-blue, .dark .social-button-style .twitter-blue, .dark .social-button-style .rss-orange {
  background: #555 !important;
}

.social-button-style:hover .button.facebook-blue, .dark .social-button-style:hover .button.facebook-blue {
  background: #5074BF !important;
  border: none;
  color: #fff;
}

.social-button-style:hover .button.twitter-blue, .dark .social-button-style:hover .button.twitter-blue {
  background-color: #44B8F2 !important;
  border: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(60, 60, 60, 0.75);
}

.social-button-style:hover .button.rss-orange, .dark .social-button-style:hover .button.rss-orange {
  background-color: #F78634 !important;
  border: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(60, 60, 60, 0.75);
}

.social-button-style .large {
  font-size: 14px;
  padding: 3px 10px;
  line-height: 27px;
}

.social-button-style .large img {
  height: 24px;
  line-height: 27px;
  vertical-align: middle;
  border: none;
  max-width: 25px;
  max-height: 25px;
}

.social-button-style .large.img {
  padding: 3px;
  vertical-align: middle;
  max-height: 29px;
  min-height: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*  $NEWSWIDGET
/*-----------------------------------------------------------------------------------*/
.newspost.columns {
  margin-bottom: 20px;
}

.widget h4.posttitle, .widget .newspost h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  line-height: 16px;
  margin-bottom: 10px;
}

.news-widget-item {
  margin-bottom: 40px;
}

.news-widget-item h5, .news-widget-item h5 a {
  font-size: 10px;
  font-weight: normal;
}

.ag_news_widget .widget-title {
  margin-bottom: 0;
  border-bottom: 0;
}

.ag_news_widget .date {
  letter-spacing: 2px;
}

.ag_news_widget h3 {
  font-size: 23px;
  line-height: 24px;
}

.ag_news_widget .thumbnailarea {
  margin: 10px 0;
}

.ag_news_widget .date {
  font-size: 10px;
}

.ag_news_widget .sidepost {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.ag_news_widget .sidepost:last-child {
  border-bottom: none;
}

/*-----------------------------------------------------------------------------------*/
/*  $PAGESTAGS
/*-----------------------------------------------------------------------------------*/
.widget_pages ul.children {
  margin-left: 0;
  margin-top: 10px;
}

.widget_pages ul.children li {
  padding-bottom: 0;
  border-bottom: none;
}

.blogpost .tagcloud {
  margin: 20px 0 15px 0;
}

.tagcloud.badge h5 {
  float: left;
  display: block;
  margin-right: 16px;
  margin-top: 8px;
}

.widget .tagcloud a {
  list-style-type: none;
  margin-left: auto;
  margin-bottom: 0;
  display: block;
  float: left;
  padding: 7px 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  display: block;
  font-size: 12px !important;
  line-height: 14px;
  color: #fff;
}

.tagcloud.badge {
  padding-left: 0;
}

.widget .badge.tagcloud a {
  margin-right: 6px;
}

.post .tagcloud {
  margin-bottom: 25px;
}

.widget .tagcloud a:hover,
#footer .tagcloud a:hover {
  color: white;
  background: #333;
}

.tagcloud:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  $RSS
/*-----------------------------------------------------------------------------------*/
ul li a.rsswidget {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

a.rsswidget img {
  vertical-align: middle;
  margin-right: 10px;
}

span.rss-date {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: bold;
}

.rssSummary {
  margin-bottom: 10px;
}

.widget.widget_rss .widget-title {
  border: none;
}

.widget ul ul {
  margin: 0;
  font-size: 100%;
}

.widget ul {
  padding: 0;
}

.widget_rss ul {
  margin-top: -10px;
}

.widget_rss ul li {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #dcdcdc;
  border-color: rgba(0, 0, 0, 0.15);
  width: auto;
  padding: 15px 0 5px 0;
}

.dark .widget_rss ul li {
  border-color: #555;
}

.dark .widget_rss a.rsswidget {
  color: #fff;
}

.widget_rss cite, span.rss-date {
  font-size: 10px;
  color: #999;
}

/*-----------------------------------------------------------------------------------*/
/*  $CALENDAR
/*-----------------------------------------------------------------------------------*/
#wp-calendar caption {
  width: 100%;
  text-align: center;
  padding: 7px 2px;
  margin-bottom: 7px;
  font-size: 10px;
  background: #e3e3e3;
}

.dark #wp-calendar caption {
  background: #333;
  color: #ccc;
}

#wp-calendar {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.dark #wp-calendar {
  color: #ccc;
}

#wp-calendar thead th {
  font-weight: bold;
}

#wp-calendar tbody td {
  padding: 5px 0;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  color: #777;
}

#wp-calendar tbody td a {
  font-weight: bold;
}

.dark #wp-calendar tbody td {
  background: #333;
  border: 1px solid #222;
}

#wp-calendar tbody td#today {
  color: #000;
}

.dark #wp-calendar #today {
  color: #fff;
}

#wp-calendar a {
  padding: 2px 0;
  font-weight: bold;
}

#wp-calendar tfoot td {
  padding: 3px 0;
}

#wp-calendar #next {
  text-align: right;
  padding-right: 10px;
}

.dark #wp-calendar #prev a {
  color: #ccc;
}

#calendar_wrap {
  display: block;
  width: 100%;
  padding: 0 1px 1px 0;
}

#wp-calendar caption {
  background: #222;
  color: #fff;
}

#wp-calendar #today {
  color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  $MENUWIDGET
/*-----------------------------------------------------------------------------------*/
.widget_nav_menu a, .widget_rss a, .widget_recent_entries a {
  -moz-transition: height .25s, line-height .25s, background .25s, visibility .25s;
  -ms-transition: height .25s, line-height .25s, background .25s, visibility .25s;
  -o-transition: height .25s, line-height .25s, background .25s, visibility .25s;
  -webkit-transition: height .25s, line-height .25s, background .25s, visibility .25s;
  transition: height .25s, line-height .25s, background .25s, visibility .25s;
}

.widget_nav_menu ul, .widget_nav_menu ul li, .widget_recent_entries ul, .widget_recent_entries ul li {
  list-style: none;
  margin: 0;
}

.widget_recent_entries span.post-date {
  display: none;
}

.widget_nav_menu ul ul, .widget_recent_entries ul ul {
  margin: 0;
}

.widget_nav_menu ul, .widget_recent_entries ul {
  margin: 0;
  position: relative;
  z-index: 10;
  width: 100%;
}

.widget .menu, .widget_recent_entries ul {
  margin-top: -18px;
  padding: 0;
}

.widget_nav_menu a, .widget_recent_entries a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  border-bottom: 1px dotted #dcdcdc;
  border-color: rgba(0, 0, 0, 0.15);
  text-align: left;
  height: auto;
  overflow: hidden;
  padding: 12px 5px 12px 10px;
  z-index: 1000;
  color: #555;
  line-height: 18px;
  font-size: 14px;
  background: url(images/rightarrow.png) 95% 48% no-repeat;
}

.widget.widget_nav_menu a:hover, .widget.widget_recent_entries a:hover {
  color: #222;
}

.dark .widget.widget_nav_menu a:hover, .dark .widget.widget_recent_entries a:hover {
  color: #fff;
}

.dark .widget_nav_menu a, .dark .widget_recent_entries a {
  color: #fff;
  background: url(images/rightarrow-dark.png) 95% 48% no-repeat;
  border-bottom: 1px dotted #444;
}

.widget_recent_entries a {
  padding: 14px 25px 14px 5px;
}

.widget_nav_menu a:hover, .widget_recent_entries a:hover {
  background: #f9f9f9 url(images/rightarrow.png) 97% 48% no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}

.dark .widget_nav_menu a:hover, .dark .widget_recent_entries a:hover {
  background: #333333 url(images/rightarrow-dark.png) 97% 48% no-repeat;
  color: #fff;
}

.widget_nav_menu li li a, .widget_nav_menu li li li a {
  padding-left: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*  $ADSWIDGET
/*-----------------------------------------------------------------------------------*/
.tw_125ad_widget {
  margin-bottom: 0;
  text-align: center;
}
.tw_125ad_widget .widget-title {
  text-align: left;
}
.tw_125ad_widget .ads125 {
  margin-right: -48px;
  display: inline-block;
}
.tw_125ad_widget .ads125 ul li {
  float: left;
  margin: 0 48px 48px 0;
}

/*-----------------------------------------------------------------------------------

	$INCLUDES
	CSS for plugins

------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $SUPERFISH
/*-----------------------------------------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
  margin-right: -99999px;
  padding-right: 99999px;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 150px;
  /* left offset of submenus need to match (see below) */
  background: #fff;
}

.sf-menu ul:after {
  position: absolute;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  top: -5px;
  left: 30px;
}

.sf-menu ul:before {
  position: absolute;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: #dcdcdc transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -7px;
  top: -10px;
  left: 30px;
}

.sf-menu ul ul:before,
.sf-menu ul ul:after {
  display: none;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 2.9em;
  /* match top ul list item height */
  z-index: 99;
  padding: 10px 5px;
  border: 3px solid #e3e3e3;
  border: 3px solid rgba(0, 0, 0, 0.1);
}

.sf-menu li li:hover ul, .sf-menu li li.sfHover ul {
  margin-top: 0;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 139px;
  top: -1em;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 139px;
  /* match ul width */
  top: -1em;
}

/*-----------------------------------------------------------------------------------*/
/*  $MOBILENAV
/*-----------------------------------------------------------------------------------*/
/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu > .mm-list {
  padding-bottom: 40px;
}

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

.mm-list > li {
  position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

.mm-list > li.mm-spacer {
  padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened.mm-label > a.mm-subopen {
  height: 25px;
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-opened .mm-page {
  box-sizing: border-box;
  position: relative;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

.mm-search {
  background: inherit;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}

.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}

.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0;
}

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*-----------------------------------------------------------------------------------*/
/*  $LIGHTBOX
/*-----------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.edition {
  /* Main image in popup */
  /* The shadow behind the image */
  /**
  * Fade-zoom animation for first dialog
  */
  /* start state */
  /* animate in */
  /* animate out */
  /* Dark overlay, start state */
  /* animate in */
  /* animate out */
  /**
   * Fade-move animation for second dialog
   */
  /* at start */
  /* animate in */
  /* animate out */
  /* Dark overlay, start state */
  /* animate in */
  /* animate out */
}
.edition .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.edition #small-dialog {
  background: #74953a;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  color: #fff;
  text-align: center;
}
.edition #small-dialog h3,
.edition #small-dialog p {
  color: #fff;
}
.edition .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden !important;
}
.edition .mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edition .mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.edition .mfp-align-top .mfp-container:before {
  display: none;
}
.edition .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.edition .mfp-inline-holder .mfp-content, .edition .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.edition .mfp-ajax-cur {
  cursor: progress;
}
.edition .mfp-zoom-out-cur .mfp-ready {
  cursor: url(images/large_x_thick.png), pointer !important;
}
.edition .mfp-zoom {
  cursor: url(images/large_+.png), pointer;
}
.edition .mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.edition .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.edition .mfp-close, .edition .mfp-arrow, .edition .mfp-preloader, .edition .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.edition .mfp-loading.mfp-figure {
  display: none;
}
.edition .mfp-hide {
  display: none !important;
}
.edition .mfp-preloader {
  color: #222;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.edition .mfp-preloader a {
  color: #cccccc;
}
.edition .mfp-preloader a:hover {
  color: white;
}
.edition .mfp-s-ready .mfp-preloader {
  display: none;
}
.edition .mfp-s-error .mfp-content {
  display: none;
}
.edition button.mfp-close, .edition button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
.edition button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.edition .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.edition .mfp-close:hover, .edition .mfp-close:focus {
  opacity: 1;
}
.edition .mfp-close-btn-in .mfp-close {
  color: #333333;
  background: transparent;
}
.edition .mfp-close-btn-in .mfp-image-holder .mfp-close, .edition .mfp-iframe-holder .mfp-close {
  color: white;
  right: 10px;
  margin-top: 69px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: #222;
  padding: 0;
  text-align: center;
}
.edition .mfp-image-holder .mfp-close, .edition .mfp-iframe-holder .mfp-close {
  color: white;
  right: 10px;
  margin-top: 69px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: #222;
  padding: 0;
  text-align: center;
}
.edition .mfp-counter {
  position: absolute;
  top: 0px;
  right: 25px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.edition .mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.9;
  margin: 0;
  top: 50%;
  margin-top: -33px;
  padding: 0;
  width: 65px;
  height: 65px;
  -webkit-tap-highlight-color: transparent;
}
.edition .mfp-arrow:active {
  margin-top: -33px;
}
.edition .mfp-arrow:hover, .edition .mfp-arrow:focus {
  opacity: 1;
}
.edition .mfp-arrow:before, .edition .mfp-arrow:after, .edition .mfp-arrow .mfp-b, .edition .mfp-arrow .mfp-a {
  border: none;
}
.edition .mfp-arrow-left {
  left: 0;
  background: url(images/left-arrow-prev.png) center no-repeat;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.edition .mfp-arrow-right {
  right: 0;
  background: url(images/right-arrow-next.png) center no-repeat;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.edition .mfp-arrow-right:after, .edition .mfp-arrow-right .mfp-a {
  border-left: 12px solid white;
  left: 3px;
}
.edition .mfp-arrow-right:before, .edition .mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.edition .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.edition .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.edition .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.edition .mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.edition .mfp-iframe-holder .mfp-close {
  margin-top: 0;
  right: 0;
}
.edition img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 60px;
  margin: 0 auto;
}
.edition .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 60px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
}
.edition .mfp-figure {
  line-height: 0;
}
.edition .mfp-bottom-bar {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  cursor: auto;
  bottom: 0;
  margin-bottom: 80px;
}
.edition .mfp-title-wrapper {
  padding: 0 30px;
}
.edition .mfp-title {
  padding-right: 0;
}
.edition .mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.edition .mfp-image-holder .mfp-content {
  max-width: 100%;
}
.edition .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .edition {
    	/**
       * Remove all paddings around the image on small screen
       */
    /* The shadow behind the image */
  }
  .edition .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .edition .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .edition .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .edition .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .edition .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .edition .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .edition .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .edition .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .edition .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .edition .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .edition .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .edition .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .edition .mfp-ie7 .mfp-img {
    padding: 0;
  }
  .edition .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .edition .mfp-ie7 .mfp-container {
    padding: 0;
  }
  .edition .mfp-ie7 .mfp-content {
    padding-top: 44px;
  }
  .edition .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
  }
}
.edition .my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.edition .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.edition .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.edition .my-mfp-zoom-in.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.edition .my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.edition .my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0.01;
}
.edition .my-mfp-slide-bottom .zoom-anim-dialog, .edition .my-mfp-slide-bottom .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.edition .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog, .edition .my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.edition .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog, .edition .my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.edition .my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.edition .my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.edition .my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0.01;
}
.edition .mfp-ready .mfp-figure {
  opacity: 0;
}
.edition .mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.edition .mfp-zoom-in.mfp-bg, .edition .mfp-zoom-in .mfp-preloader {
  opacity: 0.01;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.edition .mfp-zoom-in button.mfp-arrow-left {
  opacity: 0;
  left: 0;
}
.edition .mfp-zoom-in button.mfp-arrow-right {
  opacity: 0;
  right: 0;
}
.edition .mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.edition .mfp-zoom-in.mfp-image-loaded button.mfp-arrow-left {
  opacity: 1;
  left: 0;
}
.edition .mfp-zoom-in.mfp-image-loaded button.mfp-arrow-right {
  opacity: 1;
  right: 0;
}
.edition .mfp-zoom-in.mfp-ready.mfp-bg, .edition .mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.95;
}
.edition .mfp-zoom-in.mfp-removing button.mfp-arrow-right, .edition .mfp-zoom-in.mfp-removing button.mfp-arrow-left {
  opacity: 0;
}
.edition .mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.edition .mfp-zoom-in.mfp-removing.mfp-bg, .edition .mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0.01;
}

/*-----------------------------------------------------------------------------------*/
/*  $TABS
/*-----------------------------------------------------------------------------------*/
/**
 * General Tab Styles
 */
ul.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 20px;
  line-height: 30px;
  border-style: solid;
  border-color: #dcdcdc;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px 1px 0 0;
  margin: 0;
  font-size: 13px;
  color: #555;
  border-bottom-width: 1px;
}

ul.tabs li a:hover {
  color: #333;
  box-shadow: 0 -1px 1px #F3F3F3;
  -moz-box-shadow: 0 -1px 1px #F3F3F3;
  -webkit-box-shadow: 0 -1px 1px #F3F3F3;
}

.dark ul.tabs li a:hover {
  color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

ul.tabs li a.active {
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-left-width: 1px;
  margin: 0 0 0 -1px;
  border-bottom: none;
}

.dark ul.tabs li a.active {
  background-color: #222;
  padding-top: 4px;
}

.dark ul.tabs li a {
  border-color: #555;
}

.dark ul.tabs {
  border-color: #555;
}

ul.tabs li:first-child a.active {
  margin-left: 0;
}

ul.tabs li:first-child a {
  border-width: 1px 1px 1px 1px;
}

ul.tabs-content {
  margin: 0;
  display: block;
}

ul.tabs-content br {
  display: none;
}

ul.tabs-content li br {
  display: inline;
}

ul.tabs-content > li {
  display: none;
  margin-left: 0;
  list-style-type: none;
}

ul.tabs-content > li.active {
  display: block;
}

ul.tabs:before, ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

ul li {
  list-style-type: square;
  margin-left: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  $TOOLTIP
/*-----------------------------------------------------------------------------------*/
/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #222;
  color: #dcdcdc;
  padding: 10px 10px;
  font-size: 10px;
  line-height: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #222;
}

.hint--bottom:before {
  border-bottom-color: #222;
}

.hint--left:before {
  border-left-color: #222;
}

.hint--right:before {
  border-right-color: #222;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}

.hint--top:after {
  margin-left: -18px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom.righthint:after {
  margin-right: -18px;
}

.hint--bottom.righthint:after,
.hint--bottom.righthint:before {
  left: auto;
  right: 30%;
}

.hint--top.righthint:after {
  margin-right: -18px;
}

.hint--top.righthint:after,
.hint--top.righthint:before {
  left: auto;
  right: 30%;
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*-----------------------------------------------------------------------------------*/
/*  $ISOTOPE
/*-----------------------------------------------------------------------------------*/
/* Isotope Filter */
div.filtercontainer {
  margin-bottom: 40px;
}

ul.filter {
  margin-bottom: 0;
}

ul.filter li {
  list-style-type: none;
  float: left;
  margin: 5px 5px 0 0;
}

ul.filter li a, ul.filter li a:visited {
  padding: 9px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #999;
  border: 1px solid transparent;
}

ul.filter li a.active, ul.filter li a:hover {
  border-color: #dcdcdc;
}

.isotopecontainer {
  margin-bottom: 30px;
  overflow: visible !important;
}

/* Isotope Elements */
.isotopecontainer .featured-image {
  min-height: 50px;
}

/* Individual Bricks */
.isobrick.thirds {
  width: 30%;
  margin-bottom: 40px;
  float: left;
  margin-right: 2%;
}

.isobrick {
  float: left;
  display: block;
  margin: 0 2px 4px 2px;
}

.isobrick .brick-thumb-link {
  display: block;
}

/* Isotope Transitions */
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/* Disabling Isotope CSS3 Transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*-----------------------------------------------------------------------------------*/
/*  $SCROLLTOP
/*-----------------------------------------------------------------------------------*/
.top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

.top a, .top a:hover {
  text-decoration: none;
  display: block;
  color: #777;
}

.top .scrolltop {
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
  display: block;
  border: 1px solid transparent;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top .scrolltop span {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 6px 7px 6px 28px;
  margin-bottom: 0;
}

.top .scrolltop span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #777;
}

.top a:hover .scrolltop {
  display: block;
  /* IE 5-7 */
  filter: alpha(opacity=95);
  /* Netscape */
  -moz-opacity: 0.95;
  /* Safari 1.x */
  -khtml-opacity: 0.95;
  /* Good browsers */
  opacity: 0.95;
  border-color: #dcdcdc;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------------------*/
/*  $MEDIAELEMENT
/*-----------------------------------------------------------------------------------*/
.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.edition {
  /* Start: LAYERS */
  /* End: LAYERS */
  /* Start: CONTROL BAR */
  /* :focus for accessibility */
  /* End: CONTROL BAR */
  /* Start: Time (current / duration) */
  /* End: Time (current / duration) */
  /* Start: Play/pause */
  /* End: Play/pause */
  /* Stop */
  /* End: Play/pause */
  /* Start: Progress bar */
  /* End: Progress bar */
  /* Start: Fullscreen */
  /* End: Fullscreen */
  /* Start: Mute/Volume */
  /* horizontal version */
  /* End: Mute/Volume */
  /* Start: TRACK (Captions and Chapters) */
  /* End: TRACK (Captions and Chapters) */
  /* Start: ERROR */
  /* End: ERROR */
  /* Start: Loop */
  /* End: Loop */
  /* Start: backlight */
  /* End: backlight */
  /* Start: picture controls */
  /* End: picture controls */
  /* context menu */
}
.edition .mejs-container {
  position: relative;
  min-width: 150px;
  background: none;
  font-family: sans-serif;
  text-align: left;
  vertical-align: top;
}
.edition .mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.edition .mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.edition .mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.edition .mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.edition .mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
  display: block;
  width: auto;
  height: 100%;
}
.edition .mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.edition .mejs-overlay-play {
  cursor: pointer;
}
.edition .mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(images/bigplay.png) no-repeat;
}
.edition .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.edition .mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.edition .mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: #3a3c3d url(images/loading.gif) 50% 50% no-repeat;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.edition .mejs-container .mejs-controls {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: #3a3c3d url(background.png);
  background: -webkit-linear-gradient(#4a4c4d, #2b2d2d);
  background: -moz-linear-gradient(#4a4c4d, #2b2d2d);
  background: -o-linear-gradient(#4a4c4d, #2b2d2d);
  background: -ms-linear-gradient(#4a4c4d, #2b2d2d);
  background: linear-gradient(#4a4c4d, #2b2d2d);
  list-style: none;
}
.edition .edition.mejs-audio .mejs-controls {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.edition .mejs-container .mejs-controls div {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 30px;
  font-size: 11px;
  line-height: 11px;
  font-family: sans-serif;
  background: url(images/sep.png) left no-repeat;
  border: 0;
}
.edition .mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 7px 0 9px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(images/controls.png) no-repeat;
}
.edition .mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow;
}
.edition .mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 8px 5px 10px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.edition .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
  display: none;
}
.edition .mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  width: auto;
}
.edition .mejs-container .mejs-controls .mejs-playpause-button {
  cursor: pointer;
  background: none;
  width: 30px;
}
.edition .mejs-controls .mejs-playpause-button button {
  margin: 7px 8px;
}
.edition .mejs-controls .mejs-play button {
  background-position: 0 0;
}
.edition .mejs-controls .mejs-play:hover button {
  background-position: 0 -32px;
}
.edition .mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.edition .mejs-controls .mejs-pause:hover button {
  background-position: 0 -48px;
}
.edition .mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
.edition .mejs-controls .mejs-stop:hover button {
  background-position: -112px -32px;
}
.edition .mejs-controls div.mejs-time-rail {
  width: 200px;
}
.edition .mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 5px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-total {
  padding: 1px;
  margin: 11px 8px 0 10px;
  background: #262929;
  border-bottom: #3d3f40 1px solid;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);
}
.edition .mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  -moz-background-size: 6px 6px;
  background-size: 6px 5px;
  -webkit-background-size: 6px 5px;
  z-index: 1;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #464849;
  width: 0;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  z-index: 1;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 5px;
  background: transparent;
  cursor: pointer;
  top: 1px;
  z-index: 1;
  text-align: center;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #C2C8CF;
  background: -webkit-linear-gradient(#e3e6e9, #c2c8cf);
  background: -moz-linear-gradient(#e3e6e9, #c2c8cf);
  background: -o-linear-gradient(#e3e6e9, #c2c8cf);
  background: -ms-linear-gradient(#e3e6e9, #c2c8cf);
  background: linear-gradient(#e3e6e9, #c2c8cf);
  width: 36px;
  height: 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 3px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.edition .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 4px #C2C8CF;
  border-color: #C2C8CF transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  top: 17px;
  left: 13px;
}
.edition .mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.edition .mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
.edition .mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.edition .mejs-controls .mejs-mute button:hover {
  background-position: -16px -48px;
}
.edition .mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.edition .mejs-controls .mejs-unmute button:hover {
  background-position: -16px -32px;
}
.edition .mejs-controls .mejs-volume-button {
  position: relative;
}
.edition .mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 68px;
  width: 31px;
  background: #3A3C3D;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  top: -68px;
  left: 1px;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.edition .mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.edition .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 13px;
  top: 8px;
  width: 5px;
  height: 50px;
  background: #262929;
  border-bottom: #3d3f40 1px solid;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 1px;
}
.edition .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 13px;
  top: 8px;
  width: 5px;
  height: 50px;
  margin: 1px;
}
.edition .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 5px;
  height: 5px;
  background: transparent;
  margin: 0;
}
.edition .mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 62px;
  position: relative;
  background: none;
}
.edition .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 5px;
  margin: 0;
  padding: 1px;
  font-size: 1px;
  background: #262929;
  border-bottom: #3d3f40 1px solid;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.edition .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 5px;
  margin: 1px;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.edition .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.edition .mejs-controls .mejs-captions-button {
  position: relative;
}
.edition .mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.edition .mejs-controls .mejs-captions-button:hover button {
  background-position: -48px -32px;
}
.edition .mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: #3A3C3D;
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.edition .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.edition .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.edition .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.edition .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: sans-serif;
  font-size: 10px;
}
.edition .mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.edition .mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.edition .mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #3A3C3D;
  background: rgba(58, 60, 61, 0.7);
  background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
  overflow: hidden;
  border: 0;
}
.edition .mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #313335;
  border-right: solid 1px rgba(49, 51, 53, 0.7);
  border-bottom: solid 1px #313335;
  border-bottom: solid 1px rgba(49, 51, 53, 0.7);
  cursor: pointer;
}
.edition .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.edition .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #333;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}
.edition .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.edition .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.edition .mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.edition .mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.edition .mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.edition .mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.edition .mejs-captions-position-hover {
  bottom: 45px;
}
.edition .mejs-captions-text {
  padding: 5px 7px;
  background: #3a3c3d;
  background: rgba(58, 60, 61, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.edition .mejs-clear {
  clear: both;
}
.edition .me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.edition .me-cannotplay span {
  padding: 15px;
  display: block;
}
.edition .mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.edition .mejs-controls .mejs-loop-off:hover button {
  background-position: -64px -48px;
}
.edition .mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.edition .mejs-controls .mejs-loop-on:hover button {
  background-position: -64px -32px;
}
.edition .mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.edition .mejs-controls .mejs-backlight-off:hover button {
  background-position: -80px -48px;
}
.edition .mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.edition .mejs-controls .mejs-backlight-on:hover button {
  background-position: -80px -32px;
}
.edition .mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.edition .mejs-controls .mejs-picturecontrols-button:hover {
  background-position: -96px -32px;
}
.edition .mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.edition .mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.edition .mejs-contextmenu .mejs-contextmenu-item {
  font-family: sans-serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.edition .mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
.edition .mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.edition .mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.edition .mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px -32px;
}
.edition .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: #3A3C3D;
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.edition .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.edition .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.edition .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.edition .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: sans-serif;
  font-size: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  $BREADCRUMBS
/*-----------------------------------------------------------------------------------*/
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  float: right;
}

#breadcrumbs li {
  list-style: none;
  float: left;
  margin-right: 15px;
  margin: 0;
  margin-right: 8px;
  font-size: 14px;
  color: #999;
}
#breadcrumbs li a {
  color: #999;
}

.breadcrumbs {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.breadcrumbs p {
  margin: 0;
}

#breadcrumbs .separator {
  font-weight: 700;
  color: #999;
}

/*-----------------------------------------------------------------------------------

	$COLORS
	Default Theme Colors

------------------------------------------------------------------------------------*/
#sitecontainer,
.rightside,
.sidebar,
.pagination .pagenumbers {
  background: #f3f3f3;
}

.badge a,
.widget .tagcloud a,
.badgesliver.highlight, .sharing a .sharecircle,
.tabswrap ul.tabs li a.active, .tabswrap ul.tabs li a:hover,
.breakdown .line {
  background: #00a498;
}

.pagetitleloading .pagercontainer #bx-pager a.active,
.pagetitleloading .pagercontainer #bx-pager a:hover,
a.more-link, .regular-posts a.more-link,
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill,
.c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill,
.c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill,
.c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill,
.c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill,
.c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill,
.c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill,
.c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill,
.c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill,
.c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill,
.c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill,
.c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill,
.c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill,
.c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill,
.c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill,
.c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill,
.c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill,
.tw-button, a.tw-button, .tw-postshortcode a.more-link {
  border-color: #00a498;
}

a, a:hover, #share-box span, .thumbintro span a,
.c100:hover > span, a.more-link,
span.highlight,
.score,
.button,
.tw-button,
a.tw-button,
a.button,
a.more-link,
#submit,
.tw-postshortcode a.more-link,
input[type=submit],
.single .authorinfo.not-full a:hover,
.edition .tw-button, .edition a.tw-button, .edition .tw-postshortcode a.more-link {
  color: #00a498;
}

.tabswrap ul.tabs a:hover, a.more-link:hover,
.regular-posts a.more-link:hover, .button:hover,
.tw-button:hover,
a.tw-button:hover,
a.button:hover,
a.more-link:hover,
#submit:hover,
.tw-postshortcode a.more-link:hover,
input[type=submit]:hover,
.button:active,
.tw-button:active,
a.tw-button:active,
a.button:active,
a.more-link:active,
#submit:active,
.tw-postshortcode a.more-link:active,
input[type=submit]:active {
  background: #00a498;
}

.pagetitleloading .pagercontainer .bx-slider-pager a.active,
.pagetitleloading .pagercontainer .bx-slider-pager a:hover,
.button,
.tw-button,
a.tw-button,
a.button,
a.more-link,
#submit,
.tw-postshortcode a.more-link,
input[type=submit],
.top-nav.altnav #menu > ul > li > a:hover,
.top-nav.altnav #menu > ul > li.sfHover > a,
.top-nav.altnav #menu > ul > li.current_page_item > a {
  border-color: #00a498;
}

.badge a:before,
.badgesliver.highlight:before {
  border-right-color: #00a498;
}

.badge a:after,
.badgesliver.highlight:after {
  border-left-color: #00a498;
}

*::selection {
  background: #00a498;
}

/*-----------------------------------------------------------------------------------

	$MEDIAQUERIES
	Responsive size adaptions

------------------------------------------------------------------------------------*/
/* Width smaller than 1500px */
@media only screen and (min-width: 2500px) {
  .full-post .full-image-section .fullpostimage {
    width: 51%;
  }
}
@media only screen and (min-width: 2000px) {
  .full-post .full-image-section .fullpostimage {
    width: 53%;
  }
}
@media only screen and (max-width: 1500px) {
  #sitecontainer .pagetitleloading .homeslideshow .bx-wrapper .bx-viewport img {
    max-width: none !important;
    min-width: 1500px !important;
  }
}
@media only screen and (min-width: 1199px) {
  .pagetitleloading .single-slideshow {
    min-height: 500px;
  }
}
/* Widths smaller than 1199 */
@media only screen and (max-width: 1199px) {
  .pagertable li {
    width: 220px !important;
  }
  .pagertable li .pagertitle {
    font-size: 16px;
  }

  .section .slidecaption .slidetitle,
  .section .slidecaption h1 {
    font-size: 54px !important;
  }

  .single .has-full-image.has-thumbnail .pagetitle .credits {
    bottom: auto;
    top: 55px;
  }

  .top {
    display: none !important;
  }

  /* Rightside */
  .rightside .rightcontent {
    width: 630px;
    margin-right: 0;
    padding-right: 22px;
  }

  .single-post .rightside .rightcontent {
    width: 515px;
  }

  .single .no-sharing .rightside .rightcontent {
    width: 605px;
  }

  .rightside .righttitle {
    width: 590px;
    padding-right: 22px;
  }

  .sidebar {
    padding-left: 15px;
  }

  .rightside {
    margin-left: -200px;
    padding-left: 200px;
  }

  .breaking .breaking-title {
    background: #333;
    padding-right: 10px;
    font-size: 12px;
    line-height: 37px !important;
    font-weight: normal;
    margin-left: -200px;
    padding-left: 210px;
    display: block;
    position: relative;
    z-index: 99;
    float: left;
  }

  /* Regular Grid */
  .regulargrid a.brick-thumb-link {
    min-height: 182px;
  }
  .regulargrid .isobrick .title {
    font-size: 23px;
    line-height: 1em;
  }
  .regulargrid .pageflip {
    right: 10px;
  }

  /* Grid Section */
  .grid-item .thumbovertext .button {
    display: none;
  }

  .grid .grid-item.fullgrid,
  .grid .grid-item.fullgrid .isobrick-inner {
    height: 320px;
    width: 594px;
  }

  .grid .grid-item.halfgrid,
  .grid .grid-item.halfgrid .isobrick-inner {
    width: 295px;
    height: 317px;
  }

  .grid.section .grid-item.fullgrid .thumbovertext .title,
  .grid.section .grid-item.fullgrid .thumbovertext .title a,
  .carousel .carouselpost .fullgrid .thumbovertext .title,
  .carousel .carouselpost .fullgrid .thumbovertext .title a {
    margin-top: 5px;
  }

  .carousel .carouselpost .fullgrid .thumbovertext .title {
    font-size: 38px;
  }
  .carousel .carouselpost .fullgrid .thumbovertext .title a {
    font-size: 38px;
  }

  .grid .grid-item.halfgrid .thumbovertext .title,
  .grid .grid-item.halfgrid .thumbovertext .title a {
    font-size: 26px;
    margin-top: 5px;
  }
  .grid .pageflip {
    right: 14px;
  }

  .section.grid.grid-full .halfgrid {
    width: 302px;
  }
  .section.grid.grid-full .fullgrid {
    width: 607px;
  }
  .section.grid.grid-full .pageflip {
    right: 0;
    margin-right: 12px;
  }

  /* Carousel Section */
  .section.fixed-carousel .single-carousel.half-carousel li.carouselpost {
    width: 302px !important;
  }
  .section.fixed-carousel .single-carousel.half-carousel li.carouselpost .halfgrid .isobrick-inner, .section.fixed-carousel .single-carousel.half-carousel li.carouselpost .halfgrid {
    width: 302px;
    height: 325px;
  }
  .section.fixed-carousel .single-carousel.half-carousel li.carouselpost .halfgrid .isobrick-inner .thumbovertext, .section.fixed-carousel .single-carousel.half-carousel li.carouselpost .halfgrid .isobrick-inner .thumboverdate {
    padding: 35px;
  }

  /* Related Posts */
  .has-sidebar .related-posts .grid-item {
    width: 100%;
  }
  .has-sidebar .related-posts .grid-item .isobrick-inner {
    width: 100%;
  }

  /* Grid Badges */
  .grid .badge a {
    padding: 8px;
  }
  .grid .badge a:after {
    border-bottom-width: 26px;
  }
  .grid .badge a:before {
    border-top-width: 26px;
  }
  .grid .pageflip {
    right: 22px;
  }

  /* Review Circles */
  .section .inner-content .c100,
  .regulargrid .inner-content .c100 {
    font-size: 100px;
  }

  .grid-item.halfgrid .inner-content .c100,
  .regulargrid .isobrick .inner-content .c100 {
    font-size: 70px;
  }

  /* Post */
  .single .no-full-image h1.title {
    font-size: 2.75em;
  }

  .single-post .pagetitleloading .pagetitle .title {
    font-size: 3.5em;
  }

  .single .no-full-image.no-sidebar .rightside .rightcontent {
    padding: 20px 15px;
    width: 843px;
  }

  /* No Sharing */
  .single .no-full-image.no-sidebar.no-sharing .rightside .rightcontent {
    width: 100%;
  }

  /* Disable for touch devices at this size */
  .full-bg-image {
    background-attachment: scroll !important;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    background-position: 50% 50% !important;
  }

  .post-break .wp-caption-text {
    display: inline-block;
    bottom: 3px;
    left: 3px;
  }
}
/* Widths between 992px and 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-break .wp-caption-text {
    padding-right: 0;
    margin-right: 0;
  }

  /* Review Breakdown */
  .has-sidebar .breakdown {
    padding-top: 10px;
  }
  .has-sidebar .breakdown .table {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .has-sidebar .breakdown .table, .has-sidebar .breakdown .table-row, .has-sidebar .breakdown .table-cell {
    display: block;
  }
  .has-sidebar .breakdown .inner-content {
    float: none;
  }

  .single .no-sidebar.has-full-image .rightcontent {
    width: 840px;
  }
}
/* Widths between less than 991px */
@media only screen and (max-width: 991px) {
  /* Related Posts */
  .has-sidebar .related-posts .grid-item {
    width: 49%;
  }
  .has-sidebar .related-posts .grid-item .thumbovertext .title, .has-sidebar .related-posts .grid-item .thumbovertext .title a {
    font-size: 22px !important;
  }

  .single .no-sidebar.has-full-image .sharingwrap {
    margin-left: 0;
  }

  .single .no-sidebar.no-sharing .rightside .rightcontent {
    padding-left: 15px;
    padding-right: 15px;
  }

  #sitecontainer .pagetitleloading .homeslideshow .bx-wrapper .bx-viewport img {
    max-width: none !important;
    min-width: 0px !important;
  }

  .pagetitleloading.background-imaged .pagetitle {
    margin-bottom: 0;
  }

  .single-slideshow.homeslideshow .bx-wrapper .bx-next {
    right: auto;
    left: 41px;
  }
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls {
    position: relative;
    margin: auto;
    max-width: 690px;
  }
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls-direction {
    padding-left: 30px;
    position: relative;
  }
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls-direction a {
    background-color: #000 !important;
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    opacity: 1 !important;
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }

  .single-slideshow.homeslideshow.loading-dark {
    background-position: 20px 20px;
  }

  .pagercontainer {
    display: none;
  }

  .home.page .slidecaption {
    padding-bottom: 0 !important;
  }

  .section .slidecaption .slidetitle,
  .section .slidecaption h1,
  .single-post .pagetitle .title,
  .single .no-full-image h1.title {
    font-size: 42px !important;
  }

  .pagetitle img.top-bg-image {
    min-width: 1100px;
  }

  .imagecover {
    height: 350px;
  }

  .single .has-thumbnail .slidecaptioncenter {
    margin-top: 0;
  }

  .single-slideshow .button {
    font-size: 12px;
  }

  .post .date {
    display: none;
  }

  .post .mobiledate {
    display: inline;
  }

  /* Layout */
  .rightside {
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    width: 100%;
    padding-top: 35px;
  }
  .rightside .rightcontent {
    width: 100% !important;
    padding-right: 15px;
  }
  .rightside .righttitle {
    width: 100%;
    padding: 0 10px 0 15px;
  }

  .single .rightside .rightcontent {
    width: 625px !important;
    padding-left: 15px;
    float: left;
  }

  .single .no-sharing .rightside .rightcontent {
    width: 100% !important;
  }

  .single .no-sidebar.no-sharing .rightside .rightcontent {
    width: 100% !important;
  }

  .single .no-sidebar.has-full-image .rightside .rightcontent {
    width: 645px !important;
    padding-right: 15px;
  }

  /* No Sharing */
  .single .no-sidebar.has-full-image.no-sharing .rightside .rightcontent {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .single .has-full-image.has-thumbnail .pagetitle .credits {
    bottom: 20px;
    top: auto;
  }
  .single .has-full-image.has-thumbnail .pagetitle .avatar {
    display: none;
  }

  #footer .one-third {
    width: 100%;
  }

  /* Related Posts */
  .related-posts {
    /* Badges */
  }
  .related-posts .grid-item {
    width: 49%;
    height: 297px;
  }
  .related-posts .grid-item .thumbovertext,
  .related-posts .grid-item .thumboverdate {
    padding: 25px;
  }
  .related-posts .grid-item .thumbovertext .title, .related-posts .grid-item .thumbovertext .title a {
    margin-top: 8px;
  }
  .related-posts .badge a {
    padding: 8px;
  }
  .related-posts .badge a:after {
    border-bottom-width: 26px;
  }
  .related-posts .badge a:before {
    border-top-width: 26px;
  }

  /* Grid */
  .section.grid.grid-full .halfgrid {
    width: 344px;
  }
  .section.grid.grid-full .fullgrid {
    width: 692px;
  }

  .grid .grid-item.fullgrid,
  .grid .grid-item.fullgrid .isobrick-inner {
    width: 692px;
  }
  .grid .grid-item.halfgrid,
  .grid .grid-item.halfgrid .isobrick-inner {
    width: 344px;
  }

  /* Sidebar */
  .sidebar {
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 40px 15px 0 15px;
  }
  .sidebar .sidebarcontent {
    width: 100%;
    padding-top: 0 !important;
  }

  .section .sidebar {
    padding-top: 40px !important;
  }

  /* Inputs */
  input#s, .search-form {
    max-width: none;
  }

  /* Pagination */
  .pagination .divider {
    margin-right: 40px;
  }

  .imagecover img {
    margin-top: 0 !important;
  }

  .slidecaption .slidetitle {
    font-size: 50%;
    line-height: 1em;
  }

  #menu {
    display: none;
  }

  .mobile-link {
    display: block;
    float: right;
    min-width: 50%;
  }

  .regular-nav .mobile-link {
    display: table-cell;
    float: none;
  }

  .topbar-left, .topbar-right {
    float: none;
    margin: auto;
  }

  .altnav .mobile-link {
    margin-bottom: 15px;
  }
  .altnav .top-nav .table-row {
    display: block;
  }
  .altnav #logo.table-cell {
    display: block;
    float: left;
    width: auto;
    min-width: 50%;
    margin-bottom: 15px;
  }
  .altnav .top-ad {
    width: 100%;
    display: block;
    padding: 0;
  }
  .altnav .top-ad .alignright {
    float: none;
  }
  .altnav.top-nav.altnav.is_stuck {
    top: 0 !important;
  }
  .altnav.top-nav.altnav.is_stuck .top-ad {
    display: none;
  }

  /* Add static positioning for poor mobile support */
  .altnav .top-nav.altnav,
  .regular-nav .top-nav {
    position: static !important;
    margin-top: 0 !important;
  }

  .top-nav-replacer {
    display: none !important;
  }

  /* Full Posts Section */
  .full-post .full-image-section .fullpostimage {
    width: 100%;
    height: 350px;
  }
  .full-post .full-image-section .fullsection .fullcontent {
    margin: 0 !important;
    padding: 50px 15px !important;
    margin-top: 350px !important;
    max-width: 100%;
  }

  /* Breadcrumbs */
  .breadcrumbs {
    position: static;
    text-align: left;
    margin-top: 10px;
  }

  #breadcrumbs {
    float: left;
    padding: 0;
  }

  .pagercontainer {
    display: none;
  }

  .section .single-slideshow .button {
    display: none;
  }

  .section .pagetitleloading {
    min-height: 200px;
  }

  .section.section-full .bxslider .navfade-bottom {
    display: none;
  }

  .home.page .slidecaption {
    padding-bottom: 0 !important;
  }

  .pagetitleloading.background-imaged .pagetitle {
    padding: 80px 0;
    margin-top: 0;
  }

  .pagetitleloading.background-imaged .backstretch img {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #mobilemenu {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .single-slideshow.homeslideshow .bx-wrapper .bx-controls {
    max-width: none;
    margin-left: 30px;
  }

  /* Hide Reviews due to small size */
  .section .inner-content,
  .related .inner-content {
    display: none;
  }

  .backgroundsize .imagecover {
    height: 100% !important;
  }
  .backgroundsize .imagecover .post-break {
    height: 100%;
  }
  .backgroundsize .imagecover .post-break .full-bg-image {
    height: 100%;
  }

  .single .rightside .rightcontent {
    width: 100% !important;
  }

  .single .no-sidebar.has-full-image .rightside .rightcontent {
    width: 100% !important;
  }

  .postcontent .post-break .wp-caption-text {
    padding-right: 25px;
    margin-right: 0;
  }

  .pagetitle img.top-bg-image {
    min-width: 900px;
  }

  .imagecover {
    height: 275px;
  }

  /* Review Breakdown */
  .breakdown {
    padding: 10px 30px 15px 30px;
  }
  .breakdown .table {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .breakdown .table, .breakdown .table-row, .breakdown .table-cell {
    display: block;
  }
  .breakdown .inner-content {
    float: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .breakdown .description-cell {
    padding-left: 0;
  }

  /* Post Content  */
  .single .rightside .rightcontent {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 0;
  }

  /* Sharing */
  .sharing, .sharingwrap {
    position: relative !important;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
  }

  .sharing {
    padding-top: 30px;
  }

  .sharingwrap .sharing a, .sharingwrap .sharing aside {
    width: 31%;
    background: #f3f3f3;
    background: rgba(0, 0, 0, 0.025);
    padding: 10px;
  }
  .sharingwrap .sharing a i, .sharingwrap .sharing aside i {
    color: rgba(0, 0, 0, 0.1);
  }
  .sharingwrap .sharing a.comment i {
    line-height: 28px;
  }

  /* Authorbox */
  .single .authorboxfull .avatar-container {
    float: none;
    text-align: left;
    width: 100%;
    background: #e3e3e3;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    padding: 25px 25px 0 25px;
  }
  .single .authorboxfull .avatar-container img {
    display: inline-block;
    width: 35px !important;
  }
  .single .authorboxfull .avatar-container h4, .single .authorboxfull .avatar-container a {
    display: inline-block;
  }
  .single .authorboxfull .avatar-container h4 {
    margin-left: 5px;
  }
  .single .authorboxfull .text-container {
    width: 100%;
    padding-top: 20px;
  }
  .single .authorboxfull .text-container:after {
    display: none;
  }
  .single .authorboxfull .avatar-container:after {
    content: "";
    clear: both;
  }

  .rightside .replacer {
    display: none !important;
  }

  .single .has-full-image.has-thumbnail .rightside {
    padding-top: 0;
  }

  .single .has-full-image.has-thumbnail.no-sharing .rightside {
    padding-top: 40px;
  }

  /* Comments */
  .singlecomment {
    margin-left: 0;
  }

  .comment .avatar {
    display: none;
  }

  .listcomments .children {
    margin-left: 0px;
    padding-left: 10px;
  }

  /* Breaking News */
  .breaking div.breaking-title {
    background: transparent;
    float: none;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 0;
    margin: 0;
    display: none;
  }

  .breaking .breaking-ticker {
    width: 100%;
  }

  .breaking div.breaking-title:after {
    display: none;
  }

  .breaking .breaking-ticker {
    margin: auto;
  }

  /* Topbar Sections */
  .topbar-right, .topbar-left {
    text-align: center;
  }

  .section-title .vertical-div {
    display: none;
  }
  .section-title span {
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .section-title p {
    line-height: 16px;
  }

  .grid .grid-item.halfgrid,
  .grid .grid-item.halfgrid .isobrick-inner, .imagegrid.full .grid-item.halfgrid,
  .imagegrid.full .grid-item.halfgrid .isobrick-inner {
    width: 100%;
  }
  .grid .grid-item.fullgrid,
  .grid .grid-item.fullgrid .isobrick-inner, .imagegrid.full .grid-item.fullgrid,
  .imagegrid.full .grid-item.fullgrid .isobrick-inner {
    width: 100%;
    height: 317px;
  }
  .grid .grid-item.fullgrid .isobrick-inner, .imagegrid.full .grid-item.fullgrid .isobrick-inner {
    height: 317px;
    margin-left: 0;
  }

  .grid .grid-item.fullgrid .thumbovertext .title,
  .grid .grid-item.fullgrid .thumbovertext .title a {
    font-size: 26px;
  }

  .section .inner-content .c100,
  .regulargrid .inner-content .c100 {
    font-size: 75px;
  }

  .regulargrid .regularwrapper {
    margin: 0;
  }

  .regulargrid .one-half {
    width: 48%;
  }

  /* Single Post */
  .pagetitleloading.background-imaged .pagetitle {
    padding: 60px 0;
  }

  .section .slidecaption .slidetitle,
  .section .slidecaption h1,
  .single-post .pagetitle .title,
  .single .no-full-image h1.title,
  .full-taxonomy .fullsection .title a,
  .full-taxonomy .fullsection .title a:hover {
    font-size: 26px !important;
  }

  /* Badges */
  .badge a {
    padding: 8px;
  }

  .badge a:after {
    border-bottom-width: 26px;
  }

  .badge a:before {
    border-top-width: 26px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media screen and (max-width: 767px) {
  /* Gallery Sizes */
  .single-gallery .gallery-columns-1 .gallery-item,
  .single-gallery .gallery-columns-2 .gallery-item,
  .single-gallery .gallery-columns-3 .gallery-item,
  .single-gallery .gallery-columns-4 .gallery-item,
  .single-gallery .gallery-columns-5 .gallery-item,
  .single-gallery .gallery-columns-6 .gallery-item,
  .single-gallery .gallery-columns-7 .gallery-item,
  .single-gallery .gallery-columns-8 .gallery-item,
  .single-gallery .gallery-columns-9 .gallery-item {
    width: 48%%;
    margin: 0.5% 1%;
  }
  .single-gallery .gallery-columns-1 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-2 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-3 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-4 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-5 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-6 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-7 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-8 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-9 .gallery-item .gallery-caption {
    display: block;
  }
  .single-gallery .gallery-columns-1 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-2 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-3 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-4 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-5 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-6 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-7 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-8 .gallery-item .gallery-caption span,
  .single-gallery .gallery-columns-9 .gallery-item .gallery-caption span {
    padding: 30px;
  }

  .grid .grid-item.halfgrid,
  .grid .grid-item.fullgrid, .imagegrid.full .grid-item.halfgrid,
  .imagegrid.full .grid-item.fullgrid {
    width: 100%;
    height: 310px;
  }
  .grid .isobrick, .imagegrid.full .isobrick {
    width: 49%;
  }
  .grid .isobrick .fullgrid img, .imagegrid.full .isobrick .fullgrid img {
    min-width: 800px;
    margin-left: -250px;
  }
  .grid .isobrick .halfgrid img, .imagegrid.full .isobrick .halfgrid img {
    min-width: 300px;
  }
  .grid .grid-item .thumboverdate,
  .grid .grid-item .thumbovertext, .imagegrid.full .grid-item .thumboverdate,
  .imagegrid.full .grid-item .thumbovertext {
    padding: 30px;
  }

  .section .slidecaptioncenter {
    float: left;
    width: 80%;
    margin: 0 !important;
  }

  /* Related Posts */
  .related-posts .grid-item {
    height: 263px;
  }
  .related-posts .grid-item .thumboverdate,
  .related-posts .grid-item .thumbovertext {
    padding: 25px;
  }
  .related-posts .grid-item .thumboverdate .title, .related-posts .grid-item .thumboverdate .title a,
  .related-posts .grid-item .thumbovertext .title,
  .related-posts .grid-item .thumbovertext .title a {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 600px) {
  .logged-in.admin-bar #mobilemenu {
    margin-top: 0;
  }

  .regulargrid .one-half {
    width: 100%;
  }

  html.mm-opened {
    margin-top: 0 !important;
  }
  html.mm-opened .admin-bar .mm-page {
    margin-top: 46px;
  }
  html.mm-opened .admin-bar #wpadminbar {
    top: -46px;
  }

  .section .slidecaptioncenter {
    width: 60%;
  }

  /* Related Posts */
  .related-posts .grid-item {
    width: 100%;
    height: auto;
  }
  .related-posts .grid-item .thumboverdate,
  .related-posts .grid-item .thumbovertext {
    padding: 40px;
  }

  .carousel .carouselpost .fullgrid .thumbovertext .title {
    font-size: 22px;
  }
  .carousel .carouselpost .fullgrid .thumbovertext .title a {
    font-size: 22px;
  }
  .carousel .carouselpost .fullgrid .thumboverdate,
  .carousel .carouselpost .fullgrid .thumbovertext {
    padding: 30px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .section .slidecaptioncenter {
    width: 48%;
  }

  .fixed-carousel .container.carousel-container,
  .fixed-carousel .container.carousel-container .col-md-12 {
    padding: 0;
  }

  /* Related Posts */
  .related-posts .grid-item {
    width: 100%;
  }
  .related-posts .grid-item .thumboverdate,
  .related-posts .grid-item .thumbovertext {
    padding: 25px;
  }

  /* Gallery Sizes */
  .single-gallery .gallery-columns-1 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-2 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-3 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-4 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-5 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-6 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-7 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-8 .gallery-item .gallery-caption,
  .single-gallery .gallery-columns-9 .gallery-item .gallery-caption {
    display: none;
  }

  .grid .grid-item.halfgrid, .imagegrid.full .grid-item.halfgrid {
    width: 100%;
  }
  .grid .isobrick, .imagegrid.full .isobrick {
    width: 100%;
  }
  .grid .isobrick .fullgrid img, .imagegrid.full .isobrick .fullgrid img {
    min-width: 800px;
    margin-left: -250px;
  }
  .grid .isobrick .halfgrid img, .imagegrid.full .isobrick .halfgrid img {
    min-width: 300px;
  }

  /* Sharing */
  #share-box h4 {
    font-size: 32px !important;
  }
  #share-box i {
    font-size: 52px;
    margin: 0 2px;
  }

  #sitecontainer .pagetitleloading .homeslideshow .bx-wrapper .bx-viewport img {
    margin-left: -200px;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

textarea.noresize {
  resize:none;
}

/*********** FORMULARIO DOS COLUMNAS ***********/

@media screen and (min-width:550px){ 
    .dos-columnas .text-wrap, .dos-columnas .list-dropdown-wrap{
    
      display:inline-block;
      width:46%;
    }
    
    .dos-columnas div.derecha-wrap{
      margin-left:7%;
    }
    .dos-columnas textarea{width:99.3% !important;}  
    
    .dos-columnas select,input{height:52px !important;}  
} 


.ninja-forms-field-error {
    border: 1px solid #F08700;
    bottom: 11px;
    position: relative;
    width: 99.5%;
}

.ninja-forms-error-msg p{color:#F08700 !important;}

.ninja-forms-req-symbol{color:#F08700 !important;}

/*********** FIN FORMULARIO DOS COLUMNAS ***********/

 