
/* -------------------------------------------------- 

	Theme Name: Pixagraph
	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
	Description: WordPress Theme by Scope-Themes
	Version: 1.0

-------------------------------------------------- */



/* -------------------------------------------------- 

	1. 		Reset
	2.		WordPress Basics
	3.		Main Layout
	4. 		Mobile Header
	5.		Top Header
	6.		Header
	7.		Navigation
	8.		Field Modules
	9. 		Titlebar
	10. 	Social Icons
	11.		Single Post
	12. 	Sidebar & Widgets
	13. 	Page Builder
	14. 	Page: Author
	15.		Page: Contact
	16. 	Footer
	17. 	Others
	18. 	Animations

	--------------------------------
			External Sources
	--------------------------------

	19. 	Magnific Popup
	20. 	Font Awesome
	21. 	Pushy

-------------------------------------------------- */



/* ----------------------------------------------- */ 
/*	1. 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus { outline: 0; }



/* ----------------------------------------------- */ 
/*	2. WordPress Basics                              
/* ----------------------------------------------- */ 

h1,
h2,
h3,
h4,
h5,
h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

h1 { font-size: 36px; }

h2 { font-size: 32px; }

h3 { font-size: 28px; }

h4 { font-size: 24px; }

h5 { font-size: 20px; }

h6 { font-size: 16px; }

strong { font-weight:bold; }

em { font-style:italic; }

del { text-decoration: line-through; }

small { font-size: 10px; }

hr {
	display: block;
	width: 100%;
	height: 3px;
	margin: 30px 0;
	background-color: #eee;
	border: none;
}

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;
	width: 80%;
	margin: 40px auto;
	padding: 0 40px;
	text-align: center;
}

blockquote:before,
blockquote:after {
	position: absolute;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-size: 	25px;
	line-height: 1;
	color: #cccccc;
}

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; }

.alignright { float: right; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 8px 30px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 8px 0 20px 30px;
}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 30px 0;
}

.wp-caption-text {
	font-size: 16px;
	color: #777;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}

.bypostauthor { }

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

table td,
table th {
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: left;
}

table th {
	background-color: #f9f9f9;
	font-weight: bold;
}



/* ----------------------------------------------- */ 
/*	3. Main Layout                           
/* ----------------------------------------------- */

html {
	-webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #222;
	color: #fff;
}

::-moz-selection {
	background: #222;
	color: #fff;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder {
   color: #000;  
}

::-moz-placeholder {
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

input,
textarea,
select {
    border-radius: 0;
    max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#outer-wrapper {
	overflow-x: hidden;
}

#outer-wrapper,
#wrapper {
	position: relative;
}

.inner {
	background-color: #fff;
}

.inner.page-wrap {
	padding: 30px 0;
}

.container {
	position: relative;
	margin: 0 auto;
}

.container:before,
.container:after,
section:before,
section:after {
	content: "";
	display: table;
}

.container:after,
section:after {
	clear: both;
}

.sticky-section .inner.sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
}

/* Columns */
.column.one-fourth,
.column.one-third, 
.column.one-half, 
.column.two-third, 
.column.three-fourth { 
	float: left; 
	margin: 0 3% 30px 0; 
}

.column.one-fourth 	{ width: 22.75%; }
.column.one-third { width: 31.333333%; }
.column.one-half { width: 48.5%; }
.column.two-third { width: 65.666666%; }
.column.three-fourth { width: 74.25%; }

.column.last { 
	margin-right: 0 !important; 
	clear: right; 
}



/* ----------------------------------------------- */ 
/*	4. Mobile Header                           
/* ----------------------------------------------- */

#mobile-header {
	display: none;
	position: relative;
}

#mobile-header .container {
	display: table;
}

#mobile-header .container .left-area,
#mobile-header .container .right-area {
	display: table-cell;
	vertical-align: middle;
}

#mobile-header .container .left-area {
	white-space: nowrap;
}

#mobile-header .container .left-area .menu-btn {
	padding: 15px 0;
	font-size: 21px;
	cursor: pointer;
}

#mobile-header .container .right-area {
	width: 100%;
}

#mobile-header .container .right-area .social {
	float: right;
}

/* Navigation -------------------------------------------- */

#mobile-nav {
	padding: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#mobile-nav .footer-nav {
	display: none;
}

#mobile-nav .search-icon {
	display: none;
}

#mobile-nav .pushy-close {
	margin-bottom: 20px;
	cursor: pointer;
}

#mobile-nav .pushy-close i {
	padding-right: 15px;
}

#mobile-nav .menu {
	padding-bottom: 30px;
	border-top: 3px solid rgba(0, 0, 0, 0.25);
}

#mobile-nav ul .expand {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	margin: -10px;
    cursor: pointer;
}

#mobile-nav ul .expand:after {
	content: "\f067";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
}

#mobile-nav ul .expand.expanded:after {
	content: "\f068";
}

#mobile-nav ul li {
	position: relative;
	margin-top: 30px;
}

#mobile-nav ul li.menu-item-has-children a {
	padding-right: 20px;
}

#mobile-nav ul li a,
#mobile-nav .pushy-close {
	display: inline-block;
}

#mobile-nav .sub-menu {
	display: none;
}

#mobile-nav .sub-menu li {
   	margin-left: 8%;
}



/* ----------------------------------------------- */ 
/*	5. Top Header                           
/* ----------------------------------------------- */

#top-header {
	position: relative;
}

#top-header .container {
	display: table;
}

#top-header .container .left-area,
#top-header .container .right-area {
	display: table-cell;
	vertical-align: middle;
}

#top-header .container .left-area {
	white-space: nowrap;
}

#top-header .container .right-area {
	width: 100%;
}

#top-header .container .right-area .social,
#top-header .container .right-area nav {
	float: right;
}

#top-header .container nav > ul > li {
	margin-right: 25px;
}



/* ----------------------------------------------- */
/*	6. Header                           
/* ----------------------------------------------- */

header {
	position: relative;
	background-color: #fff;
}

header .left-area,
header .top-area {
	font-size: 0;
}

/* Logo */
header .logo {
	display: inline-block;
}

header .logo img {
	display: block;
}

/* Remove Border */
.header-no-border header {
	border: none !important; /* Overwrite value in custom.css file */
}

/* Tagline */
header .tagline {
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

/* Searchbar -------------------------------------------- */

header .open-searchbar {
	cursor: pointer;
}

header .searchbar {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

header .searchbar input {
	width: 100%;
	height: 100%;
	border: none;
	text-align: left;
	padding: 0 45px 0 15px;
}

header .searchbar .close-searchbar {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

/* Layout 1 -------------------------------------------- */

header.header-1 .container,
header.header-4 .container,
header.header-6 .container {
	display: table;
}

header .left-area,
header .right-area {
	display: table-cell;
	vertical-align: middle;
}

header .left-area {
	padding-right: 30px;
}

header.header-1 .left-area {
	width: 100%;
	padding-right: 30px;
}

header.header-1 .right-area {
	white-space: nowrap;
}

header.header-1 .right-area nav {
	position: inherit;
}

header.header-1 .right-area nav,
header.header-4 .right-area .ad-box,
header.header-6 .right-area .ad-box {
	float: right;
}

header.header-4 .right-area .ad-box,
header.header-6 .right-area .ad-box {
	width: 728px;
}

/* Layout 2 & 3 -------------------------------------------- */

header.header-2 .top-area,
header.header-2 .bottom-area,
header.header-3 .top-area {
	text-align: center;
}

/* Layout 5 -------------------------------------------- */

header.header-5 {
	text-align: center;
}



/* ----------------------------------------------- */ 
/*	7. Navigation                           
/* ----------------------------------------------- */

nav {
	position: relative;
}

nav ul {
	font-size: 0;
}

nav ul li {
	display: inline-block;
}

nav ul li:last-child {
	margin-right: 0 !important; /* Overwrite value in custom.css file */
}

nav ul .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	z-index: 999;
}

nav ul li a {
	display: block;
}

nav ul .sub-menu li {
	display: block;
	position: relative;
}

nav > ul > li > .category-menu {
	margin-left: 0;
	border-top-width: 4px;
	border-top-style: solid;
}

nav ul .sub-menu li a {
	padding: 15px 30px 15px 20px;
  	min-width: 160px;
}

nav ul .sub-menu li:first-child a {
	padding-top: 22px;
}

nav ul .sub-menu li:last-child a {
	padding-bottom: 22px;
}

nav ul .sub-menu .menu-item-has-children a {
	padding: 15px 20px;
	overflow: hidden;
}

nav ul ul .sub-menu {
	top: 0; 
	left: 100%; 
}

header nav > ul > li > a {
	padding: 20px 18px;
	line-height: 1.2;
}

header nav > ul > .menu-item-has-mega-menu > a:hover,
header nav > ul > .menu-item-has-mega-menu.hover > a {
	color: #fff;
}

/* Arrow Down for Sub Menus */
nav > ul > .menu-item-has-children > a:after,
header nav > ul > .menu-item-has-mega-menu > a:after {
	content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    line-height: 1;
}

/* Arrow Right for Inner Sub Menus */
nav ul .menu-item-has-children .menu-item-has-children > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    float: right;
    margin-left: 15px;
}

/* Category Mega Menu -------------------------------------------- */

nav ul .category-menu {
	left: 0;
	width: 100%;
}

nav ul .category-menu.has-side-menu > .sub-menu,
nav ul .category-menu.has-side-menu .category-posts {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

nav ul .category-menu.has-side-menu > .sub-menu,
nav ul .category-menu .category-posts {
	padding: 30px;
}

nav ul .category-menu.has-side-menu > .sub-menu {
	text-align: center;
	background-color: #000;
}

nav ul .category-menu.has-side-menu > .sub-menu > li > a {
	padding: 16px 0;
	border-top: none!important;
}

nav ul .category-menu .category-posts li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

nav ul .category-menu .category-posts li a {
	padding: 0;
}

/* Fix image jumping */
nav ul .category-menu .category-posts li .post-image img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

nav ul .category-menu .category-posts li .post-image:hover img {
	opacity: 0.7;
}

nav ul .category-menu .category-posts li .post-title {
	width: 80%;
	margin: 20px auto 0 auto;
	white-space: normal;
	line-height: 1.6;
	text-align: center;
}



/* ----------------------------------------------- */ 
/*	8. Field Modules                           
/* ----------------------------------------------- */

/* Post List (Image Style) -------------------------------------------- */

.post-list-image-style .grid-item {
	width: 33.333333%;
	height: 350px;
}

/* Post Carousel -------------------------------------------- */

.post-carousel.post-grid .grid-item {
	width: 100%!important;
	height: 350px;
}

/* Post Grid -------------------------------------------- */

.post-grid .grid-item {
	position: relative;
	float: left;
	background-color: #252525;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.post-grid .grid-item.last {
	border-right: 0;
}

.post-grid .grid-item .grid-inner {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 70%, 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(70%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.post-grid .grid-item:hover .grid-inner {
	background-color: rgba(0,0,0,0.4);
}

.post-grid .grid-item .grid-inner .grid-container {
	position: absolute;
	bottom: 30px;
	padding: 0 30px;
	z-index: 99;
	color: #fff;
}

.post-grid .grid-item .grid-inner .grid-container a {
	color: #fff;
}

.post-grid .grid-item .grid-inner .grid-container a:hover {
	text-decoration: underline;
}

.post-grid .grid-item .grid-inner .grid-container h2 {
	font-size: 36px;
	line-height: 1.2;
}

.post-grid .grid-item .grid-inner .grid-container h2 a {
	display: block;
}

.post-grid .grid-item .grid-inner .grid-container .meta {
	margin-top: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-grid .grid-item .grid-inner .grid-container .meta .author:after,
.post-slider .post-slide .inner .container .meta .author:after {
	content: "•";
	margin: 0 4px;
}

/* Post Grid -  4 */
.post-grid.grid-style-4 .grid-item {
	width: 50%;
}

.post-grid.grid-style-4 .grid-item.item-1,
.post-grid.grid-style-4 .grid-item.item-2 {
	height: 400px;
}

.post-grid.grid-style-4 .grid-item.item-3,
.post-grid.grid-style-4 .grid-item.item-4 {
	height: 250px;
}

/* Post Grid - 5 */
.post-grid.grid-style-5 .grid-item {
	height: 350px;
}

.post-grid.grid-style-5 .grid-item.item-1,
.post-grid.grid-style-5 .grid-item.item-2 {
	width: 50%;
}

.post-grid.grid-style-5 .grid-item.item-3,
.post-grid.grid-style-5 .grid-item.item-4,
.post-grid.grid-style-5 .grid-item.item-5 {
	width: 33.333333%;
}

/* Post Grid - 6 */
.post-grid.grid-style-6 .grid-item {
	height: 350px;
}

.post-grid.grid-style-6 .grid-item.item-1,
.post-grid.grid-style-6 .grid-item.item-3,
.post-grid.grid-style-6 .grid-item.item-5 {
	width: 30%;
}

.post-grid.grid-style-6 .grid-item.item-2 {
	width: 40%;
}

.post-grid.grid-style-6 .grid-item.item-4,
.post-grid.grid-style-6 .grid-item.item-6 {
	width: 35%;
}

/* Post Grid - 7 */
.post-grid.grid-style-7 .grid-item.item-1,
.post-grid.grid-style-7 .grid-item.item-2,
.post-grid.grid-style-7 .grid-item.item-3,
.post-grid.grid-style-7 .grid-item.item-4,
.post-grid.grid-style-7 .grid-item.item-5 {
	height: 350px;
}

.post-grid.grid-style-7 .grid-item.item-6,
.post-grid.grid-style-7 .grid-item.item-7 {
	height: 250px;
}

.post-grid.grid-style-7 .grid-item.item-1,
.post-grid.grid-style-7 .grid-item.item-2 {
	width: 50%;
}

.post-grid.grid-style-7 .grid-item.item-3,
.post-grid.grid-style-7 .grid-item.item-4,
.post-grid.grid-style-7 .grid-item.item-5 {
	width: 33.333333%;
}

.post-grid.grid-style-7 .grid-item.item-6,
.post-grid.grid-style-7 .grid-item.item-7 {
	width: 50%;
}

/* Post Slider -------------------------------------------- */

.post-slider.full-width {
	width: 100%;
}

.post-slider.full-width.section-1 {
	margin: -30px 0 30px 0;
}

.post-slider.full-width.section-1 .title-wrapper {
	margin-top: 30px;
}

.post-slider {
	position: relative;
}

.post-slider .post-slide {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #252525;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.post-slider .post-slide .inner {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.post-slider .post-slide .inner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 80%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-slider .post-slide .inner .container a,
.post-slider .post-slide .inner .container .meta {
	color: #fff;
}

.post-slider .post-slide .inner .container h2 {
	color: #fff;
	line-height: 1.2;
	word-wrap: break-word;
}

.post-slider .post-slide .inner .container h2 a:hover {
	text-decoration: underline;
}

.post-slider .post-slide .inner .container i {
	margin-bottom: 10px;
	font-size: 100px;
	color: #fff;
}

.post-slider .post-slide .inner .container .meta {
	margin-top: 30px;
}

/* Post List -------------------------------------------- */ 

.post-list.has-sidebar .post-list-wrapper {
	float: left;
	width: 75%;
}

.post-list .post.layout-2-columns {
	width: calc( 50% - 15px);
}

.post-list .post.last {
	margin-right: 0;
}

.post-list .post.last-row {
	margin-bottom: 0;
}

.post-list,
#related-posts ul {
	font-size: 0;
}

.post-list .post,
#related-posts li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 30px;
}

.post-list .post .top-area {
	margin-bottom: 20px;
}

.post-list .post .top-area a,
.post-list .post .left-area a {
	position: relative;
	display: block;
}

.post .top-area a i {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

.post.format-video .top-area a i,
.post.format-audio .top-area a i {
	font-size: 100px;
}

.post.format-gallery .top-area a i {
	font-size: 85px;
}

/* Fix image jumping */
.post-list .post img,
#related-posts li .top-area img,
.widget_pixagraph_latest_posts .top-area img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.post-list .post a:hover img,
#related-posts li .top-area a:hover img,
.widget_pixagraph_latest_posts .top-area a:hover img {
	opacity: 0.8;
}

.post .review-box-score {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 20px;
	color: #fff !important; /* Overwrite value in custom.css file */
	z-index: 99;
}

.post-slider .post .review-box-score {
	right: 25px;
	top: 25px;
}

.post-list .post h2 a,
#related-posts ul li .bottom-area h4 a {
	line-height: 1.4;
}

.post-list .post .entry {
	margin-top: 12px;
	line-height: 1.8;
}

.post-list .post .meta {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	line-height: 1.6;
}

.post-list .post .bottom-area .meta .author {
	float: left;
}

.post-list .post .bottom-area .meta .date {
	float: right;
}



/* ----------------------------------------------- */ 
/*	9. Titlebar                     
/* ----------------------------------------------- */

/* Default -------------------------------------------- */ 

.titlebar.default .container {
	padding-top: 30px;
}

.titlebar.default .title-wrapper {
	background: url("framework/images/border.png") repeat-x center center;
}

.titlebar.default .title-container {
	display: inline-block;
	padding-right: 30px;
	background-color: #fff;
}

.titlebar.default h1 {
	color: #000;
	text-transform: uppercase;
	line-height: 1.4;
}

.titlebar.default.has-subtitle h1 {
	padding-bottom: 10px;
}

.titlebar.default h3 {
	font-size: 18px;
	color: #aaa;
}

.titlebar.default h3.info {
	font-size: 14px;
	margin-bottom: 5px;
}

/* With Background Image -------------------------------------------- */ 

.titlebar.header-image {
	position: relative;
	overflow: hidden;
	background-color: #252525;
}

.titlebar.header-image .title-wrapper {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #252525;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.titlebar.header-image .inner {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.titlebar.header-image .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	padding: 0 40px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

.titlebar.header-image h1 {
	line-height: 1.2;
	word-wrap: break-word;
	color: #fff;
}

.titlebar.header-image h3 {
	margin-top: 20px;
	line-height: 1.6;
	color: #fff;
}



/* ----------------------------------------------- */ 
/*	10. Social Icons                              
/* ----------------------------------------------- */

.social ul {
	font-size: 0;
}

.social ul li {
	display: inline-block;
}

.social ul li a {
	display: block;
	margin-right: 20px;
	font-size: 16px;
}

.social ul li:last-child a {
	margin-right: 0!important;
}



/* ----------------------------------------------- */ 
/*	11. Single Post                     
/* ----------------------------------------------- */

/* Review Box -------------------------------------------- */

.review-box {
	width: 100%;
}

.review-box td,
.review-box th {
	border: none;
}

.review-box.dark {
	width: 100%;
	background: #222;
}

.review-box.full-width-top {
	margin-bottom: 30px;
}

.review-box.full-width-bottom {
	margin: 30px 0;
}

.review-box.half-width-top {
	float: left;
	width: 35%;
	margin: 10px 40px 30px 0;
}

.review-box .criteria {
	margin-bottom: 10px;
	font-size: 14px;
}

.review-box .criteria .score-info {
	float: right;
}

.review-box.dark .score {
	background: #111;
}

.review-box.light .score {
	background: #eee;
}

.review-box .score,
.review-box .score div {
	height: 20px;
}

.review-box .score {
	width: 100%;
}

.review-box .space td {
	height: 20px;
	padding: 0!important;
}

.review-box.dark tbody {
	color: #fff;
}

.review-box.light tbody {
	color: #444;
}

.review-box td {
	position: relative;
	padding: 20px 20px 10px 20px;
}

.review-box.dark td {
	position: relative;
	padding: 20px 20px 10px 20px;
}

.review-box.light td {
	position: relative;
	padding: 20px 0 10px 0;
}

.review-box.light.no-header tbody:first-child tr:first-child td {
	padding-top: 0;
}

.review-box td h3 {
	position: relative;
	font-size: 15px;
	line-height: 1;
}

.review-box.dark.has-header .review-content,
.review-box.dark.has-summary .review-footer {
	border-top: 1px solid #151515;
}

.review-box.light.has-header .review-content {
	border-top: 1px solid #eee;
}

.review-box.dark .review-header td,
.review-box .review-footer td {
	padding: 20px;
}

.review-box.light .review-header td {
	padding: 0 0 20px 0;
}

.review-box.light .review-footer td {
	border: 3px solid #444;
}

.review-box .review-footer td {
	vertical-align: middle;
}

.review-box .review-footer .summary h3 {
	margin-bottom: 16px;
}

.review-box .review-footer .summary div {
	line-height: 2;
}

.review-box.dark .review-footer .summary div {
	color: #ccc;
}

.review-box.light .review-footer .summary div {
	color: #777;
}

.review-box .review-footer .overall-score {
	text-align: center;
	padding: 20px 30px;
}

.review-box.dark .review-footer .overall-score {
	color: #fff;
}

.review-box .review-footer .overall-score div {
	font-size: 35px;
	font-weight: bold;
}

.review-box .review-footer .overall-score small {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	white-space: nowrap;
}

/* Sidebar: Enable */
.single.has-sidebar .review-box .review-footer td {
	display: block;
}

.single.has-sidebar .review-box.light .review-footer .summary {
	border-bottom: none;
}

/* Post Cover -------------------------------------------- */

#post-cover {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background-color: #252525;
}

#post-cover.title-inside {
	height: 70vh;
}

#post-cover.title-outside {
	height: 45vh;
}

#post-cover.normal {
	margin-top: 30px;
}

#post-cover.side {
	margin-bottom: 30px;
}

#post-cover.side .container,
.boxed-layout #post-cover.fullwidth .container {
	width: 100%;
}

#post-cover .post-thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #252525;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Post Image Overlay */
#post-cover .inner {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

/* Title Container */
#post-cover .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	padding: 0 60px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

#post-cover.gallery .container {
	padding: 0 80px;
}

#post-cover .container,
#post-cover .container .meta,
#post-cover .container .meta a {
	color: #fff;
}

#post-cover .container a:hover {
	text-decoration: underline;
}

/* Title */
#post-cover .container h1,
.single .content > .entry-header h1 {
	line-height: 1.2;
	word-wrap: break-word;
}

/* Meta */
#post-cover .container .meta {
	margin-top: 40px;
}

#post-cover .container .meta .seperator-bull,
.single .content > .entry-header .meta .seperator-bull {
	margin: 0 4px;
}

/* Post Format Icons */
#post-cover .container .post-format-icon {
	display: inline-block;
	color: #fff;
}

#post-cover.title-inside .container .post-format-icon {
	margin-bottom: 10px;
}

#post-cover .container .post-format-icon:hover {
	opacity: 0.7;
}

#post-cover .container i {
	font-size: 120px;
}

/* Author Image */
#post-cover .author-avatar {
	display: inline-block;
	margin-bottom: 30px;
}

#post-cover .author-avatar img {
	border: 5px solid #fff;
	border-radius: 50%;
}

/* Image Zoom Button */
#post-cover .show-full-image {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 20px;
	color: #fff;
}

/* Gallery Slider Count */
#post-cover.gallery .slider-count {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 16px;
	color: #fff;
}

/* Entry Header (Outside) -------------------------------------------- */

.single .content > .entry-header {
	margin-bottom: 30px;
}

.single .content > .entry-header h1 {
	font-size: 40px;
}

.single .content > .entry-header .meta {
	margin-top: 25px;
	font-size: 18px;
}

.single .content > .entry-header .meta,
.single .content > .entry-header .meta a {
	color: #999;
}

/* Bottom Meta -------------------------------------------- */

.single .content .bottom-meta {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.single .content .bottom-meta i {
	margin-right: 10px;
}

.single .content .bottom-meta .left-area,
.single .content .bottom-meta .right-area {
	display: table-cell;
	vertical-align: top;
}

.single .content .bottom-meta .left-area {
	padding-right: 15px;
}

.single .content .bottom-meta .left-area .tags a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #eee;
	color: #666;
	border-radius: 2px;
}

.single .content .bottom-meta .left-area .tags a:hover {
	color: #fff;
}

.single .content .bottom-meta .right-area {
	padding-left: 15px;
}

.single .content .bottom-meta .right-area .categories {
	float: right;
}

.single .content .bottom-meta a {
	line-height: 1.4;
}

/* Content -------------------------------------------- */

.single .content,
.page .content {
	width: 100%;
	margin: 30px auto;
	word-wrap: break-word;
	overflow: hidden;
}

.entry-content {
	line-height: 2;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 20px 0;
	line-height: 1.4;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
} 

.entry-content h1 { font-size: 32px; }

.entry-content h2 { font-size: 28px; }

.entry-content h3 { font-size: 24px; }

.entry-content h4 { font-size: 20px; }

.entry-content h5 { font-size: 16px; }

.entry-content h6 { font-size: 12px; }

.entry-content a {
	font-weight: bold;
	border-bottom: 1px solid #E0E3EA;
}

.entry-content a:hover {
	color: #fff;
	border: none;
}

.entry-content > p,
.entry-content .sc-column > p {
	margin-bottom: 30px;
}

.entry-content > p:last-child,
.entry-content .sc-column > p:last-child {
	margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
	position: relative;
	left: 25px;
	margin-bottom: 30px;
}

.entry-content .sc-box ul,
.entry-content .sc-box ol {
	left: 0;
	margin-left: 25px;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 10px;
	line-height: 2;
}

.entry-content ul li:last-child,
.entry-content ol li:last-child {
	margin-bottom: 0;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol li {
	list-style-type: decimal;
}

/* Gallery Shortcode */
.entry-content .gallery {
	margin-bottom: 30px;
}

.entry-content .gallery .gallery-item {
	overflow: hidden;
}

.entry-content .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.entry-content .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.entry-content .gallery.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.entry-content .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.entry-content .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.entry-content .gallery.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.entry-content .gallery.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.entry-content .gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.entry-content .gallery.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.entry-content .gallery .gallery-item {
	position: relative;
	float: left;
	padding: 0 3px 3px 0;
}

.entry-content .gallery .gallery-item img {
	width: 100%;
}

.entry-content .gallery .gallery-item .gallery-caption {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 8px 12px;
	margin-left: 20%;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	color: #222;
	background: rgba(255, 255, 255, 0.7);
}

/* Password Protect -------------------------------------------- */

.entry-content .post-password-form {
	padding: 30px;
	background: #f9f9f9;
	border: 1px solid #eee;
	text-align: center;
}

.entry-content .post-password-form p:first-child {
	margin-bottom: 30px;
}

.entry-content .post-password-form label input {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-left: 10px;
}

.entry-content .post-password-form 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;
	margin: 0;
}

/* Related Posts -------------------------------------------- */

#related-posts {
	margin-top: 30px;
}

#related-posts li {
	width: 31.333333%;
	margin: 0 3% 0 0;
}

#related-posts li:last-child {
	margin-right: 0;
}

#related-posts li .top-area {
	margin-bottom: 15px;
}

#related-posts ul li .bottom-area h4 {
	font-size: 18px;
}

#related-posts .meta {
	margin-top: 15px;
	line-height: 1.4;
}

/* Comments -------------------------------------------- */

#comments {
	margin-top: 30px;
}

.comment-reply-title,
.comments-title,
#related-posts h3 {
	font-size: 34px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
}

.comment-reply-title a {
	color: #999;
}

.comment-reply-title small {
	position: absolute;
	right: 0;
	margin-top: 7px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.comment-reply-title small a {
	color: #E24242;
}

.comment-form label {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}

.comment-form label .required {
	color: red;
}

.comment-form #respond-inputs {
	display: table;
	width: 100%;
}

.comment-form #respond-inputs p {
	display: table-cell;
	padding-right: 20px;
}

.comment-form #respond-inputs p:last-child {
	padding-right: 0;
}

.comment-form input[type="text"],
.comment-form textarea {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: none;
	font-size: 16px;
}

.comment-form textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 165px;
	height: 165px;
}

.comment-form #submit {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	cursor: pointer;
}

.comment-form #submit:hover {
	background-color: #000;
	color: #fff;
}

.comment-list #respond {
	position: relative;
	margin-bottom: 30px;
}

.comment-list li {
	margin-bottom: 40px;
}

.comment-list .children li {
  	padding-top: 40px;
  	border-top: 1px dashed #ddd;
}

.comment-list .comment-avatar {
	float: left;
	margin: -12px 40px 0 0;
}

.comment-list .comment-avatar img {
	border-radius: 50%;
}

.comment-list .comment-content {
	overflow: hidden;
}

.comment-list .comment-content .comment-meta {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.comment-list .comment-content .comment-meta .author {
	display: block;
	margin-bottom: 10px;
}

.comment-list .comment-content .comment-meta .author,
.comment-list .comment-content .comment-meta .author a {
  	font-size: 26px;
  	color: #222;
}

.comment-list .comment-content .comment-meta .author .author-addition {
	margin-left: 10px;
  	font-size: 18px;
  	color: #999;
}

.comment-list .comment-content .comment-meta .date {
	display: block;
	color: #999;
}

/* Comment Content */

.comment-list .comment-content .comment-text {
	line-height: 1.8;
}

.comment-list .comment-content .comment-text h1,
.comment-list .comment-content .comment-text h2,
.comment-list .comment-content .comment-text h3,
.comment-list .comment-content .comment-text h4,
.comment-list .comment-content .comment-text h5,
.comment-list .comment-content .comment-text h6 {
	margin: 20px 0;
	line-height: 1.4;
}

.comment-list .comment-content .comment-text h1:first-child,
.comment-list .comment-content .comment-text h2:first-child,
.comment-list .comment-content .comment-text h3:first-child,
.comment-list .comment-content .comment-text h4:first-child,
.comment-list .comment-content .comment-text h5:first-child,
.comment-list .comment-content .comment-text h6:first-child {
	margin-top: 0;
} 

.comment-list .comment-content .comment-text h1 { font-size: 32px; }

.comment-list .comment-content .comment-text h2 { font-size: 28px; }

.comment-list .comment-content .comment-text h3 { font-size: 24px; }

.comment-list .comment-content .comment-text h4 { font-size: 20px; }

.comment-list .comment-content .comment-text h5 { font-size: 16px; }

.comment-list .comment-content .comment-text h6 { font-size: 12px; }

.comment-list .comment-content .comment-text a {
	font-weight: bold;
	border-bottom: 1px solid #E0E3EA;
}

.comment-list .comment-content .comment-text a:hover {
	color: #fff;
	border: none;
}

.comment-list .comment-content .comment-text > p {
	margin-bottom: 30px;
}

.comment-list .comment-content .comment-text > p:last-child {
	margin-bottom: 0;
}

.comment-list .comment-content .comment-text ul,
.comment-list .comment-content .comment-text ol {
	position: relative;
	left: 25px;
	margin-bottom: 30px;
}

.comment-list .comment-content .comment-text ul li,
.comment-list .comment-content .comment-text ol li {
	margin-bottom: 10px;
	line-height: 2;
}

.comment-list .comment-content .comment-text ul li:last-child,
.comment-list .comment-content .comment-text ol li:last-child {
	margin-bottom: 0;
}

.comment-list .comment-content .comment-text ul li {
	list-style-type: disc;
}

.comment-list .comment-content .comment-text ol li {
	list-style-type: decimal;
}

/* Comment Reply */

.comment-list .comment-content .comment-reply {
	margin-top: 25px;
}

.comment-list .comment-content .comment-reply a:hover {
	text-decoration: underline;
}

.comment-list .comment-content .comment-reply .comment-edit-link {
	float: left;
	color: red;
}

.comment-list .comment-content .comment-reply .comment-reply-link {
	float: right;
	color: #222;
}

/* Children */
.comment-list .children {
	margin-left: 8%;	
}

/* Prev/Next Post -------------------------------------------- */

#prev-next-post {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

#prev-next-post a {
	padding: 30px 20px;
	color: #222;
}

#prev-next-post a:hover {
	background-color: #f5f5f5;
}

#prev-next-post strong {
	display: block;
	margin-bottom: 8px;
}

#prev-next-post p {
	color: #777;
	line-height: 1.4;
	word-break: break-word;
}

#prev-next-post a,
#prev-next-post div {
	display: table-cell;
	vertical-align: middle;
}

#prev-next-post .nav-previous {
	text-align: left;
}

#prev-next-post .nav-next {
	text-align: right;
}

#prev-next-post .nav-next .nav-next-inner {
	float: right;
}

#prev-next-post .nav-previous .left-area {
	padding-right: 30px;
}

#prev-next-post .nav-next .right-area {
	padding-left: 30px;
}

/* Advertising -------------------------------------------- */

.single-ad-box {
	margin: 30px auto 0 auto;
	text-align: center;
}

/* Author Box -------------------------------------------- */

#author-box {
	padding: 25px;
	border: 1px solid #eee;
}

.single #author-box {
	margin-top: 30px;
}

#author-box .author-avatar {
	float: left;
	margin-right: 25px;
}

#author-box .author-avatar img {
	border-radius: 50%;
}

#author-box .author-meta {
	overflow: hidden;
	margin-left: 25px;
}

#author-box .author-meta .author-info {
	margin-bottom: 20px;
}

#author-box .author-meta .author-info .author-name {
	float: left;
}

#author-box .author-meta .author-info .author-name a {
	font-size: 26px;
  	color: #222;
}

#author-box .author-meta .author-info .author-post-count {
	float: right;
	font-size: 18px;
	color: #999;
}

#author-box .author-meta .author-description {
	line-height: 1.8;
}

#author-box .author-social {
	margin-top: 20px;
}

#author-box .author-social a {
	margin-right: 15px;
	color: #999;
	font-size: 18px;
}

#author-box .author-social a:last-child {
	margin-right: 0;
}

#author-box .author-social  a:hover {
	color: #555;
}

/* Top Meta -------------------------------------------- */

.top-meta {
	margin-bottom: 30px;
}

/* Comment Count */
.comment-count {
	float: left;
	padding: 15px 20px;
	border: 1px solid #eee;
}

.comment-count i {
	padding-right: 10px;
}

.comment-count a {
	color: #222;
}

/* Share Box */
.share-box {
	position: relative;
	float: right;
}

.share-box .share-options {
	padding: 15px 20px;
	border: 1px solid #eee;
}

.share-box .share-options ul {
	font-size: 0;
}

.share-box .share-options ul li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

.share-box .share-options ul li:last-child {
	margin-right: 0;
}

.share-box .share-options a {
	display: block;
	font-size: 16px;
	color: #444;
	text-align: center;
}

.share-box .share-options a:hover {
	color: #000;
}

.share-box .share-options .share-shortlink .shortlink {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	border: 1px solid #eee;
	background-color: #fff;
	z-index: 10;
}

.share-box .share-options .share-shortlink .shortlink input {
	width: 100%;
	padding: 0 20px 0 0;
	border: none;
	font-size: 12px;
	font-weight: bold;
}

.share-box .share-options .share-shortlink .shortlink .close {
	display: block;
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 12px;
	cursor: pointer;
}

.share-box .share-options .share-shortlink .shortlink-button {
	cursor: pointer;
}

/* Others -------------------------------------------- */

/* Slider */
.slider,
.slider .owl-wrapper-outer,
.slider .owl-wrapper,
.slider .owl-item {
	height: 100%;
}

/* Content with Sidebar */
.has-sidebar .content {
	float: left;
	width: 75%;
}

/* Content Navigation */
.single-page-navigation {
	margin-top: 30px;
}

/* No posts found */
.no-posts {
	margin: 60px 0;
	text-align: center;
	color: #999;
}

.no-posts i {
	font-size: 80px;
 	margin-bottom: 30px;
}

.no-posts h2 {
	font-size: 24px;
}



/* ----------------------------------------------- */ 
/*	12. Sidebar & Widgets                             
/* ----------------------------------------------- */

/* Sidebar -------------------------------------------- */

#sidebar {
	float: right;
	width: 25%;
	padding-left: 30px;
}

.single #sidebar,
.page #sidebar {
	padding: 30px 0 30px 30px;
}

.page-template-template-page-builder #sidebar {
	padding: 0 0 30px 30px;
}

/* Widgets -------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget:last-child {
	margin-bottom: 0!important;
}

.widget a {
	color: #000;
}

/* Widget - Sidebar Adaptations */
#sidebar .widget .widget-title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}

/* ----------------------------
	Widget: Text 
---------------------------- */

.widget .textwidget {
	line-height: 2;
	text-align: justify;
}

/* ----------------------------
	Widget: Search 
---------------------------- */

.widget_search .searchform .search-container input {
	padding: 15px 60px 15px 15px;
	font-size: 16px;
}

.widget_search .searchform .search-container button {
	padding: 0 15px;
  	font-size: 16px;
}

.widget_search .searchform .search-container button i {
	display: inherit;
}

/* ----------------------------
	Widget: Pages 
---------------------------- */

.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li {
	padding: 18px 0;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
}

.widget_pages ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_categories ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_rss ul li:first-child {
	padding-top: 0;
}

.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,
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss 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,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a {
	display: inline-block;
	font-size: 14px;
}

.widget_archive select {
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 20px;
	outline: none;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
	margin: 20px 0 0 20px;
}

/* ----------------------------
	Widget: RSS 
---------------------------- */

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
}

.widget_rss ul li .rsswidget {
	font-size: 14px;
	font-weight: bold;
}

.widget_rss ul li .rss-date {
	color: #999;
	margin-top: 20px;
}

.widget_rss ul li .rssSummary {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 10px;
}

.widget_rss ul li cite {
	margin-top: 20px;
}

/* ----------------------------
	Widget: Custom Logo 
---------------------------- */

.widget_pixagraph_custom_logo .widget-title {
	margin-bottom: 30px;
}

.widget_pixagraph_custom_logo .blogname {
	display: inline-block;
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.widget_pixagraph_custom_logo .description {
	margin-top: 20px;
	line-height: 2;
	text-align: justify;
}

/* ----------------------------
	Widget: Calendar 
---------------------------- */

.widget_calendar table {
	width: 100%;
	font-weight: bold;
}

.widget_calendar table caption {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px;
	margin-bottom: 15px;
	color: #fff;
	background-color: #000;
}

.widget_calendar table tbody td {
	font-size: 11px;
	text-align: center;
	padding: 10px 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;
	background: #000;
}

.widget_calendar table tfoot td#prev {
	text-align: left;
}

.widget_calendar table tfoot td#next {
	text-align: right;
}

/* ----------------------------
	Widget: Tagcloud 
---------------------------- */

.tagcloud {
	margin-top: -12px;
}

.tagcloud a {
	display: inline-block;
    margin: 8px 15px 8px 0;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #222!important;
    padding: 10px 12px;
    background-color: #f5f5f5;
}

.tagcloud a:last-child {
	margin-right: 0;
}

.tagcloud a:hover {
	text-decoration: underline;
}

/* ----------------------------
	Widget: Latest Comments 
---------------------------- */

.widget_pixagraph_latest_comments ul li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widget_pixagraph_latest_comments ul li:first-child {
	margin-top: 25px;
}

.widget_pixagraph_latest_comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_pixagraph_latest_comments ul li img {
	border-radius: 50%;
	margin-right: 15px;
}

.widget_pixagraph_latest_comments ul li .comment_author {
	font-size: 12px;
	font-weight: bold;
}

.widget_pixagraph_latest_comments ul li .comment_text {
	position: relative;
	margin-top: 20px;
	padding: 15px;
	font-size: 12px;
	line-height: 1.8;
	color: #444;
	background-color: #f5f5f5;
}

.widget_pixagraph_latest_comments ul li .comment_text:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 15px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f5f5f5;
}

/* ----------------------------
	Widget: Latest Posts 
---------------------------- */

.widget_pixagraph_latest_posts .post {
	margin: 0 0 30px 0;
}

.widget_pixagraph_latest_posts .post:last-child {
	margin-bottom: 0;
}

.widget_pixagraph_latest_posts .top-area {
	position: relative;
	margin-bottom: 15px;
}

.widget_pixagraph_latest_posts .top-area a img {
	width: 100%;
}

.widget_pixagraph_latest_posts .post .bottom-area h2 {
	font-size: 18px;
	line-height: 1.4;
}

.widget_pixagraph_latest_posts .bottom-area .meta {
	margin-top: 15px;
}

/* ----------------------------
	Widget: Categories 
---------------------------- */

.widget_pixagraph_categories ul li {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.widget_pixagraph_categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_pixagraph_categories ul li a,
.widget_pixagraph_categories ul li span {
	display: table-cell;
	vertical-align: middle;
}

.widget_pixagraph_categories ul li a {
	width: 100%;
	font-size: 17px;
}

.widget_pixagraph_categories ul li span {
	float: right;
	padding: 8px 12px;
	font-size: 13px;
	color: #fff;
	background-color: #333;
	line-height: 1;
}

/* ----------------------------
	Widget: Social Media 
---------------------------- */

.widget_pixagraph_social_media .social-media-icons {
	margin: 0 -5% -5% 0;
	font-size: 0;
}

.widget_pixagraph_social_media .social-media-icons .social-media-icon {
	display: inline-block;
	width: 20%;
	padding: 15px 0px;
	margin: 0 5% 5% 0;
	text-align: center;
	font-size: 20px;
	color: #555;
	background-color: #f5f5f5;
	border-radius: 2px;
}

.widget_pixagraph_social_media .social-media-icons .social-media-icon i {
	display: block;
}

.widget_pixagraph_social_media .social-media-icons .social-media-icon:hover {
	color: #fff;
}

.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-behance:hover { background-color: #3498DB; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-delicious:hover { background-color: #2A96FF; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-deviantart:hover { background-color: #d0de21; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-digg:hover { background-color: #000; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-dribbble:hover { background-color: #EA4C89; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-facebook:hover { background-color: #3b5998; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-flickr:hover { background-color: #ff0084; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-github:hover { background-color: #000; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-google-plus:hover { background-color: #d34534; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-instagram:hover { background-color: #517FA6; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-linkedin:hover { background-color: #0274b3; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-pinterest:hover { background-color: #c8232c; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-reddit:hover { background-color: #FF4500; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-rss:hover { background-color: #ff6600; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-soundcloud:hover { background-color: #F7620C; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-steam:hover { background-color: #000; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-tumblr:hover { background-color: #34506b; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-twitch:hover { background-color: #6441a5; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-twitter:hover { background-color: #1ab2e8; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-vimeo:hover { background-color: #1ab7ea; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-vine:hover { background-color: #479951; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-vk:hover { background-color: #54769A; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-xing:hover { background-color: #026365; }
.widget_pixagraph_social_media .social-media-icons .social-media-icon.icon-youtube:hover { background-color: #bb2e29; }

/* ----------------------------
	Widget: Latest Reviews 
---------------------------- */

.widget_pixagraph_latest_reviews .post {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.widget_pixagraph_latest_reviews .post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_pixagraph_latest_reviews h2 {
	margin-bottom: 20px;
}

.widget_pixagraph_latest_reviews h2 a {
	display: block;
	font-size: 16px;
	line-height: 1.6;
}

.widget_pixagraph_latest_reviews h2 a:hover {
	text-decoration: underline;
}

.widget_pixagraph_latest_reviews .meta {
	margin-bottom: 10px;
}

.widget_pixagraph_latest_reviews .meta .date {
	color: #999;
}

.widget_pixagraph_latest_reviews .meta .score-info {
	float: right;
}

.widget_pixagraph_latest_reviews .score {
	width: 100%;
	background-color: #eee;
}

.widget_pixagraph_latest_reviews .score,
.widget_pixagraph_latest_reviews .score div {
	height: 20px;
}

/* ----------------------------
	Widget: Login 
---------------------------- */

.widget_pixagraph_login #loginform {
	margin-top: 20px;
}

.widget_pixagraph_login .login-username label,
.widget_pixagraph_login .login-password label {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget_pixagraph_login .login-username input,
.widget_pixagraph_login .login-password input {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}

.widget_pixagraph_login .login-password label {
	margin-top: 10px;
}

.widget_pixagraph_login .login-remember label {
	display: block;
	margin-top: 10px;
}

.widget_pixagraph_login .login-remember label #rememberme {
	position: relative;
	top: 2px;
}

.widget_pixagraph_login .login-submit input {
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold; 
	border: none;
	margin-top: 15px;
	cursor: pointer;
}

.widget_pixagraph_login .login-submit input:hover {
	opacity: 0.8;
}

.widget_pixagraph_login .welcome {
	position: relative;
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
}

.widget_pixagraph_login .welcome img {
	display: block;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 20px;
}

.widget_pixagraph_login .welcome h5 {
	margin-bottom: 20px;
}

.widget_pixagraph_login .welcome .logout {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	color: #999;
}

.widget_pixagraph_login .welcome .logout:hover {
	color: #fff;
}

.widget_pixagraph_login .welcome ul li {
	margin-bottom: 10px;
}

.widget_pixagraph_login .welcome ul li:last-child {
	margin-bottom: 0;
}



/* ----------------------------------------------- */ 
/*	13. Page Builder                  
/* ----------------------------------------------- */

section {
	margin: 0 auto 30px auto;
}

section:last-child {
	margin-bottom: 0;
}

section .title-wrapper {
	background: url("framework/images/border.png") repeat-x center center ;
	margin: 0 auto 30px auto;
	text-align: center;
}

section.section-1 .title-wrapper {
	margin-top: 0;
}

section .title-wrapper h2 {
	display: inline-block;
	padding: 0 40px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
}

section .title-wrapper.has-subtitle h2 {
	padding-bottom: 15px;
}

section .title-wrapper .subtitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}

/* Section: Advertising */
.advertising {
	text-align: center;
}



/* ----------------------------------------------- */ 
/*	14. Page: Author                     
/* ----------------------------------------------- */

.single-author-box {
	margin-bottom: 30px;
}

.single-author-box.style-1 {
	position: relative;
	margin-bottom: 30px;
	background-color: #252525;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.single-author-box.style-1 .single-author-box-inner {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	padding: 60px 30px;
	text-align: center;
}

.single-author-box.style-1 .author-avatar img {
	border: 5px solid #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-author-box.style-1 .author-meta .author-info {
	margin-bottom: 30px;
}

.single-author-box.style-1 .author-meta .author-info .author-name a {
	font-size: 34px;
  	color: #fff;
}

.single-author-box.style-1 .author-meta .author-info .author-post-count {
	position: absolute;
  	right: 30px;
  	bottom: 30px;
  	font-size: 20px;
  	color: #fff;
}

.single-author-box.style-1 .author-meta .author-description {
	line-height: 1.8;
	color: #fff
}

.single-author-box.style-1 .author-social {
	margin-top: 30px;
}

.single-author-box.style-1 .author-social a {
	margin-right: 15px;
	color: #fff;
	font-size: 18px;
}

.single-author-box.style-1 .author-social a:last-child {
	margin-right: 0;
}

.single-author-box.style-1 .author-social  a:hover {
	color: #eee;
}



/* ----------------------------------------------- */ 
/*	15. Page: Contact                     
/* ----------------------------------------------- */

/* Contact Form 7 -------------------------------------------- */

.wpcf7 p {
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
}

.wpcf7 p:last-of-type {
	margin-bottom: 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	background-color: #f5f5f5;
	border: none;
	padding: 10px;
}

.wpcf7 textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 108px;
	overflow: auto;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	background-color: #f1f1f1;
}

.wpcf7-not-valid {
	background-color: #FFD3D3!important;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.message-successful {
	margin-bottom: 30px;
}

.wpcf7 input[type="submit"] {
	position: relative;
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: bold;
	background-color: #222;
	padding: 10px 20px;
	margin: 0;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #444;
}

.wpcf7-form-control-wrap {
	display: block!important;
	margin-top: 6px;
}

.wpcf7-response-output {
	padding: 10px 20px!important;
	border: none!important;
	margin: 30px 0 0 0!important;
	font-size: 14px;
	font-weight: bold;
}

.wpcf7-validation-errors {
	background-color: #ffe454;
	color: #444;
}

.wpcf7-mail-sent-ok {
	background-color: #72CA4C;
	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;
}

/* Google Map -------------------------------------------- */

.google-map {
	width: 100%;
	height: 400px;
}

.google-map img {
	max-width: none;
}

/* Info Window */
.google-map .gm-style-iw > div > div {
	overflow: hidden!important;
	width: 220px;
	padding: 20px 0;
	margin-left: 18px;
}

.google-map .gm-style-iw > div > div h1,
.google-map .gm-style-iw > div > div h2,
.google-map .gm-style-iw > div > div h3,
.google-map .gm-style-iw > div > div h4,
.google-map .gm-style-iw > div > div h5,
.google-map .gm-style-iw > div > div h6 {
	margin-bottom: 10px;
}

.google-map .gm-style-iw > div > div p {
	line-height: 1.4;
}



/* ----------------------------------------------- */ 
/*	16. Footer                          
/* ----------------------------------------------- */

footer {
	position: relative;
}

footer .inner {
	padding: 60px 0;
}

footer .container {
	text-align: center
}

footer .top-area .social {
	margin-bottom: 40px;
}

footer .top-area .social ul li a {
	font-size: 30px;
	margin-right: 45px;
}

footer .top-area .footer-text {
	line-height: 2;
}

footer .top-area .footer-text a:hover {
	text-decoration: underline;
}

footer .bottom-area:before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #fff;
	margin: 40px auto 40px auto;
}

footer nav ul li {
	margin-right: 25px;
}

/* Disable Sub Menus in Footer */
footer .bottom-area nav .sub-menu,
footer .bottom-area nav > ul > .menu-item-has-children > a:after {
	display: none!important;
}

/* Top Button */
.go-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 14px 15px;
	font-size: 12px;
	background: #222;
	color: #fff;
	cursor: pointer;
	z-index: 99;
}



/* ----------------------------------------------- */ 
/*	17. Others                          
/* ----------------------------------------------- */

/* Page: 404 -------------------------------------------- */

.error404 .content {
	margin: 60px auto 100px auto;
	text-align: center;
}

.error404 .content h4 {
	color: #999;
}

/* Searchform -------------------------------------------- */

.searchform {
  	width: 100%;
  	margin-bottom: 30px;
}

.searchform .search-container {
	position: relative;
}

.searchform .search-container input {
	width: 100%;
  	padding: 20px 45px 20px 20px;
  	font-size: 18px;
  	background: #f5f5f5;
  	border: none;
}

.searchform .search-container button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 25px;
	font-size: 20px;
	color: #000;
	background-color: inherit;
	border: none;
	cursor: pointer;
}

.searchform .search-container button:hover {
	opacity: 0.8;
}

.searchform .info {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #999;
}

/* 404 Page */
.error404 .searchform {
	width: 70%;
	margin: 60px auto 0 auto;
}

/* Search Page */
.search .content .searchform {
	background-color: #f5f5f5;
	padding: 30px;
}

.search .content .searchform .search-container input {
	background-color: #fff;
}

/* Search Results -------------------------------------------- */

.search .post-list .post {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-right: 0;
}

.post-list .post .left-area,
.post-list .post .right-area {
	display: table-cell;
	vertical-align: middle;
}

.post-list .post .left-area {
	width: 280px;
	padding-right: 30px;
}

/* Search No Results -------------------------------------------- */

.search .no-results {
	text-align: center;
}

.search .no-results i {
	margin-bottom: 20px;
	font-size: 60px;
	color: #999;
}

.search .no-results h4 {
	line-height: 1.6;
}

/* Pagination -------------------------------------------- */

.pagination {
	margin-top: 60px;
}

.pagination a,
.pagination span,
.single-page-navigation a,
.single-page-navigation > span {
	display: inline-block;
	padding: 16px 20px;
	margin-right: 8px;
	font-size: 12px;
	color: #555;
	border: 1px solid #eee;
	border-radius: 1px;
}

.pagination a:last-child,
.pagination span:last-child,
.single-page-navigation a:last-child,
.single-page-navigation > span:last-child {
	margin-right: 0;
}

.pagination .current,
.pagination a:hover,
.single-page-navigation a:hover,
.single-page-navigation > span {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Owl Carousel -------------------------------------------- */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* Direction Nav */
.owl-buttons div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

.owl-buttons i {
	font-size: 30px;
	color: #fff;
	margin: 0;
}

.owl-buttons .owl-prev {
	left: 25px;
}

.owl-buttons .owl-next {
	right: 25px;
}

/* Pagination */

.owl-pagination {
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* Instagram Feed Plugin -------------------------------------------- */

#instagram-feed {
	background-color: #fff;
}

#instagram-feed .instagram-feed-title {
	padding: 24px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	border-top: 1px solid #eee;
}

#instagram-feed #sb_instagram {
	padding-bottom: 0!important;
}

#instagram-feed #sb_instagram #sbi_load {
	display: none;
}



/* ----------------------------------------------- */ 
/*	18. Animations                     
/* ----------------------------------------------- */

#top-header nav ul li a,
.social ul li a,
.share-box .share-options a,
.entry-content .post-password-form input[type="submit"],
.widget_pixagraph_categories ul li a,
.wpcf7 input[type="submit"] {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.post-list .post h2 a,
#related-posts ul li .bottom-area h4 a {
	-webkit-transition: color 0.15s;
	-moz-transition: color 0.15s;
	-ms-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}

header nav ul li a,
.comment-form #submit,
.widget_pixagraph_social_media .social-media-icon,
.single .content .bottom-meta .left-area .tags a {
	-webkit-transition: background-color 0.15s, color 0.15s;
	-moz-transition: background-color 0.15s, color 0.15s;
	-ms-transition: background-color 0.15s, color 0.15s;
	-o-transition: background-color 0.15s, color 0.15s;
	transition: background-color 0.15s, color 0.15s;
}

#prev-next-post a {
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	-ms-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}

.post-grid .grid-item .grid-inner {
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

nav ul .category-menu .category-posts li .post-image img,
.post-list .post a img,
#related-posts li .top-area a img,
#post-cover .inner .container .post-format-icon,
.widget_pixagraph_latest_posts .top-area a img,
.error404 .searchform button {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pagination a,
.single-page-navigation a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}



/* ----------------------------------------------- */ 
/*	19. Magnific Popup                         
/* ----------------------------------------------- */

/* General */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!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}.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-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;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:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;font-family:FontAwesome;font-size:30px;color:#fff;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px}.mfp-arrow .mfp-a,.mfp-arrow:after{top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;content:"\f053"}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{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,.6);background:#000}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;margin:0 auto}.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,.6);background:#444}.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){.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,.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,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.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}

/* Fade Animation */
.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}



/* ----------------------------------------------- */ 
/*	20. Font Awesome                          
/* ----------------------------------------------- */

/*!
 *  Font Awesome 4.4.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('framework/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('framework/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('framework/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('framework/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('framework/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('framework/fonts/fontawesome-webfont.svg?v=4.4.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}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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-feed:before,.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-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.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-intersex:before,.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-genderless:before{content:"\f22d"}.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"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}



/* ----------------------------------------------- */ 
/*	21. Pushy                          
/* ----------------------------------------------- */

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */
.pushy {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    -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);
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/* 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 */
#wrapper,
.pushy,
.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: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}