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

	Theme Name: Juuri (shared on wplocker.com)
	Theme URI: http://www.scope-themes.com/
	Author: Scope-Themes
	Author URI: http://www.scope-themes.com/
	License: GNU General Public License (GPL) 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: two-columns, responsive-layout, theme-options, translation-ready
	Description: A beautiful WordPress Theme by <a href="http://www.scope-themes.com/" target="_blank">Scope-Themes</a>
	Version: 1.1.4

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



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

	(1)  Clearfix 
	(2)  Reset
	(3)  WordPress Basics
	(4)  Main
	(5)  Top Header
	(6)  Header
	(7)  Navigation
	(8)  Blog (Also used for Homepage Widgets)
	(9)  Single Post
	(10) Homepage Widgets
	(11) Page: Attachment
	(12) Page: Sitemap
	(13) Page: Search
	(14) Page: Error 404 
	(15) Contact Form (Requires Plugin "Contact Form 7")
	(16) Sidebar & Widgets
	(17) Footer
	(18) Post Grid
	(19) Titlebar
	(20) Social Icons
	(21) Breaking News
	(22) Flexslider
	(23) Shortcodes
	(24) Others

	--------------------
	External CSS Sources
	--------------------

	(25) Pushy || Mobile Menu
	(26) Flexslider
	(27) Magnific Popup
	(28) Font Awesome

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



/* ----------------------------------------------- */ 
/*	(1) Clearfix                           
/* ----------------------------------------------- */ 

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}

.clear {
	clear: both;
}



/* ----------------------------------------------- */ 
/*	(2) Reset                              
/* ----------------------------------------------- */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
    outline: 0;
}



/* ----------------------------------------------- */ 
/*	(3) WordPress Basics                              
/* ----------------------------------------------- */ 

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;;
}

h6 {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

del {
	text-decoration: line-through;
}

small { 
	font-size: 10px; 
}

hr {
	margin: 30px 0px;
	border: none;
	border-top: 1px dashed #ddd;
}

code, pre {
	display: block;
	font: 12px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
	line-height: 22px;
	margin: 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	white-space: pre-wrap;       
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;     
	white-space: -o-pre-wrap;    
	word-wrap: break-word;
}

address {
	font-style: italic;
	color: #999;
}

blockquote {
	position: relative;
	font-size: 16px;
	width: 80%;
	margin: 0 auto 30px auto;
	padding: 0 40px;
	text-align: center;
}

blockquote:before,
blockquote:after {
	position: absolute;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #ccc;
}

blockquote:before {
	content: "\f10d";
	top: 0;
	left: 0;
}

blockquote:after {
	content: "\f10e";
	bottom: 0;
	right: 0;
}

table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

iframe,
embed {
	max-width: 100%;
}

.hidden { display: none; }

.alignleft { float: left; }

img.alignleft { margin: 8px 30px 20px 0; }

.alignright { float: right; }

img.alignright { margin: 8px 0 20px 30px; }

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

img.aligncenter { margin-top: 8px; }



/* ----------------------------------------------- */ 
/*	(4) Main                              
/* ----------------------------------------------- */ 

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

input[type="text"] {
	padding: 0;
	margin: 0;
}

input:focus,
textarea:focus {
	outline: 0;
}

input[type="text"], 
textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

textarea {
	overflow: hidden;
}

::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
::-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }

::selection { color: #fff; }
::-moz-selection { color: #fff; }

.left {
	float: left;
}

.right {
	float: right;
}

.no_margin {
	margin: 0!important;
}

.delimiter {
	margin: 0 6px;
}

a,
a:visited{
	text-decoration: none;
	color: #000;
}

ul, li {
	list-style: none;
}

html {
	overflow: auto!important;
	margin: 0!important;
}

body {
  	font-style: normal;
  	font-weight: normal;
  	font-size: 12px;
	color: #000;
	line-height: 22px;
	background-color: #000;
	background-attachment: fixed;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: none;
}

.info.no_posts {
	text-align: center;
	margin-bottom: 60px;
	color: #444;
}

.info.no_posts i {
	font-size: 40px;
}

.info.no_posts.no_title i {
	margin-top: 60px;
}

.info.no_posts.padding_top {
	padding-top: 60px;
}

.info.no_posts h2 {
	font-size: 14px;
	padding-top: 10px;
	line-height: 1;
}

#outer-wrap {
	position: relative;
	overflow: hidden;
  	width: 100%;
}

#inner-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#inner-wrap,
.below_header .inner,
.nav_above {
	width: 1160px;
}

.inner.boxed {
	background-color: #fff;
}

.below_header .inner {
	z-index: 99;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.below_header .inner .container {
	width: 100%;
}



/* ----------------------------------------------- */ 
/*	(5) Top Header                              
/* ----------------------------------------------- */

.top_header {
	position: relative;
}

.top_header .left_area {
	float: left;
}

.top_header .right_area {
	float: right;
}

.top_header .custom_text {
	line-height: 17px;
}

.top_header p {
	padding: 11px 0 12px 0;
}

.top_header nav ul li a {
	padding: 9px 0;
	margin-right: 20px;
}

.top_header nav ul li:last-child a {
	margin-right: 0;
}

.top_header nav > ul > li > a:hover {
	text-decoration: underline;
}



/* ----------------------------------------------- */
/*	(6) Header                              
/* ----------------------------------------------- */

header {
	position: relative;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

header .inner {
	position: relative;
	padding: 50px 0;
}

header .right_area.step_two {
	display: none;
}

header .left_area .logo_text {
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	line-height: 1;
}

header .left_area .tagline {
	display: inline;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	color: #777;
}


/* ----------------------------------------------- */ 
/*	(7) Navigation                             
/* ----------------------------------------------- */ 

#mobile-nav .top_nav {
	display: none;
}

#top_nav ul li {
	float:left;
	position:relative;
}

#top_nav ul li a {
	display: inline-block;
}

#mobile-nav .main_nav {
	display: block;
}

#nav-spare {
	display: none;
}

#main_nav,
#nav-spare,
#mobile-nav {
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
  	z-index: 100;
}

#mobile-nav ul li a,
#nav-spare ul li a {
	transition: background-color 0.15s linear;
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-ms-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
}

#nav-spare > ul {
	display: table;
	width: 100%;
}

#nav-spare > ul > li {
	display: table-cell;
}

#main_nav ul li a,
#nav-spare ul li a {
	position: relative;
	display: block;
	white-space: nowrap;
	transition: background-color 0.1s linear, color 0.1s linear;
	-webkit-transition: background-color 0.1s linear, color 0.1s linear;
	-moz-transition: background-color 0.1s linear, color 0.1s linear;
	-ms-transition: background-color 0.1s linear, color 0.1s linear;
	-o-transition: background-color 0.1s linear, color 0.1s linear;
}

#main_nav ul li a {
	text-align: center;
}

#main_nav .sub-menu a,
#nav-spare ul li a {
	text-align: left;
}

#main_nav > ul > .menu-item-has-children > a:after,
#main_nav > ul > .menu-item-object-category > a:after,
#nav-spare > ul > .menu-item-has-children > a:after,
#nav-spare > ul > .menu-item-object-category > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    margin-left: 16px;
    font-size: 16px;
}

#top_nav > ul > .sub-nav > a {
	margin-right: 35px;
}

#top_nav > ul > .sub-nav > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 14px;
    font-size: 14px;
}

#main_nav .sub-menu li.sub-nav > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 25px;
    font-size: 16px;
    line-height: 1;
    top: 50%;
    margin-top: -8px;
}

#top_nav .sub-menu li.sub-nav > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 15px;
    font-size: 14px;
}

#top_nav .sub-menu li a {
    padding: 10px 30px 10px 16px!important;
}

#nav-spare ul .show_mobile_nav a {
	cursor: pointer;
}

#nav-spare ul .show_mobile_nav a:before {
	content: "\f0c9";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 21px;
}

#nav-spare ul .search_button a,
.searchbar .button_close {
	border-left: 1px solid rgba(0, 0, 0, .25);
}

#nav-spare ul .search_button a:hover,
.searchbar .button_close:hover {
	border-left: 1px solid transparent;
}

.nav.mobile ul .expand {
	position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.nav.mobile ul .expand:after {
	content: "\f067";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    top: 14px;
}

.nav.mobile ul .expand.expanded:after {
	content: "\f068";
}

.nav.mobile li {
	display: block;
	position: relative;
}

.nav.mobile ul li a,
.nav.mobile .pushy-close {
	display: block;
	padding: 14px 30px;
}

.nav.mobile ul ul {
	display: block;
}

.nav.mobile .sub-menu {
	display: none;
}

.nav.mobile .sub-menu li a:before {
    content: "-";
   	padding-right: 10px;
    font-size: 16px;
}

.nav.mobile .sub-menu .sub-menu li a:before {
    content: "- -";
   	padding-right: 10px;
    font-size: 16px;
}

.nav ul,
.nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.nav .sub-menu li {
	position: relative;
}

.nav ul li a { 
	text-decoration: none;
}

.nav .sub-menu li {
	display: block;
}

.nav.normal ul .sub-menu {
	position: absolute;
	display: none;
	z-index: 999;
}

.nav ul ul li a {
	display: block;
	min-width: 150px;
	margin: 0;
	padding: 10px 16px;
	font-weight: normal;
	font-size: 12px;
	margin: 0!important;
}

.nav.normal ul ul.default ul { 
	position: absolute; 
	top: 0px; 
	left: 100%; 
	z-index: 999;
}

.nav ul ul ul li a { 
	margin: 0!important;	
}

.nav.normal ul li:hover>ul {
	opacity: 1;
	position: absolute;
}

.nav.normal ul ul li:hover > ul {
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 1; 
	z-index: 500;
}

.nav.normal ul li a .description {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	line-height: 1;
	margin-bottom: 8px;
}

/* ----------------------------
	Mega Menu 
---------------------------- */

#main_nav .mega-menu {
	width: 100%;
	left: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

#main_nav .mega-menu li {
	float: left;
}

#main_nav .mega-menu li:last-child {
	margin-right: 0;
}

#main_nav .mega-menu .mega-menu-posts li a {
	border-bottom: none!important;
	padding: 0!important;
}

#main_nav .mega-menu li a {
	background-color: transparent!important;
}

#main_nav .mega-menu li a span {
	display: block;
	margin-top: 10px;
	white-space: normal;
}

#main_nav .mega-menu li a:hover span,
#main_nav .mega-menu li a:hover {
	text-decoration: underline;
}

#main_nav .mega-menu .sub-menu ul li a:before {
	display: inline-block;
	text-decoration: none;
    content: "-";
   	padding-right: 10px;
}

#main_nav .mega-menu .sub-menu ul ul li a:before {
	display: inline-block;
	text-decoration: none;
    content: "- -";
   	padding-right: 10px;
}

#main_nav .mega-menu > .sub-menu {
	float: left;
	position: relative;
	display: block;
}

#main_nav .mega-menu .sub-menu {
	position: relative;
	top: auto;
	left: auto;
}

#main_nav .mega-menu .sub-menu ul {
	display: block!important;
}

#main_nav .mega-menu .sub-menu li a {
	padding: 12px 0;
}

#main_nav .mega-menu > .sub-menu > li:first-child > a {
	padding-top: 0;
}

#main_nav .mega-menu > .sub-menu > li:last-child > a {
	padding-bottom: 0;
}

#main_nav .mega-menu .mega-menu-posts {
	float: right;
}

#main_nav .mega-menu .overall_score_preview.preview_points {
	top: 12px;
	left: 12px;
}

#main_nav .mega-menu .overall_score_preview.preview_stars {
	top: 12px;
	left: 15px;
}

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

.search_button a {
	cursor: pointer;
}

.search_button a i {
	position: relative;
	top: -1px;
}

.searchbar {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.searchbar input {
	float: left;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	text-align: left!important;
}

.searchbar input::-webkit-input-placeholder { color: #fff; }
.searchbar input:-moz-placeholder { color: #fff; }
.searchbar input::-moz-placeholder { color: #fff; }
.searchbar input:-ms-input-placeholder { color: #fff; }

.searchbar .button_close {
	position: absolute;
	right: 0;
	width: 96px;
	cursor: pointer;
	line-height: 1;
	transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.searchbar .button_close i {
	font-size: 16px;
}

.searchbar .button_close.loading {
	background: url("images/search-loading.gif") no-repeat center center;
	cursor: default;
}

.searchbar .button_close.loading i {
	text-indent: -9999px;
	color: transparent;
}

#live-search {
	position: relative;
	width: 100%;
	z-index: 99;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	text-align: left;
}

#live-search ol li a {
	display: block;
	transition: background-color 0.15s linear;
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-ms-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
}

#live-search ol li a.show_more,
#live-search ol li a.show_more:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

#live-search ol li a {
	display: table;
	width: 100%;
}

#live-search .title,
#live-search .overall_score_preview {
	display: table-cell;
	vertical-align: middle;
}

#live-search .overall_score_preview.preview_points {
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	width: 34px;
	height: 32px;
	padding: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	top: 0;
	left: 0;
}

#live-search .overall_score_preview.preview_stars {
	position: relative;
	top: 0;
	left: 0;
	width: 88px;
}

#live-search .overall_score_preview.preview_stars img {
	float: right;
}



/* ----------------------------------------------- */ 
/*	(8) Blog (Also used for Homepage Widgets)                         
/* ----------------------------------------------- */

.post_list.left_area,
.single_post.left_area {
	position: relative;
	float: left;
}

.post_list.left_area .post_list_container {
	font-size: 0;
}

.post_wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
}

.overall_score_preview {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 25;
}

.overall_score_preview.preview_points {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	padding: 12px 9px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.overall_score_preview.preview_points.score_ten {
	padding: 12px 11px;
}

.overall_score_preview.preview_stars {
	top: 20px;
	line-height: 1;
	background: transparent;
}

.blog_layout_one .flex-direction-nav,
.blog_layout_two .flex-direction-nav {
	display: none;
}

.blog_layout_one .post-entry .thumb > img,
.blog_layout_one .post-entry .thumb .flexslider img {
	display: block;
	margin: auto;
	border-bottom: 4px solid #ddd;
	min-height: 140px;
}

.post-entry img {
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

.blog_layout_one .flex-control-nav,
.blog_layout_two .flex-control-nav {
	display: none;
}

.blog_layout_one .flex-direction-nav a,
.blog_layout_two .flex-direction-nav a {
	height: 60px;
	margin-bottom: -28px;
}

.blog_layout_one .post-entry .top_area {
	position: relative;
	margin-bottom: 10px;
}

.post-entry .thumb:hover img {
	opacity: 0.8;
}

.post-entry h3 {
	font-size: 12px;
	margin-bottom: 2px;
}

.post-entry h2 {
	font-size: 16px;
	line-height: 1.5;
}

.search .post-entry h2 {
	font-size: 20px;
	font-weight: normal;
}

.post-entry h2 a {
	display: block;
}

.post-entry h2 a:hover {
	text-decoration: underline;
}

.post-entry .entry {
	font-size: 13px;
	line-height: 1.8;
	color: #555;
}

.blog_layout_one .post-entry .entry {
	margin-top: 12px;
}

.blog_layout_two .post-entry .entry {
	margin-top: 8px;
}

.post-entry .meta {
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-entry .meta a {
	color: #777;
}

.blog_layout_one .post-entry .meta {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.blog_layout_two .post-entry .meta {
	margin-top: 10px;
}

.blog_layout_two .thumb {
	display: block;
}

.blog_layout_one .video_icon,
.blog_layout_two .video_icon,
#main_nav .mega-menu .video_icon {
	display: inline-block;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	background: url("images/play.png") no-repeat center center;
	z-index: 10;
}

.blog_layout_two .left_area,
.blog_layout_two .right_area {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.blog_layout_two .left_area {
	width: 350px;
}

.blog_layout_two .left_area > img,
.blog_layout_two .left_area .flexslider img {
	height: 202px;
}

.blog_layout_two .left_area img {
	display: block;
	width: 100%;
}

.blog_layout_two .right_area {
	padding: 15px 30px;
}

/* Author Page */
.author .author_info {
	margin-top: 0;
}

/* ----------------------------
	Sticky Posts Slider
---------------------------- */

.post_list .sticky_posts .title {
	position: absolute;
	bottom: 34px;
	left: 0;
	z-index: 10;
	font-size: 26px;
	line-height: 1.4;
	font-weight: normal;
	color: #fff;
	padding: 6px 14px;
}

.post_list .sticky_posts a:hover {
	text-decoration: underline;
}

.post_list .sticky_posts .meta {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-weight: bold;
	padding: 6px 14px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

.post_list .sticky_posts .meta i {
	font-size: 11px;
}

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

.pagination {
	margin-top: 30px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 10px 18px;
	margin-right: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	border: 1px solid #eee;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}

.pagination a:last-child,
.pagination span:last-child {
	margin-right: 0;
}

.pagination .current,
.pagination a:hover {
	color: #fff;
}

.pagination a {
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

/* ----------------------------
	Prev- / Next Nav
---------------------------- */

#nav-below a {
	display: inline-block;
	padding: 10px 18px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	border: 1px solid #eee;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}

#nav-below a:hover {
	color: #000;
}

#nav-below a {
	transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
}



/* ----------------------------------------------- */
/*	(9) Single Post                 
/* ----------------------------------------------- */

.full_width .single_post {
	display: block;
	width: 100%!important;
}

.post_info_top {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url("images/stripped.png") repeat-x center bottom;
}

.video_post.load {
	opacity: 0;
	height: 0;
}

.video_post {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

/* ----------------------------
	Post Placeholder 
---------------------------- */

.post_placeholder {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background: #f5f5f5;
}

.post_placeholder i {
	font-size: 42px;
	color: #252525;
}

.post_placeholder p {
	margin-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #252525;
}

/* ----------------------------
	Breadcrumb & Post Views 
---------------------------- */

.above_post {
	color: #fff;
}

.above_post,
.above_post .the_breadcrumb,
.above_post .the_breadcrumb a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.above_post .the_breadcrumb .current {
	color: #fff;
}

.above_post .the_breadcrumb {
	padding-right: 25px;
}

.above_post .right .icon {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: 12px;
	margin-right: 6px;
	background: url("images/views.png") no-repeat center center;
}

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

.the_content {
	font-size: 15px;
	line-height: 2;
	color: #222;
}

.page.single .the_content > a,
.page.single .the_content p > a {
	font-weight: bold;
	border-bottom: 1px dashed #999;
}

.the_content a:hover {
	border-color: #555;
}

.the_content h1 {
	font-size: 30px;
}

.the_content h2{
	font-size: 23px;
}

.the_content h3 {
	font-size: 18px;
}

.the_content h4 {
	font-size: 15px;
}

.the_content h5 {
	font-size: 12px;
}

.the_content h6 {
	font-size: 10px;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
	line-height: 1.2;
}

.the_content > ul,
.the_content > ol {
	position: relative;
	left: 20px;
}

.the_content > ul li {
	list-style-type: disc;
}

.the_content > ol li {
	list-style-type: decimal;
}

.the_content > p {
	margin-bottom: 30px;
}

.the_content > p:last-child {
	margin-bottom: 0;
}

.the_content p:empty {
	display: none;
}

.the_content > h1,
.the_content > h2,
.the_content > h3,
.the_content > h4,
.the_content > h5,
.the_content > h6 {
	margin-bottom: 10px;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
	clear: both;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-1 .gallery-item .gallery-icon {
	height: 300px;
}

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

.gallery.gallery-columns-2 .gallery-item .gallery-icon {
	height: 260px;
}

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

.gallery.gallery-columns-3 .gallery-item .gallery-icon {
	height: 260px;
}

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

.gallery.gallery-columns-4 .gallery-item .gallery-icon {
	height: 220px;
}

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

.gallery.gallery-columns-5 .gallery-item .gallery-icon {
	height: 200px;
}

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

.gallery.gallery-columns-6 .gallery-item .gallery-icon {
	height: 190px;
}

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

.gallery.gallery-columns-7 .gallery-item .gallery-icon {
	height: 160px;
}

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

.gallery.gallery-columns-8 .gallery-item .gallery-icon {
	height: 125px;
}

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

.gallery.gallery-columns-9 .gallery-item .gallery-icon {
	height: 100px;
}

.gallery .gallery-item {
	position: relative;
	float: left;
	border-right: 1px solid #fff;
	margin-bottom: 1px;
	text-align: center;
}

.gallery .gallery-item .gallery_image {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	z-index: 15;
}

.gallery .gallery-item .gallery-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 6px 15px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
	background: rgba(255, 255, 255, 0.7);
}

/* ----------------------------
	Thumbnail 
---------------------------- */

.the_thumbnail {
	position: relative;
	background: #f1f1f1;
	text-align: center;
}

.the_thumbnail.small {
	margin-bottom: 10px;
}

.show_original_image .zoom {
	display: block;
	width: 16px;
	height: 16px;
	background: rgba(0,0,0,0.6) url("images/zoom.png") no-repeat center center;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	opacity: 0.6;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.show_original_image:hover .zoom {
	opacity: 1;
}

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

.post_tags {
	margin: 25px 0 35px 0;
}

.post_tags a {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 2px 8px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #eee;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.post_tags a:last-child {
	margin-right: 0;
}

.post_tags a:hover {
	text-decoration: none;
	color: #fff;
}

.post_views {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #999;
}

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

.author_info {
	margin-top: 20px;
	padding: 15px;
	background: 
	url("images/border.png") repeat-x top center, 
	url("images/border.png") repeat-y right center, 
	url("images/border.png") repeat-x bottom center;
	overflow: hidden;
}

.author_info .author_avatar {
	float: left;
	margin-right: 15px;
}

.author_info .author_avatar img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.author_info .author_meta {
	overflow: hidden;
}

.author_info .author_meta .author_name h2,
.author_info .author_meta .user_post_count {
	margin: 4px 0 6px 0;
	line-height: 1;
}

.author_info .author_meta a {
	float: left;
}

.author_info .author_meta .user_post_count {
	float: right;
	color: #ccc;
}

.author_info .author_meta .author_description {
	clear: both;
}

.author_info .author_meta .social {
	margin-top: 10px;
}

.author_info .author_meta .social ul li a {
	padding: 0;
	width: 20px;
	margin-right: 10px;
}

.author_info .author_meta .social ul li:last-child a {
	margin-right: 0;
}

/* ----------------------------
	Sharebox 
---------------------------- */

.sharebox {
	margin-top: 30px;
	padding: 28px 0 20px 0;
	background: url("images/two-dots.png") repeat-x left top;
}

.sharebox .share_options ul {
	display: table;
	width: 100%;
}

.sharebox .share_options ul li {
	display: table-cell;
	vertical-align: middle;
}

.sharebox .share_options .social_link .short_url {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
}

.sharebox .share_options .social_link .short_url input {
	width: 100%;
	padding: 12px 24px 12px 0;
	border: none;
	font-size: 12px;
	font-weight: bold;
}

.sharebox .share_options .social_link .short_url .close {
	display: block;
	position: absolute;
	top: 16px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url("images/close.png") no-repeat top right;
	cursor: pointer;
}

.sharebox .share_options a {
	display: block;
	float: right;
	padding: 9px 0;
	width: 40px;
	font-size: 16px;
	color: #444;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transition: background-color 0.2s linear, color 0.15s linear;
	-webkit-transition: background-color 0.2s linear, color 0.15s linear;
	-moz-transition: background-color 0.2s linear, color 0.15s linear;
	-ms-transition: background-color 0.2s linear, color 0.15s linear;
	-o-transition: background-color 0.2s linear, color 0.15s linear;
}

.sharebox .share_options a:hover {
	color: #fff;
}

.sharebox .share_options .social_link a {
	cursor: pointer;
}

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

.related_posts ul li {
	position: relative;
	margin-bottom: 20px;
}

.related_posts ul li:last-child {
	margin-bottom: 0;
}

.related_posts .left_area,
.related_posts  .right_area {
	display: table-cell;
	vertical-align: middle;
}

.related_posts .left_area {
	width: 90px;
	height: 90px;
}

.related_posts .right_area {
	padding-left: 15px;
}

.related_posts .related_thumb img {
	transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
}

.related_posts .related_thumb img:hover {
	opacity: 0.8;
}

.related_posts h4 {
	margin-bottom: 6px;
}

.related_posts h4 a:hover {
	text-decoration: underline;
}

.related_posts .excerpt {
	color: #555;
}

/* ----------------------------
	Slidebox 
---------------------------- */

#slidebox {
    width: 300px;
    padding: 20px 15px;
    background-color: #fff;   
    position: fixed;
    bottom: 0px;
    left: -430px;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6);
	-o-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6);
	z-index: 100;
}

#slidebox p,
#slidebox .info {
    font-size: 11px;
    color: #555;
    line-height: 1.8;
}

#slidebox h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

#slidebox .close {
    background: url("images/close.png") no-repeat top left;
    width: 8px;
    height: 8px;
    position: absolute;
    cursor: pointer;
    top: 24px;
    right: 15px;
}

#slidebox .left_area,
#slidebox .right_area {
	display: table-cell;
	vertical-align: middle;
}

#slidebox .right_area h4 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 6px;
}

#slidebox .right_area h4 a {
	color: #000;
}

#slidebox .left_area {
	width: 105px;
	padding-right: 15px;
}

#slidebox .info {
	margin-top: 15px;
}

/* ----------------------------
	Next / Previous Post 
---------------------------- */

.nav_above {
	display: table;
	table-layout: fixed;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}

.nav_above a:hover {
	background-color: #f9f9f9;	
}

.nav_above strong {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}

.nav_above p {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	margin-top: 6px;
	word-wrap: break-word;
}

.nav_above .nav_previous,
.nav_above .nav_next {
	position: relative;
	display: table-cell;
}

.nav_above .nav_previous + .nav_next {
	border-left: 1px solid #e6e6e6;
} 

.nav_above .nav_previous {
	background: url("images/nav-previous.png") no-repeat 30px center;
}

.nav_above .nav_next {
	background: url("images/nav-next.png") no-repeat right 30px center;
}

/* ----------------------------
	Comment Template 
---------------------------- */

/* Comments Tabs */
.comment_tabs {
	margin: 15px 0 20px 0;
}
.comment_tabs li {
	float: left;
	width: 50%;
	text-align: center;
}
.comment_tabs li a {
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px 10px;
	margin-bottom: -3px;
	display: block;
	color: #aaa;
	border-bottom: 3px solid #eee;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}
.comment_tabs li a:hover {
	color: #555;
	border-color: #ccc;
	text-decoration: none;
}
.comment_tabs li i {
	margin-right: 6px;
}
.comment_tabs li.active a {
	color: #3b8dbd;
	border-bottom-color: #3b8dbd;
}

/* Comments */
#respond #reply-title,
#comments,
.related_posts h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

.comment-list > li {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}

.comment-list > li:first-child,
#pinglist-container ul li:first-child {
	padding-top: 10px;
}

#pinglist-container ul li:first-child {
	border-top: none;
}

.comment-list > li:last-child {
	border-bottom: none;
}

.comment-list li .avatar {
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.comment-list li .comment-author,
#pinglist-container .ping .ping_link {
	font-weight: bold;
	font-size: 12px;
}

.comment-list li .comment-author.hide span,
.comment-list li .comment-author.cookie_hide span,
.comment-list li .comment-author.hide a,
.comment-list li .comment-author.cookie_hide a {
	color: #999;
}

.comment-list li .comment-author.hide .avatar,
.comment-list li .comment-author.cookie_hide .avatar {
	opacity: 0.6;
}

.comment-list li .comment-author .show_hide_comment {
	float: right;
	cursor: pointer;
	font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none; 
}

.comment-list li .comment-author .show_hide_comment.has_avatar {
	margin-top: 12px;
}

.comment-list li .comment-author.show .show_hide_comment:after,
.comment-list li .comment-author.cookie_show .show_hide_comment:after {
	content: "\f068";
}

.comment-list li .comment-author.hide .show_hide_comment:after,
.comment-list li .comment-author.cookie_hide .show_hide_comment:after {
	content: "\f067";
}

.comment-list li .author {
	padding: 10px 0 10px 25px;
}

.comment-list li span.author_comment {
	color: #999;
}

.comment-list li .comment-meta,
#pinglist-container .ping .ping_meta {
	font-size: 11px;
	color: #999;
	margin-top: 15px;
}

.comment-list li .comment-meta a,
#pinglist-container li .ping_meta a,
.comment-edit-link:before {
	color: #999;
}

#cancel-comment-reply-link {
	float: right;
	color: #999;
}

.comment-edit-link:before {
	display: inline-block;
	content: "•";
	margin: 0 6px 0 4px;
}

.comment-list li .comment-body,
#pinglist-container .ping .ping_content {
	position: relative;
	clear: left;
	padding-top: 10px;
	font-size: 13px;
	color: #333;
}

.comment-list li .comment-body .comment_number {
	float: right;
	font-size: 20px;
	color: #ddd;
	padding-left: 15px;
}

.comment-list li .comment-body .comment-text {
	overflow: hidden;
}

.comment-list li .comment-body a {
	text-decoration: underline;
}

.comment-list li .comment-reply-link {
	float: right;
	font-weight: bold;
}

.comment-list li .comment-reply-link:hover {
	color: #000;
}

.comment-list ul li {
	margin-top: 25px;
	margin-left: 10%;
}

.comment-list ul li,
#pinglist-container ul li {
	padding: 25px 0;
	border-top: 1px solid #ddd;
}

.comment-list ul.children li {
	padding-bottom: 0;
}

.comments-closed {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}

/* Comment Form */
#commentform label {
	display: block;
	padding: 6px 0;
}

#commentform input[type="text"],
#commentform textarea {
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	margin-bottom: 15px;
}

#commentform input[type="text"]:focus,
#commentform textarea:focus {
	background: #fff;
	border: 1px solid #e5e5e5;
}

#commentform input[type="text"],
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"] {
	width: 50%;
}

#commentform input[type="text"]:focus,
#commentform textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
	-o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
}

#commentform textarea {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 110px;
	height: 110px;
}

#commentform #submit {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 14px;
	border: none;
	cursor: pointer;
	margin: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#commentform #submit:hover {
	opacity: 0.85;
}

#commentform .required {
	color: red;
}

.comment-notes, 
.form-allowed-tags,
.logged-in-as {
	display:none;
}

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

.review_box {
	width: 100%;
}

.review_box.half_width_top {
	float: left;
	margin: 5px 40px 30px 0;
}

.review_box.half_width_top,
.review_box.half_width_top .the_thumbnail img {
	width: 360px;
}

.review_box.full_width_top {
	margin-bottom: 30px;
}

.review_box.full_width_bottom {
	margin-top: 30px;
}

.review_box .the_thumbnail td,
.review_box .the_slider td {
	position: relative;
	padding: 0;
}

.review_box .the_thumbnail a {
	position: relative;
	display: block;
}

.review_box .the_slider .flexslider {
	margin: 0!important;
}

.review_box .criteria {
	font-size: 15px;
	font-weight: bold;
}

.review_box.points .criteria {
	margin-bottom: 6px;
}

.review_box.stars .score {
	float: right;
	line-height: 1;
}

.review_box.points .score {
	background: rgba(0,0,0,0.5);
}

.review_box.points .score,
.review_box.points .score div {
	height: 20px;
}

.review_box.points .score {
	width: 100%;
}

.review_box.stars .score {
	margin: auto;
	width: 88px;
}

.review_box .space td {
	padding: 20px 20px 0 20px;
}

.review_box .review_header {
	cursor: pointer;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

.review_box .review_header h3:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

.review_box .review_header.show h3:after,
.review_box .review_header.cookie_show h3:after {
	content: "\f068";
}

.review_box .review_header.hide h3:after,
.review_box .review_header.cookie_hide h3:after {
	content: "\f067";
}

.review_box tbody {
	color: #fff;
}

.review_box td {
	position: relative;
	padding: 20px 20px 10px 20px;
}

.review_box td h3 {
	position: relative;
	font-size: 16px;
	padding-right: 30px;
	line-height: 1;
}

.review_box.has_header .review_content,
.review_box .review_footer.has_summary {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.review_box .review_header td,
.review_box .review_footer td {
	padding: 20px;
}

.simple_full_width .review_box.full_width_top .review_header td,
.simple_full_width .review_box.full_width_top .review_footer td,
.full_width .review_box.full_width_top .review_header td,
.full_width .review_box.full_width_top .review_footer td {
	padding: 24px 20px;
}

.review_box .review_footer .summary h3 {
	margin-bottom: 10px;
}

.review_box .review_footer .summary div {
	font-size: 12px;
	font-weight: bold;
}

.review_box .review_footer .overall_score {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	padding: 20px 30px;
}

.review_box .review_footer .overall_score h5 {
	margin-top: 10px;
	white-space: nowrap;
}

/* ----------------------------
	Password Post 
---------------------------- */

.post-password-form p:first-child {
	margin-bottom: 20px;
}

.post-password-form label input { 
	border: 1px solid #ddd;
	padding: 7px 12px;
	margin: 0;
	margin-left: 15px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	cursor: auto;
}

.post-password-form label input:hover {
	background-color: #fff;
}

.post-password-form input {
	border: none;
	font-weight: bold;
	color: #fff;
	padding: 8px 14px;
	margin: 0;
	margin-left: -5px;
	cursor: pointer;
	transition: background-color 0.15s linear;
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-ms-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
}

.post-password-form input:hover {
	background-color: #222;
}

/* ----------------------------
	Gallery Images Grid Type
---------------------------- */

.grid.gallery {
	margin-bottom: 35px;
}

.grid.gallery .row a {
	position: relative;
	float: left;
	width: 25%;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.grid.gallery .row.one_column a {
	width: 100%;
	border-right: none;
}

.grid.gallery .row.two_columns a {
	width: 50%;
}

.grid.gallery .row.three_columns a {
	width: 33.33%;
}

.grid.gallery .row a:last-child {
	border-right: none;
}

.grid.gallery .row a div {
	height: 200px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

/* ----------------------------
	Others 
---------------------------- */

.wp-caption {
	position: relative;
	max-width: 100%;
	margin-bottom: 25px;
}

.wp-caption-text {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
}

.bypostauthor {

}



/* ----------------------------------------------- */ 
/*	(10) Homepage Widgets                         
/* ----------------------------------------------- */

.homepage_widget .one_half,
.homepage_widget .one_third,
.homepage_widget .two_third,
.homepage_widget .one_fourth,
.homepage_widget .three_fourth {
	margin-bottom: 0;
}

.homepage_widget  .widget-title {
	font-size: 21px;
	text-align: center;
	padding: 20px 30px;
	border-top: 6px solid #000;
	border-bottom: 2px solid #000;
}

.st_homepage_style_one .widget_content {
	font-size: 0;
}

.homepage_widget.st_homepage_style_two .item.last_post {
	width: 388px!important;	
}

.post_grid_wrapper.colored_overlays .item .comment_field {
	background-color: rgba(0,0,0,0.5);
}

.post_grid_wrapper.colored_overlays .item .comment_field:after {
	border-top: 5px solid rgba(0,0,0,0.5);
}

.post_grid_wrapper .item .box_shadow.colored_overlay {
	box-shadow: inset 0 0 80px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 80px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 80px rgba(0,0,0,0.5);
	-ms-box-shadow: inset 0 0 80px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 0 80px rgba(0,0,0,0.5);
}

/* Slider Widget */
.st_homepage_slider .flexslider .slides li {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	height: 300px;
}

.st_homepage_slider .flexslider .flex-direction-nav a {
	width: 35px;
	height: 80px;
	margin-bottom: -40px;
	background-color: transparent;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.st_homepage_slider .flexslider:hover .flex-direction-nav a {
	opacity: 1;
}

.st_homepage_slider .flexslider .flex-direction-nav .flex-prev {
	background-image: url('images/slider-nav-left-2.png');
	left: 15px;
}

.st_homepage_slider .flexslider .flex-direction-nav .flex-next {
	background-image: url('images/slider-nav-right-2.png');
	right: 15px;
}

.st_homepage_slider .flexslider .slides li .comment_field {
	position: absolute;
	top: 20px;
	right: 15px;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	padding: 4px 7px;
	z-index: 35;
}

.st_homepage_slider .flexslider .slides li .comment_field:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 4px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
}

.st_homepage_slider .flexslider .slides li .title_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 30;
}

.st_homepage_slider .flexslider .slides li .title_wrapper .overall_score_preview.preview_stars {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}

.st_homepage_slider .flexslider .slides li .title_wrapper .title a {
	font-size: 40px;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #000;
	color: #fff;
	word-wrap: break-word;
	line-height: 1.2;
}

.st_homepage_slider .flexslider .slides li .title_wrapper small {
	display: block;
	margin-top: 8px;
	text-shadow: 0 1px 0 #000;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 11px;
	font-weight: bold;
}

.st_homepage_slider .flexslider .slides li .title_wrapper .title,
.st_homepage_slider .flexslider .slides li .title_wrapper small {
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

.st_homepage_slider .flexslider .slides li .bg_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}



/* ----------------------------------------------- */
/*	(11) Page: Attachment                 
/* ----------------------------------------------- */

.attachment .the_content {
	text-align: center;
}

.the_breadcrumb .right .attachment_url_button {
	cursor: pointer;
}

.the_breadcrumb .right .attachment_url {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
}

.the_breadcrumb .right .attachment_url input {
	width: 94%;
	border: none;
	background-color: transparent;
}

.the_breadcrumb .right .attachment_url .close {
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	margin-top: 7px;
	cursor: pointer;
}

.the_breadcrumb .right .attachment_url .close {
	background: url("images/close-light.png") no-repeat;
}



/* ----------------------------------------------- */ 
/*	(12) Page: Sitemap                        
/* ----------------------------------------------- */

.sitemap .post_list h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}

.sitemap .post_list ul li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.sitemap .post_list ul li:last-child {
	border-bottom: none;
}

.sitemap .post_list ul.children li {
	padding: 15px 15px 0 15px;
	border-bottom: none;
}

.sitemap .post_list ul li.popular .post_views {
	padding-left: 15px;
}

.sitemap .post_list ul li a {
	display: block;
	font-weight: bold;
}

.sitemap .post_list ul li.popular a {
	overflow: hidden;
}

.sitemap .post_list ul li a:hover {
	text-decoration: underline;
}



/* ----------------------------------------------- */ 
/*	(13) Page: Search                         
/* ----------------------------------------------- */

.search .post_list li:last-child .post-entry {
	margin-bottom: 0;
	border-bottom: none;
}

.search .post_list .post_number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 2px 8px;
}

.search .post_list .post-entry {
	background-color: #fff;
	overflow: hidden;
}

.search .post_list .left_area {
	width: 125px;
}

.search .post_list .right_area {
	padding: 0 0 0 30px;
	vertical-align: middle;
}

.search .post_list .searchform {
	position: relative;
	margin: auto;
	width: 100%;
}

.search .post_list .searchform .search_field {
	width: 100%;
	padding: 15px 69px 15px 15px;
	background: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.search .post_list .searchform .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
}

.search .post_list .searchform .submit i {
	font-size: 19px;
	color: #fff;
}

.search .post_list .searchform .submit:hover {
	opacity: 0.9;
}

.search .post_list .searchform .info {
	font-size: 10px;
	color: #555;
}

.search .info.no_posts {
	text-align: center;
	margin: 40px 0;
	color: #222!important;
}

.search .info.no_posts i {
	margin-top: -5px;
}



/* ----------------------------------------------- */ 
/*	(14) Page: Error 404                         
/* ----------------------------------------------- */

.container.page.error_404 {
	padding: 120px 0 0 0;
}

.page.error_404 .the_content {
	text-align: center;
}

.page.error_404 h1,
.page.error_404 h4 {
	font-weight: normal;
}

.page.error_404 .the_content h1 {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.page.error_404 .the_content h4 {
	color: #666;
}

.page.error_404 .the_content #searchform input {
	width: 40%;
}

.page.error_404 .the_content .searchform {
	position: relative;
	margin: auto;
	width: 65%;
	margin-top: 80px;
}

.page.error_404 .the_content .searchform .search_field {
	width: 100%;
	padding: 15px 69px 15px 15px;
	background: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.page.error_404 .the_content .searchform .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
}

.page.error_404 .the_content .searchform .submit i {
	font-size: 19px;
	color: #fff;
}

.page.error_404 .the_content .searchform .submit:hover {
	opacity: 0.9;
}

.page.error_404 .latest_posts > h3 {
	margin-top: 120px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}



/* ----------------------------------------------- */ 
/*	(15) Contact Form                     
/* ----------------------------------------------- */

.wpcf7 p {
	font-size: 10px;
	color: #555;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.wpcf7 p:last-of-type {
	margin-bottom: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 8px;
	font-size: 12px;
	color: #000;
	margin: 0;
}

.wpcf7 textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 108px;
	overflow: auto;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #ddd;
}

.wpcf7-not-valid {
	border: 1px solid red!important;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.message-successful {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 40px;
}

.wpcf7 input[type="submit"] {
	position: relative;
	cursor: pointer;
	border: 0;
	color: #333;
	border: 1px solid rgb(232, 232, 232);
	font-weight: bold;
	background-color: #f9f9f9;
	background-image: linear-gradient(top, #fff, #f7f7f7);
	background-image: -webkit-linear-gradient(top, #fff, #f7f7f7);
	background-image: -moz-linear-gradient(top, #fff, #f7f7f7);
	background-image: -ms-linear-gradient(top, #fff, #f7f7f7);
	background-image: -o-linear-gradient(top, #fff, #f7f7f7);
	padding: 10px 15px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 0;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.wpcf7 input[type="submit"]:active {
	top: 1px;
}

.wpcf7-form-control-wrap {
	display: block!important;
	margin-top: 6px;
}

.wpcf7-response-output {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 15px!important;
	border: none!important;
	margin: 20px 0 0 0!important;
}

.wpcf7-validation-errors {
	background-color: #ffe454;
	color: #444;
}

.wpcf7-mail-sent-ok {
	color: #fff;
}

.wpcf7-mail-sent-ng {
	background-color: #d81d1d;
	color: #fff;
}

.wpcf7 .ajax-loader {
	display: inline;
	margin-top: -6px;
	margin-left: 12px!important;
}

.error {
	display: block;
	margin-bottom: 20px;
	color: red;
}



/* ----------------------------------------------- */ 
/*	(16) Sidebar & Widgets                            
/* ----------------------------------------------- */

#sidebar {
	float: right;
	width: 340px;
}

.widget:last-child {
	margin-bottom: 0!important;
}

#sidebar .widget-title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}

#sidebar .widget .subtitle {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#sidebar .toggle,
#sidebar .video-shortcode,
#sidebar .box,
#sidebar .map_canvas {
	margin-bottom: 0;
}

/* ----------------------------
	Widget: Calendar 
---------------------------- */

.widget_calendar .widget-title {
	margin-bottom: 20px;
}

.widget_calendar table {
	width: 100%;
	font-weight: bold;
}

.widget_calendar table caption {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
}

.widget_calendar table tbody td {
	font-size: 11px;
	text-align: center;
	padding: 5px 0;
}

.widget_calendar table tbody td:hover {
	background: #ddd;
}

.widget_calendar table tbody td.pad:hover {
	background: #fff;
}

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

.widget_calendar table tfoot td#prev {
	text-align: left;
}

.widget_calendar table tfoot td#next {
	text-align: right;
}

/* ----------------------------
	Widget: Posts 
---------------------------- */

.widget.st_posts .left_area,
.widget.st_posts .right_area {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.widget.st_posts .left_area {
	width: 90px;
	height: 90px;
}

.widget.st_posts .left_area .thumb_overlay {
	position: absolute;
	width: 90px;
	height: 90px;
	background-color: rgba(255,255,255,0.7);
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	opacity: 0;
}

.widget.st_posts a:hover .left_area .thumb_overlay {
	opacity: 1;
}

.widget.st_posts .left_area .thumb_overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
	color: #444;
	font-size: 28px;
	line-height: 1;
}

.widget.st_posts .right_area {
	padding-left: 20px;
}

.widget.st_posts h3.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.widget.st_posts .info {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget.st_posts .author {
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 10px;
}

#sidebar .widget.st_posts a:last-child .right_area {
	border-bottom: none;
}

.widget.st_posts a {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 20px;
}

.widget.st_posts a .info {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;;
	line-height: 1;
	margin-bottom: 4px;
	white-space: nowrap;
}

/* ----------------------------
	Widget: Latest Comments 
---------------------------- */

.widget.st_comments ul li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widget.st_comments ul li:first-child {
	margin-top: 25px;
}

.widget.st_comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget.st_comments ul li img {
	border-radius: 50%;
	margin-right: 15px;
}

.widget.st_comments ul li .comment_author {
	font-size: 12px;
	font-weight: bold;
	transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
}

.widget.st_comments ul li .comment_text {
	position: relative;
	margin-top: 15px;
}

/* ----------------------------
	Widget: Pages 
---------------------------- */

.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

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

.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
}

.widget_archive select {
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 20px;
	outline: none;
}

.widget_nav_menu .sub-menu {
	margin-left: 20px;
}

/* ----------------------------
	Widget: Categories 
---------------------------- */

.widget.st_categories ul li {
	display: table;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
}

.widget.st_categories ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget.st_categories ul li a,
.widget.st_categories ul li span {
	display: table-cell;
	vertical-align: middle;
}

.widget.st_categories ul li a {
	width: 100%;
	font-size: 17px;
	transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
}

.widget.st_categories ul li span {
	float: right;
	color: #fff;
	padding: 8px 12px;
	line-height: 1;
}

/* ----------------------------
	Widget: Searchform 
---------------------------- */

.widget_search .widget-title {
	margin-bottom: 20px;
}

.widget_search #searchform input {
	width: 100%;
	padding: 15px 12px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #555;
	border: 1px solid #eee;
}

/* ----------------------------
	Widget: Tagcloud 
---------------------------- */

.tagcloud a {
	display: inline-block;
	margin: 20px 12px 0 0;
	letter-spacing: 1px;
	transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}

.tagcloud a:last-child {
	margin-right: 0;
}

.tagcloud a:hover {
	color: #333;
	text-decoration: underline;
}

/* ----------------------------
	Widget: Text 
---------------------------- */

.textwidget img {
	display: block;
	margin: auto;
}

#sidebar .textwidget {
	color: #333;
	text-align: justify;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.8;
}

.textwidget .wpcf7 {
	text-align: left;
}

.textwidget .wpcf7 input[type="text"],
.textwidget .wpcf7 input[type="password"],
.textwidget .wpcf7 input[type="email"],
.textwidget .wpcf7 textarea,
.textwidget .wpcf7 select {
	width: 100%;
}

/* ----------------------------
	Widget: Review 
---------------------------- */

.st_reviews .score {
	position: absolute;
	bottom: 0;
	margin-left: 36px;
	font-weight: bold;
	color: #fff;
	width: 54px;
	height: 25px;
}

.st_reviews .score .progress {
	display: block;
	height: 100%;
}

.st_reviews .score .number {
	position: relative;
	top: -24px;
	left: 10px;
}

.st_reviews .score i {
	margin-right: 6px;
}

.st_reviews .score .score_number {
	display: inline-block;
}

/* ----------------------------
	Widget: Flickr 
---------------------------- */

.st_flickr #flickr_tab {
	margin-top: 1px;
}

.st_flickr a {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}

.st_flickr #flickr_badge_image4 a,
.st_flickr #flickr_badge_image8 a,
.st_flickr #flickr_badge_image12 a,
.st_flickr #flickr_badge_image16 a {
	margin-right: 0;
}

.st_flickr img {
	width: 78px;
	height: 78px;
	transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
}

.st_flickr img:hover {
	opacity: 0.8;
}

/* ----------------------------
	Widget: Custom Logo 
---------------------------- */

.st_custom_logo .widget-title {
	margin-bottom: 20px;
}

.st_custom_logo .blogname {
	display: inline-block;
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.st_custom_logo .tagline {
	font-style: italic;
	color: #777;
	margin-top: 4px;
}

.st_custom_logo .site_description {
	margin-top: 20px;
}

/* ----------------------------
	Widget: Login 
---------------------------- */

.st_login #loginform {
	margin-top: 20px;
}

.st_login .login-username label,
.st_login .login-password label {
	font-size: 10px;
	color: #555;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.st_login .login-username input,
.st_login .login-password input {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}

.st_login .login-password label {
	margin-top: 10px;
}

.st_login .login-remember label {
	display: block;
	margin-top: 10px;
}

.st_login .login-remember label #rememberme {
	position: relative;
	top: 2px;
}

.st_login .login-submit input {
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold; 
	border: none;
	margin-top: 15px;
	cursor: pointer;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

.st_login .login-submit input:hover {
	opacity: 0.8;
}

.st_login .welcome {
	display: block;
	margin: 20px 0;
	border: 1px solid #eee;
	padding: 10px;
}

.st_login .welcome img {
	margin-right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.st_login .welcome .right i {
	font-size: 16px;
	margin-top: 11px;
	color: #333;
	transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
}

.st_login .welcome ul,
.st_login .welcome li {
	list-style: circle;
}

.st_login .welcome ul {
	margin-left: 70px;
}

/* ----------------------------
	Widget: Statistics 
---------------------------- */

.st_statistics .widget-title {
	margin-bottom: 20px;
}

.st_statistics .total_posts,
.st_statistics .total_comments {
	width: 49%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 20px;
}

.st_statistics .total_posts {
	margin-right: 2%;
}

.st_statistics .total_posts i,
.st_statistics .total_comments i {
	display: block;
	margin-bottom: 12px;
	font-size: 24px;
}

/* ############################
	Adaptions:
	Footer Widgets
############################ */

footer .widget {
    margin-bottom: 45px;
	color: #808080;
}

footer .widget-title {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #ccc;
	margin-bottom: 25px;
}

footer .widget a {
	color: #ccc;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

footer .widget a:hover {
	color: #fff;
}

footer .toggle,
footer .video-shortcode,
footer .box,
footer .map_canvas {
	margin-bottom: 0;
}

/* ----------------------------
	Widget: Posts 
---------------------------- */

footer .widget.st_posts a {
	margin-bottom: 20px;
}

footer .widget.st_posts a:last-child {
	margin-bottom: 0;
}

footer .widget.st_posts .left_area {
	display: none;
}

footer .widget.st_posts .right_area {
	display: block;
	padding-left: 0;
}

footer .widget.st_posts .info {
	font-weight: bold;
	color: #666!important;
}

footer .widget.st_posts a:hover h3.title {
	text-decoration: underline;
}

footer .widget.st_posts a h3.title {
	font-size: 15px;
	font-weight: normal;
}

/* ----------------------------
	Widget: Latest Comments 
---------------------------- */

footer .widget.st_comments ul li .comment_author {
	color: #fff;
}

footer .widget.st_comments ul li .comment_text {
	color: #ccc;
}

/* ----------------------------
	Widget: Text 
---------------------------- */

footer .textwidget {
	font-size: 13px;
	text-align: justify;
}

/* ----------------------------
	Widget: Custom Logo 
---------------------------- */

footer .st_custom_logo .blogname {
	color: #fff;
}

footer .st_custom_logo .tagline {
	color: #ccc;
}



/* ----------------------------------------------- */ 
/*	(17) Footer                         
/* ----------------------------------------------- */

footer {
	overflow: hidden;
}

footer .inner .container {
	padding: 45px 0;
}

footer .one_third,
footer .two_third,
footer .one_fourth,
footer .one_half {
	margin-bottom: 0;
}

/* ----------------------------
	Small Footer 
---------------------------- */

#small-footer {
	overflow: hidden;
}

#small-footer .container {
	padding: 12px 0;
}

#small-footer p {
	color: #999;
}

#small-footer a {
	color: #ccc;
}

#small-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#small-footer p {
	float: left;
	padding: 10px 0 8px 0;
}

/* Back to Top Button */
.go_top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 20px;
	background-image: url("images/go-top.png");
	background-repeat: no-repeat;
	background-position: center center;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	z-index: 99;
}

/* Mobile: Back to top Button */
.mobile_top_button {
	display: none;
	background-color: #111;
	color: #ccc!important;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
}

.mobile_top_button i {
	margin-left: 15px;
}



/* ----------------------------------------------- */ 
/*	(18) Post Grid                         
/* ----------------------------------------------- */

.post_grid_wrapper .post_grid_mobile {
	display: none;
}

.post_grid_wrapper .item {
	position: relative;
	float: left;
	background-color: #eee;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.post_grid_wrapper .double {
	float: left;
	width: 388px;
	height: 320px;
}

.post_grid_wrapper .item.small {
	width: 388px;
	height: 160px;
}

.post_grid_wrapper .item.medium {
	width: 386px;
	height: 320px;
}

.post_grid_wrapper .item.large {
	width: 772px;
	height: 320px;
}

.post_grid_wrapper .item.small h2 {
	font-size: 18px;
}

.post_grid_wrapper .item.medium h2 {
	font-size: 30px;
}

.post_grid_wrapper .item.large h2 {
	font-size: 40px;
}

.post_grid_wrapper .column_one h2,
.post_grid_wrapper .column_two h2,
.post_grid_wrapper .column_three h2 {
    font-size: 20px;
}

.post_grid_wrapper .column_four h2,
.post_grid_wrapper .column_five h2 {
    font-size: 35px;
}

.post_grid_wrapper > .item > div {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

.post_grid_wrapper .item .flexslider,
.post_grid_wrapper .item .flexslider .flex-viewport,
.post_grid_wrapper .item .flexslider .slides {
	height: 100%!important;
}

.post_grid_wrapper .item .flexslider .slides li {
	height: 100%;
	width: 100%;
}

.post_grid_wrapper .item .bg_image {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	z-index: 15;
}

.post_grid_wrapper .item .box_shadow {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 20;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.post_grid_wrapper .item.small .box_shadow {
	background-image: url("images/item-overlay-small.png");
}

.post_grid_wrapper .item.medium .box_shadow,
.post_grid_wrapper .item.large .box_shadow {
	background-image: url("images/item-overlay.png");
}

.post_grid_wrapper .item:hover .box_shadow {
	opacity: 0.45!important;
}

.post_grid_wrapper .item .comment_field {
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	padding: 4px 7px;
	z-index: 35;
}

.post_grid_wrapper .item .comment_field:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 4px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
}

.post_grid_wrapper .item .title_wrapper {
	position: absolute;
	bottom: 10px;
	padding: 12px 45px 12px 20px;
	z-index: 30;
}

.post_grid_wrapper .item .title_wrapper .title {
	text-shadow: 0 1px 0 #000;
	color: #fff;
	word-wrap: break-word;
}

.post_grid_wrapper .item.small .title_wrapper .title {
	line-height: 1.4;
}

.post_grid_wrapper .item.medium .title_wrapper .title,
.post_grid_wrapper .item.large .title_wrapper .title {
	line-height: 1.2;
}

.post_grid_wrapper .item .title_wrapper small {
	display: block;
	margin-top: 8px;
	text-shadow: 0 1px 0 #000;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 11px;
	font-weight: bold;
}

.post_grid_wrapper .item .title_wrapper .title,
.post_grid_wrapper .item .title_wrapper small {
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

.post_grid_wrapper .item i {
	position: absolute;
	top: 18px;
	right: 20px;
	text-shadow: 0 1px 0 #000;
	color: #fff;
	font-size: 20px;
	z-index: 30;
}

/* Different Gradients */
.post_grid_wrapper.featured.different_gradients .box_shadow {
    opacity: 0.7;
    box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.65);   
    -webkit-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.65);  
    -moz-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.65);  
    -ms-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.65);  
    -o-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.65);  
}
.post_grid_wrapper.featured.different_gradients .column_one .box_shadow {
    background-color: #009bc2;
    background-image: linear-gradient(to top left,#D5A91E,#009bc2);
    background-image: -webkit-linear-gradient(to top left,#D5A91E,#009bc2);
    background-image: -moz-linear-gradient(to top left,#D5A91E,#009bc2);
    background-image: -ms-linear-gradient(to top left,#D5A91E,#009bc2);
    background-image: -o-linear-gradient(to top left,#D5A91E,#009bc2);
}
.post_grid_wrapper.featured.different_gradients .column_two .box_shadow {
    background-color: #b00000;
    background-image: linear-gradient(to top left,#009bc2,#b00000);
    background-image: -webkit-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -moz-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -ms-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -o-linear-gradient(to top left,#009bc2,#b00000);
}
.post_grid_wrapper.featured.different_gradients .column_three .box_shadow {
    background-color: #D5A91E;
    background-image: linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -webkit-linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -moz-linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -ms-linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -o-linear-gradient(to top left,#b00000,#D5A91E);
}
.post_grid_wrapper.featured.different_gradients .column_four .box_shadow {
    background-color: #D5A91E;
    background-image: linear-gradient(to top left,#0094B0,#D5CE1E);
    background-image: -webkit-linear-gradient(to top left,#0094B0,#D5CE1E);
    background-image: -moz-linear-gradient(to top left,#0094B0,#D5CE1E);
    background-image: -ms-linear-gradient(to top left,#0094B0,#D5CE1E);
    background-image: -o-linear-gradient(to top left,#0094B0,#D5CE1E);
}
.post_grid_wrapper.featured.different_gradients .column_five .box_shadow {
    background-color: #CC7E0F;
    background-image: linear-gradient(to left top, #359B16, #CC7E0F);
    background-image: -webkit-linear-gradient(to left top, #359B16, #CC7E0F);
    background-image: -moz-linear-gradient(to left top, #359B16, #CC7E0F);
    background-image: -ms-linear-gradient(to left top, #359B16, #CC7E0F);
    background-image: -o-linear-gradient(to left top, #359B16, #CC7E0F);
}
.post_grid_wrapper.featured.different_gradients .column_six .box_shadow {
    background-color: #b00000;
    background-image: linear-gradient(to top left,#009bc2,#b00000);
    background-image: -webkit-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -moz-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -ms-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -o-linear-gradient(to top left,#009bc2,#b00000);
}
.post_grid_wrapper.featured.different_gradients .column_seven .box_shadow {
    background-color: #D5A91E;
    background-image: linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -webkit-linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -moz-linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -ms-linear-gradient(to top left,#b00000,#D5A91E);
    background-image: -o-linear-gradient(to top left,#b00000,#D5A91E);
}
.post_grid_wrapper.featured.different_gradients .column_eight .box_shadow {
    background-color: #009bc2; 
    background-image: linear-gradient(to top left,#009bc2,#D5A91E);
    background-image: -webkit-linear-gradient(to top left,#009bc2,#D5A91E);
    background-image: -moz-linear-gradient(to top left,#009bc2,#D5A91E);
    background-image: -ms-linear-gradient(to top left,#009bc2,#D5A91E);
    background-image: -o-linear-gradient(to top left,#009bc2,#D5A91E);
}
.post_grid_wrapper.featured.different_gradients .column_nine .box_shadow {
    background-color: #b00000;
    background-image: linear-gradient(to top left,#009bc2,#b00000);
    background-image: -webkit-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -moz-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -ms-linear-gradient(to top left,#009bc2,#b00000);
    background-image: -o-linear-gradient(to top left,#009bc2,#b00000);
}



/* ----------------------------------------------- */ 
/*	(19) Titlebar                         
/* ----------------------------------------------- */

.title_wrapper.single,
.title_wrapper.page {
	position: relative;
}

.title_wrapper.page.attachment {
	border-top: none;
}

.title_wrapper.single .post_title {
	font-size: 48px;
	line-height: 1.3;
}

.title_wrapper.page .post_title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
}

.title_wrapper.single .subtitle {
	margin-bottom: 10px;
}

.title_wrapper.page .subtitle {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
}

.title_wrapper .below_title {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}

.title_wrapper.single .below_title {
	margin-top: 25px;
}

.title_wrapper.attachment .below_title {
	margin-top: 25px;
}

.title_wrapper .below_title a,
.title_wrapper .below_title .right .attachment_url input {
	color: #777;
}

.title_wrapper.single .below_title a:hover,
.title_wrapper.attachment .below_title a:hover {
	text-decoration: underline;
}

.title_wrapper.single .comments_popup_link {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	padding: 10px 40px 10px 14px;
	z-index: 10;
	transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.title_wrapper.single .comments_popup_link i {
	font-size:  14px;
	position: relative;
	top: -2px;
	margin-right: 12px;
}

.title_wrapper.page .the_breadcrumb,
.title_wrapper.page .the_breadcrumb .current,
.title_wrapper.page .the_breadcrumb a,
.the_breadcrumb .right .attachment_url input {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
}

.title_wrapper .result_info {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 12px 16px 6px 16px;
	position: absolute;
	bottom: 34px;
}

.title_wrapper .result_info i {
	margin-right: 6px;
}

.title_wrapper .result_info .post_count,
.title_wrapper .result_info .comment_count {
	display: inline-block;
}

.title_wrapper .result_info .post_count {
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #fff;
}



/* ----------------------------------------------- */ 
/*	(20) Social Icons                              
/* ----------------------------------------------- */

.social ul li {
	float: left;
}

.social ul li a {
	display: block;
	padding: 9px 0;
	width: 40px;
	text-align: center;
	font-size: 16px;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

/* Small Footer Adaptions */
#small-footer .social {
	float: right;
}

#small-footer .social ul li a {
	color: #aaa;
}

#small-footer .social ul li a:hover {
	color: #fff;
	text-decoration: none;
}



/* ----------------------------------------------- */
/*	(21) Breaking News                              
/* ----------------------------------------------- */

#breaking-news {
	background: #f5f5f5;
}

#breaking-news .slides a {
	font-weight: bold;
	color: #444;
}

#breaking-news .slides a:hover {
	text-decoration: underline;
}

#breaking-news .slides .right {
	position: relative;
	right: 60px;
}

#breaking-news .flex-direction-nav {
	position: relative;
}

#breaking-news .flex-direction-nav a {
	height: 42px;
	margin-bottom: auto;
	bottom: -10px;
	background-color: #ccc;
}

#breaking-news .flex-direction-nav a:hover {
	background-color: #bbb;
}

#breaking-news .flex-direction-nav .flex-prev {
	right: 36px;
	left: auto;
}



/* ----------------------------------------------- */
/*	(22) Flexslider                              
/* ----------------------------------------------- */

.single .half_width_top .flexslider,
.single .half_width_top .flexslider .slides li {
	width: 100%!important;
	height: 161px!important;
}

.single .flexslider.normal,
.single .flexslider .slides li,
.flexslider.sticky_posts,
.flexslider.sticky_posts .slides li,
.flexslider.sticky_posts .slides .no_slider {
	width: 100%;
	height: 340px;
}

.single .flexslider.full_width,
.single .flexslider.full_width .slides li,
.single .flexslider.simple_full_width ,
.single .flexslider.simple_full_width .slides li {
	width: 100%;
	height: 550px;
}

/* Gallery Slider */
.flexslider.gallery {
	margin-bottom: 0!important;
}

.flexslider.gallery_carousel,
.flexslider.gallery_carousel .slides li {
	height: 100px!important;
}

.flexslider.gallery_carousel {
	margin-top: 5px;
}

.flexslider.gallery_carousel .slides li {
	cursor: pointer;
	margin-left: 5px;
	opacity: 0.6;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.flexslider.gallery_carousel .slides li:hover {
	opacity: 0.8;
}

.flexslider.gallery_carousel .slides li.flex-active-slide {
	opacity: 1;
}

.flexslider.gallery_carousel .slides li:first-child {
	margin-left: 0;
}

.single .flexslider .slides .bg_image,
.flexslider.sticky_posts .slides .bg_image {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

/* Latest Post Flexslider */
.flexslider.post_slider {
	background: #222;
}

.flexslider.post_slider .slides li .the_thumbnail {
	display: table-cell;
	width: 65%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.flexslider.post_slider .slides li .the_thumbnail .overall_score {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 4px;
}

.flexslider.post_slider .slides li .the_thumbnail .overall_score img {
	width: auto;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.flexslider.post_slider .slides li .slider_wrapper {
	display: table-cell;
	width: 35%;
	padding: 25px 30px 70px 30px;
	background: #222;
	color: #fff;
	border-top: 1px solid #151515;
}

.flexslider.post_slider .slides li .slider_wrapper .meta {
	font-weight: bold;
	color: #aaa;
	margin-bottom: 8px;
}

.flexslider.post_slider .slides li .slider_wrapper .post_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.flexslider.post_slider .slides li .slider_wrapper .the_content {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
}

.flexslider.post_slider .slides li .slider_wrapper .read_more {
	position: absolute;
	bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
}

.flexslider.post_slider .flex-direction-nav a {
	width: 45px;
	height: 45px;
	bottom: 0;
	margin-bottom: 0;
}

.flexslider.post_slider .flex-direction-nav .flex-prev {
	right: 46px;
	left: auto;
}



/* ----------------------------------------------- */
/*	(23) Shortcodes                           
/* ----------------------------------------------- */


/* ----------------------------
	Separator 
---------------------------- */                                

.separator {
	display: block;
}

.separator.style_1 {
	height: 2px;
	background-color: #000;
}

.separator.style_2 {
	height: 1px;
	border-top: 1px dashed #000;
}

.separator.style_3 {
	height: 1px;
	background-color: #ddd;
}

.separator.style_4 {
	height: 3px;
	background-color: #eee;
}

/* ----------------------------
	Highlight 
---------------------------- */                                   

.highlight {
	background: #ffd62c;
}

/* ----------------------------
	Button 
---------------------------- */   

.button {
	display: inline-block;
	white-space: nowrap;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

.button span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.button.dark {
	background-color: #222;
}

.button.red {
	background-color: crimson;
}

.button.blue {
	background-color: #2AA9E7;
}

.button.green {
	background-color: #1F9109;
}

.button.orange {
	background-color: #F0660B;
}

.button.yellow {
	background-color: #FFD600;
}

.button.purple {
	background-color: purple;
}

.button:hover {
	text-decoration: none!important;
	opacity: 0.8;
}

/* Button Size */
.button.button_size_small {
	padding: 8px 24px;
}
.button.button_size_large {
	padding: 8px 36px;
}

/* Icons in Button Text */
.button .fa {
	display: inline;
	position: relative;
	top: 1px;
	margin-left: 10px;
	font-size: 14px;
}

/* ----------------------------
	Toggle 
---------------------------- */  

.toggle {
	margin-bottom: 30px;
}

.toggle .toggle_title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url("images/toggle-hide.png");
	background-position: center right 15px;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

.toggle .toggle_title.active {
	background-image: url("images/toggle-show.png");
}

.toggle .toggle_content {
	position: relative;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 10px 15px;
	font-size: 12px;
}

/* ----------------------------
	Video 
---------------------------- */

.video-shortcode {
	margin-bottom: 30px;
}

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

.box {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.box.white {
	color: #fff;
}

.box.black {
	color: #000;
}

.box .box_inner {
	padding: 15px;
}

.box.white .box_inner {
	border: 1px solid #fff;
}

.box.black .box_inner {
	border: 1px solid #000;
}

.box .box_inner .title {
	font-weight: normal;
	margin-bottom: 8px;
}

/* ----------------------------
	Google Map 
---------------------------- */ 

.map_canvas {
	background: #f5f5f5!important;
	margin-bottom: 30px;
}

/* ----------------------------
	Columns 
---------------------------- */ 

.one_half, 
.one_third, 
.two_third, 
.one_fourth,
.three_fourth { 
	float: left; 
	margin-right: 4%; 
	margin-bottom: 30px; 
}

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }

.last { 
	margin-right: 0!important; 
	clear: right; 
}



/* ----------------------------------------------- */
/*	(24) Others                           
/* ----------------------------------------------- */

/* Note in Admin Bar */
.maintenance_mode_note a,
.seo_note a {
	color: #fff!important;
	padding: 0 15px!important;
}

.maintenance_mode_note a {
	background-color: #A01010!important;
}

.seo_note a {
	background-color: #168ECA!important;
}

/* Hide some Widgets on Homepage */
.container.home .widget_archive,
.container.home .widget_calendar,
.container.home .widget_meta,
.container.home .widget_pages,
.container.home .widget_search,
.container.home .widget_tag_cloud,
.container.home .st_categories,
.container.home .st_comments,
.container.home .st_custom_logo,
.container.home .st_flickr,
.container.home .st_posts,
.container.home .st_review,
.container.home .st_login,
.container.home .st_statistics {
	display: none!important;
}

/* Hide Homepage Widgets in Footer and Sidebar */
#sidebar .st_homepage_style_one,
#sidebar .st_homepage_style_two,
#sidebar .st_homepage_video,
#sidebar .st_post_grid,
footer .st_homepage_style_one,
footer .st_homepage_style_two,
footer .st_homepage_video,
footer .st_post_grid {
	display: none!important;
}



/* #################################################

			External CSS Sources

################################################# */



/* ----------------------------------------------- */ 
/*	(25) Pushy || Mobile Menu                         
/* ----------------------------------------------- */

.pushy {
	visibility: hidden;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 99;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy li {
	border-top: 1px solid rgba(0, 0, 0, .25);
}

.pushy .top_nav > li:last-child {
	border-bottom: 2px solid rgba(0, 0, 0, .25);
}

.pushy .main_nav > li:last-child {
	border-bottom: 3px solid rgba(0, 0, 0, .25);
}

.pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none;
}

/* Menu Movement */

.pushy-left {
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push {
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #inner-wrap, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    z-index: 999999;
}

/* Pushy Close */

.nav.mobile .pushy-close {
	cursor: pointer;
	border-bottom: 2px solid rgba(0, 0, 0, .25);
}

.nav.mobile .pushy-close i {
	font-size: 18px;
	margin-right: 15px;
}



/* ----------------------------------------------- */
/*	(26) Flexslider                           
/* ----------------------------------------------- */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider.blog {
	background-color: #f1f1f1;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative; 
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.flex-description {
	zoom: 1;
}

.flex-description {
	padding: 10px 30px 10px 30px;
	position: absolute; 
	left: 20px; 
	bottom: 20px; 
	background: rgba(0, 0, 0, 0.75); 
	color: #fff; 
	font-weight: 400;
	font-size: 13px; 
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 35px;
	height: 80px;
	margin: 0px 0 0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 50%;
	margin-bottom: -40px;
	background-color: rgba(0,0,0,0.6);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.flex-direction-nav .flex-next {
	background-image: url('images/slider-nav-right.png');
	right: 0;
}

.flex-direction-nav .flex-prev {
	background-image: url('images/slider-nav-left.png');
	left: 0;
}

.flex-direction-nav a:hover {
	background-color: rgba(0,0,0,0.9);
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important; 
	filter:alpha(opacity=30); 
	cursor: default;
}


/* Control Nav */
.flex-control-nav {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 10;
}

.flex-control-nav li {
	margin: 0px; 
	display: block;
	float: left;
	zoom: 1; 
}

.flex-control-nav li a {
	width: 35px;
	height: 5px;
	margin-left: 5px;
	display: block; 
	background: #222; 
	cursor: pointer; 
	text-indent: -9999px; 
	float: left;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear; 
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none; 
}

.flex-control-nav li a.flex-active { 
	cursor: default;
	background: #111;
}

.flex-control-nav li a:hover {
	background: #111;
}

.flex-control-thumbs {
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 250%; 
	float: left; 
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%; 
	display: block; 
	opacity: .7; 
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1; 
	cursor: default;
}



/* ----------------------------------------------- */
/*	(27) Magnific Popup                           
/* ----------------------------------------------- */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 44px;
	margin-left: 35px;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	content: "\f053";
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	content: "\f054";
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}

}

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

	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}

}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}



/* ----------------------------------------------- */ 
/*	(28) Font Awesome                         
/* ----------------------------------------------- */

/*!
 *  Font Awesome 4.3.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('inc/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('inc/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('inc/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('inc/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('inc/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('inc/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') 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}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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-f:before,.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,.fa-gratipay: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-genderless:before,.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"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}