/* Contents:
 - styling
 - fontawesome
 - jetpack-carousel
 - jetpack-carousel-ie8fix
 - jetpack_css
*/

/* Minit: https://www.infoperbankan.com/wp-content/themes/Cassions/style.css */
/*

Theme Name:         Cassions (Share On Theme123.Net)
Theme URI:          http://www.grovepixels.com/themes/cassions/
Description:        Cassions Premium Theme
Version:            1.0.0
Author:             GrovePixels
Author URI:         http://www.grovepixels.com/
Tags: white, custom-colors, fixed-width, custom-menu, editor-style, featured-images, full-width-template, two-columns, right-sidebar, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html

*/


/*-----------------------------------------------------------------------------------*/

/*	1. HTML5 Reset
	2. Global
	3. Wordpress
	4. Structure
	5. Header
	6. Main
	7. Single Post
	8. Comments 
	9. Sidebar
	10. Footer
	11. Pagination
	12. Page Templates
	13. Responsive


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*	1. HTML5 Reset

/*-----------------------------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
.clearfix:before,.container:before,.wrap:before,.hentry:before{content:" ";display:table;}
.clearfix:after,.container:after,.wrap:after,.hentry:after{clear:both;content:" ";display:table;}

/*-----------------------------------------------------------------------------------*/

/*	2. Global

/*-----------------------------------------------------------------------------------*/


/* Body
--------------------------------------------- */

html {
	font-size: 100%;
}

body {
	background-color: #ffffff;
	color: #323232;
	font-family: 'Arial', Helvetica;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}


/* Links
--------------------------------------------- */

a {
	color: #2e6d9d;
	text-decoration: none;
}

a:hover {
	color: #2e6d9d;
	text-decoration: underline;
}


/* Global
--------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p { 
	margin: 0 0 25px;
	padding: 0;
}

strong {
	font-weight: bold;
}

ol, ul {
	margin: 0;
	padding: 0;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	color: #999999;
	padding: 0 35px;
	margin: 0 0 30px 0;
	text-align: center;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote cite {
	font-size: 14px;
}

@media only screen and (max-width: 600px) { 

	blockquote {
		font-size: 16px;
		padding: 20px;
	}

}

cite {
	font-style: normal;
}

code {
	font-family: "Andale Mono",Courier,"Courier New",monospace;
	font-size: 14px;
	line-height: 1.3;
}

pre {
	display: block;
	clear: both;
	background-color: #fdf9eb;
	color: #988b70;
	padding: 35px 45px;
	font-family: "Andale Mono",Courier,"Courier New",monospace;
	font-size: 14px;
	line-height: 1.3;
	margin: 30px 0 35px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px solid #f1ead4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

@media only screen and (max-width: 600px) { 

	pre {
		padding: 15px;
	}

}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin: 25px 0;
	overflow: hidden;
}

button,input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;
}


/* Media
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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


/* Forms
--------------------------------------------- */

input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input, textarea {
	background-color: #ffffff;
	width: 100%;
	font-size: 0.813em;
	color: #999999;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
}

textarea {
	line-height: 1.6;
}

input:focus,
textarea:focus {
	border: 1px solid #b3b3b3;
	outline: none;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #2e6d9d;
	font-size: 0.938em;
	width: auto;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #262626;
}

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

input[type="radio"], input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px ! important;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 30px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #dddddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}


/* Hidden
--------------------------------------------- */

.hidden {
	display: none ! important;
}


/*-----------------------------------------------------------------------------------*/

/*	3. Wordpress

/*-----------------------------------------------------------------------------------*/

p a img {
	margin-bottom: -10px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 20px;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 15px;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	color: #999999;
	text-align: center;
}

@media only screen and (max-width: 766px) {


	/* Wordpress */

	img.alignleft, .wp-caption.alignleft,
	img.alignright, .wp-caption.alignright {
		max-width: 50%;
	}


}

@media only screen and (max-width: 479px) {

	/* Wordpress */

	img.alignleft, .wp-caption.alignleft,
	img.alignright, .wp-caption.alignright {
		max-width: 100%;
		float: none;
		margin: 0;
	}


}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {

}

.tiled-gallery {
	margin-bottom: 25px ! important;
}

.sticky {

}

.mejs-container {
	margin-bottom: 25px;
}

/* Wordpress Gallery */

.gallery-size-thumbnail {
	margin-bottom: 20px ! important;
}

.gallery-item {
	margin: 0 ! important;
}

.gallery-item img {
	border: none ! important;
}

.gallery-item a {
	
}

.gallery-item img {
	float: left;
	margin: 0 0 2% 0!important;
	padding: 0 !important;
	line-height: 0;
	font-size: 1px;
	width: 98%;
}


/*-----------------------------------------------------------------------------------*/

/*	4. Structure

/*-----------------------------------------------------------------------------------*/

.gp-row {
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

.gp-wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.gp-inner {

}

.gp-row:before,
.gp-wrap:before,
.gp-inner:before,
.gp-header:before,
.gp-main:before,
.gp-footer:before,
.gp-widget:before,
.hentry:before,
.pagination:before,
.navigation:before,
.gp-homepage-top-widgets,
.gp-homepage-bottom-widgets {
	content: " ";
	display: table;
}

.gp-row:after,
.gp-wrap:after,
.gp-inner:after,
.gp-header:after,
.gp-main:after,
.gp-footer:after,
.gp-widget:after,
.hentry:after,
.pagination:after,
.navigation:after,
.gp-homepage-top-widgets,
.gp-homepage-bottom-widgets {
	clear: both;
	content: " ";
	display: table;
}

.gp-col-1,
.gp-col-2,
.gp-col-3,
.gp-col-4,
.gp-col-5,
.gp-col-6,
.gp-col-7,
.gp-col-8,
.gp-col-9,
.gp-col-10,
.gp-col-11,
.gp-col-12 {
  float: left;
}

.gp-col-12 {
  width: 100.0000000000000%;
}

.gp-col-11 {
  width: 91.66666666666666%;
}

.gp-col-10 {
  width: 83.33333333333334%;
}

.gp-col-9 {
  width: 75.00000000000000%;
}

.gp-col-8 {
  width: 66.66666666666666%;
}

.gp-col-7 {
  width: 58.33333333333336%;
}

.gp-col-6 {
  width: 50.00000000000000%;
}

.gp-col-5 {
  width: 41.66666666666667%;
}

.gp-col-4 {
  width: 33.33333333333333%;
}

.gp-col-3 {
  width: 25.00000000000000%;
}

.gp-col-2 {
  width: 16.66666666666664%;
}

.gp-col-1 {
  width: 08.33333333333332%;
}


/*-----------------------------------------------------------------------------------*/

/*	5.	Header

/*-----------------------------------------------------------------------------------*/

.gp-header {
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

}

/* Top Bar
--------------------------------------------- */

.gp-top-bar {
	color: #111111;
	border-bottom: 3px double #e5e5e5;
	padding: 0 20px;
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	
}



/* Mobile Menu */

.gp-top-mobile-menu-button {
	display: none;
}

/* Top Time */

.gp-top-time {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
	margin-top: 4px;
}

/* Top Icons & Search */

.gp-top-icons-search {
	float: right;
}

.gp-top-icons {
	float: left;
}

.gp-top-icons ul {
	list-style: none;
	margin: 0;
}

.gp-top-icons ul li {
	float: left;
	margin-right: 10px;
}

.gp-top-icons ul li a {
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}

.gp-top-icons ul li a:hover {
	text-decoration: none;
}

.gp-top-search {
	float: left;
}

.gp-top-search form.gp-search-form input {
	font-size: 9px;
	padding: 5px 20px 5px 10px;
	margin-bottom: 0;
}


/* Logo & Header Ad
--------------------------------------------- */

.gp-logo-ad {
	display: block;
	padding: 0;
	width: 100%;
	overflow: hidden;
}


/* Logo
--------------------------------------------- */

.gp-logo {
	float: left;
	padding: 30px 0 20px;
	margin: 0;
	max-width: 28%;
}

.gp-logo h1.gp-site-logo, .gp-logo h2.gp-site-logo {
	margin-bottom: 0;
}

.gp-logo h1.gp-site-title, .gp-logo h2.gp-site-title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 3px;
}

.gp-logo h1 a, .gp-logo h2 a {
	color: #111111;
	text-decoration: none;
}

.gp-logo h1 a:hover, .gp-logo h2 a:hover {
	color: #111111;
	text-decoration: none;
}

.gp-logo p.gp-site-description {
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	color: #999999;
	margin: 0;
}


/* Header Ad
--------------------------------------------- */

.gp-header-ad {
	float: right;
	padding: 20px 0;
	max-width: 70%;
}

.gp-header-ad img {
	display: block;
}

/* Search Form
--------------------------------------------- */

.gp-header-search {
	float: right;
	max-width: 35%;
	width: 35%;
}

.gp-header-search form.gp-search-form {
	width: 100%;
	margin: 12px 0 0 0;
}

.gp-header-search form.gp-search-form input[type="text"] {
	padding: 11px;
	font-size: 13px;
	border: none;
}


/* Primary Navigation
--------------------------------------------- */

#gp-sticker {
	background-color: #ffffff;
	width: 100%;
	z-index: 99;
	max-width: 940px;
}

.gp-primary-navigation {
	width: 100%;
	background-color: #1c033f;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0;
	border-top: 3px double #e5e5e5;
	border-bottom: 3px double #e5e5e5;
	text-align: center;
	position: center;
	max-width: 980px;
}

.gp-primary-navigation ul {
	list-style: none;
	margin: 0;
}

.gp-primary-navigation ul li {
	float: left;
	margin-right: 35px;
	position: relative;
}

.gp-primary-navigation ul li:last-child {
	margin-right: 0;
}

.gp-primary-navigation ul li.right {
	float: right;
}

.gp-primary-navigation ul li a {
	display: inline-block;
	color: #ffffff;
	padding: 0;
	text-decoration: none;
}

.gp-primary-navigation ul li a:hover {
	color: #e9f2f8;
	background-color: #361010;
	text-decoration: none;
}

.gp-primary-navigation ul li.current-menu-item a {
	
}

.gp-primary-navigation ul li.right a {
	
}

.gp-primary-navigation ul li > ul {
	display: none;
	float: left;
	width: 240px;
	background: #fff;
	padding: 0;
	margin: 0 0;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 9999;
}

.gp-primary-navigation ul li:hover > ul {
	display: block;
}

.gp-primary-navigation ul li:hover > ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #f5f5f5;
}

.gp-primary-navigation ul li:hover > ul li:last-child {
	border-bottom: none;
}

.gp-primary-navigation ul li:hover > ul li a {
	display: block;
	font-size: 13px;
	width: 100%;
	padding: 8px 18px;
	text-align: left;
}

.gp-primary-navigation ul li:hover > ul li a:hover {
	
}

.gp-primary-navigation ul li.current-menu-item > ul li a {
	background: #00ffff;
	color: #222222;
}

.gp-primary-navigation ul li.current-menu-item > ul li a:hover {
	background: #fa4c2a;
	color: #000;
}

.gp-primary-navigation ul li ul li > ul {
	display: none;
	top: -1px;
	left: 239px;
}

.gp-primary-navigation ul li ul li:hover > ul {
	display: block;
}


/* Mobile Menu
--------------------------------------------- */

/* Button */

.gp-top-mobile-menu-button {
	display: none;
}

/* Menu Style */

.container {
	position: relative;
	overflow: hidden;
}

.mobile-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 240px;
	height: 100%;
	background: #1a1a1a;
	padding: 0;
	border-right: 1px solid #000000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: inset -30px 0px 15px -29px rgba(0,0,0,0.1);
}

.mobile-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .mobile-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.mobile-menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.mobile-menu ul.sub-menu {
	margin: 0;
}

.mobile-menu ul.sub-menu li a {
	font-size: 12px;
	padding: 12px 20px 12px 35px;
	text-transform: none;
}

.mobile-menu ul li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 12px 20px;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid #222222;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.mobile-menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.st-effect-1.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.mobile-menu-open .st-effect-1.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.mobile-menu::after {
	display: none;
}

.st-effect-3.mobile-menu-open .gp-pusher {
	-webkit-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
}

.st-effect-3.mobile-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.mobile-menu-open .st-effect-3.mobile-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.st-effect-3.mobile-menu::after {
	display: none;
}


.gp-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.gp-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.mobile-menu-open .gp-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* Search Form */

.mobile-menu .gp-search-form {
	color: #ffffff;
	width: 100%;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding: 0;
	overflow: hidden;
}

.mobile-menu .gp-search-form input[type="text"] {
	background: #1a1a1a;
	border: none;
	color: #ffffff ! important;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	padding: 15px;
	padding-left: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.mobile-menu .gp-search-form button {
	background: none;
	float: left;
	font-size: 18px;
	color: #ffffff;
	padding: 13px 10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
} 


/*-----------------------------------------------------------------------------------*/

/*	6.	Main 

/*-----------------------------------------------------------------------------------*/

/* Main
--------------------------------------------- */

.gp-main {
	margin: 0 0 20px 0;
}


/* Featured Posts
--------------------------------------------- */

.gp-featured-posts {
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
	border-bottom: 3px double #e5e5e5;
	overflow: hidden;
}

/* Columns */

.gp-featured-posts .gp-column-1 {
	float: left;
	width: 70%;
	padding: 0 20px 0 0;
}

.gp-featured-posts .gp-column-2 {
	float: left;
	width: 30%;
	padding: 0;
}

.gp-featured-posts .gp-column-3 {
	float: left;
	width: 17%;
}

/* Featured Post */

.hentry.gp-featured-post {

}

/* Featured Image */

.hentry.gp-featured-post .featured-image {
	margin: 0 0 15px 0;
	position: relative;
}

/* Entry Header */

.hentry.gp-featured-post .entry-header {
	
}

/* Entry Title */

.hentry.gp-featured-post h2.entry-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}

/* Entry Meta */

.hentry.gp-featured-post .entry-meta {
	margin: 0 0 10px;
}

/* Front Text */

.hentry.gp-featured-post .gp-front-text {
	font-size: 13px;
}

/* Featured Post 1 */

.hentry.gp-featured-post-1 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}

/* Featured Post 2 */

.hentry.gp-featured-post-2 {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 10px 0 0;
	border: none;
}

.hentry.gp-featured-post-2.gp-last {
	padding: 0 0 0 10px;
}

.hentry.gp-featured-post-2 h2.entry-title {
	font-size: 16px;
}

/* Featured Post 3 */

.hentry.gp-featured-post-3 {
	margin: 0 0 15px;
}

.hentry.gp-featured-post-3 h2.entry-title {
	font-size: 16px;
}

.hentry.gp-featured-post-3 .featured-image {
	float: right;
	margin: 0 0 5px 5px;
}

.hentry.gp-featured-post-3 .entry-meta {
	margin: 0 0 5px;
}

/* Featured Post 4 */

.hentry.gp-featured-post-4 {
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #e5e5e5;
}

.hentry.gp-featured-post-4:last-child {
	border: none;
	margin: 0;
}

.hentry.gp-featured-post-4 h2.entry-title {
	font-size: 14px;
}

.hentry.gp-featured-post-4 .entry-meta {
	display: none;
}


/* Content
--------------------------------------------- */

.gp-content {
	float: left;
	width: 64%;
}


/* Article
--------------------------------------------- */

.hentry {
	margin-bottom: 20px;
}

/* Entry Title */

h2.entry-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

h2.entry-title a {
	color: #323232;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #111111;
	text-decoration: underline;
}

/* Entry Meta */

.entry-meta {
	display: block;
	font-size: 11px;
	color: #2e6d9d;
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #2e6d9d;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #2e6d9d;
	text-decoration: underline;
}

.entry-meta div {
	display: inline-block;
}

/* Featured Image */

.featured-image {
	display: block;
	position: relative;
}

.featured-image img {
	display: block;
}

/* Post Formats */

.gp-post-format {
	position: absolute;
	bottom: 0;
	left: 0;
}

.gp-post-format i {
	background-color: rgba(0,0,0,0.4);
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	text-align: center;
}

.featured-image:hover i {
	color: #ffffff;
}

/* Entry Content */

.entry-content {
	
}

.entry-content p.gp-front-text {
	margin-bottom: 0;
}

/* Front Text */

p.gp-front-text {
	font-size: 13px;
}


/* Homepage Default
--------------------------------------------- */

.hentry.gp-post {
	display: block;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
}

/* Featured Image */

.hentry.gp-post .featured-image {
	float: left;
	margin: 0 20px 0 0;
}

/* Entry Title */

.hentry.gp-post h2.entry-title {
	font-size: 18px;
}

.hentry.gp-post.gp-first h2.entry-title {
	font-size: 22px;
}





/* Homepage Custom Widgets
--------------------------------------------- */

.gp-homepage-custom-widgets {
	width: 100%;
}

/* Homepage Posts A */

.widget_gp_homepage_posts_a {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 25px;
	overflow: hidden;
}

.widget_gp_homepage_posts_a h4.gp-widget-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: #2e6d9d;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;
} 

/* Columns */

.widget_gp_homepage_posts_a .gp-inner {
	margin: 0 -10px;
}

.widget_gp_homepage_posts_a .gp-column-1, 
.widget_gp_homepage_posts_a .gp-column-2 {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0;
}

/* Hentry */

.widget_gp_homepage_posts_a .hentry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.widget_gp_homepage_posts_a .hentry:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

/* Featured Image */

.widget_gp_homepage_posts_a .hentry.gp-first .featured-image {
	float: none;
	margin: 0 0 10px 0;
}

.widget_gp_homepage_posts_a .hentry .featured-image {
	float: left;
	margin: 0 15px 5px 0;
}

/* Entry Title */

.widget_gp_homepage_posts_a .hentry.gp-first h2.entry-title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px;
}

.widget_gp_homepage_posts_a .hentry h2.entry-title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

/* Entry Meta */

.widget_gp_homepage_posts_a .entry-meta {
	margin: 0 0 5px;
}


/* Homepage Posts B */

.widget_gp_homepage_posts_b {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

.widget_gp_homepage_posts_b h4.gp-widget-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: #2e6d9d;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;
} 

/* Columns */

.widget_gp_homepage_posts_b .gp-inner {
	margin: 0 -10px;
}

.widget_gp_homepage_posts_b .gp-column-1,
.widget_gp_homepage_posts_b .gp-column-2 {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0;
}

/* Hentry */

.widget_gp_homepage_posts_b .hentry {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.widget_gp_homepage_posts_b .hentry:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

/* Featured Image */

.widget_gp_homepage_posts_b .hentry .featured-image {
	margin-bottom: 10px;
}

.widget_gp_homepage_posts_b .hentry.gp-second .featured-image {
	float: left;
	margin: 0 15px 5px 0;
}

/* Entry Title */

.widget_gp_homepage_posts_b .hentry h2.entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 5px;
}

.widget_gp_homepage_posts_b .hentry.gp-first h2.entry-title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px;
}

/* Entry Meta */

.widget_gp_homepage_posts_b .hentry .entry-meta {
	margin: 0 0 5px;
}


/* Homepage Posts C */

.widget_gp_homepage_posts_c {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0 ! important;
}

.widget_gp_homepage_posts_c h4.gp-widget-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: #2e6d9d;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;
} 

/* Columns */

.widget_gp_homepage_posts_c .gp-inner {
	margin: 0 -10px;
}

/* Hentry */

.widget_gp_homepage_posts_c .hentry {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin: 0 0 15px 0;
}

.widget_gp_homepage_posts_c .hentry:nth-child(5),
.widget_gp_homepage_posts_c .hentry:nth-child(9),
.widget_gp_homepage_posts_c .hentry:nth-child(13),
.widget_gp_homepage_posts_c .hentry:nth-child(17) {
	clear: left;
}

/* Featured Image */

.widget_gp_homepage_posts_c .hentry .featured-image {
	margin: 0 0 10px 0;
}

/* Entry Title */

.widget_gp_homepage_posts_c .hentry h2.entry-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/

/*	7.	Single Post

/*-----------------------------------------------------------------------------------*/

.hentry.gp-single {
	border: none;
	margin-bottom: 0;
}


/* Breadcrumbs
--------------------------------------------- */

.gp-breadcrumbs {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.gp-breadcrumbs a {
	color: #494949;
	text-decoration: none;
}

.gp-breadcrumbs a:hover {
	text-decoration: underline;
}

.gp-breadcrumbs span.sep {
	margin: 0 5px;
}


/* Entry Title
--------------------------------------------- */

h1.entry-title {
	font-size: 27px;
	font-family: 'Arial', Helvetica;
	font-weight: 700;
	line-height: 1.3;
	color: #323232;
	margin: 0 0 10px;
}

/* Entry Category */

.hentry.gp-single .entry-category {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px;
}


/* Entry Meta & Share
--------------------------------------------- */

.hentry.gp-single .entry-meta-share {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.hentry.gp-single .entry-meta {
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	margin: 0;
	text-transform: none;
}

.hentry.gp-single .entry-meta:after {
	content: '/';
	margin: 0 7px 0 5px;
}

.hentry.gp-single .entry-meta a {
	color: #999999;
	text-decoration: none;
}

.hentry.gp-single .entry-meta a:hover {
	text-decoration: underline;
}


/* Entry Share
--------------------------------------------- */

.hentry.gp-single .entry-share {
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

.hentry.gp-single .entry-share ul {
	margin: 0 ! important;
	list-style: none;
}

.hentry.gp-single .entry-share ul li {
	float: left;
	padding: 0;
	margin: 0 5px 0;
}

.hentry.gp-single .entry-share ul li:first-child {
	margin: 0 5px 0 0;
}

.hentry.gp-single .entry-share ul li i {
	font-size: 16px;
}

.hentry.gp-single .entry-share ul li a {
	color: #333333;
}

.hentry.gp-single .entry-share ul li.gp-facebook-button a:hover {
	color: #3d5999;
}

.hentry.gp-single .entry-share ul li.gp-twitter-button a:hover {
	color: #00abf2;
}

.hentry.gp-single .entry-share ul li.gp-google-button a:hover {
	color: #e04a30;
}

.hentry.gp-single .entry-share ul li.gp-linkedin-button a:hover {
	color: #0077b5;
}

.hentry.gp-single .entry-share ul li.gp-email-button a:hover {
	color: #888888;
}


/* Entry Content
--------------------------------------------- */

.hentry.gp-single .entry-content {
	margin: 0 0 25px;
}


/* Page Links
--------------------------------------------- */

#gp-page-links {
	font-size: 26px;
}


/* Review Box
--------------------------------------------- */

.gp-review-box-top {
	margin: 35px 0 30px 0;
}

.gp-review-box-bottom {
	margin: -5px 0 30px 0;
}

#review-box {
	background: #ececec;
	padding: 20px 20px 8px 20px;
	margin: 0;
}

#review-box ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#review-box ul li {
	margin-bottom: 15px;
}

#review-box .review-top {
	overflow: hidden;
}

#review-box .overall-score {
	background: #ff502e;
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#review-box .overall-score .overall {
	font-size: 50px;
	line-height: 1.2;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0;
	display: block;
}

#review-box .overall-score .overall-text {
	background: #111;
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 10px;
}

#review-box .review-top {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

#review-box .review-top .review-text .review-title {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin: 8px 0 10px;
}

#review-box .review-top .review-text p {
	font-size: 14px;
	margin-bottom: 0;
}

#review-box ul li .review-criteria-bar-container {
	position: relative;
	background: #b8b8b8;
	height: 40px;
	overflow: hidden;
}

#review-box ul li .review-criteria-bar {
	float: left;
	height: 40px;
	background: #2e6d9d;
}

#review-box ul li .review-criteria-bar span.legp {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

#review-box ul li .review-criteria-bar-container span.right {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	z-index: 9999;
	position: absolute;
	right: 10px;
	top: 6px;
}

#review-box .review-total-score {
	background: #f2f2f2;
	overflow: hidden;
}

#review-box .review-total-score .left {
	float: left;
	max-width: 50%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 15px;
	margin: 0;
	text-transform: uppercase;
}

#review-box .review-total-score .right {
	float: right;
	font-size: 18px;
	background: #ff3718;
	color: #FFF;
	font-weight: bold;
	padding: 0 12px;
	height: 54px;
	line-height: 54px;
}

#review-box .review-total-score .right i {
	color: #FFFFFF;
	font-size: 17px;
	margin: 0 2px;
}

#review-box .review-summary {
	border: 1px solid #eee;
	padding: 25px;
	margin: 0 0 25px 0;
}

#review-box .review-summary p {
	margin: 0 0 0 0;
}

#review-box .review-total-score .type-star {
	font-size: 14px;
	padding: 7px 15px;
}

#review-box .review-total-score-box [class*="icon-"] {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 1px;
}


/* Entry Tags
--------------------------------------------- */

.entry-tags {
	color: #999999;
}

.entry-tags a {
	color: #999999;
	text-decoration: none;
}

.entry-tags a:hover {
	color: #333333;
	text-decoration: underline;
}


/* Author Box
--------------------------------------------- */

.gp-author-box {
	padding: 25px 0;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}

.gp-author-box .gp-gravatar {
	float: right;
	width: 75px;
	margin: 0 0 0 5px;
	line-height: 1;
}

.gp-author-box .gp-gravatar img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.gp-author-box .gp-author-bio p {
	margin-bottom: 10px;
}

.gp-author-box h1 {
	font-size: 22px;
	margin: 0 0 10px;
}

.gp-author-box h1 a {
	color: #111111;
	text-decoration: none;
}

.gp-author-box h1 a:hover {
	color: #111111;
	text-decoration: none;
}

.gp-author-box ul.gp-author-links {
	list-style: none;
	margin: 0;
	line-height: 1;
}

.gp-author-box ul.gp-author-links li {
	float: left;
	margin-right: 5px;
	margin-bottom: 8px;
}

.gp-author-box ul.gp-author-links li a {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #bbbbbb;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.gp-author-box ul.gp-author-links li a:hover {
	color: #999999;
	text-decoration: none;
}


/* Pagination Single
--------------------------------------------- */

.gp-pagination-single {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 0 0;
	margin: 0 0 40px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.gp-pagination-single .gp-pagination-previous {
	float: left;
	width: 45%;
	padding: 0;
	position: relative;
}

.gp-pagination-single .gp-pagination-next {
	float: right;
	width: 45%;
	padding: 0;
	text-align: right;
	position: relative;
}

.gp-pagination-single span {
	color: #999999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 5px;
	text-transform: none;
}

.gp-pagination-single a {
	color: #333333;
	text-decoration: none;
}

.gp-pagination-single a:hover {
	color: #333333;
	text-decoration: underline;
}


/* Related Posts
--------------------------------------------- */

.gp-related-posts {
	padding: 0;
	margin: 0 0 25px;
}

.gp-related-posts h3 {
	padding: 15px 0 10px;
	margin: 0 0 25px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px double #e5e5e5;
}

.gp-related-posts .gp-inner {
	margin: 0 -10px;
}

.gp-related-posts .hentry {
	float: left;
	width: 33.333%;
	padding: 0 10px;
	margin: 0 0 15px;
	border: none;
}

.gp-related-posts .hentry:nth-child(4) {
	clear: left;
}

.gp-related-posts .hentry .featured-image {
	display: block;
	margin-bottom: 10px;
}

.gp-related-posts .hentry h2.entry-title {
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	min-height: 60px;
}

.gp-related-posts .hentry .entry-title a {
	text-decoration: none;
}

.gp-related-posts .hentry .entry-title a:hover {
	text-decoration: underline;
}


/* Post Style
--------------------------------------------- */

.gp-content ol, .gp-content ul {
	margin: 0 0 25px 40px;
}

.gp-content ol li ol, .gp-content ul li ul {
	margin-bottom: 10px;
}

.gp-content ol li, .gp-content ul li {
	margin: 4px 0;
}


/*-----------------------------------------------------------------------------------*/

/*	8. Comments

/*-----------------------------------------------------------------------------------*/

#comments {
	
}

.comment-title h3 {
	padding: 15px 0 10px;
	margin: 0 0 25px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px double #e5e5e5;
}	

.comment-title h3 a {
	color: #111111;
	text-decoration: none;
}

.comment-title h3 a:hover {
	color: #111111;
	text-decoration: none;
}

ol.commentlist {
	list-style: none;
	margin: 0 ! important;
}

ol.commentlist li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

ol.commentlist li ul.children {
	margin-top: 10px;
}

ol.commentlist li ul li {
	margin-bottom: 15px;
	border: none;
}

.comment-body {
	padding: 0 0 5px;
	margin: 0;
    position: relative;
    overflow: hidden;
}

.comment-avatar {
	float: left;
	width: 55px;
	margin: 0 15px 0 0;
}

.comment-avatar img {
	display: block;
}

.comment-meta {
	margin-bottom: 5px;
	overflow: hidden;
}

.comment-meta cite {
	display: inline;
	margin: 0;
	font-weight: bold;
}

.comment-meta a {
	text-decoration: none;
}

.comment-meta a:hover {
	text-decoration: underline;
}

.comment-content time {
	display: inline;
    margin: 0;
	font-size: 10px;
	color: #999999;
}	

.comment-content time a {
	color: #999999;
	text-decoration: none;
}

.comment-content time a:hover {
	color: #999999;
	text-decoration: underline;
}

.comment-content {
	margin-left: 70px;
}

.comment-content p {
	margin-bottom: 15px;
}

.comment-edit-link {
	font-size: 11px;
}

a.comment-edit-link {
	color: #999999;
}

a:hover.comment-edit-link {
	color: #999999;
}

.gp-reply {
	position: absolute;
	top: 0;
	right: 0;
    display: inline-block;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

a.comment-reply-link {
	color: #999999;
	text-decoration: none;	
}

a:hover.comment-reply-link {
	text-decoration: underline;	
}

.gp-reply i {
	margin-left: 5px;
}

.comment .children {
	margin: 0;
}

.comment .children li {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 70px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

#respond {
	margin: 30px 0 0 0;
}

#respond h3#reply-title {
	padding: 10px 0;
	margin: 0 0 25px;
	border-bottom: 3px double #e5e5e5;
}

form label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px;
	text-transform: uppercase;
}

form label.comment-field {
	display: block;
}

#respond input, #respond textarea {
	padding: 12px;
	border: 1px solid #e5e5e5;
}

#respond textarea {
	margin: 0;
}

#respond input#submit {
	display: inline-block;
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: auto;
	padding: 15px 40px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 1px;
	-webkit-border-radius: 1px;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	background: #2e6d9d;
	color: #ffffff;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
}

.form-allowed-tags {
	font-size: 13px;
	line-height: 1.6;
	padding: 20px;
	border: 1px solid #e5e5e5;
}

.form-allowed-tags code {
	background: none;
	padding: 0;
}

.form-submit {
	margin: 0 0 15px 0;
}

.comment-notes, .logged-in-as {
	font-weight: bold;
}

.comment-subscription-form {
	margin-bottom: 10px;
	line-height: 1.4;
}


/*-----------------------------------------------------------------------------------*/

/*	9.	Sidebar

/*-----------------------------------------------------------------------------------*/

.gp-sidebar {
	float: right;
	width: 33%;
}

.gp-sidebar-top,
.gp-sidebar-columns,
.gp-sidebar-bottom {
	display: block;
	width: 100%;
	overflow: hidden;
}


/* Widgets
--------------------------------------------- */

.gp-widget {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	overflow: hidden;
}

.gp-widget ul {
	list-style: none;
}

.gp-widget ul li {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: none;
}

.gp-widget ul li a {
	color: #777777;
	text-decoration: none;
}

.gp-widget ul li a:hover {
	text-decoration: underline;
}

h4.gp-widget-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	font-family: 'Arial', Helvetica;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	border-bottom: 4px double #e5e5e5;
}

h4.gp-widget-title a {
	color: #111111;
	text-decoration: none;
}

h4.gp-widget-title a:hover {
	color: #111111;
	text-decoration: underline;
}


/* Newsletter
--------------------------------------------- */

.gp_newsletter_widget p {
	margin-bottom: 20px;
}

.gp_newsletter_widget input {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.gp_newsletter_widget input[type="submit"], 
.gp_newsletter_widget input[type="button"] {
	width: 100%;
	margin: 0;
}

.gp_newsletter_widget input[type="submit"]:hover, 
.gp_newsletter_widget input[type="button"]:hover {
	background: #222;
	color: #fff;
}


/* Search Form
--------------------------------------------- */

.gp-widget .gp-search-form input {
	margin-bottom: 0;
}


/* Recent, Popular, Random Posts Widget 
--------------------------------------------- */

.gp-widget.gp_recent_posts,
.gp-widget.gp_popular_posts,
.gp-widget.gp_random_posts {
	
}

/* Hentry */

.gp-widget.gp_recent_posts .hentry,
.gp-widget.gp_popular_posts .hentry,
.gp-widget.gp_random_posts .hentry {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.gp-widget.gp_recent_posts .hentry:last-child,
.gp-widget.gp_popular_posts .hentry:last-child,
.gp-widget.gp_random_posts .hentry:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

/* Entry Title */

.gp-widget.gp_recent_posts .hentry h2.entry-title,
.gp-widget.gp_popular_posts .hentry h2.entry-title,
.gp-widget.gp_random_posts .hentry h2.entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.gp-widget.gp_recent_posts .hentry.gp-first h2.entry-title,
.gp-widget.gp_popular_posts .hentry.gp-first h2.entry-title,
.gp-widget.gp_random_posts .hentry.gp-first h2.entry-title {
	font-size: 17px;
	margin: 0 0 5px 0;
}

/* Featured Image */

.gp-widget.gp_recent_posts .hentry.gp-first .featured-image,
.gp-widget.gp_popular_posts .hentry.gp-first .featured-image,
.gp-widget.gp_random_posts .hentry.gp-first .featured-image {
	margin: 0 0 10px;
}


/* Tabbed Posts Widget
--------------------------------------------- */

.gp-widget.gp_tabbed_posts {

}

.gp-widget.gp_tabbed_posts ul.tabs-title {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li {
	float: left;
	width: 33.3334%;
	padding: 8px;
	margin: 0;
	line-height: 1.3;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li h4 {
	margin: 0;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li a {
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	text-transform: uppercase;
}

.gp-widget.gp_tabbed_posts ul.tabs-title li.active {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}

.gp-widget.gp_tabbed_posts .tab_content {
	padding: 20px;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .entry-counter {
	float: left;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .featured-image {
	float: right;
	margin: 0 0 5px 5px;
	display: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .entry-header {
	line-height: 1.4;
	margin: 3px 0 0 30px;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry h2.entry-title {
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	margin: 0 0 5px;
	text-decoration: none;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry h2.entry-title a:hover {
	color: #111111;
	text-decoration: underline;
}

.gp-widget.gp_tabbed_posts .tab_content .hentry .entry-meta {
	display: block;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


/* Recent Reviews Widget 
--------------------------------------------- */

.gp_recent_reviews {
	
}

/* Hentry */

.gp_recent_reviews .hentry {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.gp_recent_reviews .hentry:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

/* Featured Image */

.gp_recent_reviews .hentry .featured-image {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}

.gp_recent_reviews .hentry .featured-image .gp-review-badge {
	display: inline-block;
	background: #2e6d9d;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 3px 5px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Entry Header */

.gp_recent_reviews .hentry .entry-header {
	margin: 0 0 0 115px;
}

/* Entry Title */

.gp_recent_reviews .hentry h2.entry-title {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 3px 0;
}

.gp_recent_reviews .hentry h2.entry-title a {
	color: #111111;
	text-decoration: none;
}

.gp_recent_reviews .hentry h2.entry-title a:hover {
	color: #111111;
	text-decoration: underline;
}

/* Entry Meta */

.gp_recent_reviews .hentry .entry-meta {
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


/* Links Widget
--------------------------------------------- */

.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_rss ul {
	list-style: none;
	margin:0;
}

.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget_pages ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_rss ul li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_rss ul li a {
	color: #333333;
}

.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_rss ul li a:hover {
	text-decoration: underline;
}


/* Calendar
--------------------------------------------- */

.gp-widget.widget_calendar {
	padding-bottom: 24px;
}

.widget_calendar table {
	width: 100%;
	margin: 0;
	border: 0;
}

.widget_calendar table caption {
	width: 100%;
	background: #2e6d9d;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 8px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.widget_calendar table>thead { 
	
}

.widget_calendar table>thead>tr {
	color: #fff;
	border-bottom: 1px solid #2e6d9d;
}

.widget_calendar tbody>tr>td {
	padding: 5px 0 6px;
	text-align: center;
	width: 14.2857%;
}

.widget_calendar table#wp-calendar thead>tr>th {
	background: #2e6d9d;
}

.widget_calendar th {
	padding: 8px;
	text-align: center;
	border: none;
}

.widget_calendar th:last-child { 
	border: 0; 
}

.widget_calendar table>tbody {
	border: 1px solid #e5e5e5;
	border-top: none;
}

.widget_calendar table>tbody>tr {
	border-bottom: 1px solid #e5e5e5;
}

.widget_calendar table>tbody>tr td {
	border-right: 1px solid #e5e5e5;
}

.widget_calendar table>tbody>tr td a {
	font-weight: bold;
	text-decoration: none;
}

.widget_calendar table>tbody>tr td#today {
	background: #2e6d9d;
	color: #fff;
	font-weight: bold;
}

.widget_calendar table>tbody>tr td#today a {
	color: #fff;
}

.widget_calendar a:hover {
	text-decoration:underline;
}

.widget_calendar tfoot>tr {
	border-bottom: 1px #222;
}

.widget_calendar #prev {
	text-align: left;
	font-weight: bold;
}

.widget_calendar #prev a {
	text-decoration: none;
}

.widget_calendar #prev a:hover {
	text-decoration: underline;
}

.widget_calendar #next {
	text-align: right;
	font-weight: bold;
}

.widget_calendar #next a {
	text-decoration: none;
}

.widget_calendar #next a:hover {
	text-decoration: underline;
}


/* Search
--------------------------------------------- */

.gp-widget .gp-search-form input[type="submit"] {
	width: 100%;
}


/*-----------------------------------------------------------------------------------*/

/*	10.	Footer

/*-----------------------------------------------------------------------------------*/

.gp-footer {
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}


/* Footer Widgets
--------------------------------------------- */

.gp-footer-widgets {
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

.gp-footer-widgets .gp-inner {
	margin: 0 -10px;
}

.gp-footer-widgets .gp-column-1,
.gp-footer-widgets .gp-column-2,
.gp-footer-widgets .gp-column-3,
.gp-footer-widgets .gp-column-4,
.gp-footer-widgets .gp-column-5,
.gp-footer-widgets .gp-column-6 {
	float: left;
	width: 16.6666%;
	padding: 0 10px;
}

.gp-footer-widgets .gp-widget {
	margin: 0 0 20px 0;
}

.gp-footer-widgets .gp-widget h4.gp-widget-title {
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: none;
}

.gp-footer-widgets .gp-widget ul li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border: none;
}


/* Copyright
--------------------------------------------- */

.gp-copyright {
	border-top: 3px double #e5e5e5;
	font-size: 11px;
	color: #888888;
	padding: 20px 0;
	overflow: hidden;
}

.gp-copyright p {
	margin-bottom: 0;
}

.gp-copyright a {
	color: #888888;
	text-decoration: none;
}

.gp-copyright a:hover {
	color: #888888;
	text-decoration: underline;
}

/* Website Copyright */

.gp-website-copyright {
	float: left;
	font-size: 11px;
	max-width: 75%;
}

/* Theme Copyright */

.gp-theme-copyright {
	float: right;
	font-size: 11px;
	text-align: right;
	max-width: 20%;
}


/*-----------------------------------------------------------------------------------*/

/*	11.	Pagination

/*-----------------------------------------------------------------------------------*/

.gp-pagination {
	clear: both;
	padding: 0 0 30px;
	margin: 0;
}

.gp-pagination span.current {
	display: inline-block;
	background-color: #e04d32;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

.gp-pagination a {
	display: inline-block;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	color: #262626;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 3px;
	text-decoration: none;
	text-align: center;
}

.gp-pagination a:hover {
	background: #e04d32;
	color: #ffffff;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/

/*	12. Page Templates

/*-----------------------------------------------------------------------------------*/


/* Default Page
--------------------------------------------- */

.gp-single.gp-page h1.entry-title {
	margin-bottom: 20px;
}


/* 404 Error Page
--------------------------------------------- */

.error-page.gp-single .gp-search-form input[type="text"] {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius: 		   0;
}

.gp-sitemap {
	width: 100%;
	margin: 20px 0;
}

.gp-sitemap-pages,
.gp-sitemap-categories,
.gp-sitemap-archives {
	float: left;
	width: 30%;
	margin-right: 1%;
}

.gp-sitemap-pages ul,
.gp-sitemap-categories ul,
.gp-sitemap-archives ul {
	margin-left: 20px;
}


/* Full-Width Page
--------------------------------------------- */

.gp-content.gp-full-width {
	width: 100%;
}

.gp-full-width .hentry.gp-single .entry-content {
	margin-bottom: 0;
}


/* Archives Page 
--------------------------------------------- */

.gp-archive-lists ul {
	margin: 0 0 30px 40px;
}


/* Archive & Search
--------------------------------------------- */

.gp-archive-title,
.gp-search-title {
	padding: 0 0 5px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
}

.gp-category-description p {
	margin-bottom: 10px;
}

h1.page-title {
	font-size: 22px;
}


/*-----------------------------------------------------------------------------------*/

/*	13. Responsive

/*-----------------------------------------------------------------------------------*/


/* < 1060px
--------------------------------------------- */

@media only screen and (max-width: 1060px) {


	.gp-primary-navigation ul li {
		margin-right: 25px;
	}


}


/* < 900px
--------------------------------------------- */

@media only screen and (max-width: 900px) {

	/* Structure */

	.gp-row {
		padding: 0 20px;
		max-width: 100%;
	}

	/* Top Bar */

	.gp-top-bar {
		padding-bottom: 7px;
	}

	.gp-top-time {
		display: none;
	}

	/* Mobile Menu */

	.gp-top-mobile-menu-button {
		display: inline-block;
	}

	button.gp-top-mobile-menu-button {
		background: none ! important;
		display: inline-block;
    	color: #333333;
    	font-size: 22px;
    	font-weight: bold;
    	line-height: 1;
    	padding: 0;
    	margin: 0;
    	outline: none;
    	border: none;
    	overflow: hidden;
    	z-index: 9999;
	}

	button:hover.gp-top-mobile-menu-button {
		background: #222;
	}

	/* Top Search */

	.gp-top-search {
		display: none;
	}

	/* Header */

	.gp-header {
		border-bottom: 3px double #e5e5e5;
	}

	/* Logo */

	.gp-logo {
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 0;
		margin: 0;
		text-align: center;	
	}

	.gp-logo h1.gp-site-title, .gp-logo h2.gp-site-title {
		font-size: 28px;
	}

	.gp-logo p.gp-site-description {
		font-size: 13px;
	}

	/* Header Ad */

	.gp-header-ad {
		float: left;
		padding-top: 0;
		margin: 15px 0 0;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	/* Primary Navigation */

	.gp-primary-navigation {
		display: none;
	}

	/* Featured Posts */

	.gp-featured-posts .gp-column-1 {
		width: 65%;
	}

	.gp-featured-posts .gp-column-2 {
		width: 35%;
	}

	/* Content */

	.gp-content {
		width: 100%;
	}

	/* Share Buttons */

	.gp-content .gp-share-buttons ul li:first-child {
		margin-right: 15px;
	}

	.gp-content .gp-share-buttons ul li {
		margin-right: 5px;
	}

	/* Sidebar */

	.gp-sidebar {
		float: left;
		margin: 20px 0 0;
		width: 100%;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	/* Footer */

	.gp-footer {
		padding: 0;
		border: none;
	}

	/* Footer Widgets */

	.gp-footer-widgets {
		display: none;
	}

	/* Footer Bottom Widget */

	.gp-footer-bottom-widgets {
		display: none;
	}

	/* Copyright */

	.gp-copyright {
		padding: 20px 0;
	}

	.gp-copyright p {
		padding: 0;
	}

	.gp-footer-navigation {
		max-width: 100%;
	}

	.gp-theme-copyright {
		display: none;
	}

	.gp-website-copyright {
		max-width: 100%;
	}


}


/* < 766px
--------------------------------------------- */

@media only screen and (max-width: 766px) {

	/* Structure */

	.gp-row {
		width: 100%;
	}


}


/* < 600px
--------------------------------------------- */

@media only screen and (max-width: 600px) {

	/* Headings */

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5, h6 {
		font-size: 15px;
	}

	.hentry.gp-single h1.entry-title {
		font-size: 22px;
	}

	/* Logo */

	.gp-logo h1.gp-site-title, .gp-logo h2.gp-site-title {
		font-size: 22px;
	}

	/* Header Ad */

	.gp-header-ad {
		margin: 10px 0 0;
	}

	/* Featured Posts */

	.gp-featured-posts .gp-column-1 {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.gp-featured-posts .gp-column-2 {
		width: 100%;
		padding: 0;
	}

	.hentry.gp-featured-post-4 {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	/* Homepage Default */

	.hentry.gp-post .featured-image {
		width: 30%;
	}

	.hentry.gp-post h2.entry-title {
		font-size: 16px;
		margin: 0 0 5px;
	}

	.hentry.gp-post .entry-author {
		display: none;
	}

	/* Homepage Posts Widget C */

	.widget_gp_homepage_posts_c .hentry {
		width: 50%;
	}

	.widget_gp_homepage_posts_c .hentry:nth-child(3),
	.widget_gp_homepage_posts_c .hentry:nth-child(5),
	.widget_gp_homepage_posts_c .hentry:nth-child(7),
	.widget_gp_homepage_posts_c .hentry:nth-child(9),
	.widget_gp_homepage_posts_c .hentry:nth-child(11),
	.widget_gp_homepage_posts_c .hentry:nth-child(13),
	.widget_gp_homepage_posts_c .hentry:nth-child(15),
	.widget_gp_homepage_posts_c .hentry:nth-child(17),
	.widget_gp_homepage_posts_c .hentry:nth-child(19) {
		clear: left;
	}

	/* Entry Meta */

	.hentry.gp-single .entry-meta:after {
		display: none;
	}

	.hentry.gp-single .entry-share {
		width: 100%;
	}

	/* Related Posts */

	.gp-related-posts .hentry h2.entry-title {
		font-size: 14px;
	}

	/* Sidebar */

	.gp-sidebar {
		float: left;
		margin: 20px 0 0;
		width: 100%;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}


}


/* < 480px
--------------------------------------------- */

@media only screen and (max-width: 480px) {


	/* Logo */

	.gp-logo {
		float: none;
		width: 60%;
		max-width: 60%;
		margin: 0 auto;
		text-align: center;
	}

	.gp-logo p.gp-site-description {
		font-size: 11px;
	} 

	/* Featured Posts */

	.hentry.gp-featured-post-2 h2.entry-title {
		font-size: 16px;
	} 

	/* Homepage Default */

	.hentry.gp-post h2.entry-title {
		font-size: 15px;
		margin: 0 0 5px;
	}

	/* Homepage Posts Widget A */

	.widget_gp_homepage_posts_a .gp-column-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.widget_gp_homepage_posts_a .gp-column-2 {
		width: 100%;
	}

	/* Homepage Posts Widget B */

	.widget_gp_homepage_posts_b .gp-column-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.widget_gp_homepage_posts_b .gp-column-2 {
		width: 100%;
	}

	/* Related Posts */

	.gp-related-posts .hentry {
		width: 47%;
	}

	.gp-related-posts .hentry:nth-child(4) {
		clear: none;
	}

	.gp-related-posts .hentry:nth-child(3),
	.gp-related-posts .hentry:nth-child(5) {
		clear: left;
	}

	/* Comments */

	.comment-content time {
		display: block;
	}

	.comment .children li {
		padding-left: 35px;
	}

	/* Pagination Single */

	.gp-pagination-single .gp-pagination-previous {
		float: left;
		width: 100%;
		margin: 0 0 15px;
	}

	.gp-pagination-single .gp-pagination-next {
		float: left;
		width: 100%;
		text-align: left;
	}

	/* 404 Page */

	.gp-sitemap-pages,
	.gp-sitemap-categories,
	.gp-sitemap-archives {
		width: 100%;
		margin-right: 0;
	}


}


/* Phone portrait
--------------------------------------------- */

@media only screen and (max-width: 400px) {


	/* Struture */

	.gp-row {
		min-width: 280px;
	}

	/* Featured Posts */

	.hentry.gp-featured-post-small {
		width: 98.4%;
	}

	.hentry.gp-featured-post-other {
		width: 98.4%;
	}

	/* Homepage Default */

	.hentry.gp-post .featured-image {
		margin: 0 10px 0 0;
	}

	.hentry.gp-post .entry-category {
		display: none;
	}

	/* Review Box */

	#review-box {
		padding: 15px 15px 5px;
		min-height: 210px;
	}

	/* Comments */

	.comment .children li {
		padding-left: 15px;
	}
	


}






/* Minit: https://www.infoperbankan.com/wp-content/themes/Cassions/assets/font-awesome/font-awesome.css */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../themes/Cassions/assets/font-awesome/fonts/fontawesome-webfont_v-4.2.0.eot');src:url('../../themes/Cassions/assets/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../../themes/Cassions/assets/font-awesome/fonts/fontawesome-webfont_v-4.2.0.woff') format('woff'),url('../../themes/Cassions/assets/font-awesome/fonts/fontawesome-webfont_v-4.2.0.ttf') format('truetype'),url('../../themes/Cassions/assets/font-awesome/fonts/fontawesome-webfont_v-4.2.0-fontawesomeregular.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}



/* Minit: https://www.infoperbankan.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css */
.jp-carousel-wrap * {
	line-height:inherit; /* prevent declarations of line-height in the universal selector */
}

.jp-carousel-overlay {
	background: #000;
}

div.jp-carousel-fadeaway {
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
	position: fixed;
	bottom: 0;
	z-index: 2147483647;
	width: 100%;
	height: 15px;
}

.jp-carousel-next-button span,
.jp-carousel-previous-button span {
	background: url('../../plugins/jetpack/modules/carousel/images/arrows.png') no-repeat center center;
	background-size: 200px 126px;
}

.jp-carousel-msg {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	display: inline-block;
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: center;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #ffba00;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.jp-carousel-next-button span,
	.jp-carousel-previous-button span {
		background-image: url('../../plugins/jetpack/modules/carousel/images/arrows-2x.png');
	}
}

.jp-carousel-wrap {
	font-family: "Helvetica Neue", sans-serif !important;
}

.jp-carousel-info {
	position: absolute;
	bottom: 0;
	text-align: left !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.jp-carousel-info ::selection {
	background: #68c9e8; /* Safari */
	color: #fff;
	}

.jp-carousel-info ::-moz-selection {
	background: #68c9e8; /* Firefox */
	color: #fff;
}

.jp-carousel-photo-info {
	position: relative;
	left: 25%;
	width: 50%;
}

.jp-carousel-transitions .jp-carousel-photo-info {
	-webkit-transition: 400ms ease-out;
	-moz-transition: 400ms ease-out;
	-o-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

.jp-carousel-info h2 {
	background: none !important;
	border: none !important;
	color: #999;
	display: block !important;
	font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
	letter-spacing: 0 !important;
	margin: 7px 0 0 0 !important;
	padding: 10px 0 0 !important;
	overflow: hidden;
	text-align: left;
	text-shadow: none !important;
	text-transform: none !important;
	-webkit-font-smoothing: subpixel-antialiased;
}

.jp-carousel-next-button,
.jp-carousel-previous-button {
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.jp-carousel-next-button span,
.jp-carousel-previous-button span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 82px;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.jp-carousel-transitions .jp-carousel-next-button span,
.jp-carousel-transitions .jp-carousel-previous-button span {
	-webkit-transition: 500ms opacity ease-out;
	-moz-transition: 500ms opacity ease-out;
	-o-transition: 500ms opacity ease-out;
	transition: 500ms opacity ease-out;
}

.jp-carousel-next-button:hover span,
.jp-carousel-previous-button:hover span {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.jp-carousel-next-button span {
	background-position: -110px center;
	right: 0;
}

.jp-carousel-previous-button span {
	background-position: -10px center;
	left:0;
}

.jp-carousel-buttons {
	margin:-18px -20px 15px;
	padding:8px 10px;
	border-bottom:1px solid #222;
	background: #222;
	text-align: center;
}

div.jp-carousel-buttons a {
	border: none !important;
	color: #999;
	font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
	letter-spacing: 0 !important;
	padding: 5px 2px 5px 0;
	text-decoration: none !important;
	text-shadow: none !important;
	vertical-align: middle;
	-webkit-font-smoothing: subpixel-antialiased;
}

div.jp-carousel-buttons a:hover {
	color: #68c9e8;
	border: none !important;
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.jp-carousel-slide, .jp-carousel-slide img, .jp-carousel-next-button,
.jp-carousel-previous-button {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
}

.jp-carousel-slide {
	position:fixed;
	width:0;
	bottom:0;
	background-color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
}

.jp-carousel-transitions .jp-carousel-slide {
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.jp-carousel-slide.selected {
	position: absolute !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

.jp-carousel-slide {
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.jp-carousel-slide img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	zoom: 1;
}

.jp-carousel-transitions .jp-carousel-slide {
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.jp-carousel-close-hint {
	color: #999;
	cursor: default;
	letter-spacing: 0 !important;
	padding:0.35em 0 0;
	position: absolute;
	text-align: right;
	width: 90%;
}

.jp-carousel-transitions .jp-carousel-close-hint {
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}

.jp-carousel-close-hint span {
	cursor: pointer;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	display: inline-block;
	height: 22px;
	font: 400 24px/1 "Helvetica Neue", sans-serif !important;
	line-height: 22px;
	margin: 0 0 0 0.4em;
	text-align: center;
	vertical-align: middle;
	width: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.jp-carousel-transitions .jp-carousel-close-hint span {
	-webkit-transition: border-color 200ms linear;
	-moz-transition: border-color 200ms linear;
	-o-transition: border-color 200ms linear;
	transition: border-color 200ms linear;
}

.jp-carousel-close-hint:hover {
	cursor: default;
	color: #fff;
}

.jp-carousel-close-hint:hover span {
	border-color: #fff;
}

div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-commentlink,
a.jp-carousel-image-download {
	background: url('../../plugins/jetpack/modules/carousel/images/carousel-sprite_5.png') no-repeat;
	background-size: 16px 200px;
}

div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-commentlink {
	margin: 0 14px 0 0 !important;
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
	background-color: #303030;
	padding-right: 8px !important;
	border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
	margin: 0 2px 0 -12px !important;
}

div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
	background-position: 6px -36px;
	padding-right: auto !important;
	padding-left: 26px !important;
	color: #999;
}

div.jp-carousel-buttons a.jp-carousel-commentlink {
	background-position: 0px -156px;
	padding-left: 19px !important;
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
	cursor: default;
}

div.jp-carousel-buttons a.jp-carousel-reblog:hover {
	background-position: 6px -56px;
	color: #68c9e8;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	div.jp-carousel-buttons a.jp-carousel-reblog,
	div.jp-carousel-buttons a.jp-carousel-commentlink,
	a.jp-carousel-image-download {
		background-image: url('../../plugins/jetpack/modules/carousel/images/carousel-sprite-2x_5.png');
	}
}

/* reblog */
div#carousel-reblog-box {
	background: #222;
	background: -moz-linear-gradient(bottom,  #222,  #333);
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
	padding: 3px 0 0;
	display: none;
	margin: 5px auto 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
	height: 74px;
	width: 565px;
}

#carousel-reblog-box textarea {
	background: #999;
	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
	color: #444;
	padding: 3px 6px;
	width: 370px;
	height: 48px;
	float: left;
	margin: 6px 9px 0 9px;
	border: 1px solid #666;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#carousel-reblog-box textarea:focus {
	background: #ccc;
	color: #222;
}

#carousel-reblog-box label {
	color: #aaa;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
	font-weight: normal;
}

#carousel-reblog-box select {
	width: 110px;
	padding: 0;
	font-size: 12px;
	font-family: "Helvetica Neue", sans-serif !important;
	background: #333;
	color: #eee;
	border: 1px solid #444;
	margin-top:5px;
}

#carousel-reblog-box .submit,
#wrapper #carousel-reblog-box p.response {
	float: left;
	width: 154px;
	padding-top: 0;
	padding-left: 1px;
	overflow: hidden;
	height: 34px;
	margin:3px 0 0 2px !important;
}

#wrapper #carousel-reblog-box p.response {
	font-size: 13px;
	clear: none;
	padding-left: 2px;
	height: 34px;
	color: #aaa;
}

#carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
	font: 13px/24px "Helvetica Neue", sans-serif !important;
	margin-top: 8px;
	padding: 0 10px !important;
	border-radius: 1em;
	height: 24px;
	color: #333;
	cursor:pointer;
	font-weight: normal;
	background: #aaa;
	background: -moz-linear-gradient(bottom,  #aaa,  #ccc);
	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
	border: 1px solid #444;
}

#carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
	background: #ccc;
	background: -moz-linear-gradient(bottom,  #ccc,  #eee);
	background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
}

#carousel-reblog-box .canceltext {
	color: #aaa;
	font-size: 11px;
	line-height: 24px;
}

#carousel-reblog-box .canceltext a {
	color: #fff;
}
/* reblog end */


/** Title and Desc Start **/
.jp-carousel-titleanddesc {
	border-top: 1px solid #222;
	color: #999;
	font-size: 15px;
	padding-top: 24px;
	margin-bottom: 20px;
	font-weight:400;
}
.jp-carousel-titleanddesc-title {
	font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
	text-transform: none !important; /* prevents uppercase from leaking through */
	color: #fff;
	margin: 0 0 15px;
	padding:0;
}

.jp-carousel-titleanddesc-desc p {
	color: #999;
	line-height:1.4;
	margin-bottom: 0.75em;
}

.jp-carousel-titleanddesc p a,
.jp-carousel-comments p a,
.jp-carousel-info h2 a {
	color: #fff !important;
	border: none !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.jp-carousel-titleanddesc p strong,
.jp-carousel-titleanddesc p b {
	font-weight: bold;
	color: #999;
}

.jp-carousel-titleanddesc p em,
.jp-carousel-titleanddesc p i {
	font-style: italic;
	color: #999;
}


.jp-carousel-titleanddesc p a:hover,
.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover {
	color: #68c9e8 !important;
}

.jp-carousel-titleanddesc p:empty {
	display: none;
}

.jp-carousel-photo-info h1:before,
.jp-carousel-photo-info h1:after,
.jp-carousel-left-column-wrapper h1:before,
.jp-carousel-left-column-wrapper h1:after {
	content:none !important;
}
/** Title and Desc End **/

/** Meta Box Start **/
.jp-carousel-image-meta {
	background: #111;
	border: 1px solid #222;
	color: #fff;
	font-size: 13px;
	font: 12px/1.4 "Helvetica Neue", sans-serif !important;
	overflow: hidden;
	padding: 18px 20px;
	width: 209px !important;
}

.jp-carousel-image-meta li,
.jp-carousel-image-meta h5 {
	font-family: "Helvetica Neue", sans-serif !important;
	position: inherit !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	background: none !important;
	border: none !important;
	font-weight: 400 !important;
	line-height: 1.3em !important;
}

.jp-carousel-image-meta ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.jp-carousel-image-meta li {
	width: 48% !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin: 0 2% 15px 0 !important;
	color: #fff !important;
	font-size:13px !important;
}

.jp-carousel-image-meta h5 {
	color: #999 !important;
	text-transform: uppercase !important;
	font-size:10px !important;
	margin:0 0 2px !important;
	letter-spacing: 0.1em !important;
}

a.jp-carousel-image-download {
	padding-left: 23px;
	display: inline-block;
	clear: both;
	color: #999;
	line-height: 1;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	background-position: 0 -82px;
}

a.jp-carousel-image-download span.photo-size {
	font-size: 11px;
	border-radius: 1em;
	margin-left: 2px;
	display: inline-block;
}

a.jp-carousel-image-download span.photo-size-times {
	padding: 0 1px 0 2px;
}

a.jp-carousel-image-download:hover {
	background-position: 0 -122px;
	color: #68c9e8;
	border: none !important;
}

/** Meta Box End **/

/** GPS Map Start **/
.jp-carousel-image-map {
	position: relative;
	margin: -20px -20px 20px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.17 );
	height: 154px;
}

.jp-carousel-image-map img.gmap-main {
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	border-right: 1px solid rgba( 255, 255, 255, 0.17 );
}
.jp-carousel-image-map div.gmap-topright {
	width: 94px;
	height: 154px;
	position: absolute;
	top: 0;
	right: 0;
}
.jp-carousel-image-map div.imgclip {
	overflow: hidden;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.jp-carousel-image-map div.gmap-topright img {
	margin-left: -40px;
}
.jp-carousel-image-map img.gmap-bottomright {
	position: absolute;
	top: 96px;
	right: 0;
}

/** Comments Start **/
.jp-carousel-comments {
	font: 15px/1.7 "Helvetica Neue", sans-serif !important;
	font-weight: 400;
	background:none transparent;
}

.jp-carousel-comments p a:hover, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:active {
	color: #68c9e8  !important;
}

.jp-carousel-comment {
	background:none transparent;
	color: #999;
	margin-bottom: 20px;
	clear:left;
	overflow: auto;
	width: 100%
}

.jp-carousel-comment p {
	color: #999 !important;
}

.jp-carousel-comment .comment-author {
	font-size: 13px;
	font-weight:400;
	padding:0;
	width:auto;
	display: inline;
	float:none;
	border:none;
	margin:0;
}

.jp-carousel-comment .comment-author a {
	color: #fff;
}

.jp-carousel-comment .comment-gravatar {
	float:left;
}

.jp-carousel-comment .comment-content {
	border:none;
	margin-left:85px;
	padding: 0;
}

.jp-carousel-comment .avatar {
	margin:0 20px 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.jp-carousel-comment .comment-date {
	color:#999;
	margin-top: 4px;
	font-size:11px;
	display: inline;
	float: right;
	/*clear: right;*/
}

#jp-carousel-comment-form {
	margin:0 0 10px !important;
	float: left;
	width: 100%;
}

textarea#jp-carousel-comment-form-comment-field {
	background: rgba(34,34,34,0.9);
	border: 1px solid #3a3a3a;
	color: #aaa;
	font: 15px/1.4 "Helvetica Neue", sans-serif !important;
	width: 100%;
	padding: 10px 10px 5px;
	margin: 0;
	float: none;
	height: 147px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
	color: #555;
}

textarea#jp-carousel-comment-form-comment-field:focus {
	background: #ccc;
	color: #222;
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
	color: #aaa;
}

#jp-carousel-comment-form-spinner {
	color: #fff;
	margin:22px 0 0 10px;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

#jp-carousel-comment-form-submit-and-info-wrapper {
	display: none;
	/*margin-bottom:15px;*/
	overflow: hidden;
	width: 100%
}

#jp-carousel-comment-form-commenting-as {
}

#jp-carousel-comment-form-commenting-as input {
	background: rgba(34,34,34,0.9);
	border: 1px solid #3a3a3a;
	color: #aaa;
	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
	padding: 3px 6px;
	float: left;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:285px;
}

#jp-carousel-comment-form-commenting-as input:focus {
	background: #ccc;
	color: #222;
}

#jp-carousel-comment-form-commenting-as p {
	font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
	margin:22px 0 0;
	float: left;
}

#jp-carousel-comment-form-commenting-as fieldset {
	float:left;
	border:none;
	margin:20px 0 0 0;
	padding:0;
}

#jp-carousel-comment-form-commenting-as fieldset {
	clear: both;
}

#jp-carousel-comment-form-commenting-as label {
	font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
	margin:0 20px 3px 0;
	float:left;
	width:100px;
}

#jp-carousel-comment-form-button-submit {
	margin-top: 20px;
	float:right;
}

#js-carousel-comment-form-container {
	margin-bottom:15px;
	overflow: auto;
	width: 100%;
}

#jp-carousel-comment-form-container {
	margin-bottom:15px;
	overflow: auto;
	width: 100%;
}

#jp-carousel-comment-post-results {
	display: none;
	overflow:auto;
	width:100%;
}

#jp-carousel-comment-post-results span {
	display:block;
	text-align: center;
	margin-top:20px;
	width: 100%;
	overflow: auto;
	padding: 1em 0;
	box-sizing: border-box;
	background: rgba( 0, 0, 0, 0.7 );
	border-radius: 2px;
	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
	border: 1px solid rgba( 255, 255, 255, 0.17 );
	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
	        box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
}

.jp-carousel-comment-post-error {
	color:#DF4926;
}

.jp-carousel-comment-post-success {
	/*color:#21759B;*/
}

#jp-carousel-comments-closed {
	display: none;
	color: #999;
}

#jp-carousel-comments-loading {
	font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
	display: none;
	color: #999;
	text-align: left;
	margin-bottom: 20px;
}


/* ----- Light variant ----- */

.jp-carousel-light .jp-carousel-overlay {
	background: #fff;
}

.jp-carousel-light .jp-carousel-next-button:hover span,
.jp-carousel-light .jp-carousel-previous-button:hover span {
	opacity: 0.8;
}

.jp-carousel-light .jp-carousel-close-hint:hover,
.jp-carousel-light .jp-carousel-titleanddesc div {
	color: #000 !important;
}

.jp-carousel-light .jp-carousel-comments p a,
.jp-carousel-light .jp-carousel-comment .comment-author a,
.jp-carousel-light .jp-carousel-titleanddesc p a,
.jp-carousel-light .jp-carousel-titleanddesc p a,
.jp-carousel-light .jp-carousel-comments p a,
.jp-carousel-light .jp-carousel-info h2 a {
	color: #1e8cbe !important;
}

.jp-carousel-light .jp-carousel-comments p a:hover,
.jp-carousel-light .jp-carousel-comment .comment-author a:hover,
.jp-carousel-light .jp-carousel-titleanddesc p a:hover,
.jp-carousel-light .jp-carousel-titleanddesc p a:hover,
.jp-carousel-light .jp-carousel-comments p a:hover,
.jp-carousel-light .jp-carousel-info h2 a:hover {
	color: #f1831e !important;
}

.jp-carousel-light .jp-carousel-info h2,
.jp-carousel-light .jp-carousel-titleanddesc,
.jp-carousel-light .jp-carousel-titleanddesc p,
.jp-carousel-light .jp-carousel-comment,
.jp-carousel-light .jp-carousel-comment p,
.jp-carousel-light div.jp-carousel-buttons a,
.jp-carousel-light .jp-carousel-titleanddesc p strong,
.jp-carousel-light .jp-carousel-titleanddesc p b,
.jp-carousel-light .jp-carousel-titleanddesc p em,
.jp-carousel-light .jp-carousel-titleanddesc p i {
	color: #666;
}

.jp-carousel-light .jp-carousel-buttons {
	border-bottom-color: #f0f0f0;
	background: #f5f5f5;
}

.jp-carousel-light div.jp-carousel-buttons a:hover {
	text-decoration: none;
	color: #f1831e;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
	background-position: 4px -56px;
	padding-left: 24px !important;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
	background-color: #2ea2cc;
	color: #fff;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
	background-position: 0px -176px;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
	background-position: 5px -36px;
}

.jp-carousel-light div#carousel-reblog-box {
	background: #eee;
	background: -moz-linear-gradient(bottom,  #ececec,  #f7f7f7);
	background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border:1px solid #ddd;
}

.jp-carousel-light #carousel-reblog-box textarea {
	border: 1px inset #ccc;
	color: #666;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.jp-carousel-light #carousel-reblog-box .canceltext {
	color: #888;
}

.jp-carousel-light #carousel-reblog-box .canceltext a {
	color: #666;
}

.jp-carousel-light #carousel-reblog-box select {
	background: #eee;
	color: #333;
	border: 1px solid #aaa;
}

.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
	color: #333;
	background: #fff;
	background: -moz-linear-gradient(bottom,  #ddd,  #fff);
	background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
	border: 1px solid #aaa;
}

.jp-carousel-light .jp-carousel-image-meta {
	background: #fafafa;
	border: 1px solid #eee;
	border-top-color: #f5f5f5;
	border-left-color: #f5f5f5;
	color: #333;
}

.jp-carousel-light .jp-carousel-image-meta li {
	color: #000 !important;
}

.jp-carousel-light .jp-carousel-close-hint {
	color: #ccc;
}

.jp-carousel-light .jp-carousel-close-hint span {
	background-color: white;
	border-color: #ccc;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
	color: #aaa;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
	color: #333;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
	color: #ddd;
}

.jp-carousel-light a.jp-carousel-image-download {
	background-position: 0 -122px;
}

.jp-carousel-light a.jp-carousel-image-download:hover {
	background-position: 0 -122px;
	color: #f1831e;
}

.jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
	background: #fbfbfb;
	color: #333;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #333;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
	background: #fbfbfb;
	color: #333;
}

.jp-carousel-light  #jp-carousel-comment-post-results span {
	background: #f7f7f7;
	border:1px solid #dfdfdf;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.jp-carousel-light .jp-carousel-slide {
	background-color:#fff;
}

.jp-carousel-light .jp-carousel-titleanddesc {
	border-top: 1px solid #eee;
}

.jp-carousel-light .jp-carousel-fadeaway {
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.75), rgba(255,255,255,0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
}

/* Small screens */
@media only screen and (max-width: 760px) {

	.jp-carousel-info {
		margin: 0 10px !important;
	}

	.jp-carousel-next-button, .jp-carousel-previous-button {
		display: none !important;
	}

	.jp-carousel-buttons {
		display: none !important;
	}

	.jp-carousel-image-meta {
		float: none !important;
		width: 100% !important;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
	}

	.jp-carousel-close-hint {
	 	font-weight: 800 !important;
		font-size: 26px !important;
		position: fixed !important;
		top: -10px;
	}

	.jp-carousel-slide img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.jp-carousel-wrap {
		background-color: #000;
	}

	.jp-carousel-fadeaway {
		display: none;
	}

	#jp-carousel-comment-form-container {
		display: none !important;
	}

	.jp-carousel-titleanddesc {
		padding-top: 0 !important;
		border: none !important;
	}
	.jp-carousel-titleanddesc-title {
		font-size: 1em !important;
	}

	.jp-carousel-left-column-wrapper {
		padding: 0;
		width: 100% !important;
	}

	.jp-carousel-photo-info {
		left: 0 !important;
		width: 100% !important;
	}
}




/* Minit: https://www.infoperbankan.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css */
.jp-carousel .jp-carousel-slide {
	display: none !important;
}
.jp-carousel {
	text-align: center!important;
	width:100%!important;
}
.jp-carousel .selected {
	margin: 0 auto;
	display: block !important;
	width: auto;
	position: relative!important;
}



/* Minit: https://www.infoperbankan.com/wp-content/plugins/jetpack/css/jetpack.css */
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url('../../plugins/jetpack/modules/carousel/images/arrows.png') no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url('../../plugins/jetpack/modules/carousel/images/arrows-2x.png')}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url('../../plugins/jetpack/modules/carousel/images/carousel-sprite_5.png') no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url('../../plugins/jetpack/modules/carousel/images/carousel-sprite-2x_5.png')}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text],.contact-form input[type=url]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
@font-face{font-family:Noticons;src:url(../../../i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url('../../plugins/jetpack/modules/shortcodes/img/slideshow-controls.png')!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url('../../plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png')!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url('../../plugins/jetpack/modules/shortcodes/images/slide-nav.png');background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url('../../plugins/jetpack/modules/shortcodes/images/expand.png');background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url('../../plugins/jetpack/modules/shortcodes/images/collapse.png')}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(../../../images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(../../../images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget.widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}