/*

Theme Name: SKRN Progression
Theme URI: https://skrn.progressionstudios.com/
Author: Progression Studios
Author URI: http://progressionstudios.com/
Description: Media Streaming App WordPress Theme
Version: 1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
Text Domain: skrn-progression

*/

/*  Table of Contents

01. CSS RESET FILE
02. PRIMARY STYLES
	A. DEFAULT STYLES
	B. FONT STYLES
	C. CSS3 TRANSITIONS
03. MAIN CONTAINERS
04. PAGE TITLE STYLES
05. SEARCH FORM STYLES
06. ELEMENTOR CUSTOM STYLES
07. GRID STYLES
08. NAVIGATION STYLES
09. FLEXSLIDER STYLES
10. MOBILE NAVIGATION STYLES
11. PAGINATION STYLES
12. BLOG INDEX STYLES
13. BLOG POST STYLES
14. CONTACT FORM STYLES
15. ARMEMBER FORM STYLE OVERRIDES
16. BUTTON STYLES
17. SIDEBAR STYLES
18. FOOTER STYLES
19. VIDEO INDEX STYLES
20. USER PROFILE STYLES
21. USER PROFILE Watchlist/Favorites/Reviews
22. VIDEO POST STYLES
23. CIRCLE RATING STYLES
24. REVIEWS STYLES
25. VIDEO POST HEADER STYLES
26. Comment/Review Popup STYLES
27. SLIDER STYLES
28. PRETYPHOTO STYLES
29. PAGE LOADER
30. RESPONSIVE STYLES
31. FONT KIT STYLES

*/


/*
=============================================== 01. CSS RESET FILE ===============================================
*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}.bypostauthor,.gallery-caption,.sticky{background:0 0}[hidden],audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif;color:#222}body{margin:0;}a:focus{outline:dotted thin}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ol,ul{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ol,nav ul{list-style:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.wp-caption,.wp-caption-text{font-size:11px; line-height:1.4; font-weight:400; color:#282828;}.clearfix-pro:after,.clearfix-pro:before{content:"";display:table}.clearfix-pro:after{clear:both}.lt-ie8 .clearfix-pro{visibility:hidden;width:0;height:0;clear:both}

/*
=============================================== 02. PRIMARY STYLES ===============================================
*/
/* -------------------- A. DEFAULT STYLES -------------------- */
img {
	max-width:100%; 
	height: auto; 
}
body iframe {
	border:none;
}

.pp_gallery {
	display:none !important;
}

body a img, body a {
	outline:none !important; 
	text-decoration:none;
}
p {
	padding-top:0px; 
	margin:0px;
}
p, ul, ol {
	margin-bottom: 30px;
}
ul, ol {
	margin-left:8px; 
	padding-left:16px;
}
img {
	max-width: 100%;
	height: auto;  
	width:auto;
}
video, audio {
	max-width:100%;
}
.alignnone, .alignleft, .alignright, .aligncenter {
	max-width:100% !important;
}
.alignright {
	float:right; 
	margin:0 0 15px 25px;
}
.alignleft {
	float:left;
	margin:0px 25px 15px 0px;
}

body hr {
	background:#e7e8eb;
	height:2px;
	border:none;
	margin:35px 0px 40px 0px;
}
.aligncenter {
	text-align:center;
	margin:0px auto 20px auto;
	display:block;
}
blockquote {
	border-left:4px solid #aaaaaa;
	margin-left:0px;
	padding-left:30px;
	line-height:1.8;
}
blockquote a:hover, blockquote a {
	color:#666666;
}
blockquote.alignleft, blockquote.alignright {
	width:32%;
	float:left;
	border-left:none;
	border-top:4px solid #666666;
	padding:15px 15px 0px 15px;
	margin-bottom:0px;
}
blockquote.alignright {
	float:right;
}
table {
	width:100%;
	background:#ffffff;
	border-collapse: separate; 
	border-spacing: 0;
	margin: 0 0 2em;
	max-width: 100%;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
}
	
th, td {
	color:#606060;
	border: 1px solid #eaeaea;
}
table th { 
	background:#eaeaea;
}
table caption, table th, table td {
	font-weight: normal;
	text-align: left; 
}
table th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
table td {
	border-width: 0 1px 1px 0;
}
table tr th, table tr td {
	padding: 8px 12px;
}

/* -------------------- B. FONT STYLES -------------------- */
body,  body input, body textarea, select, form.favorite_user_post button.favorite-button-pro, form.wishlist_user_post button.wishlist-button-pro { 
	font-family: 'Lato', sans-serif;
	line-height: 1.8; 
	color:#555555;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word; 
	padding:0px;
	margin:0px 0px 15px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#333333;
}

h1 { 
	font-size:32px; 
	line-height:1.2;
}
h2 { 
	font-size:26px; 
}
h3 { 
	font-size:22px;
}
h4{
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 { 
	font-size:15px;
}

/* -------------------- C. CSS3 TRANSITIONS -------------------- */
#pro-scroll-top {
	transition-duration: 250ms; 
	transition-property: color, background-color, height; 
	transition-timing-function: ease-in-out;
}

body .arm_popup_close_btn, body .popup_close_icon,
ul.skrn-video-search-columns .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
ul#blog-single-social-sharing li a:before,
form.wishlist_user_post button.wishlist-button-pro,
form.favorite_user_post button.favorite-button-pro,
ul.skrn-video-cast-list li a h6,
select,
.sf-menu li.highlight-button a:before,
#mobile-menu-icon-pro,
a, input, textarea {
	transition-duration: 250ms; 
	transition-property: color, background-color, opacity, border; 
	transition-timing-function: ease-in-out;
}

ul.progression-filter-button-group li,
a.progression-studios-skrn-slider-button,
.skrn-slider-video-cast-name,
#tablet-mobile-search-icon-more,
#header-user-profile-click,
#header-user-notification-click,
#search-icon-more,
a.movie-detail-header-play-btn i,
.progression-studios-slider-more-options i,
.progression-skrn-slider-thumb-gradient {
	transition-duration: 350ms; 
	transition-property: all; 
	transition-timing-function: ease-in-out;
}

.flex-control-paging li a,
.slider-play-icon,
.single-blog-play-icon,
footer#site-footer a,
.tp-thumbs.custom .tp-thumb, .progression-mini-banner-icon,
.pp_contract:after, .pp_expand:after,
a.pp_close:before, a.pp_close:after, a.pp_previous:before, a.pp_next:before, .sf-menu a:before  {
	transition-duration: 250ms; 
	transition-property: all; 
	transition-timing-function: ease-in-out;
}

#logo-pro img,
.sf-menu a, 
#progression-shopping-cart-count a {
	transition-duration: 250ms; 
	transition-property:  padding-top, padding-bottom, color, background-color, width; 
	transition-timing-function: ease-in-out;
}

header#masthead-pro:after {
	transition-duration: 350ms; 
	transition-property: all; 
	transition-timing-function: ease-in-out;
}
header#masthead-pro {
	transition-duration: 350ms; 
	transition-property: background; 
	transition-timing-function: ease-in-out;
}

.no-hover-transition {
	transition-duration: 0ms; 
	transition-property: all; 
	transition-timing-function: ease-in-out;
}

/* Animation For Menus */
@keyframes ProMoveUp {
	from { }
	to { transform: translateY(0px); opacity: 1;  }
}

@keyframes ProMoveOut {
	from { visibility:visible; opacity:1; }
	to {  opacity: 0; visibility:hidden; }
}

li.sfHover ul.sf-mega,
li.sfHover ul.sub-menu {
	transform: translateY(20px);
	opacity:0;
	animation-duration:250ms;
	animation-name: ProMoveUp;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}


#tablet-mobile-video-search-header-filtering,
.progression-studios-slider-more-options ul,
#video-search-header-filtering,
#header-user-notification-menu,
#header-user-profile-menu {
	opacity:0;
	visibility:hidden;
}


#skrn-mobile-video-search-header.hide #tablet-mobile-video-search-header-filtering,
.progression-studios-slider-more-options.hide ul,
#video-search-header.hide #video-search-header-filtering,
#header-user-notification.hide #header-user-notification-menu,
#header-user-profile.hide #header-user-profile-menu {
	animation-duration:200ms;
	animation-name: ProMoveOut;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}


#skrn-mobile-video-search-header.active #tablet-mobile-video-search-header-filtering,
.progression-studios-slider-more-options.active ul,
#video-search-header.active #video-search-header-filtering,
#header-user-notification.active #header-user-notification-menu,
#header-user-profile.active #header-user-profile-menu {
	transform: translateY(20px);
	opacity:0;
	visibility:visible;
	animation-duration:250ms;
	animation-name: ProMoveUp;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}


/*
=============================================== 07. DASHBOARD MAIN STYLES ===============================================
*/
header#videohead-pro {
	height:90px;	/* Height of Height Should Match Below */
	position:fixed;/* Fixed or Absolute */
	margin:0px;
	width:100%;
	padding:0px;
	z-index:160;
	background:#ffffff;
	border-bottom:1px solid rgba(0,0,0,0.08);
}

#content-sidebar-pro, #col-main-with-sidebar,
#progression-studios-sidebar-col-main,
nav#sidebar-nav-pro {
	padding-top:90px; /* Height of Height Should Match Below */
}

#video-logo-background a {
	display:block;
	height:90px; /* Height of Height Should Match Below */
	line-height:90px;
	text-align:center;
	width:160px;
}

#video-logo-background:after {
	content:"";
	display:block;
	position:absolute;
	left:160px;
	top:0px;
	z-index:-1;
	width:10px;
	height:100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#video-logo-background {
	float:left;
}

#video-logo-background:before {
	content:"";
	display:block;
	position:absolute;
	left:160px;
	width:1px;
	background:rgba(0, 0, 0, 0.04);
	height:100%;
}

#video-logo-background img {
	position:relative;
	top:-2px;
	left:2px;
	width:95px;
	text-align:center;
	margin:0px 0px 0px 0px;
	
}

body.admin-bar nav#sidebar-nav-pro {
	top:32px;
}

nav#sidebar-nav-pro {
	position:fixed;
	top:0;
	left:0;
	width:160px;	/* Sidebar Width */
	z-index:25;
}
nav#sidebar-nav-pro.sticky-sidebar-js {
	position: absolute;
}

body.admin-bar nav#sidebar-nav-pro.sticky-sidebar-js {
	padding-top:58px;
}

#sidebar-bg:before {
	background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
	content: "";
	display: block;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 160px;	/* Sidebar Width */
	z-index:1; /* Fixes flashing bug with scrolling on Safari */
}

#sidebar-bg:after {
	content:"";
	display:block;
	position:fixed;
	left:160px;		/* Sidebar Width */
	width:1px;
	top:0px;
	background:rgba(0, 0, 0, 0.04);
	height:100%;
}

#progression-studios-sidebar-col-main {
	margin-left:160px;	/* Sidebar Width */
}

#sidebar-bg footer#site-footer {
	margin-left:160px;
}

body #sidebar-bg .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 10px 50px 10px 50px; 
}


#sidebar-bg footer#site-footer .dashboard-container-pro {
	padding-top:0px;
	padding-bottom:0px;
}

#sidebar-bg footer#site-footer .dashboard-container-pro,
#sidebar-bg .dashboard-container-pro {
	padding-left:50px;
	padding-right:50px;
}

body.elementor-page #sidebar-bg .dashboard-container-pro {
	padding:0px;
}

body #sidebar-bg .elementor-section.elementor-section-boxed > .elementor-container {
	max-width:6000px;
}

/*
=============================================== 07. DASHBOARD VIDEO SEARCH STYLES ===============================================
*/
#progression-studios-search-results-videos {
	margin-top:-10px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color:#666666;
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:1px solid #e7e7e7;
	font-size:15px;
}

#progression-studios-search-results-videos span {
	font-weight:700;
	color:#333333;
}

#video-search-header {
	float:left;
	height:90px;
	line-height:90px;
	position:relative;
}

#video-search-header input[type=text] {
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color:#444444;
	background:none;
	padding:10px 0px 10px 108px;
	border:none;
	width:400px;
}
#search-icon-more {
	position:absolute;
	cursor:pointer;
	top:50%;
	left:30px;
	display:block;
	margin-top:-30px;
	width:65px;
	height:60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:57px 24px;
	background-image:url(/wp-content/themes/skrn-progression/images/search-icon.png);
	opacity:0.62;
}

#video-search-header.active #search-icon-more,
#search-icon-more:hover {
	opacity:1;
}


#skrn-mobile-video-search-header ::-webkit-input-placeholder {
  color:#aaaaaa;
}
#skrn-mobile-video-search-header ::-moz-placeholder {
  color: #aaaaaa;
}
#skrn-mobile-video-search-header :-ms-input-placeholder {
  color:#aaaaaa;
}
#skrn-mobile-video-search-header :-moz-placeholder {
  color: #aaaaaa;
}

#video-search-header ::-webkit-input-placeholder {
  color:#aaaaaa;
}
#video-search-header ::-moz-placeholder {
  color: #aaaaaa;
}
#video-search-header :-ms-input-placeholder {
  color:#aaaaaa;
}
#video-search-header :-moz-placeholder {
  color: #aaaaaa;
}

#video-search-header-filtering {
	top:100%;
	margin-top:1px;
	position:absolute;
	width:calc(100vw - 160px);
	background:#ffffff;
	border-bottom:1px solid rgba(0,0,0,  0.1);
	box-shadow:0px 15px 20px rgba(0,0,0,  0.07);
	line-height:1.6;
}

#video-search-header-filtering:before {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	width:1px;
	background:rgba(0, 0, 0, 0.05);
	height:100%;
}

#video-search-header-filtering:after {
	content:"";
	display:block;
	position:absolute;
	top:0px;
	width:10px;
	height:100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#video-search-header-filtering-padding {
	padding:40px 40px 0px 40px;
}


ul.skrn-video-search-columns h5 {
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
	padding:0px 0px 18px 0px;
	margin:0px;
}


ul.skrn-video-search-columns {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
}

ul.skrn-video-search-columns li.column-search-header {
	margin:0px 30px 30px 0px;
	padding:0px 30px 0px 0px;
	width:calc(25% - 60px);
	position:relative;
}

ul.skrn-video-search-columns.skrn-video-search-count-5 li.column-search-header:nth-child(4n):after,
ul.skrn-video-search-columns.skrn-video-search-count-3 li.column-search-header:nth-child(4n):after,
ul.skrn-video-search-columns li.column-search-header:after {
	content:'';
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:1px;
	background-repeat:repeat-all;
	background-size:1px 6px;
	background-image: url( /wp-content/themes/skrn-progression/images/dotted-search.png);
}

ul.skrn-video-search-columns.skrn-video-search-count-5 li.column-search-header:nth-child(5n):after,
ul.skrn-video-search-columns.skrn-video-search-count-3 li.column-search-header:nth-child(3n):after,
ul.skrn-video-search-columns.skrn-video-search-count-2 li.column-search-header:nth-child(2n):after,
ul.skrn-video-search-columns.skrn-video-search-count-1 li.column-search-header:after,
ul.skrn-video-search-columns li.column-search-header:nth-child(4n):after {
	display:none;
}

ul.skrn-video-search-columns.skrn-video-search-count-1 li.column-search-header {
	width:calc(100% - 60px);
}

ul.skrn-video-search-columns.skrn-video-search-count-2 li.column-search-header {
	width:calc(50% - 60px);
}

ul.skrn-video-search-columns.skrn-video-search-count-3 li.column-search-header {
	width:calc(33.2% - 60px);
}

ul.skrn-video-search-columns.skrn-video-search-count-5 li.column-search-header {
	width:calc(20% - 60px);
}


ul.skrn-video-search-columns .checkbox-pro-container {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#777777;
}

ul.video-search-type-list {
	list-style:none;
	margin:0px -25px 0px 0px;
	padding:0px;

}

ul.video-search-type-list li {
	float:left;
	padding-right:12px;
	width:calc(50% - 12px);
}

ul.skrn-video-search-columns.skrn-video-search-count-5 ul.video-search-type-list li {
	padding-right:12px;
	width:calc(100% - 12px);
}

@media only screen and (max-width: 1350px) {
	ul.video-search-type-list li {
		padding-right:12px;
		width:calc(100% - 12px);
	}
}

/* Buttons */
.video-search-header-buttons {
	text-align:center;
	margin-bottom:40px;
}
.video-search-header-buttons input {
	line-height:1;
	border:none;
	text-align:center;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	border-radius:4px;
	width:auto;
	padding:15px 20px;
	font-size:13px;
	outline:none;
	color:#ffffff;
	background:#43af43;
	border:1px solid #43af43;
	font-weight:400;
	margin-right:5px; margin-left:5px;
}

.video-search-header-buttons input:hover {
	border-color:#9d9d9d;
	background:#9d9d9d;
}

.video-search-header-buttons input#configreset:hover {
	background:#43af43;
	border-color:#43af43;
	color:#ffffff;
}

.video-search-header-buttons input.submit-search-pro {
	min-width:280px;
}

.video-search-header-buttons input#configreset {
	border-color:#e7e7e7;
	background:#f5f5f5;
	color:#666666;
}

/* Select2 CSS */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


ul.skrn-video-search-columns .select2 .select2-selection {
	background:#ffffff;
	border-color:#ced4da;
	
	transition-duration: 350ms; 
	transition-property: color, background-color, opacity, border; 
	transition-timing-function: ease-in-out;
	outline:none;
	font-size:15px;
	min-height: 40px;
}

ul.skrn-video-search-columns .select2-container .select2-selection--multiple .select2-selection__rendered,
ul.skrn-video-search-columns .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:12px;
	color:#555555;
}

ul.skrn-video-search-columns .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:38px;
}

ul.skrn-video-search-columns .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:38px;
	right: 8px;
}

ul.skrn-video-search-columns .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right:10px;
}

ul.skrn-video-search-columns .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border-color:#e4e4e4;
	font-size:14px;
	margin-top:7px;
}

ul.skrn-video-search-columns .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999999;
}

ul.skrn-video-search-columns .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333; 
}


body .select2-dropdown {
	overflow:hidden;
	border-color:  #ced4da;
	box-shadow: 0px 8px 10px rgba(0,0,0, 0.15);
	font-size:14px;
}

body .select2-container--default .select2-results__option {
	padding-left:10px;
	padding-right:10px;
}

body .select2-container--default .select2-results__option {
	color:#777777;
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
	color:#777777;
	
}

body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eeeeee;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #ffffff; 
}


  

/* Custom Range Slider in Search */
/**
* asRange v0.3.4
* https://github.com/amazingSurge/jquery-asRange
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.asRange{position:relative;width:331px;height:8px;background-color:#cfcdc7;border-radius:8px}.asRange .asRange-pointer{position:absolute;left:30%;z-index:2;width:8px;height:8px;margin-left:-4px;background-color:#fff;border-radius:9px}.asRange .asRange-pointer:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;content:"";background:#6ba1ad;border-radius:inherit}.asRange .asRange-pointer:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#fff;border-radius:inherit}.asRange .asRange-pointer.start{left:0;margin-left:4px}.asRange .asRange-pointer.stop{left:100%;margin-left:-12px}.asRange .asRange-pointer .asRange-tip{position:absolute;top:-33px;left:0;width:36px;height:20px;margin-left:-15px;font-family:Bpreplay;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#5d5c58;border:1px solid #5d5c58;border-radius:3px;-webkit-transition:opacity .3s ease-in-out 0s;transition:opacity .3s ease-in-out 0s}.asRange .asRange-pointer .asRange-tip:before{position:absolute;bottom:-3px;left:50%;display:inline-block;width:6px;height:6px;margin-left:-3px;content:"";background-color:#5d5c58;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.asRange .asRange-selected{position:absolute;left:30%;z-index:1;width:40%;height:8px;background-color:#7ebdcb;border-radius:9px}.asRange .asRange-scale{display:none}.asRange-scale{position:relative;width:331px;height:8px;background-color:#cfcdc7;border-radius:8px}.asRange-scale .asRange-pointer{position:absolute;left:30%;z-index:2;width:8px;height:8px;margin-left:-4px;background-color:#fff;border-radius:9px}.asRange-scale .asRange-pointer:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;content:"";background:#6ba1ad;border-radius:inherit}.asRange-scale .asRange-pointer:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#fff;border-radius:inherit}.asRange-scale .asRange-pointer.start{left:0;margin-left:4px}.asRange-scale .asRange-pointer.stop{left:100%;margin-left:-12px}.asRange-scale .asRange-pointer .asRange-tip{position:absolute;top:-33px;left:0;width:36px;height:20px;margin-left:-15px;font-family:Bpreplay;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#5d5c58;border:1px solid #5d5c58;border-radius:3px;-webkit-transition:opacity .3s ease-in-out 0s;transition:opacity .3s ease-in-out 0s}.asRange-scale .asRange-pointer .asRange-tip:before{position:absolute;bottom:-3px;left:50%;display:inline-block;width:6px;height:6px;margin-left:-3px;content:"";background-color:#5d5c58;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.asRange-scale .asRange-selected{position:absolute;left:30%;z-index:1;width:40%;height:8px;background-color:#7ebdcb;border-radius:9px}.asRange-scale .asRange-scale{position:absolute;bottom:-22px;left:0;width:100%;height:20px;padding:0;margin:0;list-style:none;background:url(/wp-content/themes/image/scale.png) no-repeat 0 transparent}.asRange-scale .asRange-scale li{position:absolute;top:18px;width:30px;height:20px;padding:0;margin:0;margin-left:-15px;text-align:center}.asRange-scale .asRange-scale li:first-child{left:0}.asRange-scale .asRange-scale li:nth-child(2){left:33.3%}.asRange-scale .asRange-scale li:nth-child(3){left:66.6%}.asRange-scale .asRange-scale li:last-child{left:100%}
/*# sourceMappingURL=asRange.min.css.map */

.column-search-header .asRange .asRange-pointer span.asRange-tip {
    font-weight: 400;
	font-family:'Montserrat', sans-serif;
	color:#666666;
	font-size:13px;
	background:none;
	border:none;
	top:16px;
}

.column-search-header .asRange .asRange-pointer {
	cursor:pointer;
}

.column-search-header .asRange .asRange-pointer:focus {
	outline:none;
	box-shadow:none;
}

.column-search-header .asRange .asRange-pointer span.asRange-tip:before {
	display:none;
}

.column-search-header .asRange {
	background:#dddddd;
	margin-top:5px;
	margin-left:2px;
	margin-right:14px;
	width:calc(100% - 16px);
}

.column-search-header .asRange .asRange-pointer:before,
.column-search-header .asRange .asRange-selected {
	background:#3db13d;
}

/* Tablet/Mobile Video Search Styles */
#skrn-mobile-video-search-header {
	text-transform:none;
	font-weight:400;
	padding:15px 20px;
	position:relative;
}

#skrn-mobile-video-search-header input.skrn-mobile-search-field-progression {
	border-radius:60px;
	font-weight:600;
	line-height:1;
	width:calc(100% - 100px);
	padding:15px 30px 15px 70px;
	border:2px solid #e8e8e8;
}

#tablet-mobile-search-icon-more {
	position:absolute;
	cursor:pointer;
	top:15px;
	left:35px;
	display:block;
	width:50px;
	height:50px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:38px 16px;
	background-image:url(/wp-content/themes/skrn-progression/images/search-icon.png);
	opacity:0.62;
}

#skrn-mobile-video-search-header.active #tablet-mobile-search-icon-more,
#tablet-mobile-search-icon-more:hover {
	opacity:1;
}

#tablet-mobile-video-search-header-filtering {
	position:absolute;
	top:75px;
	left:0px;
	background:#ffffff;
	padding:25px 0px;
	border-bottom:1px solid rgba(0,0,0,  0.07);
}

#tablet-mobile-video-search-header-filtering-padding {
	padding:0px 20px;
}

.tablet-mobile-video-search-header-buttons {
	text-align:center;
	padding-top:20px;
}

.tablet-mobile-video-search-header-buttons input {
	line-height:1;
	border:none;
	text-align:center;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	border-radius:4px;
	width:auto;
	padding:15px 20px;
	font-size:13px;
	outline:none;
	color:#ffffff;
	background:#43af43;
	border:1px solid #43af43;
	font-weight:400;
	margin-right:5px; margin-left:5px;
}

.tablet-mobile-video-search-header-buttons input:hover {
	border-color:#9d9d9d;
	background:#9d9d9d;
}

.tablet-mobile-video-search-header-buttons input#mobile-configure-rest:hover {
	background:#43af43;
	border-color:#43af43;
	color:#ffffff;
}

.tablet-mobile-video-search-header-buttons input.tablet-mobile-submit-search-pro {
	min-width:280px;
}

.tablet-mobile-video-search-header-buttons input#mobile-configure-rest {
	border-color:#e7e7e7;
	background:#f5f5f5;
	color:#666666;
}

#skrn-mobile-video-search-header ul.video-search-type-list {
	line-height:1.6;
}


/*
=============================================== 08. DASHBOARD NAVIGATION STYLES ===============================================
*/
#sidebar-nav-pro ul.sf-menu {
	-webkit-font-smoothing:subpixel-antialiased;
	list-style:none;
	margin:0px;
	padding:0px;
    font-weight: 400;
	font-family:'Montserrat', sans-serif;
	letter-spacing:0.02em;
}

#sidebar-nav-pro ul.sf-menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	width: 100%;
}

#sidebar-nav-pro ul.sf-menu li a {
	display:block;
	font-size:12px;
	color:#848484;
	padding:26px 0px;
	border-bottom:1px solid #e7e7e7;
}


#sidebar-nav-pro ul.sf-menu li span.progression-megamenu-icon {
	display:block;
	font-size:40px;
	margin-bottom:7px;
}

#sidebar-nav-pro .sf-menu .progression-megamenu-icon span {
	margin:0px;
	font-size:100%;
}

#sidebar-nav-pro ul.sf-menu li span.progression-megamenu-icon i {
	margin-right:0px;
	font-size:100%;
}

#sidebar-nav-pro ul.sf-menu li li span.progression-megamenu-icon i {
	margin-right:7px;
}


#sidebar-nav-pro ul.sf-menu a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover a, #sidebar-nav-pro ul.sf-menu li.current-menu-item a {
	color:#3db13d;
}

/* Sub-menu Styles */
#sidebar-nav-pro ul.sf-menu ul {
	font-weight:300;
	background:#232323;
	border-top:none;
	padding:18px 32px 18px 32px;
	margin-left:10px;
}

#sidebar-nav-pro ul.sf-menu li li a {
	text-transform:normal;
	text-align:left;
	font-size:13px;
	padding:14px 10px 14px 0px;
	border-bottom:1px solid rgba(255,255,255, 0.08);
}

#sidebar-nav-pro ul.sf-menu li li:last-child li a {
	border-bottom:1px solid rgba(255,255,255, 0.08);
}

#sidebar-nav-pro ul.sf-menu li li:last-child li:last-child a,
#sidebar-nav-pro ul.sf-menu li li:last-child a {
	border:none;
}

#sidebar-nav-pro ul.sf-menu li.sfHover li a,
#sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li a,
#sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li a,
#sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li a,
#sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li a {
	background:rgba(0,0,0, 0);
	color:rgba(255,255,255, 0.6);
}


#sidebar-nav-pro ul.sf-menu li.sfHover li a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover a,
#sidebar-nav-pro ul.sf-menu li.sfHover li li a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover a,
#sidebar-nav-pro ul.sf-menu li.sfHover li li li a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover a,
#sidebar-nav-pro ul.sf-menu li.sfHover li li li li a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a,
#sidebar-nav-pro ul.sf-menu li.sfHover li li li li li a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a:hover, #sidebar-nav-pro ul.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a {
	color:#ffffff;
	background:rgba(0,0,0, 0);
}

/* Drop Down Defaults */
#sidebar-nav-pro ul.sf-menu li a:before {
	display:none;
}
#sidebar-nav-pro ul.sf-menu .sf-with-ul:after {
	content:"\f105";
	font-size:12px;
}

#sidebar-nav-pro ul.sf-menu li li .sf-with-ul:after {
	font-size:11px;
}

#sidebar-nav-pro ul.sf-menu.sf-arrows ul .sf-with-ul {
	padding-right: 30px;
}

#sidebar-nav-pro ul.sf-menu li ul {
	left:100%;
	top:0;
	margin:0px;
}

#sidebar-nav-pro ul.sf-menu ul ul {
	margin-left:32px;
}

/*
=============================================== 09. EDIT PROFILE STYLES ===============================================
*/
.arm_form_field_container.arm_form_field_container_profile_cover {
	display:none !important;
}
/* Popup Styles */
body .arm_popup_wrapper {
	box-shadow: 0px 0px 18px rgba(0,0,0, 0.09);
}

.b-modal {
	background:rgba(255,255,255,  0.85) !important;
}


/*
=============================================== 09. HEADER LOGIN/LOGOUT BUTTONS ===============================================
*/
#skrn-header-user-profile-login {
	float:right;
	position:relative;
	margin-right:25px;
}

#skrn-landing-login-logout-header {
	float:right;
}

#skrn-header-user-profile-login a.arm_form_popup_link {
	line-height:1;
	text-align:center;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:15px 20px;
	font-size:13px;
	border:1px solid #e7e7e7 !important;
	background:#f9f9f9 !important;
	color:#666666 !important;
	margin-top:20px;
}


#skrn-landing-login-logout-header a.arm_form_popup_link {
	border:1px solid #e7e7e7 !important;
	background:#f9f9f9 !important;
	color:#666666 !important;
}
#skrn-landing-login-logout-header a {
	line-height:1;
	text-align:center;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:15px 20px;
	font-size:13px;
	border:1px solid #e7e7e7;
	background:#f9f9f9;
	color:#666666;
	
	margin-top:20px;
	
}

/* Mobile BTN */
#skrn-landing-mobile-login-logout-header a {
	display:block;
	margin:0px;
	line-height:1;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:15px 20px;
	font-size:13px;
	color:#ffffff;
	background:#6e16ff;
	text-transform:none;
}

#skrn-landing-mobile-login-logout-header a.arm_form_popup_link {
	color:#ffffff;
	background:#6e16ff;
}


/*
=============================================== 09. DASHBOARD HEADER USER & NOTIFICATION STYLES ===============================================
*/
#header-user-profile {
	float:right;
	position:relative;
}

#header-user-profile-click {
	cursor:pointer;
	color:#888888;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:13px;
	padding:25px 40px 25px 20px;
}

#header-user-profile-menu {
	position:absolute;
	right:20px;
	margin-top:14px;
	border-radius: 6px;
	border:1px solid rgba(0,0,0,  0.12);
	overflow:visible;
	background:#ffffff;
	box-shadow:0px 15px 20px rgba(0,0,0,  0.05);
	z-index:50;
	min-width:180px;
}

#header-user-profile-menu:after,
#header-user-profile-menu:before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
	margin-top:-10px;
    width: 0;
    height: 0;
	z-index:30;
    border-style: solid;
}

#header-user-profile-menu:before {
    top: -10px;
    border-color: transparent transparent rgba(0,0,0,  0.16) transparent;
    border-width: 10px;
}

#header-user-profile-menu:after {
    top: -9px;
    border-color:transparent transparent #fff transparent;
    border-width: 10px;
}

#header-user-profile-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#header-user-profile-menu ul li {
	margin:0px;
	padding:0px;
}

#header-user-profile-menu ul li a {
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#888888;
	padding:10px 20px;
	font-size:13px;
}
#header-user-profile-menu ul li a:hover {
	background: rgba(0,0,0,  0.04);
}

#header-user-profile-menu ul li [class^="icon-"], #header-user-profile-menu ul li [class*=" icon-"], #header-user-profile-menu ul li i {
	font-size:18px;
	position:relative;
	top:2px;
	margin-right:8px;
}

#header-user-profile.active #header-user-profile-click,
#header-user-profile-click:hover {
	color:#666666;
}

#avatar-small-header-skrn-progression {
	float:left;
	width:40px;
	height:40px;
	border-radius:50px;
	background-color:#cccccc;
	margin-right:8px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
}

#header-user-profile img {
	width:40px;
	border-radius:50px;
	margin-right:6px;
}

#header-user-profile #header-username {
	display:inline-block;
	line-height:45px;
}

#header-user-profile i {
	margin-left:6px;
}

/* Notification Styles */
#header-user-notification {
	float:right;
	position:relative;
}

#header-user-notification-click {
	position:relative;
	color:#bfbfbf;
	padding:20px 15px 20px 15px;
	font-size:28px;
	cursor:pointer;
}

#header-user-notification.active #header-user-notification-click,
#header-user-notification-click:hover {
	color:#a0a0a0;
}

#header-user-notification-click i {
	position:relative;
	top:-1px;
}

span.user-notification-count {
	display:block;
	top:29px;
	right:7px;
	text-align:center;
	position:absolute;
	border:2px solid #ffffff;
	border-radius:30px;
	width:15px;
	height:15px;
	line-height:15px;
	font-weight:700;
	font-size:8px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
}

#header-user-notification-menu {
	position:absolute;
	right:-5px;
	margin-top:14px;
	border-radius: 6px;
	border:1px solid rgba(0,0,0,  0.12);
	overflow:visible;
	background:#ffffff;
	box-shadow:0px 15px 20px rgba(0,0,0,  0.05);
	z-index:50;
	min-width:280px;
}

#header-user-notification-menu:after,
#header-user-notification-menu:before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
	margin-top:-10px;
    width: 0;
    height: 0;
	z-index:30;
    border-style: solid;
}

#header-user-notification-menu:before {
    top: -10px;
    border-color: transparent transparent rgba(0,0,0,  0.16) transparent;
    border-width: 10px;
}

#header-user-notification-menu:after {
    top: -9px;
    border-color:transparent transparent #fff transparent;
    border-width: 10px;
}

#header-user-notification-menu h3 {
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	padding:20px 20px 18px 20px;
	margin:0px;
	border-bottom:1px solid rgba(0,0,0,  0.04);
}

#header-user-notification-list {
	list-style:none;
	margin:0px;
	padding:0px;
	max-height:260px;
	overflow-y: auto;
}

#header-user-notification-list li {
	margin:0px;
	padding:0px;
}

#header-user-notification-none {
	padding:20px;
	color:#888888;
	font-size:12px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
}
#header-user-notification-list li a {
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#888888;
	padding:10px 20px 10px 20px;
	font-size:12px;
	line-height:1.5;
	position:relative;
}

#header-user-notification-list li.progression-notification-with-image a {
	padding-left:68px;
}

#header-user-notification-list li img {
	position:absolute;
	left:20px;
	top:11px;
	border-radius:20px;
	width:40px;
}

#header-user-notification-list li a:hover {
	background: rgba(0,0,0,  0.04);
}

#header-user-notification-list li .header-user-notify-time {
	display:block;
	color:#bbbbbb;
	padding-top:5px;
	font-size:11px;
}





/*
=============================================== 03. MAIN CONTAINERS ===============================================
*/
/* -------------------- A. MAIN CONTAINER STYLES -------------------- */
.width-container-pro { 
	width:1200px;
	margin: 0 auto;
	position:relative;
	padding:0px;
}

.display-on-mobile-pro {
	display:none;
}

#page-title-pro {
	margin-bottom:50px;
}

#content-pro {
	position:relative;
	padding-bottom:50px;
}

#main-container-pro {
	float:left;
	width:72%;
	position:relative;
}

.sidebar {
	float:right; 
	width:24%;	
}

body.elementor-page #sidebar-bg #main-container-pro {
	width:calc(72% - 50px);
}

body.elementor-page #sidebar-bg .sidebar {
	margin-right:50px;
}

body.elementor-page #sidebar-bg .left-sidebar-pro .sidebar {
	margin-right:0px;
	margin-left:50px;
}

/* Mobiles Sidebar Styles */
body .sidebar.progression-studios-mobile-sidebar {
	float:none;
	width:88%;
	margin:0 2% 0px 2%;
	padding:0px 4% 0px 4%;
}

.sidebar.progression-studios-mobile-sidebar .widget {
	margin-top:50px;
}

.sidebar.progression-studios-mobile-sidebar .sidebar-divider-pro {
	height:20px;
}

.disable-sidebar-post-progression #main-container-pro {
	width:100%;
}
.disable-sidebar-post-progression .sidebar {
	display:none;
}

.left-sidebar-pro #main-container-pro {
	float:right;
}
.left-sidebar-pro .sidebar {
	float:left;
}

/* Custom 404 Page Error */
.progression-studios-custom-404-error header,
.progression-studios-custom-404-error #sidebar-nav-pro,
.progression-studios-custom-404-error footer#site-footer,
.progression-studios-custom-404-error #sidebar-bg:after,
.progression-studios-custom-404-error #sidebar-bg:before,
.progression-studios-custom-404-error #progression-studios-header-position {
	display:none;
}


/* -------------------- B. HEADER CONTAINERS -------------------- */
.progression-disable-header-per-page #progression-studios-header-position {
	display:none;
}

.progression-disable-footer-per-page footer#site-footer {
	display:none;
}

#progression-studios-header-position {
	position:relative;
	width:100%;
	margin:0 auto;
}

.progression-studios-transparent-header header#masthead-pro {
	background-color:transparent;
	box-shadow: none;
	-webkit-font-smoothing:antialiased;
}

.progression-studios-header-full-width #progression-studios-header-width header#masthead-pro .width-container-pro {
	width:auto;
	padding-right:50px ;
	padding-left:50px ;
}

header#masthead-pro:after {
	display:block;
	content:'';
	position:relative;
	margin-top:-1px;
	bottom:0px;
	height:1px;
	width:100%;
	z-index:50;
	background:rgba(0,0,0,  0.07);
}
.progression-studios-transparent-header .progression-sticky-scrolled header#masthead-pro:after {
	display:none;
}

header#masthead-pro .width-container-pro.progression-studios-logo-container {
	z-index:50;
}

.progression-studios-transparent-header .progression-sticky-scrolled header#masthead-pro,
header#masthead-pro {
	z-index:50;
	position:relative;
	width:100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,  0.06);
}

.progression-sticky-scrolled header#masthead-pro {
	border:none;
}

header#masthead-pro h1#logo-pro {
	z-index:55;
	margin:0px;
	padding:0px;
	line-height:1;
	font-size:5px;
	border:none;
	float:left;
}

.progression-studios-logo-position-right header#masthead-pro h1#logo-pro,
.progression-studios-logo-position-right h1#logo-pro {
	float:right;
	margin-left:25px;
	margin-right:0px;
}

body .progression-studios-logo-position-center header#masthead-pro h1#logo-pro,
body .progression-studios-logo-position-center h1#logo-pro {
	float:none ;
	margin:0 auto ;
	text-align:center ;
}
body .progression-studios-logo-position-center h1#logo-pro img {
	margin:0 auto ;
}

header#masthead-pro h1#logo-pro a {
	display:block;
}

body #logo-pro img {
	max-width:100%;
}


body.admin-bar .progression-sticky-scrolled {
	margin-top:32px;
}

.progression-studios-sticky-logo {
	display:none;
	float:left;
}
.progression-sticky-scrolled .progression-studios-sticky-logo {
	display:block;
}

.progression-sticky-scrolled .progression-studios-hide-mobile-custom-logo {
	display:none;
}

.progression-sticky-scrolled .progression-studios-custom-logo-per-page-hide-default {
		display:block;
}

.progression-sticky-scrolled .progression-studios-default-logo-hide.progression-studios-default-logo {
	display:none;
}

.progression-studios-custom-logo-per-page-hide-default {
	display:none;
}

#progression-studios-nav-bg {
	position:relative;
	z-index:10;
}

#progression-nav-container {
	float:right;
}

header#masthead-pro.progression-studios-nav-left #progression-nav-container {
	float:left;
}

header#masthead-pro.progression-studios-nav-left h1#logo-pro {
	margin-right:40px;
}

header#masthead-pro.progression-studios-nav-center #progression-nav-container {
	width:1015px;
	margin:0 auto;
	float:none;
}
@media only screen and (min-width: 960px) and (max-width: 1300px) { 
	header#masthead-pro.progression-studios-nav-center #progression-nav-container {
		width:auto;
	}
}
@media only screen and (max-width: 960px) {
	header#masthead-pro.progression-studios-nav-center #progression-nav-container {
		width:auto;
	}
}

header#masthead-pro.progression-studios-nav-center #progression-nav-container nav#site-navigation {
	display:table;
	margin:0 auto;
}

.progression-disable-logo-below-per-page header#masthead-pro .progression-studios-logo-container,
.progression-disable-logo-below-per-page #header-container-logo-progression .progression-studios-logo-container {
	display:none;
}


/*
=============================================== 04. PAGE TITLE STYLES ===============================================
*/
#page-title-pro {
	background:#f5f5f5;
	position:relative;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid rgba(0,0,0,  0.05);
}

#page-title-pro:before {
	position:absolute;
	top:0px;
	left:0px;
	content:"";
	display:block;
	width:100%;
	height:100%;
}
#page-title-pro h1 {
	word-break: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding:0px 0px;
	line-height:1;
	display:inline-block;
	margin:0 auto 0px auto;
	text-align:center;
	font-size:38px;
	position:relative;
	z-index:5;
}

#page-title-pro h4:before {
	content:'';
	top:-25px;
	left:50%;
	margin-left:-45px;
	background:rgba(255,255,255, 0.3);
	position:absolute;
	width:90px;
	height:2px;
	display:none;
}

#page-title-pro h4 {
	margin:0 auto 0px auto;
	margin-top:15px;
	text-align:center;
	font-weight:400;
	color:rgba(0,0,0, 0.5);
	font-size:17px;
	position:relative;
	z-index:5;
	line-height:1.8;
	width:80%;
}

#page-title-pro h4 p {
	margin-bottom:0px;
}

#page-title-pro h4 a, #page-title-pro h4 a:hover {
	color:#aaaaaa;
}

#skrn-video-cast-photo-taxonomy {
	display:inline-block;
	width:55px;
	height:55px;
	border-radius:100px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	background-color:#cccccc;
	margin-right:15px;
	margin-top:-10px;
	position:relative;
	top:13px;
	box-shadow:2px 2px 5px rgba(0,0,0,  0.25);
}

#skrn-video-cast-photo-taxonomy.genre-icon-page-title-pro {
	border-radius:none;
	background-color:transparent;
	box-shadow:2px 2px 5px rgba(0,0,0,  0);
}

body.post-type-archive #page-title-pro {
	display:none;
}

body.post-type-archive #progression-studios-video-index-list-spacing {
	margin-top:45px;
}




/*
=============================================== 05. SEARCH FORM STYLES ===============================================
*/
#skrn-mobile-video-search-header input.skrn-mobile-search-field-progression:focus,
#video-search-header input:focus,
.search-form input.search-field:focus {
	outline:none;
}


.search-form input {
	padding:16px 18px;
	margin:0 auto;
	border:none;
}

.elementor-section-stretched .search-form {
	max-width:600px;
}

.search-form {
	max-width:400px;
	margin-bottom:30px;
}

.search-form input.search-field {
	background-color:#f5f5f5;
	border:1px solid #f5f5f5;
	margin:0px;
	width: calc(100% - 44px);
	padding:13px 22px;
	font-size:14px;
	background-image:url(/wp-content/themes/skrn-progression/images/search-magnify.png);
	background-position:right 9px;
	background-repeat:no-repeat;
	border-radius:60px;
}

.search-form button,
.search-form input.search-submit {
	display:none;
}



/*
=============================================== 06. ELEMENTOR CUSTOM STYLES ===============================================
*/
/* Remove Header/Footer from Elementor Canvas */
body.single-elementor_library #sidebar-bg:before,
body.single-elementor_library #sidebar-bg:after,
body.single-elementor_library #videohead-pro,
body.single-elementor_library #sidebar-nav-pro,
body.single-elementor_library #progression-studios-header-position,
body.single-elementor_library footer#site-footer {
	display:none !important;
}

/* Fix Transprent Header Overlay to ensure it is edible */
body.elementor-editor-active .elementor-edit-mode:hover {
	z-index:250;
}
.boosted-elements-slide-button-main {
	transform-style: preserve-3d;
}


.progression-studios-post-slider-main  .flex-control-paging *  {
	box-sizing: content-box;
}


/*
=============================================== 07. GRID STYLES ===============================================
*/
.grid2column-progression, .grid3column-progression, .grid3columnbig-progression, .grid4column-progression, .grid4columnbig-progression, .grid5column-progression, .grid6column-progression {
	float:left; 
	margin-right:2%; 
	min-height:2px;
 }
.grid2column-progression { 
	width: 49%;
}
.grid3column-progression {
	width: 32%; 
}
.grid4column-progression {
	width: 23.5%;
}
.grid5column-progression {
	width:18.4%;
}
.grid6column-progression {
	width:15%;
}

body .lastcolumn-progression {
	margin-right:0% !important;
}

#progression-studios-lower-widget-container .widget,
#widget-area-progression .widget {
	float:left;
	margin-right:4%;
}

.footer-1-pro .widget  { 
	width:100%;
	margin-right:0%; 
	margin-left:0%;
}
.footer-2-pro .widget  { 
	width:48%; 
}
.footer-3-pro .widget  { 
	width:30.5%; 
}
.footer-4-pro .widget  { 
	width:22%; 
}
.footer-5-pro .widget  { 
	width:16.5%; 
}

#progression-studios-lower-widget-container .footer-5-pro .widget:nth-child(5),
#progression-studios-lower-widget-container .footer-2-pro .widget:nth-child(2),
#progression-studios-lower-widget-container .footer-3-pro .widget:nth-child(3),
#progression-studios-lower-widget-container .footer-4-pro .widget:nth-child(4),
#widget-area-progression .footer-5-pro .widget:nth-child(6),
#widget-area-progression .footer-2-pro .widget:nth-child(3),
#widget-area-progression .footer-3-pro .widget:nth-child(4),
#widget-area-progression .footer-4-pro .widget:nth-child(5) {
	margin-right:0%;
}


/*
=============================================== 08. NAVIGATION STYLES ===============================================
*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li.normal-item-pro, .sf-menu li.normal-item-pro li { position: relative; }
.sf-menu li.normal-item-pro ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu li.normal-item-pro ul ul { top:0; left:100%; }
.sf-menu > li { float: left; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }

/* MEGA MENU ESSENTIAL STYLES */
header .sf-mega {z-index:20; display:none; left:50%; position:absolute; box-sizing: border-box ; width:100%; padding:0px; margin:0px;	 }
header .sf-mega {width:1200px; left:50%; margin-left:-600px;}

.sf-mega .sf-mega-section { width:33%; float:left; }
.sf-mega .sf-mega-section.columns-pro-1 { width:100%; }
.sf-mega .sf-mega-section.columns-pro-2 { width:50%; }
.sf-mega .sf-mega-section.columns-pro-3 {width:33%; }
.sf-mega .sf-mega-section.columns-pro-4 { width:25%; }
.sf-mega .sf-mega-section.columns-pro-5 {width:20%; }
.sf-mega .sf-mega-section.columns-pro-6 { width:16.5%; }

/*** DEFAULT NAVIGATION SKIN ***/
.sf-menu ul{min-width:9em}.sf-menu a{line-height:1;padding:.75em 1em;text-decoration:none;zoom:1;cursor:pointer;color:#13a}.sf-menu li{background:#BDD2FF;white-space:nowrap}.sf-menu ul li{background:#AABDE6}.sf-menu ul ul li{background:#9AAEDB}.sf-menu li.sfHover,.sf-menu li:hover{background:#CFDEFF}.sf-arrows .sf-with-ul{padding-right:2.5em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#dFeEFF;border-top-color:rgba(255,255,255,.5)}.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after{border-top-color:#fff}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent transparent transparent #dFeEFF;border-left-color:rgba(255,255,255,.5)}.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after{border-left-color:#fff}

.sf-menu .menu-item-language .submenu-languages {
	position:absolute;
}

/* NEW THEME SKIN */
.sf-menu li, .sf-menu ul li, .sf-menu ul ul li, .sf-menu li:hover, .sf-menu li.sfHover {
	background:none;
}

/* Button Highlight */
.sf-menu li.highlight-button { 
	position:relative; 
	margin-right:8px;
	margin-left:8px;
}
.sf-menu li.highlight-button li a:before {
	display:none;
}
.sf-menu li.sfHover.highlight-button a:before {
	width:100%;
}
.sf-menu li.sfHover.highlight-button a,
.sf-menu li.current-menu-item.highlight-button a,
.sf-menu li.highlight-button a, .sf-menu li.highlight-button a:hover {
	color:#ffffff;
	background:none;
}
.sf-menu li.highlight-button a {
	overflow:visible;
}

.sf-menu li.highlight-button a:before {
	bottom:auto;
	top:50%;
	left:3px;
	position:absolute;
	display:block;
	content:'';
	width:100%;
	height:40px;
	z-index:-1;
	margin:0px;
	opacity:1;
}

.sf-menu li.highlight-button a:before { 
	height:40px;  /* + 28px */
	margin-top:-21px;   /* + 28px and divided by 2 */
	border:2px solid #ffffff;
	border-radius:4px;
}
.sf-menu li.highlight-button a:hover:before {
	background:transparent;
}
#skrn-progression-header-top .progression-studios-header-right h2.mega-menu-heading {
	text-align:left;
}


nav#site-navigation {
    font-weight: 600;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 0px;
	text-transform:uppercase;
}

#mobile-menu-icon-pro {
	color:#707070;
	padding:41px 0px 41px 10px;
	margin:0 auto;
	font-size:18px;
	line-height:1;
}

.progression-studios-nav-count-cat-off span.progression-studios-nav-cat-count {
	display:none;
}
span.progression-studios-nav-cat-count {
	display:inline-block;
	border-radius:30px;
	text-align:center;
	height:18px;
	padding:0px 6px;
	line-height:18px;
	font-size:10px;
	margin-bottom:-6px;
	position:relative;
	top:-2px;
	margin-left:6px;
	color:#ffffff;
	background:rgba(255,255,255,  0.11);
}

.sf-menu ul span.progression-studios-nav-cat-count {
	height:16px;
	padding:0px 5px;
	line-height:16px;
	font-size:9px;
}

.sf-menu a {
	line-height:1;
	color:#292935;
	font-size:18px;
	padding:27px 15px;
}

.progression-studios-nav-cart-icon-off #progression-shopping-cart-toggle,
.progression-studios-search-icon-off #progression-studios-header-search-icon {
	display:none !important;
}

#progression-studios-header-search-icon:hover i.pe-7s-search,
#progression-studios-header-search-icon.active-search-icon-pro i.pe-7s-search,
#progression-inline-icons .progression-studios-social-icons a:hover,
#mobile-menu-icon-pro:hover,
.sf-menu a:hover, .sf-menu li.sfHover a, .sf-menu li.current-menu-item a {
	color:#4145ee;
	background:none;
}

.sf-menu a:hover:before, .sf-menu li.sfHover a:before, .sf-menu li.current-menu-item a:before {
	opacity:0;
	background:#888888;
	width:0%;
    width: calc(100% - 30px);
}

#progression-inline-icons .progression-studios-social-icons a:hover {
	background:none;
}

#skrn-progression-header-top .sf-menu a:before {
	display:none;
}

.sf-menu a:before {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	margin-top:17px;
	height:2px;
	background:#888888;
	opacity:0;
	width:0px;
	margin-left:15px;
}

.sf-menu .sf-mega:before {
	display:none ;
}
.sf-menu li li a:before {
	display:none;
}

.sf-menu ul ul ul ul li:after,
.sf-menu ul ul ul li:after,
.sf-menu ul ul li:after,
.sf-menu ul li:after,
.sf-menu li:first-child:after {
	display:none;
}

/* Banner Icon */
.progression-mini-banner-icon {
	position:absolute;
	top:8px;
	right:9px;
	line-height:1;
	padding:4px 7px 3px 7px;
	font-size:9px;
	border-radius:20px;
	background:#4145ee;
	color:#ffffff;
}

.sf-menu li li .progression-mini-banner-icon {
	font-size:8px;
	top:14px;
	right:0px;
}
.sf-menu li .sf-mega h2 .progression-mini-banner-icon {
	top:22px;
	right:0px;
}

.sf-menu li .sf-mega .progression-mini-banner-icon {
	top:14px;
	right:0px;
}

/* Fix for divider */
#main-nav-mobile {
    font-weight:300;
	font-family:'Montserrat', sans-serif;
}

.sf-menu ul {
	text-transform:none;
    font-weight:300;
	font-family:'Montserrat', sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	margin-left:10px;
}

.sf-menu ul a {
	-webkit-text-stroke: 0px;
}

.sf-menu ul.sf-mega:before {
	left:50px;
}

.sf-menu ul:before {
	border-bottom:8px solid #cc5b44; 
}

.sf-menu ul ul:before {
	display:none;
}

.sf-menu .sf-mega {
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.sf-menu .sf-mega ul {
	padding:0px; 
	margin:0px;
	background:none;
	box-shadow:none;
}

.sf-menu li li {
	padding-right:0px;
	padding-left:0px;
}

.sf-menu ul {
	padding:18px 30px 18px 30px;
}

.sf-menu ul ul {
	margin-left:30px;
}

ul#progression-studios-panel-login li a {
	display:block;
	text-transform:normal;
	line-height:1;
	font-size:11px;
	padding:15px 0px 15px 0px;
	border-bottom:1px solid rgba(255,255,255, 0.08);
}

.sf-menu li li a {
	text-transform:normal;
	font-size:11px;
	padding:13px 0px 13px 0px;
	border-bottom:1px solid rgba(255,255,255, 0.08);
}

.progression-sticky-scrolled .sf-menu li li a {
	padding-top:13px;
	padding-bottom:13px;
}


.sf-menu .deep-level li:last-child a {
	padding-bottom:20px;
}

.sf-menu li li:last-child li:last-child a,
.sf-mega li:last-child li:last-child li:last-child a,
.sf-mega li:last-child li:last-child a,
.sf-menu li li:last-child a {
	border:none;
}

.sf-menu li li:last-child li a,
.sf-mega li:last-child li a {
	border-bottom:1px solid rgba(255,255,255, 0.08);
}

.sf-menu li.sfHover li a,
.sf-menu li.sfHover li.sfHover li a,
.sf-menu li.sfHover li.sfHover li.sfHover li a,
.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li a,
.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li a {
	background:none;
	color:#888888;
}

#progression-checkout-basket ul#progression-cart-small li h6,
#progression-checkout-basket .progression-sub-total span.total-number-add,
.sf-menu li.sfHover li a:hover, .sf-menu li.sfHover li.sfHover a,
.sf-menu li.sfHover li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover a,
.sf-menu li.sfHover li li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover a,
.sf-menu li.sfHover li li li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a,
.sf-menu li.sfHover li li li li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a {
	color:#3f3f3f;
	background:rgba(0,0,0, 0);

}


/* MEGA MENU STYLES */
.sf-mega ul.deep-level {
	background:none;
	margin:0;
	border:none;
	border-right:0px solid red;
}
.sf-menu  ul.sf-mega {
	padding-top:0px;
}

.sf-menu .sf-mega li {
	padding-right:0px;
	padding-left:0px;
}

.sf-menu .sf-mega li li {
	padding-right:30px;
	padding-left:30px;
}

.sf-menu .sf-mega li li a {
	padding-left:0px;
}

body .sf-mega ul:after {
	display:block;
	content:'';
	width:2px;
	height:100%;
	position:absolute;
	top:0px;
}

.sf-menu .sf-mega li:first-child  ul:after {
	display:none;
}

.sf-mega h2.mega-menu-heading {
	text-transform:none;
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
	border-right:none;
	border-bottom:1px solid transparent;
	padding:45px 0px 18px 0px;
	margin:0px 30px 12px 30px;
	line-height:1;
	-webkit-text-stroke: 0px;
	letter-spacing:0px;
	-webkit-font-smoothing:subpixel-antialiased;
}

body #progression-sticky-header header .sf-mega h2.mega-menu-heading a,
body header .sf-mega h2.mega-menu-heading a {
	background:none !important;
	color:#ffffff;
	font-size:20px;
	letter-spacing: 0px;
	font-weight:700;
	padding: 0px;
	margin:0px;
	line-height:1;
	border:none;
}

.sf-mega .sf-mega-section:hover, .sf-mega .sf-mega-section, .sf-mega .sf-mega-section li:hover {
	background:none;
}

/* Mega Menu Widget Styling */
.sf-mega .widget-pro {
	padding:20px 30px 10px 30px;
}
.sf-mega .widget-pro h1, .sf-mega .widget-pro h2, .sf-mega .widget-pro h3, .sf-mega .widget-pro h4, .sf-mega .widget-pro h5, .sf-mega .widget-pro h6 {
	color:#1e1e1e;
	margin-bottom:5px;
}
.sf-mega .widget-pro ul li {
	margin-bottom:10px;
}
.sf-mega .widget-pro ul { 
	border:none;
}
.sf-mega .widget-pro a, .sf-mega .widget-pro a:hover {
	border:none;
	padding:0px;
	margin:0px;
	background:none !important;
}

/* Font Awesome Icon Spacing */
.sf-menu .progression-megamenu-icon span,
.sf-menu i {
	line-height:1;
	margin-right:6px;
	font-size:90%;
	position:relative;
	margin-bottom:-2px;
	margin-top:-2px;
}
.sf-menu li li i {
	font-size:95%;
}

#sidebar-nav-pro ul.sf-menu li li span.progression-megamenu-icon {
	display:inline-block;
	margin:0px;
	padding:0px;
	font-size:inherit;
}

#sidebar-nav-pro ul.sf-menu li li span.progression-megamenu-icon span {
	font-size:95%;
	margin:-3px 6px -2px 0px;
}

.sf-mega li h2 i {
	margin-right:8px;
}

/* Sub-menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after { 
	font-weight:normal;
	font-style:normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border:none;
	content:"\f107";
	font-size:10px;
	top: 50%;
	right: 24px;
	margin-top:-5px;
}
.sf-arrows ul .sf-with-ul:after {
	font:normal normal normal 10px/1 "Font Awesome 5 Free";
	font-weight:900;
	content:"\f105"; 
	margin-top:-5px;
	right:14px;
}


/*
=============================================== 09. FLEXSLIDER STYLES ===============================================
*/
/* RESETS */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0;  padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }
/* BASE STYLES */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li {  display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020";  display: block; clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block;}

/* DEFAULT THEME */
.flexslider { margin: 0; background: none;  border:none; position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {  max-height: 300px;}
.carousel li { margin-right: 5px; }
.flex-direction-nav { *height: 0;
  }

  .flexslider {
  	-webkit-transform: translateZ(0);
  }
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0); 
    font-family: 'Font Awesome 5 Free'; 
	font-weight: 900;
    text-align:center;	
    border:none;
    margin: -20px 0 0;
    font-size:19px;
    width:30px;
    line-height:40px;
    height:40px;
    color:#777777;
    background:#ffffff;
	box-shadow: 1px 1px 5px rgba(0,0,0,  0.02);
}
.flexslider .flex-direction-nav a {
	transition-duration: 250ms; 
	transition-property: all; 
	transition-timing-function: ease-in-out;
}

.flexslider:hover .flex-direction-nav a {
	top:50%;
}

.flex-direction-nav a:hover {
	color:#ffffff;
	opacity:1;
	background:#4145ee;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";
	position:relative;
	left:-1px;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
	position:relative;
	right:-1px;
}

.flex-direction-nav .flex-prev {
	left:0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.flex-direction-nav .flex-next {
	right:0px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}


.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index:10;
}
.flex-control-nav li {
	margin:0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position:relative;
}
.flex-control-paging li {
	width:18px; 
	height:10px; 
	text-align:center;
}


.flex-control-paging li a {
	width:7px;
	height:7px;
	bottom:0px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  position:absolute;
  background:none;
  border:2px solid #ffffff ;
	box-shadow: 1px 1px 3px rgba(0,0,0,  0.25);
  border-radius: 15px;
}
.flex-control-paging li a.flex-active {
  background:#fff ;
  border-color:#fff;
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


/*
=============================================== 10. MOBILE NAVIGATION STYLES ===============================================
*/
span.progression-mobile-menu-text {
	padding-left:6px;
	position:relative;
	top:-2px;
}

#mobile-menu-icon-pro i {
	min-width:22px;
}
#mobile-menu-icon-pro {
	cursor:pointer;
	line-height:1;
	display:none;
	text-align:right;
	padding-right:6px;
}

#videohead-pro #mobile-menu-icon-pro {
	padding-right:28px;
	float:right;
}

.active-mobile-icon-pro #mobile-menu-icon-pro .fa-bars:before {
	content:"\f00d";
}

.menu-collapser {
	display:none !important;
}

#main-nav-mobile {
	border-top:1px solid rgba(0,0,0,  0.07);
}

#main-nav-mobile {
	line-height:1;
	background:#ffffff; 
	display:none;
	position:relative;
	width:100%;
	z-index:30;
    font-weight: 600;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	margin-bottom:-2px;
}

#videohead-pro #main-nav-mobile {
	border-bottom:1px solid rgba(0,0,0,  0.1);
	box-shadow:0px 15px 20px rgba(0,0,0,  0.08);
}

@media only screen and (min-width: 960px){ 
	#main-nav-mobile { 
		display:none !important;
	}
}

#main-nav-mobile .sf-menu li li .progression-mini-banner-icon,
#main-nav-mobile .sf-menu li .sf-mega h2 .progression-mini-banner-icon,
#main-nav-mobile .sf-menu li .sf-mega .progression-mini-banner-icon,
#main-nav-mobile .progression-mini-banner-icon {
	top:22px;
	right:70px;
}

@media only screen and (min-width: 959px) {
	.progression_studios_force_light_navigation_color .progression-mini-banner-icon {background:#ffffff; color:#000000;}
	.progression_studios_force_dark_navigation_color .progression-mini-banner-icon {background:#000000; color:#ffffff;}
}

ul.mobile-menu-pro {
    width: 100%;
    margin: 0;
    padding: 0;	
    list-style-type: none;
	display:block !important;
	overflow:hidden;
	width: 100%; 
}

ul.mobile-menu-pro li {
    position: relative;
    display: inline-block;
}
ul.mobile-menu-pro > li {
	margin-right: -5px;
	border-left: 1px rgba(255,255,255,  0.1);
}
ul.mobile-menu-pro > li:first-child {
	border-left: 0
}
ul.mobile-menu-pro > li:last-child {
	margin-right: 0
}

ul.mobile-menu-pro li a, ul.mobile-menu-pro .sf-mega h2.mega-menu-heading {
    display: block;
	text-transform:normal;
	color:#ffffff;
	font-size:13px;
	padding:20px 20px;
	margin:0px;
	border:none;
}

body #progression-sticky-header header ul.mobile-menu-pro h2.mega-menu-heading a,
ul.mobile-menu-pro .sf-mega h2.mega-menu-heading a, ul.mobile-menu-pro .sf-mega h2.mega-menu-heading {
	min-height:55px;
	line-height:55px;
	margin:0px ;
	padding-top:0px ;
	padding-bottom: 0px ;
	text-transform:none;
	font-size:15px;
	color:#ffffff;
}

ul.mobile-menu-pro .sf-mega h2.mega-menu-heading:after {
	display:none;
}

body #progression-sticky-header header ul.mobile-menu-pro h2.mega-menu-heading a,
body header ul.mobile-menu-pro .sf-mega h2.mega-menu-heading a {
	font-size:18px;
	color:#ffffff;
}
header#masthead-pro.sidebar-header-hidden  ul.mobile-menu-pro .sf-mega li.sf-mega-section, header#masthead-pro.sidebar-header  ul.mobile-menu-pro .sf-mega li.sf-mega-section { 
	margin:0px;
	padding:0px;
	width:auto;
	float:none;
}

ul.mobile-menu-pro .sf-mega h2.mega-menu-heading a {
	padding:0px;
	margin:0px;
	border:none !important;
}
ul.mobile-menu-pro li li a {
	padding-left:30px;
}
ul.mobile-menu-pro li li li a {
	padding-left:35px;
}
ul.mobile-menu-pro li li li li a {
	padding-left:40px;
}

ul.mobile-menu-pro [class^="icon-"], ul.mobile-menu-pro [class*=" icon-"] {
	font-size:22px;
	display:inline-block;
	width:30px;
	position:relative;
}

ul.mobile-menu-pro [class^="icon-"]:before, ul.mobile-menu-pro [class*=" icon-"]:before {
	position:absolute;
	top:-17px;
}

ul.mobile-menu-pro i {
	width:30px;
	font-size:14px;
	text-align:center;
	margin-top:-1px;
	position:relative;
	left:-3px;
}

ul.mobile-menu-pro li .sub-collapser {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width:50px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
	height:53px;
}
ul.mobile-menu-pro.collapsed li .sub-collapser:before {
	position:absolute;
	top:0px;
	left:0px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:13px;
	border:none;
	content:"\f107";
	text-align:center;
	line-height:53px;
	width:50px;
	background:#f2f2f2;
}
ul.mobile-menu-pro.collapsed li .sub-collapser.expanded {
	transform: rotate(180deg);
}
ul.mobile-menu-pro li .sub-collapser > i { 
	display:none;
}
ul.mobile-menu-pro li ul {
	margin: 0;
	list-style-type: none;
}


ul.mobile-menu-pro li ul {
	padding-left:0px;
}
ul.mobile-menu-pro li ul li {
	background:#f2f2f2;
}
ul.mobile-menu-pro li ul li li:hover {
	background:#f2f2f2 !important;
}
ul.mobile-menu-pro li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul.mobile-menu-pro li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.mobile-menu-pro.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;

}
ul.mobile-menu-pro.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,  0.05);
    box-sizing: border-box;
}

ul.mobile-menu-pro.collapsed li > ul {
    display: none;
    position: static;
}

/*
=============================================== 11. PAGINATION STYLES ===============================================
*/
.post-views.entry-meta {
	display:none;
}

#boxed-layout-pro .skrn-progression-pagination-elementor ul.page-numbers {
	padding-top:30px;
}

/* Pagination */
#boxed-layout-pro ul.page-numbers {
	list-style:none;
	margin:25px 0px 10px 0px;
	padding:0px;
	text-align:center;
}
#boxed-layout-pro ul.page-numbers li {
	margin:0px;
	padding:0px;
	display:inline;
}


#boxed-layout-pro #sidebar-bg ul.page-numbers {
	margin:0px 0px 50px 0px;
}

#boxed-layout-pro #sidebar-bg #progression-studios-video-index-list-spacing ul.page-numbers {
	margin:35px 0px 0px 0px;
}

/* Blog Post Pagination */
.progression-page-nav {
	margin:20px 0 25px 0;
	list-style:none;
	text-align:center;
	font-size:13px;
}

.progression-page-nav span, .progression-page-nav a {
	display:inline-block;
	text-align:center;
	margin:0px 2px 5px 2px;
	font-size:12px;
	padding:13px 18px;
	line-height:1;
	background:rgba(0,0,0,  0.03);
	border:1px solid rgba(0,0,0,  0.09);
	color:#888888;
	border-radius:5px;
    font-weight: 400;
	font-family:'Montserrat', sans-serif;
}

.progression-page-nav a span {
	padding:0px;
	background:none;
	min-width:none;
	margin:0px;
	border:none;
	color:#888888;
	box-shadow:none;
}

#boxed-layout-pro ul.page-numbers li span.current, #boxed-layout-pro ul.page-numbers li a {
	display:inline-block;
	text-align:center;
	margin:0px 2px 2px 2px;
	font-size:12px;
	padding:13px 18px;
	line-height:1;
	background:rgba(0,0,0,  0.03);
	border:1px solid rgba(0,0,0,  0.09);
	color:#888888;
	border-radius:5px;
    font-weight: 400;
	font-family:'Montserrat', sans-serif;
}

.progression-page-nav a:hover, .progression-page-nav span, #boxed-layout-pro ul.page-numbers li a:hover, #boxed-layout-pro ul.page-numbers li span.current {
	background:#f4f2f6;
	color:#1e023d;
}

#boxed-layout-pro ul.page-numbers li span.dots {
	display:inline-block;
	padding:0px 5px;
}


/*
=============================================== 12. BLOG INDEX STYLES ===============================================
*/
.progression-studios-sticky-post {
	position:absolute;
	top:0px;
	right:20px;
	color:#ffffff;
	line-height:1;
	padding:7px 11px;
	background:rgba(0,0,0, 0.5);
	font-size:10px;
	font-weight:700;
}

.progression-blog-content {
	padding:40px 40px 25px 40px;
	margin-bottom:50px;
	background:#f1f1f1;
	border:1px solid rgba(0,0,0, 0.04);
}

h2.progression-blog-title {
	color:#1f1f1f;
	font-size:28px;
	line-height:1.3;
	margin-bottom:13px;
}

h2.progression-blog-title a {
	border:none;
	color:#1f1f1f;
}

h2.progression-blog-title a:hover {
	color:#eea72d;
}


ul.progression-post-meta {
	display:block;
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
}

ul.progression-post-meta li {
	display:block;
	font-size:14px;
	color:#787879;
	float:left;
	line-height:1.7;
	margin:0px 25px 5px 0px;
}

ul.progression-post-meta li i {
	margin-right:6px;
}

ul.progression-post-meta li a {
	color:#787879;
}

ul.progression-post-meta li a:hover {
	color:#282828;
}


.progression-studios-blog-excerpt a.more-link {
	font-weight:700;
}

.progression-studios-blog-excerpt a.more-link i {
	font-size:10px;
	position:relative;
	padding-left:5px;
	position:relative;
	top:-1px;
}



/* Video Style Fixes */
.progression-studios-feaured-image p {
	margin:0px;
	padding:0px;
}

.progression-studios-default-blog-index .wp-video {
	width:100% !important;
	height:auto;
}

/* Hover Transitions */
.progression-studios-feaured-image {
	position:relative;
	overflow:hidden;
	text-align:center;
}

.progression-studios-feaured-image img {
	transition: all 400ms;
}

.progression-studios-default-blog-overlay.progression-studios-blog-image-scale a:hover img,
.progression-studios-blog-image-scale .progression-studios-feaured-image:hover a img {
	transform: scale(1.09);
}

.progression-studios-default-blog-overlay.progression-studios-blog-image-zoom-grey a:hover .progression-studios-feaured-image img,
.progression-studios-blog-image-zoom-grey .progression-studios-feaured-image:hover a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


.progression-studios-default-blog-overlay.progression-studios-blog-image-zoom-sepia a:hover .progression-studios-feaured-image img,
.progression-studios-blog-image-zoom-sepia .progression-studios-feaured-image:hover a img {
	-webkit-filter: sepia(50%);
	filter: sepia(50%);
}

.progression-studios-default-blog-overlay.progression-studios-blog-image-zoom-saturate a:hover .progression-studios-feaured-image img,
.progression-studios-blog-image-zoom-saturate .progression-studios-feaured-image:hover a img {
	-webkit-filter: saturate(50%);
	filter: saturate(50%);
}

.progression-studios-default-blog-overlay.progression-studios-blog-image-zoom-shine .progression-studios-feaured-image:before,
.progression-studios-blog-image-zoom-shine .progression-studios-feaured-image:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

.progression-studios-default-blog-overlay.progression-studios-blog-image-zoom-shine:hover .progression-studios-feaured-image:before,
.progression-studios-blog-image-zoom-shine .progression-studios-feaured-image:hover:before {
	animation: shine_pro 1.2s;
}
@-webkit-keyframes shine_pro {
	100% {
		left: 125%;
	}
}
@keyframes shine_pro {
	100% {
		left: 125%;
	}
}

/*
=============================================== 13. BLOG POST STYLES ===============================================
*/
/* Tags */
.tags-progression {
	padding-top:10px;
	margin-bottom:20px;
}

.tags-progression span {
	position:relative;
	top:1px;
	margin-right:10px;
	font-size:90%;
}

.progression-studios-blog-excerpt .tags-progression a {
	border-bottom:none;
}

.tags-progression a {
	display:inline-block;
	border-radius:3px;
	margin-left:7px;
	margin-bottom:5px;
	padding:0px 10px;
	height:26px;
	line-height:26px;
	font-weight:700;
	font-size:12px;
	color:#676767;
	background:#ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.06);
}

.tags-progression a:hover {
	color:#282828;
	background:#d6de23;
}

/* Blog Comment Styling */
p.logged-in-as {
	margin-bottom:15px;
	font-size:90%;
}
.comment-navigation {
	padding-top:0px;
	padding-bottom:35px;
}

.comment-navigation a {
	font-weight:700;
	
}
.comment-navigation .nav-previous {
	float:left;
	width:50%;
}
.comment-navigation .nav-next {
	float:right;
	width:50%;
	text-align:right;
}

.comment-form label {
	display:block;
	padding:0px 0px 2px 0px;
	font-size:90%;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
	display:block;font-size:80%;
}

#comments h4.comments-title {
	margin-top:20px;
	margin-bottom:30px;
	font-size:19px;
}

#comments h4.comments-title span.comment-count-title {
	font-weight:600;
}

#comments h3.comment-reply-title {
	font-size:20px;
	margin-bottom:15px;
}

#comments h3.comment-reply-title small { 
	font-size:14px; 
	padding-left:5px; 
}

body .comment-list { 
	list-style: none; 
	margin:0px 0px 25px 0px; 
	padding:0px;
}

.comment-list li.comment {
	padding-bottom:10px;
	margin-bottom:25px;
	position:relative;
}

body .comment-list li.pingback {
	padding-bottom:15px;
	font-size:95%;
}
body .comment-list li.pingback .comment-body:before {
	display:none;
}

body .comment-list li.pingback .comment-body {
	margin-left:0px;
}

.comment-list .children { 
	list-style: none; 
	margin: 0; 
	padding:0px;
}

.comment-list .children > li {
	border-bottom:0px;
	margin-bottom:0px;
	margin-top:50px;
	margin-left: 35px;
}

.comment-body {
	font-size:95%;
	padding:18px 25px;
	margin-left:90px;
	background:#ffffff;
	border:2px solid rgba(0,0,0, 0.08);
	border-radius:4px;
}

.comment-body:before {
	content:'';
	display:block;
	position:absolute;
	left:80px;
	top:30px;
	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent; 
	border-right:10px solid rgba(0,0,0, 0.08); 
}

.comment-body p {
	margin-bottom:10px;
}
.comment-author .avatar {
	float: left;
	height: 70px;
	width: 70px;
	left:0px;
	position:absolute;
	border-radius:100px;
}

.comment-author span.says {
	display:none;
}

.comment-author cite a, .comment-author cite a:hover {color:#35364c;}
.comment-author cite {
	display:inline-block;
	font-style:normal;
	font-weight:600;
	line-height:1.2;
	color:#35364c;
	font-size:16px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:4px;
}

.commentmetadata {
	margin-bottom: 8px;
	font-size:13px;
	padding-top:3px;
	color:#878787;
}

.commentmetadata a, .commentmetadata a:hover {
	color:#878787;
}

.reply a.comment-reply-link {
	font-size:11px;
	position:absolute;
	padding:6px 10px;
	right:10px;
	margin-top:-20px;
	display:block;
}

.reply a.comment-reply-link:before {
	font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);
	font-style:normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3e5";
	padding-right:5px;
	font-size:9px;
	position:relative;
	top:-1px;

}

#respond.comment-respond {
	margin-top:25px;
}

.comment-list a.comment-edit-link {
	font-size:12px;
	font-weight:600;
}


/*
=============================================== 14. CONTACT FORM STYLES ===============================================
*/
span.required {
	color:#fa4e3c;
}

.wpcf7-form .grid2column-progression p {
	margin-bottom:0px;
}

.wpcf7-form .grid2column-progression,
.wpcf7-form p {
	margin-bottom:20px;
}

form#mc-embedded-subscribe-form  .mc-field-group input:focus,
.wpcf7-form select:focus,
blockquote,
.post-password-form input:focus,
.search-form input.search-field:focus,
#respond textarea:focus, #respond input:focus,
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	outline:none;
	border-color:#6e8a95; 
}

.tml input, .tml textarea,
.wpcf7 select,
.post-password-form input,
#respond textarea, #respond input,
.wpcf7-form input, .wpcf7-form textarea {
	border-radius:4px;
	width:70%;
	padding:10px 18px;
	background:#ffffff;
	border:1px solid #ffffff;
}

span.wpcf7-form-control-wrap  {
	padding-top:3px;
	display:block;
}

.post-password-form {
	font-size:14px;
}

.post-password-form input[type=submit] {
	margin-right:0px;
}
.post-password-form input {
	max-width:280px;
	width:85%;
	margin-right:10px;
	padding-top:11px;
	padding-bottom:12px;
	width: calc(100% - 220px);
}

.tml input, .tml textarea,
.wpcf7 select,
.wpcf7-form .grid2column-progression input,
#respond textarea, .comment-respond textarea, .wpcf7-form textarea {
	width:96%;
	width: calc(100% - 40px);
}

.wpcf7 select {
	padding-top:14px;
	padding-bottom:14px;
}

.wpcf7-form input.wpcf7-not-valid {
	border-color:#e54823;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	display:none;
}

.wpcf7 select {
	-moz-appearance: none; 
	-webkit-appearance: none; 
	-ms-appearance:none;
	appearance: none;
}


/*
=============================================== 15. ARMEMBER FORM STYLE OVERRIDES ===============================================
*/
.arm_setup_form_inner_container .arm_form_wrapper_container .arm_form_heading_container,
.arm_membership_setup_form h3.arm_setup_form_title,
.arm_form.arm_form_edit_profile .arm_form_heading_container,
.arm_form.arm_form_layout_writer .arm_form_heading_container,
body.page-id-257 .arm_form.arm_form_101 .arm_form_heading_container {
	display:none;
}

.arm_form_inner_container .arm_form_field_container .arm_form_input_container_submit {
	text-align:left;
}


body .dashboard-container-pro .arm_member_form_container {
	padding-bottom:40px;
}

.arm_membership_setup_form .arm_module_plan_description ul {
	margin:0px 0px 0px 15px;
}

.arm_membership_setup_form .arm_module_plan_description ul li {
	margin-bottom:10px;
}

#login-form-demo-account-access {
	text-align:center;
	padding:0px 0px 6px 0px;
	margin-top:-20px;
}


#skrn-login-custom .arm_form_102,
#skrn-login-custom .arm_form_field_container_202,
#skrn-login-custom .arm_form_inner_container,
#skrn-login-custom .arm_form_wrapper_container {
	background:transparent !important;
}


#skrn-login-custom #login-form-demo-account-access {
	position:relative;
	top:60px;
	z-index:25;
}

#skrn-login-custom .arm_form_field_label_wrapper_text,
#skrn-login-custom #arm_form_heading_container {
	display:none;
}


/*
=============================================== 16. BUTTON STYLES ===============================================
*/
.tagcloud a {
	line-height:1;
	border:none;
	text-align:center;
	display:inline-block;
	border-radius:60px;
	width:auto;
	padding:9px 14px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:5px;
	background:#6e16ff;
	font-size:11px !important;
	font-family: 'Montserrat', sans-serif;
}

#boxed-layout-pro .content-sidebar-section a.button-progression {
	padding:11px 16px;
	font-size:12px;
}

body a.progression-studios-skrn-slider-button {
	line-height:1;
	border:none;
	text-align:center;
	display:inline-block;
	border-radius:60px;
	padding:20px 24px;
	font-weight:400;
	color:#ffffff;
	background:#6e16ff;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0px 12px 28px rgba(61,177,61, 0.38);
}

body a.progression-studios-skrn-slider-button i {
	margin-right:10px;
}

body a.progression-studios-skrn-slider-button:hover {
	box-shadow: 0px 12px 28px rgba(161,161,161, 0.38);
}

#boxed-layout-pro a.button-progression,
#boxed-layout-pro .form-submit input#submit,
#boxed-layout-pro button.button,
#boxed-layout-pro a.button {
	line-height:1;
	border:none;
	text-align:center;
	display:inline-block;
	border-radius:60px;
	width:auto;
	padding:16px 22px;
	font-weight:400;
	color:#ffffff;
	background:#6e16ff;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
}
button.wpneo_donate_button {
	position:relative;
	top:1px;
}


.post-password-form input[type=submit],
#respond input.submit,
.wpcf7-form input.wpcf7-submit {
	line-height:1;
	border:none;
	text-align:center;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	border-radius:60px;
	width:auto;
	padding:16px 22px;
	font-size:16px;
	color:#ffffff;
	background:#6e16ff;
	font-weight:400;
}

.post-password-form input[type=submit] {
	padding-top:17px;
	padding-bottom:17px;
}

.post-password-form input[type=submit]:hover,
#respond input.submit:hover,
.wpcf7-form input.wpcf7-submit:hover {
	color:#0e0e10;
	background:#e0e0e0;
}

#respond input.submit,
.wpcf7-form input.wpcf7-submit {
	margin-top:4px;
}


/* ARM Form STyles*/
body .arm_form_input_container_avatar img {
	width:160px;
}

body .arm_popup_close_btn,.popup_close_icon,
body .arm_popup_close_btn:hover,
body .popup_close_icon:hover {
background:url(/wp-content/themes/skrn-progression/images/close_btn.png) center center no-repeat rgba(0,0,0,0);
}

body .arm_popup_close_btn:hover,
body .popup_close_icon:hover {
	opacity:0.6;
}


/*
=============================================== 17. SIDEBAR STYLES ===============================================
*/
.sidebar {
	color:#999999;
	font-size:15px;
}

.sidebar-item {
	padding-bottom:34px;
}

.sidebar a {
	color:#444444;
}

.sidebar ul li.current-cat, .sidebar ul li.current-cat a,
.sidebar a:hover {
	color:#000000;
}


.sidebar h4.widget-title {
	font-size:18px;
	margin-bottom:22px;
	color:#282828;
	padding-bottom:15px;
	position:relative;
}

.sidebar h4.widget-title:before {
	content:'';
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	height:1px;
}

.sidebar ul li:before {
	display:inline-block;
	font-weight:normal;
	font-style:normal;
	content:"—";
	padding-left:1px;
	padding-right:5px;
	position:relative;
	top:0px;
	font-size:15px;
	position:absolute;
	left:0px;
	 content: "\f30b"; 
	 font-weight:900;
	font-family: "Font Awesome 5 Free";
	top:1px;	
}

.sidebar .widget_recent_entries ul li:before {
	content: "\f15c";
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.sidebar .widget_recent_comments ul li:before {
	font-size:13px;
	content: "\f086";
	font-weight:400;
	font-family: "Font Awesome 5 Free";
	top:2px;
}

.sidebar ul {
	list-style:none;
	margin:0px 0px 25px 0px;
	padding:0px;
}

.sidebar ul ul.sub-menu,
.sidebar ul ul.children {
	margin-top:8px;
}
.sidebar ul ul {
	margin:0px;
	padding:8px 0px 0px 12px;
}

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

.sidebar ul li {
	position:relative;
	line-height:1.5;
	margin:0px 0px 8px 0px;
	padding:0px 0px 8px 22px;
}

body .sidebar ul ul {
	margin-left:-15px;
}

body .sidebar ul ul ul ul {
	margin-left:-20px;
}

/* Sidebar Select */
.widget select {
	max-width:100%;
}

/* RSS */
footer#site-footer .widget_rss ul li:before,
.widget_rss ul li:before {
	display:none;
}
.widget_rss ul a.rsswidget {
	display:block;
	margin-bottom:4px;
	font-weight:600;
	font-size:105%;
}

.widget_rss ul span.rss-date {
	display:block;
	font-size:90%;
	opacity:0.8;
	margin-bottom:5px;
}

footer#site-footer  .widget_rss ul li,
.widget_rss ul li {
	padding-left:0px;
}

.widget_rss ul cite {
	display:block;
	font-style:italic;
	padding-top:8px;
	opacity:0.8;
	font-size:90%;
}

/* Calendar */
.widget table#wp-calendar {
	width:100%;
}

.widget table#wp-calendar caption {
	text-align:center;
	font-size:105%;
	padding-bottom:5px;
	color:#444444;
}

.widget table#wp-calendar thead th {
	font-weight:600;
}

.widget table#wp-calendar tr th, .widget table#wp-calendar tr td {
	padding:6px;
	text-align:center;
}

footer#site-footer .widget table#wp-calendar caption,
footer#site-footer table#wp-calendar {
	color:#ffffff;
	font-weight:700;
}

/* Count Styling for Category/Archive */
.widget ul span.count {
	float:right;
	color:#777;
	font-size:10px;
	display:inline-block;
	text-align:center;
	width:16px;
	height:16px;
	line-height:16px;
	border-radius:25px;
	background:rgba(0,0,0, 0.06);
	position:relative;
	top:5px;
}

footer#site-footer .widget ul span.count {
	background:rgba(255,255,255, 0.06);
	color:#ffffff;
}

.widget li.recentcomments span.comment-author-link {
	font-style:italic;
}


/*
=============================================== 18. FOOTER STYLES ===============================================
*/
#progression-studios-footer-page-builder .boosted-elements-progression-advanced-text-container a,
#progression-studios-footer-page-builder .elementor-text-editor a {
	border:none;
}
ul.progression-studios-social-counter-container {
	list-style:none;
	margin:0px;
	text-transform:uppercase;
	text-align:center;
	padding:0px;
}

ul.progression-studios-social-counter-container li {
	display:inline-block;
	margin:0px;
	padding:0px;
}

ul.progression-studios-social-counter-container li:last-child span.progression-elements-social-divider {
	display:none;
}

ul.progression-studios-social-counter-container h3,
ul.progression-studios-social-counter-container a,
ul.progression-studios-social-counter-container {
	color:#ffffff;
}

ul.progression-studios-social-counter-container i {
	border-radius:30px;
	text-align:center;
	line-height:32px;
	width:32px;
	height:32px;
	font-size:16px;
	background:rgba(255,255,255, 0.25);
	color:#ffffff;
	float:left;
	position:relative;
	top:3px;
	margin-right:15px;
	margin-bottom:-5px;
}

span.progression-elements-social-divider,
.progression-elements-social-count-number,
ul.progression-studios-social-counter-container h3 {
	display:inline-block;
	font-weight:400;
	font-size:23px;
}

.progression-elements-social-count-number {
	display:inline-block;
}

.progression-elements-social-count-number span {
	padding-left:8px;
}

span.progression-elements-social-divider {
	display:inline-block;
	padding:0px 36px;
	opacity:rgba(255,255,255, 0.7);
}

/* Copyright */
footer#site-footer #progression-studios-copyright a {
	color:rgba(255,255,255,0.65);
}
footer#site-footer #progression-studios-copyright a:hover {
	color:#ffffff;
}

#copyright-divider-top {
	width:100%;
}
#copyright-text {
	float:left;
	padding:38px 0px;
	font-size:15px;
	color:rgba(255,255,255,0.45);
}
.footer-copyright-align-center #copyright-text  {
	float:none;
	text-align:center;
}
.footer-copyright-align-right #copyright-text  {
	float:right;
	text-align:right;
}

/* E-mail Newseltter */
.mc4wp-form input:focus {
	outline:none; 
}

.mc4wp-form label {
	display:none;
}
.mc4wp-form p {
	margin:0px;
	padding:0px;
	display:inline;
}

.sidebar .mc4wp-form input {
	border:2px solid #f2f2f2;
	padding:10px 14px;
	background:#ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.03);
}

.mc4wp-form input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 3px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	padding:12px 14px;
	font-size:12px;
	border:none;
	background:#ffffff;
	width: calc(100% - 90px);
	
}
.mc4wp-form .mc4wp-form-fields {
	display:inline-block;
}
.mc4wp-form input[type="submit"] {
	margin-right:0px;
	background:#34b1bb;
	color:#ffffff;
	padding:12px 12px;
	border:none;
	width:auto;
	font-weight:600;
}
.mc4wp-form input[type="submit"]:hover {
	color:#ffffff;
	background:#2a9eac;
	
}

.mc4wp-form .mc4wp-alert {
	font-style:italic;
	font-size:12px;
	padding-top:5px;
}

/* Scroll to top */
#pro-scroll-top {
	cursor:pointer;
	position: fixed; 
	overflow: hidden; 
	white-space: nowrap; 
	text-align:center;
	
	z-index:100;
	padding:0px;
	margin:0px;
  	bottom: 0px; 
	right: 30px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	color:#ffffff;
	background:rgba(0,0,0,  0.3);
	
	height: 31px;
	width: 42px;
	font-size:12px;
}

#pro-scroll-top:hover {
	height:35px;
}

#pro-scroll-top .fa-chevron-up {
	position:absolute;
	top:10px;
	left:16px;
}


.elementor-widget span.count {
	float:right;
	font-size:10px;
	display:inline-block;
	text-align:center;
	width:16px;
	height:16px;
	line-height:16px;
	border-radius:25px;
	background:rgba(255,255,255, 0.08);
	color:rgba(255,255,255, 0.6);
}



/*
=============================================== 19. VIDEO INDEX STYLES ===============================================
*/
#progression-studios-video-index-list-spacing {
	margin-bottom:40px;
}

.progression-studios-video-index {
	border-radius: 5px;
	border:1px solid rgba(0,0,0,0.08);
	box-shadow:0px 3px 8px rgba(0,0,0,  0.06);
}

.progression-video-index-content {
	padding:25px 24px 15px 24px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

h2.progression-video-title {
	font-size:15px;
	font-weight:400;
	float:left;
	line-height:1.2;
	margin-bottom:10px;
	
	width:calc(100% - 35px);
}

.progression-video-index-content .circle-rating-pro {
	position:relative;
	top:-6px;
	margin-bottom:-15px;
}

h2.progression-video-title a {
	color:#333333;
}

h2.progression-video-title a:hover {
	color:#3db13d;
}

.progression-studios-video-index-excerpt {
	font-size:13px;
}

.progression-studios-video-index-excerpt p {
	margin-bottom:10px;
}

/* Hover Transitions */
.progression-studios-feaured-video-index {
	position:relative;
	overflow:hidden;
	text-align:center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.progression-studios-feaured-video-index img {
	width:100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 400ms;
}

.progression-studios-blog-image-scale .progression-studios-feaured-video-index:hover a img {
	transform: scale(1.09);
}

.progression-studios-blog-image-zoom-grey .progression-studios-feaured-video-index:hover a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


.progression-studios-blog-image-zoom-sepia .progression-studios-feaured-video-index:hover a img {
	-webkit-filter: sepia(50%);
	filter: sepia(50%);
}

.progression-studios-blog-image-zoom-saturate .progression-studios-feaured-video-index:hover a img {
	-webkit-filter: saturate(50%);
	filter: saturate(50%);
}

.progression-studios-blog-image-zoom-shine .progression-studios-feaured-video-index:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

.progression-studios-blog-image-zoom-shine .progression-studios-feaured-video-index:hover:before {
	animation: shine_pro 1.2s;
}

/* Masonry Columns */
.progression-masonry-item.progression-masonry-col-1 { 
	width: 100%; 
}

.progression-masonry-item.progression-masonry-col-2 { 
	width: 49.8%;	
}

.progression-masonry-item.progression-masonry-col-3 { 
	width: 33.330%; 
}

.progression-masonry-item.progression-masonry-col-4 { 
	width: 25%; 
}

.progression-masonry-item.progression-masonry-col-5 { 
	width: 20%; 
}

.progression-masonry-item.progression-masonry-col-6 { 
	width: 16.67%; 
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.progression-masonry-item.progression-masonry-col-4, .progression-masonry-item.progression-masonry-col-5, .progression-masonry-item.progression-masonry-col-6 { 
		width: 33.330%; 
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.progression-masonry-item.progression-masonry-col-3 { 
		width: 50%; 
	}
}

@media only screen and (max-width: 767px) {
	.progression-masonry-item { 
		width: 100% !important; 
	}
	
}

/* Masonry animations */
.progression-studios-isotope-animation {
	opacity:0;
	transition: opacity 500ms; 
}

.progression-masonry-item.opacity-progression .progression-studios-isotope-animation {
	opacity:1;
}

/* Sorting/Filtering for Masonry */
h2.progression-studios-skrn-post-list-title {
	font-size:24px;
	margin:15px 0px 10px 0px;
}

ul.progression-filter-button-group {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
}

ul.progression-filter-button-group li {
	padding:0px;
	cursor:pointer;
	display:inline-block;
	
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666666;
	border-bottom:2px solid rgba(0,0,0, 0);
	
	margin:0px 12px 5px 12px;
}

.skrn-sorting-container-padding {
	padding:0px 2px;
	text-align:center;
}

ul.progression-filter-button-group li.pro-checked {
	border-color:red;
}


.skrn-video-sorting-icon {
	display:none;
}

.progression-studios-filtering-images-on .skrn-sorting-container-padding {
	padding:10px 12px;
}

.progression-studios-filtering-images-on ul.progression-filter-button-group li {
	border:2px solid rgba(0,0,0, 0);
	border-radius:4px;
	font-size:12px;
	margin:0px -4px 0px 0px;
	padding:0px;
}

.progression-studios-filtering-images-on .skrn-video-sorting-icon {
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:0px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
}

/*
=============================================== 20. USER PROFILE STYLES ===============================================
*/
#content-sidebar-info {
	position:relative;
	text-align:center;
	margin-bottom:45px;
}

a.edit-profile-sidebar {
	text-align:center;
	z-index:8;
	position:absolute;
	top:14px;
	right:14px;
	border-radius:40px;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:15px;
	color:#ffffff;
	box-shadow: 0px 2px 14px rgba(61,177,61, 0.4);
}

a.edit-profile-sidebar:hover {
	background:#9d9d9d;
}
#avatar-sidebar-large-profile {
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	background-color:#cccccc;
	height:400px;

}

#profile-sidebar-name {
	padding-top:40px;
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:3;
}

#profile-sidebar-gradient {
	height:180px;
	position:absolute;
	bottom:-2px;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,7db9e8+100,ffffff+100,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#profile-sidebar-name h5 {
	font-size:19px;
	margin-bottom:8px;
	line-height:1.2;
}

#profile-sidebar-name h6 {
	color:#888888;
	font-size:14px;
	font-weight:400;
	line-height:1.2;
	margin-bottom:15px;
}

ul.profile-social-media-sidebar-icons {
	list-style:none;
	margin:0px;
	padding:0px 20px;
	line-height:1;
	text-align:center;
}

ul.profile-social-media-sidebar-icons li {
	display:inline;
	margin:0px;
	padding:0px;
}

ul.profile-social-media-sidebar-icons li a {
	color:#3db13d;
	font-size:15px;
	padding:0px 4px 5px 4px;
	display:inline-block;
}

h3.content-sidebar-sub-header {
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.03em;
	margin-bottom:20px;
}

.content-sidebar-simple-text {
	font-size:14px;
	margin-top:-4px;
}

ul#profile-watched-stats {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	display: table; /* [1] */
	table-layout: fixed; /* [2] */
	width: 100%; /* [3] */
}

ul#profile-watched-stats li {
	margin:0px;
	padding:16px 0px;
	line-height:1;
	display: table-cell;
	border:1px solid #e2e2e2;
	color:#777777;
	font-size:12px;
}

ul#profile-watched-stats span {
	font-size:26px;
	display:block;
	font-weight:700;
	padding-bottom:4px;
}

ul#profile-watched-stats li:first-child {
	border-right:none;
}

ul#profile-watched-stats li:last-child {
	border-left:none;
}


/*
=============================================== 21. USER PROFILE Watchlist/Favorites/Reviews ===============================================
*/
#skrn-progression-favorites-div-container,
#skrn-progression-reviews-div-container {
	display:none;
}

#skrn-progression-watchlist-div-container,
#skrn-progression-favorites-div-container,
#skrn-progression-reviews-div-container {
	padding-bottom:30px;
}

h3.progresison-studios-no-author-posts-list {
	font-size:16px;
	font-weight:400;
}

/* Dashboard Sub-menu Filtering */
ul.dashboard-sub-menu {
	list-style:none;
	margin:0px 0px 30px 0px;
	padding:0px;
}

ul.dashboard-sub-menu li {
	display:inline;
	padding:0px;
	margin:0px;
}

ul.dashboard-sub-menu li a {
	margin:0px 40px 5px 0px;
	display:inline-block;
	position:relative;
	color:#adadad;
	font-size:16px;
	padding-bottom:6px;
	font-family: 'Montserrat', sans-serif;
}

ul.dashboard-sub-menu li:last-child a {
	margin-right:0px;
}

ul.dashboard-sub-menu li a:after {
	display:block;
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:3px;
	background:rgba(0,0,0,  0);
}

ul.dashboard-sub-menu li a:hover,
ul.dashboard-sub-menu li.current a {
	color:#333333;
}

/*
=============================================== 22. VIDEO POST STYLES ===============================================
*/
#content-sidebar-pro {
	margin-left:160px;
	width:300px;
	float:left;
	background:#fafafa;
}

#content-sidebar-pro:after {
	content:'';
	position:fixed;
	left:160px;
	width:300px;
	top:0px;
	height:100%;
	background:#fafafa;
	z-index:-6;
	border-right:1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#col-main-with-sidebar {
	left:460px;
	position:absolute;
	width:calc(100% - 460px);
}


.content-sidebar-image {
	position:relative;
	text-align:center;
}

.content-sidebar-section {
	padding:0px 35px;
	margin-bottom:42px;
}

h2.content-sidebar-sub-header {
	padding-top:35px;
	font-size:22px;
	margin-bottom:15px;
}
/* PG-13, HD, etc. Rating */
ul.progression-studios-slider-rating {
	list-style:none;
	margin:0px 0px 8px 0px;
	padding:0px;
}

ul.progression-studios-slider-rating li {
	display:inline-block;
	line-height:1;
	margin:0px 7px 5px 0px;
	padding:7px;
	border-radius:5px;
	font-size:11px;
	font-weight:700;
	border:2px solid #9d9d9d;
	color:#9d9d9d;
}

h4.content-sidebar-sub-header {
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.03em;
	margin-bottom:10px;
}

.content-sidebar-short-description {
	font-size:14px;
}

ul.video-director-mega-sidebar a {
	color:#555555;
}

ul.video-director-mega-sidebar {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
}

ul.video-director-mega-sidebar li {
	display:inline;
	margin:0px;
	padding:0px;
}

ul.video-director-mega-sidebar li:after {
	content:', ';
}

ul.video-director-mega-sidebar li:last-child:after {
	display:none;
}


.dashboard-container {
	padding:40px 50px 0px 50px;
}

.movie-details-content-section {
	margin-bottom:15px;
}
.movie-details-section {
	margin-bottom:40px;
}

ul.skrn-video-cast-list {
	list-style:none;
	margin:0px 0px -10px 0px;
	padding:0px;
}

ul.skrn-video-cast-list li {
	list-style:none;
	margin:0px 0px 10px 0px;
	display:block;
	float:left;
	width:calc(25% - 22px);
	padding-right:22px;
}

.skrn-video-cast-photo {
	float:left;
	width:25px;
	height:25px;
	border-radius:20px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	background-color:#cccccc;
	margin-right:10px;
	box-shadow:2px 2px 5px rgba(0,0,0,  0.25);
}

ul.skrn-video-cast-list li h6 {
	font-weight:400;
	position:relative;
	font-size:14px;
}
/* Rating */
#movie-detail-rating {
	border-bottom:1px solid #e4e4e4;
	margin-bottom:0px;
	padding:35px 0px 30px 0px;
	position:relative;
}

#movie-detail-rating .lastcolumn-progression {
	position:relative;
}

#movie-detail-rating .dashboard-container {
	padding-top:0px;
}

#movie-detail-rating h5 {
	font-weight:400;
	font-size:14px;
	margin-bottom:5px;
}

#movie-detail-rating h5 .arm_form_popup_container a {
	margin:0px;
	display:inline;
	font-weight:400;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
}

#movie-detail-rating h5 .arm_form_popup_container {
	display:inline;
}

#movie-detail-rating h5 .arm_form_popup_container .armclear {
	display:none;
}

.rate-this-video-skrn-pro {
	font-size:14px;
}

#movie-detail-rating h6 {
	font-weight:400;
	font-size:14px;
	float:right;
	position:relative;
	top:8px;
	margin-left:12px;
}

#movie-detail-rating .circle-rating-pro {
	float:right;
	position:relative;
}

#movie-detail-rating  .circle-rating-pro span {
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:14px;
}


/*
=============================================== 23. CIRCLE RATING STYLES ===============================================
*/
.circle-rating-pro {
	float:right;
	position:relative;
}
.circle-rating-pro span {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	position:absolute;
	top:0;
	left:0;
	line-height:32px;
	width:32px;
	text-align:center;
	font-size:11px;
}

/*
=============================================== 24. REVIEWS STYLES ===============================================
*/
.no-recent-reviews {
	font-size:14px;
	margin-top:-5px;
}
h2.content-sidebar-sub-header.adjusted-recent-reviews {
	font-size:18px;
	padding-top:10px;
}

ul.sidebar-reviews-pro {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.sidebar-reviews-pro li {
	margin:0px 0px 20px 0px;
	padding:0px;
	border-bottom:1px dotted #d2d4d5;
	font-size:13px;
	line-height:1.6;
}
ul.sidebar-reviews-pro li:last-child {
	border:none;
	margin-bottom:30px;
}

ul.sidebar-reviews-pro h6 {
	font-size:14px;
	font-weight:400;
	margin-bottom:3px;
}

ul.sidebar-reviews-pro .spoiler-review {
	text-transform:uppercase;
	font-size:11px;
	padding:0px 0px 8px 0px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
}

ul.sidebar-reviews-pro .sidebar-review-time {
	color:#858585;
	padding-bottom:10px;
	font-size:12px;
}

ul.sidebar-reviews-pro li p,
ul.sidebar-reviews-pro .sidebar-comment-exerpt {
	margin-bottom:18px;
}

.sidebar-comment-full {
	display:none;
}

.read-more-comment-sidebar {
	margin-top:5px;
	text-decoration:underline;
	font-size:12px;
	cursor:pointer;
}
/* Genres Sidebar  */
.skrn-video-cast-genre-icon-sidebar {
	display:inline-block;
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	margin-right:3px;
	position:relative;
	top:5px;
}

ul.video-grenes-mega-sidebar a {
	color:#555555;
}

ul.video-grenes-mega-sidebar {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
}

ul.video-grenes-mega-sidebar li {
	display:inline-block;
	margin:0px;
	padding:0px;
}

ul.video-grenes-mega-sidebar li:after {
	content:'';
	padding-right:12px;
}

ul.video-grenes-mega-sidebar li:last-child:after {
	display:none;
}


/* Rating Styles */
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.comment-form .rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
	position:relative;
}

.comment-form .rating-container * {
	font-size: 1.4rem;
}

.comment-form .rating-container > input {
	display: none;
}

.comment-form .rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.comment-form .rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #bdbdbd;
}

.comment-form .rating-container > input + label:before {
	transition-duration: 350ms; 
	transition-property: color; 
	transition-timing-function: ease-in-out;
}


.comment-form .rating-container > input:checked ~ label:before,
.comment-form .rating-container > input + label:hover ~ label:before,
.comment-form .rating-container > input + label:hover:before {
	content: "\f155";
	color: #ff7300;
}

.comment-form .rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.comment-form .rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.comment-form .rating-container:hover > input + label:before {
	content: "\f154";
	color: #bdbdbd;
	text-shadow: none;
}

.comment-form .rating-container:hover > input + label:hover ~ label:before,
.comment-form .rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #ff7300;
}

/* Comment Star Styling */
.skrn-pro-star-filled {
	position:relative;
	z-index:10;
}
.skrn-pro-star-comments {
	position:relative;
}
.skrn-pro-star-empty {
	position:absolute;
	top:0px;
	left:0px;
}


.skrn-pro-star-comments,
.skn-progression-average-rating .dashicons-star-filled {
	color: #ff7300;
}

.rate-this-video-skrn-pro,
.skrn-pro-star-empty,
.skn-progression-average-rating .dashicons-star-empty {
	color: #aaa;
}


span.under-moderation-rating-index {
	color: #aaaaaa;
	font-weight:400;
	font-style:italic;
	font-size:13px;
}


/*
=============================================== 25. VIDEO POST HEADER STYLES ===============================================
*/
#movie-detail-header-pro {
	width:100%;
	overflow:hidden;
	position:relative;
	height:80vh;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	background-color:#555555;
}

#movie-detail-gradient-pro {
	position:absolute;
	bottom:0px;
	width:100%;
	height:45vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#embedded-video-audio-detail-header-pro {
	width:100%;
	overflow:hidden;
	position:relative;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	background-color:#555555;
}

#embedded-video-audio-detail-header-pro #movie-detail-gradient-pro {
	display:none;
}

#skrn-single-video-embed {
	margin:0 auto;
}

#skrn-single-video-embed p {
	margin:0px;
}

a.movie-detail-header-play-btn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	z-index:50;
}

a.movie-detail-header-play-btn i {
	z-index:50;
	position:absolute;
	display:block;
	left:50%;
	text-align:center;
	border-radius:100px;
	top:50%;
	margin-top:-75px;
	margin-left:-55px;
	width:110px;
	height:110px;
	line-height:110px;
	color:#ffffff;
	font-size:46px;
	border:3px solid #ffffff;
	background:rgba(0,0,0,  0.06);
	box-shadow:0px 0px 20px rgba(0,0,0,  0.15);
}

a.movie-detail-header-play-btn:hover i {
	color:#ffffff;
	background:rgba(255,255,255,  0.1);
	box-shadow:0px 0px 20px rgba(0,0,0,  0.25);
}

a.movie-detail-header-play-btn i:before {
	position:relative;
	left:5px;
}


/* Add to Watchlist Menu */
.progression-studios-slider-more-options {
	float:left;
	cursor:pointer;
	margin:0px;
	position:relative;
	padding-right:12px;
	z-index:60;
	
}

.progression-studios-slider-more-options i.fa-ellipsis-h {
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	font-size:13px;
	border-radius:60px;
	border:2px solid #acabab;
	color:#acabab;
}

.progression-studios-slider-more-options.active i.fa-ellipsis-h,
.progression-studios-slider-more-options i.fa-ellipsis-h:hover {
	border-color:#8f8f8f;
	color:#8f8f8f;
}

.progression-studios-slider-more-options ul {
	position:absolute;
	left:100%;
	top:0px;
	width:175px;
	background:#ffffff;
	border:1px solid rgba(0,0,0,  0.05);
	box-shadow: 0px 0px 10px rgba(0,0,0,  0.06);
	border-radius:5px;
	list-style:none;
	margin:0px;
	padding:16px 0px 0px 0px;
}

.progression-studios-slider-more-options ul li {
	margin:0px;
	padding:0px 24px 0px 24px;
}

.progression-studios-slider-more-options ul li a {
	display:block;
	margin-bottom:4px;
	color:#272727;
	font-size:13px;
	padding-top:3px;
}

.progression-studios-slider-more-options ul li:last-child {
	border-top:1px solid #e7e7e7;
	margin-top:13px;
}

.progression-studios-slider-more-options ul li:last-child a {
	color:#aaaaaa;
	margin-bottom:0px;
	padding-top:11px;	
	padding-bottom:11px;
}

form.wishlist_user_post button.wishlist-button-pro,
form.favorite_user_post button.favorite-button-pro {
	border:none;
	margin:0px 0px 2px 0px;
	padding:0px ;
	background:none;
	text-align:left;
	color:#272727;
	font-size:13px;
}

form.wishlist_user_post button.wishlist-button-pro i,
form.favorite_user_post button.favorite-button-pro i {
	display:none;
}

form.wishlist_user_post button.wishlist-button-pro.is-wishlist i,
form.favorite_user_post button.favorite-button-pro.is-favorite i {
	display:inline-block;
	margin-right:7px;
	position:relative;
}

#embedded-video-audio-detail-header-pro .progression-studios-slider-more-options,
#movie-detail-header-pro .progression-studios-slider-more-options {
	float:right;
	cursor:pointer;
	margin:0px;
	position:relative;
	padding:25px 25px 0px 12px;
	
}

#embedded-video-audio-detail-header-pro .progression-studios-slider-more-options i.fa-ellipsis-h,
#movie-detail-header-pro .progression-studios-slider-more-options i.fa-ellipsis-h {
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	font-size:13px;
	border-radius:60px;
	border:2px solid #ffffff;
	color:#ffffff;
}

#embedded-video-audio-detail-header-pro .progression-studios-slider-more-options ul,
#movie-detail-header-pro .progression-studios-slider-more-options ul {
	position:absolute;
	right:100%;
	left:auto;
	top:25px;
	width:175px;
	background:#ffffff;
	border:1px solid rgba(0,0,0,  0.05);
	box-shadow: 0px 0px 10px rgba(0,0,0,  0.06);
	border-radius:5px;
	list-style:none;
	margin:0px;
	padding:16px 0px 0px 0px;
}

.login-required-notice  {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:159;
	font-size:16px;
    animation:skrn-login-form-response 0.5s 1;
      -webkit-animation:skrn-login-form-response 0.5s 1;
      animation-fill-mode: forwards;

      animation-delay:4s;
      -webkit-animation-delay:4s;
      -webkit-animation-fill-mode: forwards;

  } 

@keyframes skrn-login-form-response{
      from {opacity :1;}
      to {opacity :0;}
}

@-webkit-keyframes skrn-login-form-response{
      from {opacity :1;}
      to {opacity :0;}
}

.login-required-notice i {
	margin-right:5px;
}

.login-notify-text {
	border:1px solid rgba(255,255,255,  0.25);
	background:rgba(0,0,0,  0.85);
	padding:20px;
	margin:0 auto;
	display:inline-block;
	border-radius:5px;
}

.login-notify-text p {
	margin:0px;
}

.login-notify-text a:hover,
.login-notify-text a,
.login-notify-text {
	color:#ffffff;
}

.login-notify-text a {
	text-decoration:underline;
}

ul#blog-single-social-sharing {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-29px;
}

ul#blog-single-social-sharing li {
	display:inline-block;
	margin:0px 4px 8px 4px;
	padding:0px;
}

ul#blog-single-social-sharing li a {
	display:inline-block;
	line-height:1;
	font-size:13px;
	height:50px;
	line-height:50px;
	border-radius:4px;
	padding:0px 50px;
	background:#767a86;
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	position:relative;
}

ul#blog-single-social-sharing li a i {
	font-size:19px;
	position:relative;
	top:2px;
}

ul#blog-single-social-sharing li a:before {
	position:absolute;
	border-radius:4px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	content:'';
	background:rgba(255,255,255, 0);
}

ul#blog-single-social-sharing span {
	position:relative;
	z-index:5;
}

ul#blog-single-social-sharing li a:hover:before {
	background:rgba(255,255,255, 0.2);
}

ul#blog-single-social-sharing span.progression-single-dash {
	padding:0px 4px;
}

ul#blog-single-social-sharing li a.twitter-share {
	background:#52b3eb;
}

ul#blog-single-social-sharing li a.facebook-share {
	background:#3655b9;
}

ul#blog-single-social-sharing li a.pinterest-share {
	background:#cb2027;
}

ul#blog-single-social-sharing li a.vk-share {
	background:#45668e;
}

ul#blog-single-social-sharing li a.google-share {
	background:#dd4b39;
}

ul#blog-single-social-sharing li a.reddit-share {
	background:#fd4314;
}

ul#blog-single-social-sharing li a.linkedin-share {
	background:#007bb6;
}

ul#blog-single-social-sharing li a.tumblr-share {
	background:#32506d;
}

ul#blog-single-social-sharing li a.stumble-share {
	background:#ea472a;
}


/*
=============================================== 26. Comment/Review Popup STYLES ===============================================
*/
#comment-review-pop-up-fullscreen,
#blog-single-social-sharing-container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:300;
	background:rgba(255,255,255,  0.85);
	opacity:0;
	visibility:hidden;
}

#comment-review-pop-up-fullscreen.hide,
#blog-single-social-sharing-container.hide {
	animation-duration:200ms;
	animation-name: ProMoveOut;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}


#comment-review-pop-up-fullscreen.active,
#blog-single-social-sharing-container.active {
	opacity:0;
	visibility:visible;
	animation-duration:250ms;
	animation-name: ProMoveUp;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

#close-pop-up-full-review-skrn,
#close-social-sharing-skrn {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.rating-click-to-rate-skrn {
	cursor:pointer;
}

#comment-review-pop-up-fullscreen span.icon-Close,
#blog-single-social-sharing-container span.icon-Close {
	position:absolute;
	top:25px;
	right:25px;
	cursor:pointer;
	color:rgba(0,0,0,  0.75);
	font-size:40px;
}

#comment-review-pop-up-container {
	width:92%;
	max-width:900px;
	top:15%;
	overflow-y:auto;
	max-height:70%;
	margin:0 auto;
	border-radius:6px;
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	background:#ffffff;
	position:relative;
	z-index:30;
}


#comment-review-pop-up-padding {
	padding:30px;
}

#comment-review-popup-heading {
	border-bottom:1px dotted #d2d4d5;
	margin-bottom:25px;
	padding-bottom:5px;
	position:relative;
}



#comment-review-popup-heading h2 {
	font-size:20px;
	position:relative;
	top:5px;
}

#comment-review-popup-heading h6 {
	font-weight:400;
	font-size:14px;
	float:right;
	position:relative;
	top:8px;
	margin-left:12px;
}

#comment-review-popup-heading .circle-rating-pro {
	float:right;
	position:relative;
}

#comment-review-popup-heading .circle-rating-pro span {
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:14px;
}

ul.fullscreen-reviews-pro {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.fullscreen-reviews-pro li {
	margin:0px 0px 20px 0px;
	padding:0px;
	border-bottom:1px dotted #d2d4d5;
	line-height:1.6;
}
ul.fullscreen-reviews-pro li:last-child {
	border:none;
	margin-bottom:0px;
}

ul.fullscreen-reviews-pro h6 {
	font-size:15px;
	font-weight:400;
	padding-top:3px;
	margin-bottom:8px;
}

ul.fullscreen-reviews-pro h6 a {
	color:#333333;
}

ul.fullscreen-reviews-pro .sidebar-review-time {
	color:#858585;
	padding-bottom:10px;
	font-size:13px;
}

ul.fullscreen-reviews-pro .spoiler-review {
	text-transform:uppercase;
	font-size:11px;
	padding:0px 0px 5px 0px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
}

ul.fullscreen-reviews-pro li p,
ul.fullscreen-reviews-pro .sidebar-comment-exerpt {
	margin-bottom:18px;
}

.skrn-review-full-avatar {
	float:left;
	margin-right:10px;
	border-radius:60px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	width:30px;
	height:30px;
	background-color:#eeeeee;
}

.skrn-review-full-avatar img {
	border-radius:60px;
	display:none;
}

#comment-review-form-container {
	border-bottom:1px dotted #d2d4d5;	
	margin-bottom:25px;
	padding-bottom:25px;
}

#comment-review-form-container h3#reply-title {
	font-size:18px;
}

#comment-review-form-container p.logged-in-as {
	display:none;
}

#comment-review-form-container .skrn-spoiler-pro .spoiler-label-heading,
#comment-review-form-container label.skrn-rating-pro {
	font-family: 'Montserrat', sans-serif;
	line-height:1.2;
}

.comments-rating {
	margin-bottom:10px;
}


#comment-review-form-container p.form-submit {
	margin-top:-10px;
	margin-bottom:5px;
}

#comment-review-form-container .skrn-spoiler-pro {
	margin-bottom:15px;
}
#comment-review-form-container .skrn-spoiler-pro .spoiler-label-heading {
	position:relative;
	left:26px;
	top:-2px;
}

#comment-review-form-submit,
#comment-review-form-container.active button.button {
	display:none;
}
#comment-review-form-container.active #comment-review-form-submit {
	display:block;
}

/* Hide the browser's default checkbox */
.checkbox-pro-container {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Customize the label (the container) */
.checkbox-pro-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkbox-pro-container .checkmark-pro {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width:18px;
  border-radius:20px;
  background: #ffffff;
  border:1px solid rgba(0,0,0,  0.12);
}

/* On mouse-over, add a grey background color */
.checkbox-pro-container:hover input ~ .checkmark-pro {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-pro-container input:checked ~ .checkmark-pro {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-pro-container .checkmark-pro:after {
  content: "";
  position: absolute;
  opacity:0;
transition-duration: 150ms; 
transition-property: all; 
transition-timing-function: ease-in-out;
}

/* Show the checkmark when checked */
.checkbox-pro-container input:checked ~ .checkmark-pro:after {
  opacity:1;
}

/* Style the checkmark/indicator */
.checkbox-pro-container .checkmark-pro:after {
  left:50%;
  top: 50%;
  margin-top:-4px;
  margin-left:-4px;
  width: 8px;
  height: 8px;
  border-radius:30px;
}


/*
=============================================== 27. SLIDER STYLES ===============================================
*/
/* Boosted Elements Slider */
.boosted-elements-slider-direction-nav li a:before {
	color:#bbbbbb ;
}
body .boosted-elements-slider-control-paging li a.boosted-elements-slider-active {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
}

.slider-background-overlay-color {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:100%;
}

.progression-studios-skrn-slider-background {
	background:#eeeeee;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;	
}

.progression-skrn-slider-content-margins {
	position:relative;
	z-index:25;
}

.progression-skrn-slider-elements-display-table {
	display:table;
	width:100%;
	height:100%;
	overflow:hidden;
}

.progression-skrn-slider-content-max-width {
	max-width:90%;
	margin:0 auto;
}

.progression-skrn-slider-text-floating-container {
	width:100%;
}

.progression-skrn-slider-progression-crowd-index-content {
	width:100%;
}

.progression-skrn-slider-container-max-width {
	margin:0 auto;
}


/* Slider Text */
ul.progression-skrn-slider-type {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

ul.progression-skrn-slider-type li {
	margin:0px;
	padding:0px;
	font-size:15px;
	letter-spacing:0.6em;
	text-transform:uppercase;
	margin-bottom:25px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#333333;
	display:inline;
}

ul.progression-skrn-slider-type a {
	display:inline-block;
	color:#333333;
	margin-right:20px;
}

ul.progression-studios-slider-top-rating {
	list-style:none;
	margin:0px 0px 13px 0px;
	padding:0px;
}

ul.progression-studios-slider-top-rating li {
	display:inline-block;
	line-height:1;
	margin:0px 7px 5px 0px;
	padding:7px;
	border-radius:5px;
	font-size:11px;
	font-weight:700;
	border:2px solid #9d9d9d;
	color:#9d9d9d;
}

h2.progression-skrn-progression-slider-title {
	font-size:52px;
	line-height:1.1;
	margin-bottom:16px;
}

h2.progression-skrn-progression-slider-title a {
	color:#333333;
}

h2.progression-skrn-progression-slider-title a:hover {
	color:#9d9d9d;
}

/* Meta */
ul.progression-skrn-video-slider-meta {
	list-style:none;
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

ul.progression-skrn-video-slider-meta li {
	display:inline-block;
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#a8a8a8;
	font-size:14px;
}

ul.progression-skrn-video-slider-meta li a {
	color:#a8a8a8;
}

ul.progression-skrn-video-slider-meta li:after {
	content:"|";
	padding:0px 14px;
}

ul.progression-skrn-video-slider-meta li:last-child:after {
	display:none;
}

.progression-studios-video-slider-excerpt {
	font-size:14px;
	margin-bottom:24px;
}

.progression-studios-video-slider-excerpt p {
	margin-bottom:20px;
}

.progression-studios-skrn-videos-slider-staring h4 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	margin:25px 0px 8px 0px;
	letter-spacing:0.05em;
}


ul.progression-studios-slider-video-starring a {
	color:#555555;
	padding-bottom:5px;
	display:inline-block;
}

ul.progression-studios-slider-video-starring {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
}

ul.progression-studios-slider-video-starring li {
	display:inline-block;
	margin:0px;
	padding:0px;
	position:relative;
}

.skrn-slider-video-cast-photo {
	width:25px;
	height:25px;
	border-radius:20px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	background-color:#cccccc;
	margin-right:12px;
	box-shadow:2px 2px 5px rgba(0,0,0,  0.25);
}

ul.progression-studios-slider-video-starring li:hover .skrn-slider-video-cast-name {
	opacity:1;
	z-index:10;
}

.skrn-slider-video-cast-name {
	position:absolute;
	top:100%;
	left:-47px;
	width:102px;
	background:#aaa;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	padding:4px 0px;
	border-radius:4px;
	opacity:0;
}

.skrn-slider-video-cast-name:after {
	content:'';
	width: 0; 
	height: 0; 
	position:absolute;
	top:-5px;
	left:55px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #aaa;
}

/* Play Button Overlay Large */
a.progression-studios-slider-play-btn {
	z-index:50;
	position:absolute;
	display:block;
	cursor:pointer;
	right:24%;
	text-align:center;
	border-radius:100px;
	top:50%;
	margin-top:-50px;
	width:100px;
	height:100px;
	line-height:100px;
	color:#ffffff;
	font-size:36px;
	border:2px solid #ffffff;
	background:rgba(0,0,0,  0.05);
	box-shadow:0px 0px 20px rgba(0,0,0,  0.15);
}

a.progression-studios-slider-play-btn:hover {
	color:#ffffff;
}

a.progression-studios-slider-play-btn i {
	position:relative;
	left:3px;
}


/* Rating */
.circle-rating-container-main {
	position:absolute;
	top:75%;
	right:12%;
}

.progression-studios-skrn-slider-background .circle-rating-pro {
	position:absolute;
	right:0px;
	z-index:10;
	top:0px;
}
.progression-studios-skrn-slider-background .circle-rating-pro span {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	position:absolute;
	top:0;
	left:0;
	line-height:70px;
	width:70px;
	text-align:center;
	font-size:20px;
}

/* On/off FLex */
.progression_elements_slider_arrow_visiblity_hidden .flex-direction-nav a,
body .progression_elements_slider_dots_visiblity_hidden .flex-control-paging {
	display:none;
}


.progression_elements_slider_arrow_visiblity_tablet_mobile .flex-direction-nav a,
body .progression_elements_slider_dots_visiblity_tablet_mobile .flex-control-paging {
	display:none;
}


.progression_elements_slider_arrow_visiblity_hover .flex-direction-nav a {
	opacity:0;
}
.progression_elements_slider_arrow_visiblity_hover:hover .flex-direction-nav a {
	opacity:1;
}


.progression_elements_slider_dots_visiblity_hover .flex-control-paging li a {
	opacity:0;
}

.progression_elements_slider_dots_visiblity_hover:hover .flex-control-paging li a {
	opacity:1;
}

/* Next/Previous Arrows */
.progression-studios-post-slider-main .flex-direction-nav a {
    margin: -20px 0 0;
    font-size:28px;
    width:30px;
    line-height:40px;
    height:40px;
	color:#bbbbbb;
	background:none;
	box-shadow: 1px 1px 5px rgba(0,0,0,  0);
}

.progression-studios-post-slider-main .flex-direction-nav a.flex-prev:before {
	left:10px;
}

.progression-studios-post-slider-main .flex-direction-nav a.flex-next:before {
	right:10px;
}

.progression-studios-post-slider-main .flex-direction-nav a:hover {
	color:rgba(187,187,187,  0.7);
	background:none;
}

.progression-studios-post-slider-main .flex-control-paging li a {
	width:7px;
	height:7px;
	bottom:0px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  position:absolute;
  background:rgba(255,255,255,  0) ;  
  border:2px solid #cccccc;
	box-shadow: 1px 1px 3px rgba(0,0,0,  0);
  border-radius: 15px;
}
.progression-studios-post-slider-main .flex-control-paging li a.flex-active {
  background:#43af43;
  border-color:#43af43;
}

.progression_animate_in .progression-skrn-slider-content-alignment,
.progression_animate_in .progression-studios-slider-video-embed,

.progression_animate_out .progression-skrn-slider-content-alignment,
.progression_animate_out .progression-studios-slider-video-embed,

.progression_animate_up .progression-skrn-slider-content-alignment,
.progression_animate_up .progression-studios-slider-video-embed,

.progression_animate_down .progression-skrn-slider-content-alignment,
.progression_animate_down .progression-studios-slider-video-embed,

.progression_animate_right .progression-skrn-slider-content-alignment,
.progression_animate_right .progression-studios-slider-video-embed,

.progression_animate_left .progression-skrn-slider-content-alignment,
.progression_animate_left .progression-studios-slider-video-embed  {
		animation-delay:  400ms; 
		animation-duration: 800ms;
		opacity:0;
		animation-fill-mode: both;
}

li.flex-active-slide.progression_animate_in .progression-studios-slider-video-embed,
li.flex-active-slide.progression_animate_in .progression-skrn-slider-content-alignment {
	animation-name: Proelementszoomup;
}

li.flex-active-slide.progression_animate_out .progression-studios-slider-video-embed,
li.flex-active-slide.progression_animate_out .progression-skrn-slider-content-alignment {
	animation-name: Proelementszoomout;
}

li.flex-active-slide.progression_animate_up .progression-studios-slider-video-embed,
li.flex-active-slide.progression_animate_up .progression-skrn-slider-content-alignment {
	animation-name: Proelementsfadeup;
}

li.flex-active-slide.progression_animate_down .progression-studios-slider-video-embed,
li.flex-active-slide.progression_animate_down .progression-skrn-slider-content-alignment {
	animation-name: Proelementsfadedown;
}


li.flex-active-slide.progression_animate_left .progression-studios-slider-video-embed,
li.flex-active-slide.progression_animate_left .progression-skrn-slider-content-alignment {
	animation-name: Proelementsfadeleft;
}


li.flex-active-slide.progression_animate_right .progression-studios-slider-video-embed,
li.flex-active-slide.progression_animate_right .progression-skrn-slider-content-alignment {
	animation-name: Proelementsfaderight;
}


@keyframes Proelementsfadeup {
		0% { opacity: 0; transform: translate3d(0, 20%, 0); }
		100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes Proelementsfadedown {
		0% { opacity: 0; transform: translate3d(0, -20%, 0); }
		100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes Proelementsfadeleft {
		0% { opacity: 0; transform: translate3d(10%, 0, 0); }
		100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes Proelementsfaderight {
		0% { opacity: 0; transform: translate3d(-10%, 0, 0); }
		100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes Proelementszoomup {
		0% { opacity: 0; transform: scale(1.2); }
		100% { opacity: 1; transform: scale(1);}
}

@keyframes Proelementszoomout {
		0% { opacity: 0; transform: scale(0.8); }
		100% { opacity: 1; transform: scale(1);}
}

/* Dark Slider Text Colors */
.skrn-dark-slider-post h2.progression-skrn-progression-slider-title a {
	color:#ffffff !important;
}
.skrn-dark-slider-post h2.progression-skrn-progression-slider-title a:hover,
.skrn-dark-slider-post ul.progression-studios-slider-top-rating li,
.skrn-dark-slider-post ul.progression-skrn-slider-type a  {
	color:rgba(255,255,255,  0.8) !important;
	border-color:rgba(255,255,255,  0.8) !important;
}
.skrn-dark-slider-post ul.progression-skrn-video-slider-meta li,
.skrn-dark-slider-post ul.progression-skrn-video-slider-meta li a {
	color:rgba(255,255,255,  0.65) !important;
}
.skrn-dark-slider-post .progression-studios-skrn-videos-slider-staring h4,
.skrn-dark-slider-post .progression-studios-video-slider-excerpt {
	color:rgba(255,255,255,  0.85) !important;
}


/*
=============================================== 28. PRETYPHOTO STYLES ===============================================
*/

body div.pp_default .pp_details {
	position:static;
}
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_content_container .pp_left {
	background:none ;
	padding:0px ;
}

body div.pp_default .pp_top,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_bottom,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right {
	height:auto ;
}

body div.pp_default .pp_content {
	background:none;
}

body div.pp_default .pp_previous:hover,
body div.pp_default .pp_next:hover {
	background:none ;
}

/* Default PrettyPhoto Styles */
body div.pp_overlay {
	background:#000000;
}
body div.pp_default .pp_loaderIcon {
	background-color:#000000;
	background-position: center center;
	background-repeat:no-repeat;
	background-image: url(/wp-content/themes/skrn-progression/images/prettyPhoto/lightbox.gif);
	height: 60px;
	margin: -30px 0 0 -30px;
	width: 60px;
}

body div.pp_default .pp_content .pp_fade {
	box-shadow: 0px 0px 60px rgba(0,0,0, 0.5);	
}

body div.pp_default a.pp_close {
	background:url(/wp-content/themes/skrn-progression/images/prettyPhoto/sprite.png) -4px -6px no-repeat;
	position:absolute;
	width:40px;
	height:40px;
	top:-18px;
	right:-2px;
	margin-right:12px;
	z-index:99999;
}
body div.pp_default a.pp_close:hover {
	opacity:1;
	background-position:-49px -6px ;
}

body div.pp_default a.pp_next:hover,
body div.pp_default a.pp_next {
	opacity:0;
	background:url(/wp-content/themes/skrn-progression/images/prettyPhoto/next.png) center right no-repeat;
}

body div.pp_default a.pp_previous:hover,
body div.pp_default a.pp_previous {
	opacity:0;
	background:url(/wp-content/themes/skrn-progression/images/prettyPhoto/previous.png) center left no-repeat;
}



body div.pp_default:hover a.pp_previous, body div.pp_default:hover a.pp_next {
	opacity:1;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div.pp_default a.pp_next {background-image:url(/wp-content/themes/skrn-progression/images/prettyPhoto/next@2x.png); background-size:60px 60px;}
	body div.pp_default a.pp_previous {background-image:url(/wp-content/themes/skrn-progression/images/prettyPhoto/previous@2x.png); background-size:60px 60px;}
}
body div.pp_default .pp_details .pp_nav .pp_arrow_next,
body div.pp_default .pp_details .pp_nav .pp_arrow_previous {
	display:none;
}

body div.pp_default .pp_details .pp_nav .pp_pause,
body div.pp_default .pp_details .pp_nav .pp_play {
	background:url(/wp-content/themes/skrn-progression/images/prettyPhoto/sprite.png) -15px -56px no-repeat;
	position:relative;
	top:0px;
	margin-left:5px;
	width:20px;
	height:20px;
}
body div.pp_default .pp_details .pp_nav .pp_pause {
	background-position:-62px -56px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div.pp_default .pp_details .pp_nav .pp_next,
	body div.pp_default .pp_details .pp_nav .pp_pause,
	body div.pp_default a.pp_close {background-image:url(/wp-content/themes/skrn-progression/images/prettyPhoto/sprite@2x.png); background-size:100px 80px;}
}

body div.pp_default .pp_details .pp_nav p.currentTextHolder {
	position:relative;
	left:auto;
	line-height:1;
	padding:0px;
	top:0px;
	right:0px;
}

body div.pp_default .ppt { 
	text-align:center;
	margin: 0 15px -10px 15px; 
	font-weight:700;
	font-size:15px;
}

body div.pp_default .pp_content_container .pp_details {
	margin-top:4px;
	line-height:1.4;	
}

body div.pp_default .ppt,
body div.pp_default .pp_details .pp_nav p.currentTextHolder,
body div.pp_default .pp_description {
	color:#ffffff;
	font-size:13px;
	text-shadow:1px 1px 3px rgba(0,0,0, 0.4);
}

body div.pp_default .pp_description {
	margin:2px 4px 0px 30px;
	text-align:right;	
}

body div.pp_default a.pp_contract,
body div.pp_default a.pp_expand {
	background:none;
	text-indent:0px;
	width:20px;
	height:20px;
	right:auto;
	left:30px;
	overflow:hidden;
	text-align:center;
}

body div.pp_default a.pp_contract:before,
body div.pp_default a.pp_expand:before {
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;text-rendering:auto;
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);
	font-size:15px;
	content:"\f065";
	display:block;
	width:20px;
	height:20px;
	margin-top:3px;
	margin-left:4px;
	line-height:20px;
	color:#ffffff;
	transform: rotate(90deg);
}

body div.pp_default a.pp_contract:before {
	content:'\f066';
}
body div.pp_default a.pp_contract:hover,
body div.pp_default a.pp_expand:hover {
	background:none;
}

/* prettyPhoto styling for small screens  - below 767px width */
@media only screen and (max-width: 767px) {
	body .pp_pic_holder.pp_default { 
		width: 100%!important; 
		left: 0!important; 
		overflow: hidden; 
		min-height:60px;
	}
	body div.pp_default .pp_loaderIcon {
		margin-top:-15px;

	}
	body div.pp_default .pp_content .pp_fade {
		box-shadow: 0px 0px 60px rgba(0,0,0, 0);	
	}	
	
	body div.pp_default .pp_content_container .pp_left { 
		padding-left: 0!important; 
	}
	body div.pp_default .pp_content_container .pp_right { 
		padding-right: 0!important; 
	}
	
	body div.pp_default a.pp_close {
		right:-20px;
	}
	
	body .pp_content { 
		width: 100%!important; 
		height: auto!important; 
	}
	body .pp_hoverContainer,
	body .pp_fade { 
		width: 100%!important; 
		height: 100%!important; 
	}
	
	body a.pp_expand, body a.pp_contract, body .pp_gallery, body .pp_top, body .pp_bottom { 
		display: none!important; 
	}
	
	body #pp_full_res .wp-video,
	body #pp_full_res iframe {
		width:100% !important;
		min-height:250px !important;
	}
	body #pp_full_res img { 
		width: 100% !important; 
		height: auto !important; 
	}
	
	body .pp_details { 
		width: 94%!important; 
		padding-left: 3%; 
		padding-right: 4%; 
		padding-top: 20px; 
		padding-bottom: 20px; 
		margin-top: -10px !important; 
	}

}

/*
=============================================== 29. PAGE LOADER ===============================================
*/
/* https://github.com/tobiasahlin/SpinKit */
.sk-double-bounce,.sk-rotating-plane{width:45px;height:45px;margin:45px auto}.sk-rotating-plane{background-color:#fff;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}45%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}45%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:100%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:45px auto;width:45px;height:45px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,45%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,45%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:45px auto;width:45px;height:45px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:45px;height:45px;margin:45px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}45%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}45.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}45%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}45.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:45px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{content:'';display:block;background-color:#333;border-radius:100%}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:45px auto;width:45px;height:45px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(145deg);-ms-transform:rotate(145deg);transform:rotate(145deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(245deg);-ms-transform:rotate(245deg);transform:rotate(245deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}45%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:45px;height:45px;margin:45px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:45px auto;width:45px;height:45px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(145deg);-ms-transform:rotate(145deg);transform:rotate(145deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(245deg);-ms-transform:rotate(245deg);transform:rotate(245deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}45%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}45%{opacity:1}}
.sk-folding-cube{margin:45px auto;width:45px;height:45px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:45%;height:45%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(145px) rotateX(-180deg);transform:perspective(145px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(145px) rotateX(0);transform:perspective(145px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(145px) rotateY(180deg);transform:perspective(145px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(145px) rotateX(-180deg);transform:perspective(145px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(145px) rotateX(0);transform:perspective(145px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(145px) rotateY(180deg);transform:perspective(145px) rotateY(180deg);opacity:0}}

.sk-folding-cube .sk-cube:before, .sk-circle .sk-child:before,
.sk-rotating-plane, .sk-double-bounce .sk-child, .sk-wave .sk-rect, .sk-wandering-cubes .sk-cube, .sk-spinner-pulse, .sk-chasing-dots .sk-child, .sk-three-bounce .sk-child,
.sk-fading-circle .sk-circle:before, .sk-cube-grid .sk-cube{background-color:#fa4e3c;}

@-webkit-keyframes pro-rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } @-moz-keyframes pro-rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); }} @-o-keyframes pro-rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } } @keyframes pro-rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
.progression-studios-spinner { height:40px;  width:40px;  margin: 50px auto 45px auto; position: relative; -webkit-animation: pro-rotation .7s infinite linear; -moz-animation: pro-rotation .7s infinite linear; -o-animation: pro-rotation .7s infinite linear; animation: pro-rotation .7s infinite linear; border-left: 5px solid #ededed; border-right: 5px solid #ededed; border-bottom: 5px solid #ededed;  border-top: 5px solid #cccccc;  border-radius: 100%; }

#page-loader-pro { background:#f5f5f5; color:#fa4e3c; }

#page-loader-pro {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align:center;
	color:#ffffff;
}

#center-loader {
	position:fixed;
	margin-top:-80px;
	top:50%;
	width:100%;
}

#loading-pro {
	margin-top:-15px;
	font-weight:700;
	font-size:14px;
}

.finished-loading #center-loader {
	opacity:0;
	transition: all 400ms;
}
.finished-loading {
	opacity:0;
	visibility:hidden;
	transition: all 600ms;
}

#boxed-layout-pro.progression-studios-preloader {	
	margin-top:0px;
	opacity:0;
}

#boxed-layout-pro.progression-studios-preloader.progression-preloader-completed {
	animation-duration:500ms;
	animation-name: ProMoveUpPageLoader;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-delay:350ms;
}

/* Animation For Menus & Masonry CSS3 */
@keyframes ProMoveUpPageLoader {
	from { }
	to { opacity: 1;  margin-top:0px; }
}

@keyframes ProMoveUpPageLoaderBoxed {
	from { }
	to { opacity: 1;  margin-top:0px; }
}


/*
=============================================== 30. RESPONSIVE STYLES ===============================================
*/
/* ======== #DESKTOP (960px-1100px) ======== */
@media only screen and (min-width: 960px) and (max-width: 1100px) {
	
	/* Responsive Sidebar Size */
	#content-sidebar-pro {
		width:260px;
	}

	#content-sidebar-pro:after {
		width:260px;
	}

	#col-main-with-sidebar {
		left:420px;/* Added in customizer */
	}
	
	.dashboard-container {
		padding-right:40px;
		padding-left:40px;
	}
	
}

/* ======== #Tablet (768px-959px) ======== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	/* Responsive Sidebar Size */
	body #content-sidebar-pro {
		width:260px;
		margin-left:0px;
	}

	body #content-sidebar-pro:after {
		left:0px;
		width:260px;
	}

	#col-main-with-sidebar {
		left:260px;/* Added in customizer */
	}
	
	.dashboard-container {
		padding-right:35px;
		padding-left:35px;
	}
	
	body #boxed-layout-pro {
		width:100%;
	}

	body #boxed-layout-pro .width-container-pro,
	.width-container-pro  { 
		width:94%; 
		padding-left:0px;
		padding-right:0px;
	}
	
	#header-user-profile-click {
		padding-right:15px;
	}
	#header-user-profile-menu {
		right:-5px;
	}
	
	#video-logo-background:before, #video-logo-background:after,
	#sidebar-bg:before, #sidebar-bg:after, #sidebar-nav-pro {
		display:none;
	}
	
	body #progression-studios-footer-page-builder.sidebar-dashboard-footer-spacing, body #progression-studios-sidebar-col-main {
		margin-left:0px;
	}
	
	#video-search-header {
		display:none;
	}
	
	.progression-studios-header-full-width #progression-studios-header-width header#masthead-pro .width-container-pro,
	.progression-studios-header-full-width-no-gap #skrn-progression-header-top .width-container-pro,
	footer#site-footer.progression-studios-footer-full-width .width-container-pro,
	.progression-studios-page-title-full-width #page-title-pro .width-container-pro,
	.progression-studios-header-full-width #skrn-progression-header-top .width-container-pro,
	.progression-studios-header-full-width header#masthead-pro .width-container-pro {
		width:94%; 
		position:relative;
		padding:0px;
	}
	
	.progression-studios-header-full-width header#masthead-pro .width-container-pro {
		width:auto; 
		margin:0 auto;
		position:relative;
		padding:0px;
	}
	
	footer#site-footer.progression-studios-footer-full-width .width-container-pro,
	footer#site-footer .width-container-pro {
		width:92%; 
	}
	
	.progression-studios-header-full-width-no-gap.progression-studios-header-cart-width-adjustment header#masthead-pro .width-container-pro,
	.progression-studios-header-full-width.progression-studios-header-cart-width-adjustment header#masthead-pro .width-container-pro {
		width:96%;
		margin-left:4%;
		padding-right:0;
	}

		
	body #progression-inline-icons, #progression-studios-header-search-icon, #progression-nav-container {
		display:none;
	}
	
	#mobile-menu-icon-pro {
		display:block;
	}
	
	.progression-studios-transparent-header header#masthead-pro {
		position:relative;
	}
	
	body .progression-studios-transparent-header header#masthead-pro:after{
		display:none;
	}

	.progression-studios-hide-mobile-custom-logo {
		display:none;
	}
	
	.progression-studios-custom-logo-per-page-hide-default {
		display:block;
	}
	
	.progression-studios-header-left, .progression-studios-header-right {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#progression-header-top-right-container, .progression-studios-header-right .widget, #progression-header-top-left-container, .progression-studios-header-left .widget {
		display:inline-block;
		float:none;
	}

	#skrn-progression-header-top.progression_studios_hide_top_left_right .progression-studios-header-right,
	#skrn-progression-header-top.progression_studios_hide_top_left_bar .progression-studios-header-left,
	#skrn-progression-header-top.progression_studios_hide_top_left_bar.progression_studios_hide_top_left_right {
		display:none;
	}
	
	body .progression-studios-mobile-transparent-header header#masthead-pro {
		position:absolute;
		z-index:50;
		background-color:transparent;
	}
	body .progression-studios-mobile-transparent-header header#masthead-pro:after {
		display:block;
	}
	
	.progression_studios_footer_logo_left #progression-studios-footer-logo,
	.progression_studios_footer_logo_right #progression-studios-footer-logo,
	.footer-copyright-align-right #copyright-text {
	text-align:center;
	float:none;
	}


	#copyright-text {
		text-align:center;
		float:none;
	}
	.footer-copyright-align-right #copyright-text, #copyright-text {
		float:none;
		width:100%;
	}
	
	
	footer#site-footer ul.progression-studios-footer-nav-container-class,
	footer#site-footer.progression_studios_nav_footer_center ul.progression-studios-footer-nav-container-class,
	footer#site-footer.progression_studios_nav_footer_left ul.progression-studios-footer-nav-container-class {
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
	.progression_studios_footer_logo_left #progression-studios-footer-logo,
	.progression_studios_footer_logo_right #progression-studios-footer-logo,
	.footer-copyright-align-right #copyright-text {
		text-align:center;
		float:none;
	}
	
	#page-title-pro h1 {
		font-size:32px;
	}

	#page-title-pro h6 {
		font-size:15px;
	}
	
	.progression-blog-content {
		padding:30px 30px 15px 30px;
	}
	
	/* Video Post Style */
	ul.skrn-video-cast-list li {
		width:calc(33.2% - 15px);
		padding-right:15px;
	}
	
	
	#skrn-header-user-profile-login, #skrn-landing-login-logout-header {
		display:none;
	}

	
	.circle-rating-container-main,
	a.progression-studios-slider-play-btn {
		display:none;
	}
	
}



/* ======== #Mobile (0px-767px) ======== */
@media only screen and (max-width: 767px) {
	
	.hide-on-mobile-pro {
		display:none;
	}
	
	.display-on-mobile-pro {
		display:block;
	}
	
	/* Responsive Sidebar Size */
	body #content-sidebar-pro {
		margin-left:0px;
		width:100%;
		margin-bottom:40px;
		background:none;
		z-index:5;
		position:relative;
	}

	body #content-sidebar-pro:after {
		display:none;
	}

	#video-search-header {
		display:none;
	}
	
	body #col-main-with-sidebar {
		left:0px;
		width:100%;
		position:relative;
	}
	
	.dashboard-container {
		padding-right:30px;
		padding-left:30px;
	}

	#progression-sticky-header {
		position:relative !important;
	}
	
	body header#videohead-pro {
		position:absolute;
	}
	

	body #boxed-layout-pro {
		width:100%;
	}
	
	#header-user-profile-click {
		padding-right:0px;
	}
	#avatar-small-header-skrn-progression,
	#header-user-profile img {
		margin-right:0px;
	}
	
	#header-user-profile-menu {
		right:0px;
	}
	
	#header-user-profile #header-username {
		display:none;
	}
	
	
	#video-logo-background:before, #video-logo-background:after,
	#sidebar-bg:before, #sidebar-bg:after, #sidebar-nav-pro {
		display:none;
	}
	
	body #progression-studios-footer-page-builder.sidebar-dashboard-footer-spacing, body #progression-studios-sidebar-col-main {
		margin-left:0px;
	}

	body #boxed-layout-pro .width-container-pro, .width-container-pro  { 
		width:92%; 
		padding-left:0px;
		padding-right:0px;
	}
	.progression-studios-header-full-width #progression-studios-header-width header#masthead-pro .width-container-pro,
	.progression-studios-header-full-width-no-gap #skrn-progression-header-top .width-container-pro,
	footer#site-footer.progression-studios-footer-full-width .width-container-pro,
	.progression-studios-page-title-full-width #page-title-pro .width-container-pro,
	.progression-studios-header-full-width #skrn-progression-header-top .width-container-pro,
	.progression-studios-header-full-width header#masthead-pro .width-container-pro {
		width:92%; 
		position:relative;
		padding:0px;
	}
	
	.progression-studios-header-full-width header#masthead-pro .width-container-pro {
		width:auto; 
		margin:0 auto;
		position:relative;
		padding:0px;
	}
	
	footer#site-footer.progression-studios-footer-full-width .width-container-pro,
	footer#site-footer .width-container-pro {
		width:88%; 
	}
	
	.progression-studios-header-full-width-no-gap.progression-studios-header-cart-width-adjustment header#masthead-pro .width-container-pro,
	.progression-studios-header-full-width.progression-studios-header-cart-width-adjustment header#masthead-pro .width-container-pro {
		width:94%;
		margin-left:6%;
		padding-right:0;
	}
	
	#main-container-pro, .sidebar,
	.footer-2-pro .widget, .footer-3-pro .widget, .footer-4-pro .widget, .footer-5-pro .widget,
	.grid2column-progression, .grid3column-progression, .grid3columnbig-progression, .grid4column-progression, .grid4columnbig-progression, .grid5column-progression, .grid6column-progression  {
		width:100%;
		margin-right:0%;
		margin-left:0%;
	}
	
	body.elementor-page #sidebar-bg #main-container-pro,
	#sidebar-bg #main-container-pro {
		width:100%;
	}

	#sidebar-bg .sidebar {
		width:100%;
		margin-right:0px;
		margin-left:0px;
		padding-top:40px;
	}
	
	
	body.elementor-page #sidebar-bg #main-container-pro{
		width:calc(100% - 0px);
		margin-left:0px;
		margin-right:0px;
	}
	
	body.elementor-page #sidebar-bg .sidebar,
	body.elementor-page #sidebar-bg .left-sidebar-pro .sidebar {
		width:calc(100% - 40px);
		margin-right:20px;
		margin-left:20px;
	}
	
	

	.sidebar.progression-studios-mobile-sidebar {
		padding-top:0px;
	}

	
	
	
	body #progression-inline-icons, #progression-studios-header-search-icon, #progression-nav-container {
		display:none;
	}
	
	#mobile-menu-icon-pro {
		display:block;
	}

	.progression-studios-hide-mobile-custom-logo {
		display:none;
	}
	
	.progression-studios-transparent-header header#masthead-pro {
		position:relative;
	}
	body .progression-studios-transparent-header header#masthead-pro:after {
		display:none;
	}
	
	.progression-studios-custom-logo-per-page-hide-default {
		display:block;
	}
	

	
	#progression-header-top-right-container, .progression-studios-header-right .widget, #progression-header-top-left-container, .progression-studios-header-left .widget {
		display:inline-block;
		float:none;
	}
	
	#copyright-text {
		text-align:center;
		float:none;
	}
	
	#skrn-progression-header-top.progression_studios_hide_top_left_right .progression-studios-header-right,
	#skrn-progression-header-top.progression_studios_hide_top_left_bar .progression-studios-header-left,
	#skrn-progression-header-top.progression_studios_hide_top_left_bar.progression_studios_hide_top_left_right {
		display:none;
	}

	body.admin-bar .progression-sticky-scrolled header#masthead-pro  {
		margin-top:-36px;
	}
	
	.footer-copyright-align-right #copyright-text, #copyright-text {
		float:none;
		width:100%;
	}
	
	
	body .progression-studios-mobile-transparent-header header#masthead-pro {
		position:absolute;
		z-index:50;
		background-color:transparent;
	}
	body .progression-studios-mobile-transparent-header header#masthead-pro:after {
		display:block;
	}
	
	footer#site-footer ul.progression-studios-footer-nav-container-class,
	footer#site-footer.progression_studios_nav_footer_center ul.progression-studios-footer-nav-container-class,
	footer#site-footer.progression_studios_nav_footer_left ul.progression-studios-footer-nav-container-class {
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
	.progression_studios_footer_logo_left #progression-studios-footer-logo,
	.progression_studios_footer_logo_right #progression-studios-footer-logo,
	.footer-copyright-align-right #copyright-text {
		text-align:center;
		float:none;
	}


	#copyright-divider-top {
		margin:0 auto;
	}

	#progression-header-icons-inline-display {
		display:none;
	}
	
	
	#page-title-pro h1 {
		font-size:26px;
	}

	#page-title-pro h6 {
		font-size:14px;
	}
	
	.progression-blog-content {
		padding:30px 20px 20px 20px;
	}
	/* Blog Comment Styling */
	.comment-navigation .nav-previous, .comment-navigation .nav-next {
		float:none;
		width:100%;
		text-align:center;
	}
	
	.comment-body:before {
		display:none;
	}
	.comment-author .avatar {
		height: 25px;
		width: 25px;
	}
		
	.comment-body {
		padding:14px 15px;
		margin-left:32px;
	}
	
	
	
	.comment-list .children > li {
		margin-left: 12px;
	}
	
	.post-password-form input {
		max-width:130px;
	}
	
	#skrn-video-cast-photo-taxonomy {
		width:35px;
		height:35px;
		margin-right:10px;	
		top:7px;
	}
	
	
	ul#blog-single-social-sharing {
		top:10%;
		margin-top:0px;
	}
	
	
	/* Video Post */
	#movie-detail-rating .lastcolumn-progression {
		padding-top:10px;
	}
	#movie-detail-rating .circle-rating-pro {
		float:none;
	}
	#movie-detail-rating h6 {
		float:left;
		position:absolute;
		left:38px;
		top:17px;
		margin-left:12px;
	}
	
	ul.skrn-video-cast-list li {
		width:calc(50% - 15px);
		padding-right:15px;
	}

	#comment-review-popup-heading .circle-rating-pro {
		float:none;
		position:relative;
	}
	
	
	#skrn-header-user-profile-login, #skrn-landing-login-logout-header {
		display:none;
	}
	
	.circle-rating-container-main,
	a.progression-studios-slider-play-btn {
		display:none;
	}
	
	.progression-studios-skrn-videos-slider-staring {
		display:none;
	}
	

	.skrn-dark-slider-post .slider-background-overlay-color {
		background:rgba(0,0,0,0.30) !important;
	}
	
	
}




/*
=============================================== 31. FONT KIT STYLES ===============================================
*/
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/skrn-progression/inc/icons/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}


/* Icons https://iconsmind.com Version 1.3 */
@font-face{font-family:icomoon;src:url(/wp-content/themes/skrn-progression/inc/icons/Iconsmind__Ultimate_Pack/Line%20icons/fonts/icomoon.eot?-rdmvgc);src:url(/wp-content/themes/skrn-progression/inc/icons/Iconsmind__Ultimate_Pack/Line%20icons/fonts/icomoon.eot#iefix-rdmvgc) format('embedded-opentype'),url(/wp-content/themes/skrn-progression/inc/icons/Iconsmind__Ultimate_Pack/Line%20icons/fonts/icomoon.woff?-rdmvgc) format('woff'),url(/wp-content/themes/skrn-progression/inc/icons/Iconsmind__Ultimate_Pack/Line%20icons/fonts/icomoon.ttf?-rdmvgc) format('truetype'),url(/wp-content/themes/skrn-progression/inc/icons/Iconsmind__Ultimate_Pack/Line%20icons/fonts/icomoon.svg?-rdmvgc#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-A-Z:before{content:"\e600"}.icon-Aa:before{content:"\e601"}.icon-Add-Bag:before{content:"\e602"}.icon-Add-Basket:before{content:"\e603"}.icon-Add-Cart:before{content:"\e604"}.icon-Add-File:before{content:"\e605"}.icon-Add-SpaceAfterParagraph:before{content:"\e606"}.icon-Add-SpaceBeforeParagraph:before{content:"\e607"}.icon-Add-User:before{content:"\e608"}.icon-Add-UserStar:before{content:"\e609"}.icon-Add-Window:before{content:"\e60a"}.icon-Add:before{content:"\e60b"}.icon-Address-Book:before{content:"\e60c"}.icon-Address-Book2:before{content:"\e60d"}.icon-Administrator:before{content:"\e60e"}.icon-Aerobics-2:before{content:"\e60f"}.icon-Aerobics-3:before{content:"\e610"}.icon-Aerobics:before{content:"\e611"}.icon-Affiliate:before{content:"\e612"}.icon-Aim:before{content:"\e613"}.icon-Air-Balloon:before{content:"\e614"}.icon-Airbrush:before{content:"\e615"}.icon-Airship:before{content:"\e616"}.icon-Alarm-Clock:before{content:"\e617"}.icon-Alarm-Clock2:before{content:"\e618"}.icon-Alarm:before{content:"\e619"}.icon-Alien-2:before{content:"\e61a"}.icon-Alien:before{content:"\e61b"}.icon-Aligator:before{content:"\e61c"}.icon-Align-Center:before{content:"\e61d"}.icon-Align-JustifyAll:before{content:"\e61e"}.icon-Align-JustifyCenter:before{content:"\e61f"}.icon-Align-JustifyLeft:before{content:"\e620"}.icon-Align-JustifyRight:before{content:"\e621"}.icon-Align-Left:before{content:"\e622"}.icon-Align-Right:before{content:"\e623"}.icon-Alpha:before{content:"\e624"}.icon-Ambulance:before{content:"\e625"}.icon-AMX:before{content:"\e626"}.icon-Anchor-2:before{content:"\e627"}.icon-Anchor:before{content:"\e628"}.icon-Android-Store:before{content:"\e629"}.icon-Android:before{content:"\e62a"}.icon-Angel-Smiley:before{content:"\e62b"}.icon-Angel:before{content:"\e62c"}.icon-Angry:before{content:"\e62d"}.icon-Apple-Bite:before{content:"\e62e"}.icon-Apple-Store:before{content:"\e62f"}.icon-Apple:before{content:"\e630"}.icon-Approved-Window:before{content:"\e631"}.icon-Aquarius-2:before{content:"\e632"}.icon-Aquarius:before{content:"\e633"}.icon-Archery-2:before{content:"\e634"}.icon-Archery:before{content:"\e635"}.icon-Argentina:before{content:"\e636"}.icon-Aries-2:before{content:"\e637"}.icon-Aries:before{content:"\e638"}.icon-Army-Key:before{content:"\e639"}.icon-Arrow-Around:before{content:"\e63a"}.icon-Arrow-Back3:before{content:"\e63b"}.icon-Arrow-Back:before{content:"\e63c"}.icon-Arrow-Back2:before{content:"\e63d"}.icon-Arrow-Barrier:before{content:"\e63e"}.icon-Arrow-Circle:before{content:"\e63f"}.icon-Arrow-Cross:before{content:"\e640"}.icon-Arrow-Down:before{content:"\e641"}.icon-Arrow-Down2:before{content:"\e642"}.icon-Arrow-Down3:before{content:"\e643"}.icon-Arrow-DowninCircle:before{content:"\e644"}.icon-Arrow-Fork:before{content:"\e645"}.icon-Arrow-Forward:before{content:"\e646"}.icon-Arrow-Forward2:before{content:"\e647"}.icon-Arrow-From:before{content:"\e648"}.icon-Arrow-Inside:before{content:"\e649"}.icon-Arrow-Inside45:before{content:"\e64a"}.icon-Arrow-InsideGap:before{content:"\e64b"}.icon-Arrow-InsideGap45:before{content:"\e64c"}.icon-Arrow-Into:before{content:"\e64d"}.icon-Arrow-Join:before{content:"\e64e"}.icon-Arrow-Junction:before{content:"\e64f"}.icon-Arrow-Left:before{content:"\e650"}.icon-Arrow-Left2:before{content:"\e651"}.icon-Arrow-LeftinCircle:before{content:"\e652"}.icon-Arrow-Loop:before{content:"\e653"}.icon-Arrow-Merge:before{content:"\e654"}.icon-Arrow-Mix:before{content:"\e655"}.icon-Arrow-Next:before{content:"\e656"}.icon-Arrow-OutLeft:before{content:"\e657"}.icon-Arrow-OutRight:before{content:"\e658"}.icon-Arrow-Outside:before{content:"\e659"}.icon-Arrow-Outside45:before{content:"\e65a"}.icon-Arrow-OutsideGap:before{content:"\e65b"}.icon-Arrow-OutsideGap45:before{content:"\e65c"}.icon-Arrow-Over:before{content:"\e65d"}.icon-Arrow-Refresh:before{content:"\e65e"}.icon-Arrow-Refresh2:before{content:"\e65f"}.icon-Arrow-Right:before{content:"\e660"}.icon-Arrow-Right2:before{content:"\e661"}.icon-Arrow-RightinCircle:before{content:"\e662"}.icon-Arrow-Shuffle:before{content:"\e663"}.icon-Arrow-Squiggly:before{content:"\e664"}.icon-Arrow-Through:before{content:"\e665"}.icon-Arrow-To:before{content:"\e666"}.icon-Arrow-TurnLeft:before{content:"\e667"}.icon-Arrow-TurnRight:before{content:"\e668"}.icon-Arrow-Up:before{content:"\e669"}.icon-Arrow-Up2:before{content:"\e66a"}.icon-Arrow-Up3:before{content:"\e66b"}.icon-Arrow-UpinCircle:before{content:"\e66c"}.icon-Arrow-XLeft:before{content:"\e66d"}.icon-Arrow-XRight:before{content:"\e66e"}.icon-Ask:before{content:"\e66f"}.icon-Assistant:before{content:"\e670"}.icon-Astronaut:before{content:"\e671"}.icon-At-Sign:before{content:"\e672"}.icon-ATM:before{content:"\e673"}.icon-Atom:before{content:"\e674"}.icon-Audio:before{content:"\e675"}.icon-Auto-Flash:before{content:"\e676"}.icon-Autumn:before{content:"\e677"}.icon-Baby-Clothes:before{content:"\e678"}.icon-Baby-Clothes2:before{content:"\e679"}.icon-Baby-Cry:before{content:"\e67a"}.icon-Baby:before{content:"\e67b"}.icon-Back2:before{content:"\e67c"}.icon-Back-Media:before{content:"\e67d"}.icon-Back-Music:before{content:"\e67e"}.icon-Back:before{content:"\e67f"}.icon-Background:before{content:"\e680"}.icon-Bacteria:before{content:"\e681"}.icon-Bag-Coins:before{content:"\e682"}.icon-Bag-Items:before{content:"\e683"}.icon-Bag-Quantity:before{content:"\e684"}.icon-Bag:before{content:"\e685"}.icon-Bakelite:before{content:"\e686"}.icon-Ballet-Shoes:before{content:"\e687"}.icon-Balloon:before{content:"\e688"}.icon-Banana:before{content:"\e689"}.icon-Band-Aid:before{content:"\e68a"}.icon-Bank:before{content:"\e68b"}.icon-Bar-Chart:before{content:"\e68c"}.icon-Bar-Chart2:before{content:"\e68d"}.icon-Bar-Chart3:before{content:"\e68e"}.icon-Bar-Chart4:before{content:"\e68f"}.icon-Bar-Chart5:before{content:"\e690"}.icon-Bar-Code:before{content:"\e691"}.icon-Barricade-2:before{content:"\e692"}.icon-Barricade:before{content:"\e693"}.icon-Baseball:before{content:"\e694"}.icon-Basket-Ball:before{content:"\e695"}.icon-Basket-Coins:before{content:"\e696"}.icon-Basket-Items:before{content:"\e697"}.icon-Basket-Quantity:before{content:"\e698"}.icon-Bat-2:before{content:"\e699"}.icon-Bat:before{content:"\e69a"}.icon-Bathrobe:before{content:"\e69b"}.icon-Batman-Mask:before{content:"\e69c"}.icon-Battery-0:before{content:"\e69d"}.icon-Battery-25:before{content:"\e69e"}.icon-Battery-50:before{content:"\e69f"}.icon-Battery-75:before{content:"\e6a0"}.icon-Battery-100:before{content:"\e6a1"}.icon-Battery-Charge:before{content:"\e6a2"}.icon-Bear:before{content:"\e6a3"}.icon-Beard-2:before{content:"\e6a4"}.icon-Beard-3:before{content:"\e6a5"}.icon-Beard:before{content:"\e6a6"}.icon-Bebo:before{content:"\e6a7"}.icon-Bee:before{content:"\e6a8"}.icon-Beer-Glass:before{content:"\e6a9"}.icon-Beer:before{content:"\e6aa"}.icon-Bell-2:before{content:"\e6ab"}.icon-Bell:before{content:"\e6ac"}.icon-Belt-2:before{content:"\e6ad"}.icon-Belt-3:before{content:"\e6ae"}.icon-Belt:before{content:"\e6af"}.icon-Berlin-Tower:before{content:"\e6b0"}.icon-Beta:before{content:"\e6b1"}.icon-Betvibes:before{content:"\e6b2"}.icon-Bicycle-2:before{content:"\e6b3"}.icon-Bicycle-3:before{content:"\e6b4"}.icon-Bicycle:before{content:"\e6b5"}.icon-Big-Bang:before{content:"\e6b6"}.icon-Big-Data:before{content:"\e6b7"}.icon-Bike-Helmet:before{content:"\e6b8"}.icon-Bikini:before{content:"\e6b9"}.icon-Bilk-Bottle2:before{content:"\e6ba"}.icon-Billing:before{content:"\e6bb"}.icon-Bing:before{content:"\e6bc"}.icon-Binocular:before{content:"\e6bd"}.icon-Bio-Hazard:before{content:"\e6be"}.icon-Biotech:before{content:"\e6bf"}.icon-Bird-DeliveringLetter:before{content:"\e6c0"}.icon-Bird:before{content:"\e6c1"}.icon-Birthday-Cake:before{content:"\e6c2"}.icon-Bisexual:before{content:"\e6c3"}.icon-Bishop:before{content:"\e6c4"}.icon-Bitcoin:before{content:"\e6c5"}.icon-Black-Cat:before{content:"\e6c6"}.icon-Blackboard:before{content:"\e6c7"}.icon-Blinklist:before{content:"\e6c8"}.icon-Block-Cloud:before{content:"\e6c9"}.icon-Block-Window:before{content:"\e6ca"}.icon-Blogger:before{content:"\e6cb"}.icon-Blood:before{content:"\e6cc"}.icon-Blouse:before{content:"\e6cd"}.icon-Blueprint:before{content:"\e6ce"}.icon-Board:before{content:"\e6cf"}.icon-Bodybuilding:before{content:"\e6d0"}.icon-Bold-Text:before{content:"\e6d1"}.icon-Bone:before{content:"\e6d2"}.icon-Bones:before{content:"\e6d3"}.icon-Book:before{content:"\e6d4"}.icon-Bookmark:before{content:"\e6d5"}.icon-Books-2:before{content:"\e6d6"}.icon-Books:before{content:"\e6d7"}.icon-Boom:before{content:"\e6d8"}.icon-Boot-2:before{content:"\e6d9"}.icon-Boot:before{content:"\e6da"}.icon-Bottom-ToTop:before{content:"\e6db"}.icon-Bow-2:before{content:"\e6dc"}.icon-Bow-3:before{content:"\e6dd"}.icon-Bow-4:before{content:"\e6de"}.icon-Bow-5:before{content:"\e6df"}.icon-Bow-6:before{content:"\e6e0"}.icon-Bow:before{content:"\e6e1"}.icon-Bowling-2:before{content:"\e6e2"}.icon-Bowling:before{content:"\e6e3"}.icon-Box2:before{content:"\e6e4"}.icon-Box-Close:before{content:"\e6e5"}.icon-Box-Full:before{content:"\e6e6"}.icon-Box-Open:before{content:"\e6e7"}.icon-Box-withFolders:before{content:"\e6e8"}.icon-Box:before{content:"\e6e9"}.icon-Boy:before{content:"\e6ea"}.icon-Bra:before{content:"\e6eb"}.icon-Brain-2:before{content:"\e6ec"}.icon-Brain-3:before{content:"\e6ed"}.icon-Brain:before{content:"\e6ee"}.icon-Brazil:before{content:"\e6ef"}.icon-Bread-2:before{content:"\e6f0"}.icon-Bread:before{content:"\e6f1"}.icon-Bridge:before{content:"\e6f2"}.icon-Brightkite:before{content:"\e6f3"}.icon-Broke-Link2:before{content:"\e6f4"}.icon-Broken-Link:before{content:"\e6f5"}.icon-Broom:before{content:"\e6f6"}.icon-Brush:before{content:"\e6f7"}.icon-Bucket:before{content:"\e6f8"}.icon-Bug:before{content:"\e6f9"}.icon-Building:before{content:"\e6fa"}.icon-Bulleted-List:before{content:"\e6fb"}.icon-Bus-2:before{content:"\e6fc"}.icon-Bus:before{content:"\e6fd"}.icon-Business-Man:before{content:"\e6fe"}.icon-Business-ManWoman:before{content:"\e6ff"}.icon-Business-Mens:before{content:"\e700"}.icon-Business-Woman:before{content:"\e701"}.icon-Butterfly:before{content:"\e702"}.icon-Button:before{content:"\e703"}.icon-Cable-Car:before{content:"\e704"}.icon-Cake:before{content:"\e705"}.icon-Calculator-2:before{content:"\e706"}.icon-Calculator-3:before{content:"\e707"}.icon-Calculator:before{content:"\e708"}.icon-Calendar-2:before{content:"\e709"}.icon-Calendar-3:before{content:"\e70a"}.icon-Calendar-4:before{content:"\e70b"}.icon-Calendar-Clock:before{content:"\e70c"}.icon-Calendar:before{content:"\e70d"}.icon-Camel:before{content:"\e70e"}.icon-Camera-2:before{content:"\e70f"}.icon-Camera-3:before{content:"\e710"}.icon-Camera-4:before{content:"\e711"}.icon-Camera-5:before{content:"\e712"}.icon-Camera-Back:before{content:"\e713"}.icon-Camera:before{content:"\e714"}.icon-Can-2:before{content:"\e715"}.icon-Can:before{content:"\e716"}.icon-Canada:before{content:"\e717"}.icon-Cancer-2:before{content:"\e718"}.icon-Cancer-3:before{content:"\e719"}.icon-Cancer:before{content:"\e71a"}.icon-Candle:before{content:"\e71b"}.icon-Candy-Cane:before{content:"\e71c"}.icon-Candy:before{content:"\e71d"}.icon-Cannon:before{content:"\e71e"}.icon-Cap-2:before{content:"\e71f"}.icon-Cap-3:before{content:"\e720"}.icon-Cap-Smiley:before{content:"\e721"}.icon-Cap:before{content:"\e722"}.icon-Capricorn-2:before{content:"\e723"}.icon-Capricorn:before{content:"\e724"}.icon-Car-2:before{content:"\e725"}.icon-Car-3:before{content:"\e726"}.icon-Car-Coins:before{content:"\e727"}.icon-Car-Items:before{content:"\e728"}.icon-Car-Wheel:before{content:"\e729"}.icon-Car:before{content:"\e72a"}.icon-Cardigan:before{content:"\e72b"}.icon-Cardiovascular:before{content:"\e72c"}.icon-Cart-Quantity:before{content:"\e72d"}.icon-Casette-Tape:before{content:"\e72e"}.icon-Cash-Register:before{content:"\e72f"}.icon-Cash-register2:before{content:"\e730"}.icon-Castle:before{content:"\e731"}.icon-Cat:before{content:"\e732"}.icon-Cathedral:before{content:"\e733"}.icon-Cauldron:before{content:"\e734"}.icon-CD-2:before{content:"\e735"}.icon-CD-Cover:before{content:"\e736"}.icon-CD:before{content:"\e737"}.icon-Cello:before{content:"\e738"}.icon-Celsius:before{content:"\e739"}.icon-Chacked-Flag:before{content:"\e73a"}.icon-Chair:before{content:"\e73b"}.icon-Charger:before{content:"\e73c"}.icon-Check-2:before{content:"\e73d"}.icon-Check:before{content:"\e73e"}.icon-Checked-User:before{content:"\e73f"}.icon-Checkmate:before{content:"\e740"}.icon-Checkout-Bag:before{content:"\e741"}.icon-Checkout-Basket:before{content:"\e742"}.icon-Checkout:before{content:"\e743"}.icon-Cheese:before{content:"\e744"}.icon-Cheetah:before{content:"\e745"}.icon-Chef-Hat:before{content:"\e746"}.icon-Chef-Hat2:before{content:"\e747"}.icon-Chef:before{content:"\e748"}.icon-Chemical-2:before{content:"\e749"}.icon-Chemical-3:before{content:"\e74a"}.icon-Chemical-4:before{content:"\e74b"}.icon-Chemical-5:before{content:"\e74c"}.icon-Chemical:before{content:"\e74d"}.icon-Chess-Board:before{content:"\e74e"}.icon-Chess:before{content:"\e74f"}.icon-Chicken:before{content:"\e750"}.icon-Chile:before{content:"\e751"}.icon-Chimney:before{content:"\e752"}.icon-China:before{content:"\e753"}.icon-Chinese-Temple:before{content:"\e754"}.icon-Chip:before{content:"\e755"}.icon-Chopsticks-2:before{content:"\e756"}.icon-Chopsticks:before{content:"\e757"}.icon-Christmas-Ball:before{content:"\e758"}.icon-Christmas-Bell:before{content:"\e759"}.icon-Christmas-Candle:before{content:"\e75a"}.icon-Christmas-Hat:before{content:"\e75b"}.icon-Christmas-Sleigh:before{content:"\e75c"}.icon-Christmas-Snowman:before{content:"\e75d"}.icon-Christmas-Sock:before{content:"\e75e"}.icon-Christmas-Tree:before{content:"\e75f"}.icon-Christmas:before{content:"\e760"}.icon-Chrome:before{content:"\e761"}.icon-Chrysler-Building:before{content:"\e762"}.icon-Cinema:before{content:"\e763"}.icon-Circular-Point:before{content:"\e764"}.icon-City-Hall:before{content:"\e765"}.icon-Clamp:before{content:"\e766"}.icon-Clapperboard-Close:before{content:"\e767"}.icon-Clapperboard-Open:before{content:"\e768"}.icon-Claps:before{content:"\e769"}.icon-Clef:before{content:"\e76a"}.icon-Clinic:before{content:"\e76b"}.icon-Clock-2:before{content:"\e76c"}.icon-Clock-3:before{content:"\e76d"}.icon-Clock-4:before{content:"\e76e"}.icon-Clock-Back:before{content:"\e76f"}.icon-Clock-Forward:before{content:"\e770"}.icon-Clock:before{content:"\e771"}.icon-Close-Window:before{content:"\e772"}.icon-Close:before{content:"\e773"}.icon-Clothing-Store:before{content:"\e774"}.icon-Cloud--:before{content:"\e775"}.icon-Cloud-:before{content:"\e776"}.icon-Cloud-Camera:before{content:"\e777"}.icon-Cloud-Computer:before{content:"\e778"}.icon-Cloud-Email:before{content:"\e779"}.icon-Cloud-Hail:before{content:"\e77a"}.icon-Cloud-Laptop:before{content:"\e77b"}.icon-Cloud-Lock:before{content:"\e77c"}.icon-Cloud-Moon:before{content:"\e77d"}.icon-Cloud-Music:before{content:"\e77e"}.icon-Cloud-Picture:before{content:"\e77f"}.icon-Cloud-Rain:before{content:"\e780"}.icon-Cloud-Remove:before{content:"\e781"}.icon-Cloud-Secure:before{content:"\e782"}.icon-Cloud-Settings:before{content:"\e783"}.icon-Cloud-Smartphone:before{content:"\e784"}.icon-Cloud-Snow:before{content:"\e785"}.icon-Cloud-Sun:before{content:"\e786"}.icon-Cloud-Tablet:before{content:"\e787"}.icon-Cloud-Video:before{content:"\e788"}.icon-Cloud-Weather:before{content:"\e789"}.icon-Cloud:before{content:"\e78a"}.icon-Clouds-Weather:before{content:"\e78b"}.icon-Clouds:before{content:"\e78c"}.icon-Clown:before{content:"\e78d"}.icon-CMYK:before{content:"\e78e"}.icon-Coat:before{content:"\e78f"}.icon-Cocktail:before{content:"\e790"}.icon-Coconut:before{content:"\e791"}.icon-Code-Window:before{content:"\e792"}.icon-Coding:before{content:"\e793"}.icon-Coffee-2:before{content:"\e794"}.icon-Coffee-Bean:before{content:"\e795"}.icon-Coffee-Machine:before{content:"\e796"}.icon-Coffee-toGo:before{content:"\e797"}.icon-Coffee:before{content:"\e798"}.icon-Coffin:before{content:"\e799"}.icon-Coin:before{content:"\e79a"}.icon-Coins-2:before{content:"\e79b"}.icon-Coins-3:before{content:"\e79c"}.icon-Coins:before{content:"\e79d"}.icon-Colombia:before{content:"\e79e"}.icon-Colosseum:before{content:"\e79f"}.icon-Column-2:before{content:"\e7a0"}.icon-Column-3:before{content:"\e7a1"}.icon-Column:before{content:"\e7a2"}.icon-Comb-2:before{content:"\e7a3"}.icon-Comb:before{content:"\e7a4"}.icon-Communication-Tower:before{content:"\e7a5"}.icon-Communication-Tower2:before{content:"\e7a6"}.icon-Compass-2:before{content:"\e7a7"}.icon-Compass-3:before{content:"\e7a8"}.icon-Compass-4:before{content:"\e7a9"}.icon-Compass-Rose:before{content:"\e7aa"}.icon-Compass:before{content:"\e7ab"}.icon-Computer-2:before{content:"\e7ac"}.icon-Computer-3:before{content:"\e7ad"}.icon-Computer-Secure:before{content:"\e7ae"}.icon-Computer:before{content:"\e7af"}.icon-Conference:before{content:"\e7b0"}.icon-Confused:before{content:"\e7b1"}.icon-Conservation:before{content:"\e7b2"}.icon-Consulting:before{content:"\e7b3"}.icon-Contrast:before{content:"\e7b4"}.icon-Control-2:before{content:"\e7b5"}.icon-Control:before{content:"\e7b6"}.icon-Cookie-Man:before{content:"\e7b7"}.icon-Cookies:before{content:"\e7b8"}.icon-Cool-Guy:before{content:"\e7b9"}.icon-Cool:before{content:"\e7ba"}.icon-Copyright:before{content:"\e7bb"}.icon-Costume:before{content:"\e7bc"}.icon-Couple-Sign:before{content:"\e7bd"}.icon-Cow:before{content:"\e7be"}.icon-CPU:before{content:"\e7bf"}.icon-Crane:before{content:"\e7c0"}.icon-Cranium:before{content:"\e7c1"}.icon-Credit-Card:before{content:"\e7c2"}.icon-Credit-Card2:before{content:"\e7c3"}.icon-Credit-Card3:before{content:"\e7c4"}.icon-Cricket:before{content:"\e7c5"}.icon-Criminal:before{content:"\e7c6"}.icon-Croissant:before{content:"\e7c7"}.icon-Crop-2:before{content:"\e7c8"}.icon-Crop-3:before{content:"\e7c9"}.icon-Crown-2:before{content:"\e7ca"}.icon-Crown:before{content:"\e7cb"}.icon-Crying:before{content:"\e7cc"}.icon-Cube-Molecule:before{content:"\e7cd"}.icon-Cube-Molecule2:before{content:"\e7ce"}.icon-Cupcake:before{content:"\e7cf"}.icon-Cursor-Click:before{content:"\e7d0"}.icon-Cursor-Click2:before{content:"\e7d1"}.icon-Cursor-Move:before{content:"\e7d2"}.icon-Cursor-Move2:before{content:"\e7d3"}.icon-Cursor-Select:before{content:"\e7d4"}.icon-Cursor:before{content:"\e7d5"}.icon-D-Eyeglasses:before{content:"\e7d6"}.icon-D-Eyeglasses2:before{content:"\e7d7"}.icon-Dam:before{content:"\e7d8"}.icon-Danemark:before{content:"\e7d9"}.icon-Danger-2:before{content:"\e7da"}.icon-Danger:before{content:"\e7db"}.icon-Dashboard:before{content:"\e7dc"}.icon-Data-Backup:before{content:"\e7dd"}.icon-Data-Block:before{content:"\e7de"}.icon-Data-Center:before{content:"\e7df"}.icon-Data-Clock:before{content:"\e7e0"}.icon-Data-Cloud:before{content:"\e7e1"}.icon-Data-Compress:before{content:"\e7e2"}.icon-Data-Copy:before{content:"\e7e3"}.icon-Data-Download:before{content:"\e7e4"}.icon-Data-Financial:before{content:"\e7e5"}.icon-Data-Key:before{content:"\e7e6"}.icon-Data-Lock:before{content:"\e7e7"}.icon-Data-Network:before{content:"\e7e8"}.icon-Data-Password:before{content:"\e7e9"}.icon-Data-Power:before{content:"\e7ea"}.icon-Data-Refresh:before{content:"\e7eb"}.icon-Data-Save:before{content:"\e7ec"}.icon-Data-Search:before{content:"\e7ed"}.icon-Data-Security:before{content:"\e7ee"}.icon-Data-Settings:before{content:"\e7ef"}.icon-Data-Sharing:before{content:"\e7f0"}.icon-Data-Shield:before{content:"\e7f1"}.icon-Data-Signal:before{content:"\e7f2"}.icon-Data-Storage:before{content:"\e7f3"}.icon-Data-Stream:before{content:"\e7f4"}.icon-Data-Transfer:before{content:"\e7f5"}.icon-Data-Unlock:before{content:"\e7f6"}.icon-Data-Upload:before{content:"\e7f7"}.icon-Data-Yes:before{content:"\e7f8"}.icon-Data:before{content:"\e7f9"}.icon-David-Star:before{content:"\e7fa"}.icon-Daylight:before{content:"\e7fb"}.icon-Death:before{content:"\e7fc"}.icon-Debian:before{content:"\e7fd"}.icon-Dec:before{content:"\e7fe"}.icon-Decrase-Inedit:before{content:"\e7ff"}.icon-Deer-2:before{content:"\e800"}.icon-Deer:before{content:"\e801"}.icon-Delete-File:before{content:"\e802"}.icon-Delete-Window:before{content:"\e803"}.icon-Delicious:before{content:"\e804"}.icon-Depression:before{content:"\e805"}.icon-Deviantart:before{content:"\e806"}.icon-Device-SyncwithCloud:before{content:"\e807"}.icon-Diamond:before{content:"\e808"}.icon-Dice-2:before{content:"\e809"}.icon-Dice:before{content:"\e80a"}.icon-Digg:before{content:"\e80b"}.icon-Digital-Drawing:before{content:"\e80c"}.icon-Diigo:before{content:"\e80d"}.icon-Dinosaur:before{content:"\e80e"}.icon-Diploma-2:before{content:"\e80f"}.icon-Diploma:before{content:"\e810"}.icon-Direction-East:before{content:"\e811"}.icon-Direction-North:before{content:"\e812"}.icon-Direction-South:before{content:"\e813"}.icon-Direction-West:before{content:"\e814"}.icon-Director:before{content:"\e815"}.icon-Disk:before{content:"\e816"}.icon-Dj:before{content:"\e817"}.icon-DNA-2:before{content:"\e818"}.icon-DNA-Helix:before{content:"\e819"}.icon-DNA:before{content:"\e81a"}.icon-Doctor:before{content:"\e81b"}.icon-Dog:before{content:"\e81c"}.icon-Dollar-Sign:before{content:"\e81d"}.icon-Dollar-Sign2:before{content:"\e81e"}.icon-Dollar:before{content:"\e81f"}.icon-Dolphin:before{content:"\e820"}.icon-Domino:before{content:"\e821"}.icon-Door-Hanger:before{content:"\e822"}.icon-Door:before{content:"\e823"}.icon-Doplr:before{content:"\e824"}.icon-Double-Circle:before{content:"\e825"}.icon-Double-Tap:before{content:"\e826"}.icon-Doughnut:before{content:"\e827"}.icon-Dove:before{content:"\e828"}.icon-Down-2:before{content:"\e829"}.icon-Down-3:before{content:"\e82a"}.icon-Down-4:before{content:"\e82b"}.icon-Down:before{content:"\e82c"}.icon-Download-2:before{content:"\e82d"}.icon-Download-fromCloud:before{content:"\e82e"}.icon-Download-Window:before{content:"\e82f"}.icon-Download:before{content:"\e830"}.icon-Downward:before{content:"\e831"}.icon-Drag-Down:before{content:"\e832"}.icon-Drag-Left:before{content:"\e833"}.icon-Drag-Right:before{content:"\e834"}.icon-Drag-Up:before{content:"\e835"}.icon-Drag:before{content:"\e836"}.icon-Dress:before{content:"\e837"}.icon-Drill-2:before{content:"\e838"}.icon-Drill:before{content:"\e839"}.icon-Drop:before{content:"\e83a"}.icon-Dropbox:before{content:"\e83b"}.icon-Drum:before{content:"\e83c"}.icon-Dry:before{content:"\e83d"}.icon-Duck:before{content:"\e83e"}.icon-Dumbbell:before{content:"\e83f"}.icon-Duplicate-Layer:before{content:"\e840"}.icon-Duplicate-Window:before{content:"\e841"}.icon-DVD:before{content:"\e842"}.icon-Eagle:before{content:"\e843"}.icon-Ear:before{content:"\e844"}.icon-Earphones-2:before{content:"\e845"}.icon-Earphones:before{content:"\e846"}.icon-Eci-Icon:before{content:"\e847"}.icon-Edit-Map:before{content:"\e848"}.icon-Edit:before{content:"\e849"}.icon-Eggs:before{content:"\e84a"}.icon-Egypt:before{content:"\e84b"}.icon-Eifel-Tower:before{content:"\e84c"}.icon-eject-2:before{content:"\e84d"}.icon-Eject:before{content:"\e84e"}.icon-El-Castillo:before{content:"\e84f"}.icon-Elbow:before{content:"\e850"}.icon-Electric-Guitar:before{content:"\e851"}.icon-Electricity:before{content:"\e852"}.icon-Elephant:before{content:"\e853"}.icon-Email:before{content:"\e854"}.icon-Embassy:before{content:"\e855"}.icon-Empire-StateBuilding:before{content:"\e856"}.icon-Empty-Box:before{content:"\e857"}.icon-End2:before{content:"\e858"}.icon-End-2:before{content:"\e859"}.icon-End:before{content:"\e85a"}.icon-Endways:before{content:"\e85b"}.icon-Engineering:before{content:"\e85c"}.icon-Envelope-2:before{content:"\e85d"}.icon-Envelope:before{content:"\e85e"}.icon-Environmental-2:before{content:"\e85f"}.icon-Environmental-3:before{content:"\e860"}.icon-Environmental:before{content:"\e861"}.icon-Equalizer:before{content:"\e862"}.icon-Eraser-2:before{content:"\e863"}.icon-Eraser-3:before{content:"\e864"}.icon-Eraser:before{content:"\e865"}.icon-Error-404Window:before{content:"\e866"}.icon-Euro-Sign:before{content:"\e867"}.icon-Euro-Sign2:before{content:"\e868"}.icon-Euro:before{content:"\e869"}.icon-Evernote:before{content:"\e86a"}.icon-Evil:before{content:"\e86b"}.icon-Explode:before{content:"\e86c"}.icon-Eye-2:before{content:"\e86d"}.icon-Eye-Blind:before{content:"\e86e"}.icon-Eye-Invisible:before{content:"\e86f"}.icon-Eye-Scan:before{content:"\e870"}.icon-Eye-Visible:before{content:"\e871"}.icon-Eye:before{content:"\e872"}.icon-Eyebrow-2:before{content:"\e873"}.icon-Eyebrow-3:before{content:"\e874"}.icon-Eyebrow:before{content:"\e875"}.icon-Eyeglasses-Smiley:before{content:"\e876"}.icon-Eyeglasses-Smiley2:before{content:"\e877"}.icon-Face-Style:before{content:"\e878"}.icon-Face-Style2:before{content:"\e879"}.icon-Face-Style3:before{content:"\e87a"}.icon-Face-Style4:before{content:"\e87b"}.icon-Face-Style5:before{content:"\e87c"}.icon-Face-Style6:before{content:"\e87d"}.icon-Facebook-2:before{content:"\e87e"}.icon-Facebook:before{content:"\e87f"}.icon-Factory-2:before{content:"\e880"}.icon-Factory:before{content:"\e881"}.icon-Fahrenheit:before{content:"\e882"}.icon-Family-Sign:before{content:"\e883"}.icon-Fan:before{content:"\e884"}.icon-Farmer:before{content:"\e885"}.icon-Fashion:before{content:"\e886"}.icon-Favorite-Window:before{content:"\e887"}.icon-Fax:before{content:"\e888"}.icon-Feather:before{content:"\e889"}.icon-Feedburner:before{content:"\e88a"}.icon-Female-2:before{content:"\e88b"}.icon-Female-Sign:before{content:"\e88c"}.icon-Female:before{content:"\e88d"}.icon-File-Block:before{content:"\e88e"}.icon-File-Bookmark:before{content:"\e88f"}.icon-File-Chart:before{content:"\e890"}.icon-File-Clipboard:before{content:"\e891"}.icon-File-ClipboardFileText:before{content:"\e892"}.icon-File-ClipboardTextImage:before{content:"\e893"}.icon-File-Cloud:before{content:"\e894"}.icon-File-Copy:before{content:"\e895"}.icon-File-Copy2:before{content:"\e896"}.icon-File-CSV:before{content:"\e897"}.icon-File-Download:before{content:"\e898"}.icon-File-Edit:before{content:"\e899"}.icon-File-Excel:before{content:"\e89a"}.icon-File-Favorite:before{content:"\e89b"}.icon-File-Fire:before{content:"\e89c"}.icon-File-Graph:before{content:"\e89d"}.icon-File-Hide:before{content:"\e89e"}.icon-File-Horizontal:before{content:"\e89f"}.icon-File-HorizontalText:before{content:"\e8a0"}.icon-File-HTML:before{content:"\e8a1"}.icon-File-JPG:before{content:"\e8a2"}.icon-File-Link:before{content:"\e8a3"}.icon-File-Loading:before{content:"\e8a4"}.icon-File-Lock:before{content:"\e8a5"}.icon-File-Love:before{content:"\e8a6"}.icon-File-Music:before{content:"\e8a7"}.icon-File-Network:before{content:"\e8a8"}.icon-File-Pictures:before{content:"\e8a9"}.icon-File-Pie:before{content:"\e8aa"}.icon-File-Presentation:before{content:"\e8ab"}.icon-File-Refresh:before{content:"\e8ac"}.icon-File-Search:before{content:"\e8ad"}.icon-File-Settings:before{content:"\e8ae"}.icon-File-Share:before{content:"\e8af"}.icon-File-TextImage:before{content:"\e8b0"}.icon-File-Trash:before{content:"\e8b1"}.icon-File-TXT:before{content:"\e8b2"}.icon-File-Upload:before{content:"\e8b3"}.icon-File-Video:before{content:"\e8b4"}.icon-File-Word:before{content:"\e8b5"}.icon-File-Zip:before{content:"\e8b6"}.icon-File:before{content:"\e8b7"}.icon-Files:before{content:"\e8b8"}.icon-Film-Board:before{content:"\e8b9"}.icon-Film-Cartridge:before{content:"\e8ba"}.icon-Film-Strip:before{content:"\e8bb"}.icon-Film-Video:before{content:"\e8bc"}.icon-Film:before{content:"\e8bd"}.icon-Filter-2:before{content:"\e8be"}.icon-Filter:before{content:"\e8bf"}.icon-Financial:before{content:"\e8c0"}.icon-Find-User:before{content:"\e8c1"}.icon-Finger-DragFourSides:before{content:"\e8c2"}.icon-Finger-DragTwoSides:before{content:"\e8c3"}.icon-Finger-Print:before{content:"\e8c4"}.icon-Finger:before{content:"\e8c5"}.icon-Fingerprint-2:before{content:"\e8c6"}.icon-Fingerprint:before{content:"\e8c7"}.icon-Fire-Flame:before{content:"\e8c8"}.icon-Fire-Flame2:before{content:"\e8c9"}.icon-Fire-Hydrant:before{content:"\e8ca"}.icon-Fire-Staion:before{content:"\e8cb"}.icon-Firefox:before{content:"\e8cc"}.icon-Firewall:before{content:"\e8cd"}.icon-First-Aid:before{content:"\e8ce"}.icon-First:before{content:"\e8cf"}.icon-Fish-Food:before{content:"\e8d0"}.icon-Fish:before{content:"\e8d1"}.icon-Fit-To:before{content:"\e8d2"}.icon-Fit-To2:before{content:"\e8d3"}.icon-Five-Fingers:before{content:"\e8d4"}.icon-Five-FingersDrag:before{content:"\e8d5"}.icon-Five-FingersDrag2:before{content:"\e8d6"}.icon-Five-FingersTouch:before{content:"\e8d7"}.icon-Flag-2:before{content:"\e8d8"}.icon-Flag-3:before{content:"\e8d9"}.icon-Flag-4:before{content:"\e8da"}.icon-Flag-5:before{content:"\e8db"}.icon-Flag-6:before{content:"\e8dc"}.icon-Flag:before{content:"\e8dd"}.icon-Flamingo:before{content:"\e8de"}.icon-Flash-2:before{content:"\e8df"}.icon-Flash-Video:before{content:"\e8e0"}.icon-Flash:before{content:"\e8e1"}.icon-Flashlight:before{content:"\e8e2"}.icon-Flask-2:before{content:"\e8e3"}.icon-Flask:before{content:"\e8e4"}.icon-Flick:before{content:"\e8e5"}.icon-Flickr:before{content:"\e8e6"}.icon-Flowerpot:before{content:"\e8e7"}.icon-Fluorescent:before{content:"\e8e8"}.icon-Fog-Day:before{content:"\e8e9"}.icon-Fog-Night:before{content:"\e8ea"}.icon-Folder-Add:before{content:"\e8eb"}.icon-Folder-Archive:before{content:"\e8ec"}.icon-Folder-Binder:before{content:"\e8ed"}.icon-Folder-Binder2:before{content:"\e8ee"}.icon-Folder-Block:before{content:"\e8ef"}.icon-Folder-Bookmark:before{content:"\e8f0"}.icon-Folder-Close:before{content:"\e8f1"}.icon-Folder-Cloud:before{content:"\e8f2"}.icon-Folder-Delete:before{content:"\e8f3"}.icon-Folder-Download:before{content:"\e8f4"}.icon-Folder-Edit:before{content:"\e8f5"}.icon-Folder-Favorite:before{content:"\e8f6"}.icon-Folder-Fire:before{content:"\e8f7"}.icon-Folder-Hide:before{content:"\e8f8"}.icon-Folder-Link:before{content:"\e8f9"}.icon-Folder-Loading:before{content:"\e8fa"}.icon-Folder-Lock:before{content:"\e8fb"}.icon-Folder-Love:before{content:"\e8fc"}.icon-Folder-Music:before{content:"\e8fd"}.icon-Folder-Network:before{content:"\e8fe"}.icon-Folder-Open:before{content:"\e8ff"}.icon-Folder-Open2:before{content:"\e900"}.icon-Folder-Organizing:before{content:"\e901"}.icon-Folder-Pictures:before{content:"\e902"}.icon-Folder-Refresh:before{content:"\e903"}.icon-Folder-Remove-:before{content:"\e904"}.icon-Folder-Search:before{content:"\e905"}.icon-Folder-Settings:before{content:"\e906"}.icon-Folder-Share:before{content:"\e907"}.icon-Folder-Trash:before{content:"\e908"}.icon-Folder-Upload:before{content:"\e909"}.icon-Folder-Video:before{content:"\e90a"}.icon-Folder-WithDocument:before{content:"\e90b"}.icon-Folder-Zip:before{content:"\e90c"}.icon-Folder:before{content:"\e90d"}.icon-Folders:before{content:"\e90e"}.icon-Font-Color:before{content:"\e90f"}.icon-Font-Name:before{content:"\e910"}.icon-Font-Size:before{content:"\e911"}.icon-Font-Style:before{content:"\e912"}.icon-Font-StyleSubscript:before{content:"\e913"}.icon-Font-StyleSuperscript:before{content:"\e914"}.icon-Font-Window:before{content:"\e915"}.icon-Foot-2:before{content:"\e916"}.icon-Foot:before{content:"\e917"}.icon-Football-2:before{content:"\e918"}.icon-Football:before{content:"\e919"}.icon-Footprint-2:before{content:"\e91a"}.icon-Footprint-3:before{content:"\e91b"}.icon-Footprint:before{content:"\e91c"}.icon-Forest:before{content:"\e91d"}.icon-Fork:before{content:"\e91e"}.icon-Formspring:before{content:"\e91f"}.icon-Formula:before{content:"\e920"}.icon-Forsquare:before{content:"\e921"}.icon-Forward:before{content:"\e922"}.icon-Fountain-Pen:before{content:"\e923"}.icon-Four-Fingers:before{content:"\e924"}.icon-Four-FingersDrag:before{content:"\e925"}.icon-Four-FingersDrag2:before{content:"\e926"}.icon-Four-FingersTouch:before{content:"\e927"}.icon-Fox:before{content:"\e928"}.icon-Frankenstein:before{content:"\e929"}.icon-French-Fries:before{content:"\e92a"}.icon-Friendfeed:before{content:"\e92b"}.icon-Friendster:before{content:"\e92c"}.icon-Frog:before{content:"\e92d"}.icon-Fruits:before{content:"\e92e"}.icon-Fuel:before{content:"\e92f"}.icon-Full-Bag:before{content:"\e930"}.icon-Full-Basket:before{content:"\e931"}.icon-Full-Cart:before{content:"\e932"}.icon-Full-Moon:before{content:"\e933"}.icon-Full-Screen:before{content:"\e934"}.icon-Full-Screen2:before{content:"\e935"}.icon-Full-View:before{content:"\e936"}.icon-Full-View2:before{content:"\e937"}.icon-Full-ViewWindow:before{content:"\e938"}.icon-Function:before{content:"\e939"}.icon-Funky:before{content:"\e93a"}.icon-Funny-Bicycle:before{content:"\e93b"}.icon-Furl:before{content:"\e93c"}.icon-Gamepad-2:before{content:"\e93d"}.icon-Gamepad:before{content:"\e93e"}.icon-Gas-Pump:before{content:"\e93f"}.icon-Gaugage-2:before{content:"\e940"}.icon-Gaugage:before{content:"\e941"}.icon-Gay:before{content:"\e942"}.icon-Gear-2:before{content:"\e943"}.icon-Gear:before{content:"\e944"}.icon-Gears-2:before{content:"\e945"}.icon-Gears:before{content:"\e946"}.icon-Geek-2:before{content:"\e947"}.icon-Geek:before{content:"\e948"}.icon-Gemini-2:before{content:"\e949"}.icon-Gemini:before{content:"\e94a"}.icon-Genius:before{content:"\e94b"}.icon-Gentleman:before{content:"\e94c"}.icon-Geo--:before{content:"\e94d"}.icon-Geo-:before{content:"\e94e"}.icon-Geo-Close:before{content:"\e94f"}.icon-Geo-Love:before{content:"\e950"}.icon-Geo-Number:before{content:"\e951"}.icon-Geo-Star:before{content:"\e952"}.icon-Geo:before{content:"\e953"}.icon-Geo2--:before{content:"\e954"}.icon-Geo2-:before{content:"\e955"}.icon-Geo2-Close:before{content:"\e956"}.icon-Geo2-Love:before{content:"\e957"}.icon-Geo2-Number:before{content:"\e958"}.icon-Geo2-Star:before{content:"\e959"}.icon-Geo2:before{content:"\e95a"}.icon-Geo3--:before{content:"\e95b"}.icon-Geo3-:before{content:"\e95c"}.icon-Geo3-Close:before{content:"\e95d"}.icon-Geo3-Love:before{content:"\e95e"}.icon-Geo3-Number:before{content:"\e95f"}.icon-Geo3-Star:before{content:"\e960"}.icon-Geo3:before{content:"\e961"}.icon-Gey:before{content:"\e962"}.icon-Gift-Box:before{content:"\e963"}.icon-Giraffe:before{content:"\e964"}.icon-Girl:before{content:"\e965"}.icon-Glass-Water:before{content:"\e966"}.icon-Glasses-2:before{content:"\e967"}.icon-Glasses-3:before{content:"\e968"}.icon-Glasses:before{content:"\e969"}.icon-Global-Position:before{content:"\e96a"}.icon-Globe-2:before{content:"\e96b"}.icon-Globe:before{content:"\e96c"}.icon-Gloves:before{content:"\e96d"}.icon-Go-Bottom:before{content:"\e96e"}.icon-Go-Top:before{content:"\e96f"}.icon-Goggles:before{content:"\e970"}.icon-Golf-2:before{content:"\e971"}.icon-Golf:before{content:"\e972"}.icon-Google-Buzz:before{content:"\e973"}.icon-Google-Drive:before{content:"\e974"}.icon-Google-Play:before{content:"\e975"}.icon-Google-Plus:before{content:"\e976"}.icon-Google:before{content:"\e977"}.icon-Gopro:before{content:"\e978"}.icon-Gorilla:before{content:"\e979"}.icon-Gowalla:before{content:"\e97a"}.icon-Grave:before{content:"\e97b"}.icon-Graveyard:before{content:"\e97c"}.icon-Greece:before{content:"\e97d"}.icon-Green-Energy:before{content:"\e97e"}.icon-Green-House:before{content:"\e97f"}.icon-Guitar:before{content:"\e980"}.icon-Gun-2:before{content:"\e981"}.icon-Gun-3:before{content:"\e982"}.icon-Gun:before{content:"\e983"}.icon-Gymnastics:before{content:"\e984"}.icon-Hair-2:before{content:"\e985"}.icon-Hair-3:before{content:"\e986"}.icon-Hair-4:before{content:"\e987"}.icon-Hair:before{content:"\e988"}.icon-Half-Moon:before{content:"\e989"}.icon-Halloween-HalfMoon:before{content:"\e98a"}.icon-Halloween-Moon:before{content:"\e98b"}.icon-Hamburger:before{content:"\e98c"}.icon-Hammer:before{content:"\e98d"}.icon-Hand-Touch:before{content:"\e98e"}.icon-Hand-Touch2:before{content:"\e98f"}.icon-Hand-TouchSmartphone:before{content:"\e990"}.icon-Hand:before{content:"\e991"}.icon-Hands:before{content:"\e992"}.icon-Handshake:before{content:"\e993"}.icon-Hanger:before{content:"\e994"}.icon-Happy:before{content:"\e995"}.icon-Hat-2:before{content:"\e996"}.icon-Hat:before{content:"\e997"}.icon-Haunted-House:before{content:"\e998"}.icon-HD-Video:before{content:"\e999"}.icon-HD:before{content:"\e99a"}.icon-HDD:before{content:"\e99b"}.icon-Headphone:before{content:"\e99c"}.icon-Headphones:before{content:"\e99d"}.icon-Headset:before{content:"\e99e"}.icon-Heart-2:before{content:"\e99f"}.icon-Heart:before{content:"\e9a0"}.icon-Heels-2:before{content:"\e9a1"}.icon-Heels:before{content:"\e9a2"}.icon-Height-Window:before{content:"\e9a3"}.icon-Helicopter-2:before{content:"\e9a4"}.icon-Helicopter:before{content:"\e9a5"}.icon-Helix-2:before{content:"\e9a6"}.icon-Hello:before{content:"\e9a7"}.icon-Helmet-2:before{content:"\e9a8"}.icon-Helmet-3:before{content:"\e9a9"}.icon-Helmet:before{content:"\e9aa"}.icon-Hipo:before{content:"\e9ab"}.icon-Hipster-Glasses:before{content:"\e9ac"}.icon-Hipster-Glasses2:before{content:"\e9ad"}.icon-Hipster-Glasses3:before{content:"\e9ae"}.icon-Hipster-Headphones:before{content:"\e9af"}.icon-Hipster-Men:before{content:"\e9b0"}.icon-Hipster-Men2:before{content:"\e9b1"}.icon-Hipster-Men3:before{content:"\e9b2"}.icon-Hipster-Sunglasses:before{content:"\e9b3"}.icon-Hipster-Sunglasses2:before{content:"\e9b4"}.icon-Hipster-Sunglasses3:before{content:"\e9b5"}.icon-Hokey:before{content:"\e9b6"}.icon-Holly:before{content:"\e9b7"}.icon-Home-2:before{content:"\e9b8"}.icon-Home-3:before{content:"\e9b9"}.icon-Home-4:before{content:"\e9ba"}.icon-Home-5:before{content:"\e9bb"}.icon-Home-Window:before{content:"\e9bc"}.icon-Home:before{content:"\e9bd"}.icon-Homosexual:before{content:"\e9be"}.icon-Honey:before{content:"\e9bf"}.icon-Hong-Kong:before{content:"\e9c0"}.icon-Hoodie:before{content:"\e9c1"}.icon-Horror:before{content:"\e9c2"}.icon-Horse:before{content:"\e9c3"}.icon-Hospital-2:before{content:"\e9c4"}.icon-Hospital:before{content:"\e9c5"}.icon-Host:before{content:"\e9c6"}.icon-Hot-Dog:before{content:"\e9c7"}.icon-Hotel:before{content:"\e9c8"}.icon-Hour:before{content:"\e9c9"}.icon-Hub:before{content:"\e9ca"}.icon-Humor:before{content:"\e9cb"}.icon-Hurt:before{content:"\e9cc"}.icon-Ice-Cream:before{content:"\e9cd"}.icon-ICQ:before{content:"\e9ce"}.icon-ID-2:before{content:"\e9cf"}.icon-ID-3:before{content:"\e9d0"}.icon-ID-Card:before{content:"\e9d1"}.icon-Idea-2:before{content:"\e9d2"}.icon-Idea-3:before{content:"\e9d3"}.icon-Idea-4:before{content:"\e9d4"}.icon-Idea-5:before{content:"\e9d5"}.icon-Idea:before{content:"\e9d6"}.icon-Identification-Badge:before{content:"\e9d7"}.icon-ImDB:before{content:"\e9d8"}.icon-Inbox-Empty:before{content:"\e9d9"}.icon-Inbox-Forward:before{content:"\e9da"}.icon-Inbox-Full:before{content:"\e9db"}.icon-Inbox-Into:before{content:"\e9dc"}.icon-Inbox-Out:before{content:"\e9dd"}.icon-Inbox-Reply:before{content:"\e9de"}.icon-Inbox:before{content:"\e9df"}.icon-Increase-Inedit:before{content:"\e9e0"}.icon-Indent-FirstLine:before{content:"\e9e1"}.icon-Indent-LeftMargin:before{content:"\e9e2"}.icon-Indent-RightMargin:before{content:"\e9e3"}.icon-India:before{content:"\e9e4"}.icon-Info-Window:before{content:"\e9e5"}.icon-Information:before{content:"\e9e6"}.icon-Inifity:before{content:"\e9e7"}.icon-Instagram:before{content:"\e9e8"}.icon-Internet-2:before{content:"\e9e9"}.icon-Internet-Explorer:before{content:"\e9ea"}.icon-Internet-Smiley:before{content:"\e9eb"}.icon-Internet:before{content:"\e9ec"}.icon-iOS-Apple:before{content:"\e9ed"}.icon-Israel:before{content:"\e9ee"}.icon-Italic-Text:before{content:"\e9ef"}.icon-Jacket-2:before{content:"\e9f0"}.icon-Jacket:before{content:"\e9f1"}.icon-Jamaica:before{content:"\e9f2"}.icon-Japan:before{content:"\e9f3"}.icon-Japanese-Gate:before{content:"\e9f4"}.icon-Jeans:before{content:"\e9f5"}.icon-Jeep-2:before{content:"\e9f6"}.icon-Jeep:before{content:"\e9f7"}.icon-Jet:before{content:"\e9f8"}.icon-Joystick:before{content:"\e9f9"}.icon-Juice:before{content:"\e9fa"}.icon-Jump-Rope:before{content:"\e9fb"}.icon-Kangoroo:before{content:"\e9fc"}.icon-Kenya:before{content:"\e9fd"}.icon-Key-2:before{content:"\e9fe"}.icon-Key-3:before{content:"\e9ff"}.icon-Key-Lock:before{content:"\ea00"}.icon-Key:before{content:"\ea01"}.icon-Keyboard:before{content:"\ea02"}.icon-Keyboard3:before{content:"\ea03"}.icon-Keypad:before{content:"\ea04"}.icon-King-2:before{content:"\ea05"}.icon-King:before{content:"\ea06"}.icon-Kiss:before{content:"\ea07"}.icon-Knee:before{content:"\ea08"}.icon-Knife-2:before{content:"\ea09"}.icon-Knife:before{content:"\ea0a"}.icon-Knight:before{content:"\ea0b"}.icon-Koala:before{content:"\ea0c"}.icon-Korea:before{content:"\ea0d"}.icon-Lamp:before{content:"\ea0e"}.icon-Landscape-2:before{content:"\ea0f"}.icon-Landscape:before{content:"\ea10"}.icon-Lantern:before{content:"\ea11"}.icon-Laptop-2:before{content:"\ea12"}.icon-Laptop-3:before{content:"\ea13"}.icon-Laptop-Phone:before{content:"\ea14"}.icon-Laptop-Secure:before{content:"\ea15"}.icon-Laptop-Tablet:before{content:"\ea16"}.icon-Laptop:before{content:"\ea17"}.icon-Laser:before{content:"\ea18"}.icon-Last-FM:before{content:"\ea19"}.icon-Last:before{content:"\ea1a"}.icon-Laughing:before{content:"\ea1b"}.icon-Layer-1635:before{content:"\ea1c"}.icon-Layer-1646:before{content:"\ea1d"}.icon-Layer-Backward:before{content:"\ea1e"}.icon-Layer-Forward:before{content:"\ea1f"}.icon-Leafs-2:before{content:"\ea20"}.icon-Leafs:before{content:"\ea21"}.icon-Leaning-Tower:before{content:"\ea22"}.icon-Left--Right:before{content:"\ea23"}.icon-Left--Right3:before{content:"\ea24"}.icon-Left-2:before{content:"\ea25"}.icon-Left-3:before{content:"\ea26"}.icon-Left-4:before{content:"\ea27"}.icon-Left-ToRight:before{content:"\ea28"}.icon-Left:before{content:"\ea29"}.icon-Leg-2:before{content:"\ea2a"}.icon-Leg:before{content:"\ea2b"}.icon-Lego:before{content:"\ea2c"}.icon-Lemon:before{content:"\ea2d"}.icon-Len-2:before{content:"\ea2e"}.icon-Len-3:before{content:"\ea2f"}.icon-Len:before{content:"\ea30"}.icon-Leo-2:before{content:"\ea31"}.icon-Leo:before{content:"\ea32"}.icon-Leopard:before{content:"\ea33"}.icon-Lesbian:before{content:"\ea34"}.icon-Lesbians:before{content:"\ea35"}.icon-Letter-Close:before{content:"\ea36"}.icon-Letter-Open:before{content:"\ea37"}.icon-Letter-Sent:before{content:"\ea38"}.icon-Libra-2:before{content:"\ea39"}.icon-Libra:before{content:"\ea3a"}.icon-Library-2:before{content:"\ea3b"}.icon-Library:before{content:"\ea3c"}.icon-Life-Jacket:before{content:"\ea3d"}.icon-Life-Safer:before{content:"\ea3e"}.icon-Light-Bulb:before{content:"\ea3f"}.icon-Light-Bulb2:before{content:"\ea40"}.icon-Light-BulbLeaf:before{content:"\ea41"}.icon-Lighthouse:before{content:"\ea42"}.icon-Like-2:before{content:"\ea43"}.icon-Like:before{content:"\ea44"}.icon-Line-Chart:before{content:"\ea45"}.icon-Line-Chart2:before{content:"\ea46"}.icon-Line-Chart3:before{content:"\ea47"}.icon-Line-Chart4:before{content:"\ea48"}.icon-Line-Spacing:before{content:"\ea49"}.icon-Line-SpacingText:before{content:"\ea4a"}.icon-Link-2:before{content:"\ea4b"}.icon-Link:before{content:"\ea4c"}.icon-Linkedin-2:before{content:"\ea4d"}.icon-Linkedin:before{content:"\ea4e"}.icon-Linux:before{content:"\ea4f"}.icon-Lion:before{content:"\ea50"}.icon-Livejournal:before{content:"\ea51"}.icon-Loading-2:before{content:"\ea52"}.icon-Loading-3:before{content:"\ea53"}.icon-Loading-Window:before{content:"\ea54"}.icon-Loading:before{content:"\ea55"}.icon-Location-2:before{content:"\ea56"}.icon-Location:before{content:"\ea57"}.icon-Lock-2:before{content:"\ea58"}.icon-Lock-3:before{content:"\ea59"}.icon-Lock-User:before{content:"\ea5a"}.icon-Lock-Window:before{content:"\ea5b"}.icon-Lock:before{content:"\ea5c"}.icon-Lollipop-2:before{content:"\ea5d"}.icon-Lollipop-3:before{content:"\ea5e"}.icon-Lollipop:before{content:"\ea5f"}.icon-Loop:before{content:"\ea60"}.icon-Loud:before{content:"\ea61"}.icon-Loudspeaker:before{content:"\ea62"}.icon-Love-2:before{content:"\ea63"}.icon-Love-User:before{content:"\ea64"}.icon-Love-Window:before{content:"\ea65"}.icon-Love:before{content:"\ea66"}.icon-Lowercase-Text:before{content:"\ea67"}.icon-Luggafe-Front:before{content:"\ea68"}.icon-Luggage-2:before{content:"\ea69"}.icon-Macro:before{content:"\ea6a"}.icon-Magic-Wand:before{content:"\ea6b"}.icon-Magnet:before{content:"\ea6c"}.icon-Magnifi-Glass-:before{content:"\ea6d"}.icon-Magnifi-Glass:before{content:"\ea6e"}.icon-Magnifi-Glass2:before{content:"\ea6f"}.icon-Mail-2:before{content:"\ea70"}.icon-Mail-3:before{content:"\ea71"}.icon-Mail-Add:before{content:"\ea72"}.icon-Mail-Attachement:before{content:"\ea73"}.icon-Mail-Block:before{content:"\ea74"}.icon-Mail-Delete:before{content:"\ea75"}.icon-Mail-Favorite:before{content:"\ea76"}.icon-Mail-Forward:before{content:"\ea77"}.icon-Mail-Gallery:before{content:"\ea78"}.icon-Mail-Inbox:before{content:"\ea79"}.icon-Mail-Link:before{content:"\ea7a"}.icon-Mail-Lock:before{content:"\ea7b"}.icon-Mail-Love:before{content:"\ea7c"}.icon-Mail-Money:before{content:"\ea7d"}.icon-Mail-Open:before{content:"\ea7e"}.icon-Mail-Outbox:before{content:"\ea7f"}.icon-Mail-Password:before{content:"\ea80"}.icon-Mail-Photo:before{content:"\ea81"}.icon-Mail-Read:before{content:"\ea82"}.icon-Mail-Removex:before{content:"\ea83"}.icon-Mail-Reply:before{content:"\ea84"}.icon-Mail-ReplyAll:before{content:"\ea85"}.icon-Mail-Search:before{content:"\ea86"}.icon-Mail-Send:before{content:"\ea87"}.icon-Mail-Settings:before{content:"\ea88"}.icon-Mail-Unread:before{content:"\ea89"}.icon-Mail-Video:before{content:"\ea8a"}.icon-Mail-withAtSign:before{content:"\ea8b"}.icon-Mail-WithCursors:before{content:"\ea8c"}.icon-Mail:before{content:"\ea8d"}.icon-Mailbox-Empty:before{content:"\ea8e"}.icon-Mailbox-Full:before{content:"\ea8f"}.icon-Male-2:before{content:"\ea90"}.icon-Male-Sign:before{content:"\ea91"}.icon-Male:before{content:"\ea92"}.icon-MaleFemale:before{content:"\ea93"}.icon-Man-Sign:before{content:"\ea94"}.icon-Management:before{content:"\ea95"}.icon-Mans-Underwear:before{content:"\ea96"}.icon-Mans-Underwear2:before{content:"\ea97"}.icon-Map-Marker:before{content:"\ea98"}.icon-Map-Marker2:before{content:"\ea99"}.icon-Map-Marker3:before{content:"\ea9a"}.icon-Map:before{content:"\ea9b"}.icon-Map2:before{content:"\ea9c"}.icon-Marker-2:before{content:"\ea9d"}.icon-Marker-3:before{content:"\ea9e"}.icon-Marker:before{content:"\ea9f"}.icon-Martini-Glass:before{content:"\eaa0"}.icon-Mask:before{content:"\eaa1"}.icon-Master-Card:before{content:"\eaa2"}.icon-Maximize-Window:before{content:"\eaa3"}.icon-Maximize:before{content:"\eaa4"}.icon-Medal-2:before{content:"\eaa5"}.icon-Medal-3:before{content:"\eaa6"}.icon-Medal:before{content:"\eaa7"}.icon-Medical-Sign:before{content:"\eaa8"}.icon-Medicine-2:before{content:"\eaa9"}.icon-Medicine-3:before{content:"\eaaa"}.icon-Medicine:before{content:"\eaab"}.icon-Megaphone:before{content:"\eaac"}.icon-Memory-Card:before{content:"\eaad"}.icon-Memory-Card2:before{content:"\eaae"}.icon-Memory-Card3:before{content:"\eaaf"}.icon-Men:before{content:"\eab0"}.icon-Menorah:before{content:"\eab1"}.icon-Mens:before{content:"\eab2"}.icon-Metacafe:before{content:"\eab3"}.icon-Mexico:before{content:"\eab4"}.icon-Mic:before{content:"\eab5"}.icon-Microphone-2:before{content:"\eab6"}.icon-Microphone-3:before{content:"\eab7"}.icon-Microphone-4:before{content:"\eab8"}.icon-Microphone-5:before{content:"\eab9"}.icon-Microphone-6:before{content:"\eaba"}.icon-Microphone-7:before{content:"\eabb"}.icon-Microphone:before{content:"\eabc"}.icon-Microscope:before{content:"\eabd"}.icon-Milk-Bottle:before{content:"\eabe"}.icon-Mine:before{content:"\eabf"}.icon-Minimize-Maximize-Close-Window:before{content:"\eac0"}.icon-Minimize-Window:before{content:"\eac1"}.icon-Minimize:before{content:"\eac2"}.icon-Mirror:before{content:"\eac3"}.icon-Mixer:before{content:"\eac4"}.icon-Mixx:before{content:"\eac5"}.icon-Money-2:before{content:"\eac6"}.icon-Money-Bag:before{content:"\eac7"}.icon-Money-Smiley:before{content:"\eac8"}.icon-Money:before{content:"\eac9"}.icon-Monitor-2:before{content:"\eaca"}.icon-Monitor-3:before{content:"\eacb"}.icon-Monitor-4:before{content:"\eacc"}.icon-Monitor-5:before{content:"\eacd"}.icon-Monitor-Analytics:before{content:"\eace"}.icon-Monitor-Laptop:before{content:"\eacf"}.icon-Monitor-phone:before{content:"\ead0"}.icon-Monitor-Tablet:before{content:"\ead1"}.icon-Monitor-Vertical:before{content:"\ead2"}.icon-Monitor:before{content:"\ead3"}.icon-Monitoring:before{content:"\ead4"}.icon-Monkey:before{content:"\ead5"}.icon-Monster:before{content:"\ead6"}.icon-Morocco:before{content:"\ead7"}.icon-Motorcycle:before{content:"\ead8"}.icon-Mouse-2:before{content:"\ead9"}.icon-Mouse-3:before{content:"\eada"}.icon-Mouse-4:before{content:"\eadb"}.icon-Mouse-Pointer:before{content:"\eadc"}.icon-Mouse:before{content:"\eadd"}.icon-Moustache-Smiley:before{content:"\eade"}.icon-Movie-Ticket:before{content:"\eadf"}.icon-Movie:before{content:"\eae0"}.icon-Mp3-File:before{content:"\eae1"}.icon-Museum:before{content:"\eae2"}.icon-Mushroom:before{content:"\eae3"}.icon-Music-Note:before{content:"\eae4"}.icon-Music-Note2:before{content:"\eae5"}.icon-Music-Note3:before{content:"\eae6"}.icon-Music-Note4:before{content:"\eae7"}.icon-Music-Player:before{content:"\eae8"}.icon-Mustache-2:before{content:"\eae9"}.icon-Mustache-3:before{content:"\eaea"}.icon-Mustache-4:before{content:"\eaeb"}.icon-Mustache-5:before{content:"\eaec"}.icon-Mustache-6:before{content:"\eaed"}.icon-Mustache-7:before{content:"\eaee"}.icon-Mustache-8:before{content:"\eaef"}.icon-Mustache:before{content:"\eaf0"}.icon-Mute:before{content:"\eaf1"}.icon-Myspace:before{content:"\eaf2"}.icon-Navigat-Start:before{content:"\eaf3"}.icon-Navigate-End:before{content:"\eaf4"}.icon-Navigation-LeftWindow:before{content:"\eaf5"}.icon-Navigation-RightWindow:before{content:"\eaf6"}.icon-Nepal:before{content:"\eaf7"}.icon-Netscape:before{content:"\eaf8"}.icon-Network-Window:before{content:"\eaf9"}.icon-Network:before{content:"\eafa"}.icon-Neutron:before{content:"\eafb"}.icon-New-Mail:before{content:"\eafc"}.icon-New-Tab:before{content:"\eafd"}.icon-Newspaper-2:before{content:"\eafe"}.icon-Newspaper:before{content:"\eaff"}.icon-Newsvine:before{content:"\eb00"}.icon-Next2:before{content:"\eb01"}.icon-Next-3:before{content:"\eb02"}.icon-Next-Music:before{content:"\eb03"}.icon-Next:before{content:"\eb04"}.icon-No-Battery:before{content:"\eb05"}.icon-No-Drop:before{content:"\eb06"}.icon-No-Flash:before{content:"\eb07"}.icon-No-Smoking:before{content:"\eb08"}.icon-Noose:before{content:"\eb09"}.icon-Normal-Text:before{content:"\eb0a"}.icon-Note:before{content:"\eb0b"}.icon-Notepad-2:before{content:"\eb0c"}.icon-Notepad:before{content:"\eb0d"}.icon-Nuclear:before{content:"\eb0e"}.icon-Numbering-List:before{content:"\eb0f"}.icon-Nurse:before{content:"\eb10"}.icon-Office-Lamp:before{content:"\eb11"}.icon-Office:before{content:"\eb12"}.icon-Oil:before{content:"\eb13"}.icon-Old-Camera:before{content:"\eb14"}.icon-Old-Cassette:before{content:"\eb15"}.icon-Old-Clock:before{content:"\eb16"}.icon-Old-Radio:before{content:"\eb17"}.icon-Old-Sticky:before{content:"\eb18"}.icon-Old-Sticky2:before{content:"\eb19"}.icon-Old-Telephone:before{content:"\eb1a"}.icon-Old-TV:before{content:"\eb1b"}.icon-On-Air:before{content:"\eb1c"}.icon-On-Off-2:before{content:"\eb1d"}.icon-On-Off-3:before{content:"\eb1e"}.icon-On-off:before{content:"\eb1f"}.icon-One-Finger:before{content:"\eb20"}.icon-One-FingerTouch:before{content:"\eb21"}.icon-One-Window:before{content:"\eb22"}.icon-Open-Banana:before{content:"\eb23"}.icon-Open-Book:before{content:"\eb24"}.icon-Opera-House:before{content:"\eb25"}.icon-Opera:before{content:"\eb26"}.icon-Optimization:before{content:"\eb27"}.icon-Orientation-2:before{content:"\eb28"}.icon-Orientation-3:before{content:"\eb29"}.icon-Orientation:before{content:"\eb2a"}.icon-Orkut:before{content:"\eb2b"}.icon-Ornament:before{content:"\eb2c"}.icon-Over-Time:before{content:"\eb2d"}.icon-Over-Time2:before{content:"\eb2e"}.icon-Owl:before{content:"\eb2f"}.icon-Pac-Man:before{content:"\eb30"}.icon-Paint-Brush:before{content:"\eb31"}.icon-Paint-Bucket:before{content:"\eb32"}.icon-Paintbrush:before{content:"\eb33"}.icon-Palette:before{content:"\eb34"}.icon-Palm-Tree:before{content:"\eb35"}.icon-Panda:before{content:"\eb36"}.icon-Panorama:before{content:"\eb37"}.icon-Pantheon:before{content:"\eb38"}.icon-Pantone:before{content:"\eb39"}.icon-Pants:before{content:"\eb3a"}.icon-Paper-Plane:before{content:"\eb3b"}.icon-Paper:before{content:"\eb3c"}.icon-Parasailing:before{content:"\eb3d"}.icon-Parrot:before{content:"\eb3e"}.icon-Password-2shopping:before{content:"\eb3f"}.icon-Password-Field:before{content:"\eb40"}.icon-Password-shopping:before{content:"\eb41"}.icon-Password:before{content:"\eb42"}.icon-pause-2:before{content:"\eb43"}.icon-Pause:before{content:"\eb44"}.icon-Paw:before{content:"\eb45"}.icon-Pawn:before{content:"\eb46"}.icon-Paypal:before{content:"\eb47"}.icon-Pen-2:before{content:"\eb48"}.icon-Pen-3:before{content:"\eb49"}.icon-Pen-4:before{content:"\eb4a"}.icon-Pen-5:before{content:"\eb4b"}.icon-Pen-6:before{content:"\eb4c"}.icon-Pen:before{content:"\eb4d"}.icon-Pencil-Ruler:before{content:"\eb4e"}.icon-Pencil:before{content:"\eb4f"}.icon-Penguin:before{content:"\eb50"}.icon-Pentagon:before{content:"\eb51"}.icon-People-onCloud:before{content:"\eb52"}.icon-Pepper-withFire:before{content:"\eb53"}.icon-Pepper:before{content:"\eb54"}.icon-Petrol:before{content:"\eb55"}.icon-Petronas-Tower:before{content:"\eb56"}.icon-Philipines:before{content:"\eb57"}.icon-Phone-2:before{content:"\eb58"}.icon-Phone-3:before{content:"\eb59"}.icon-Phone-3G:before{content:"\eb5a"}.icon-Phone-4G:before{content:"\eb5b"}.icon-Phone-Simcard:before{content:"\eb5c"}.icon-Phone-SMS:before{content:"\eb5d"}.icon-Phone-Wifi:before{content:"\eb5e"}.icon-Phone:before{content:"\eb5f"}.icon-Photo-2:before{content:"\eb60"}.icon-Photo-3:before{content:"\eb61"}.icon-Photo-Album:before{content:"\eb62"}.icon-Photo-Album2:before{content:"\eb63"}.icon-Photo-Album3:before{content:"\eb64"}.icon-Photo:before{content:"\eb65"}.icon-Photos:before{content:"\eb66"}.icon-Physics:before{content:"\eb67"}.icon-Pi:before{content:"\eb68"}.icon-Piano:before{content:"\eb69"}.icon-Picasa:before{content:"\eb6a"}.icon-Pie-Chart:before{content:"\eb6b"}.icon-Pie-Chart2:before{content:"\eb6c"}.icon-Pie-Chart3:before{content:"\eb6d"}.icon-Pilates-2:before{content:"\eb6e"}.icon-Pilates-3:before{content:"\eb6f"}.icon-Pilates:before{content:"\eb70"}.icon-Pilot:before{content:"\eb71"}.icon-Pinch:before{content:"\eb72"}.icon-Ping-Pong:before{content:"\eb73"}.icon-Pinterest:before{content:"\eb74"}.icon-Pipe:before{content:"\eb75"}.icon-Pipette:before{content:"\eb76"}.icon-Piramids:before{content:"\eb77"}.icon-Pisces-2:before{content:"\eb78"}.icon-Pisces:before{content:"\eb79"}.icon-Pizza-Slice:before{content:"\eb7a"}.icon-Pizza:before{content:"\eb7b"}.icon-Plane-2:before{content:"\eb7c"}.icon-Plane:before{content:"\eb7d"}.icon-Plant:before{content:"\eb7e"}.icon-Plasmid:before{content:"\eb7f"}.icon-Plaster:before{content:"\eb80"}.icon-Plastic-CupPhone:before{content:"\eb81"}.icon-Plastic-CupPhone2:before{content:"\eb82"}.icon-Plate:before{content:"\eb83"}.icon-Plates:before{content:"\eb84"}.icon-Plaxo:before{content:"\eb85"}.icon-Play-Music:before{content:"\eb86"}.icon-Plug-In:before{content:"\eb87"}.icon-Plug-In2:before{content:"\eb88"}.icon-Plurk:before{content:"\eb89"}.icon-Pointer:before{content:"\eb8a"}.icon-Poland:before{content:"\eb8b"}.icon-Police-Man:before{content:"\eb8c"}.icon-Police-Station:before{content:"\eb8d"}.icon-Police-Woman:before{content:"\eb8e"}.icon-Police:before{content:"\eb8f"}.icon-Polo-Shirt:before{content:"\eb90"}.icon-Portrait:before{content:"\eb91"}.icon-Portugal:before{content:"\eb92"}.icon-Post-Mail:before{content:"\eb93"}.icon-Post-Mail2:before{content:"\eb94"}.icon-Post-Office:before{content:"\eb95"}.icon-Post-Sign:before{content:"\eb96"}.icon-Post-Sign2ways:before{content:"\eb97"}.icon-Posterous:before{content:"\eb98"}.icon-Pound-Sign:before{content:"\eb99"}.icon-Pound-Sign2:before{content:"\eb9a"}.icon-Pound:before{content:"\eb9b"}.icon-Power-2:before{content:"\eb9c"}.icon-Power-3:before{content:"\eb9d"}.icon-Power-Cable:before{content:"\eb9e"}.icon-Power-Station:before{content:"\eb9f"}.icon-Power:before{content:"\eba0"}.icon-Prater:before{content:"\eba1"}.icon-Present:before{content:"\eba2"}.icon-Presents:before{content:"\eba3"}.icon-Press:before{content:"\eba4"}.icon-Preview:before{content:"\eba5"}.icon-Previous:before{content:"\eba6"}.icon-Pricing:before{content:"\eba7"}.icon-Printer:before{content:"\eba8"}.icon-Professor:before{content:"\eba9"}.icon-Profile:before{content:"\ebaa"}.icon-Project:before{content:"\ebab"}.icon-Projector-2:before{content:"\ebac"}.icon-Projector:before{content:"\ebad"}.icon-Pulse:before{content:"\ebae"}.icon-Pumpkin:before{content:"\ebaf"}.icon-Punk:before{content:"\ebb0"}.icon-Punker:before{content:"\ebb1"}.icon-Puzzle:before{content:"\ebb2"}.icon-QIK:before{content:"\ebb3"}.icon-QR-Code:before{content:"\ebb4"}.icon-Queen-2:before{content:"\ebb5"}.icon-Queen:before{content:"\ebb6"}.icon-Quill-2:before{content:"\ebb7"}.icon-Quill-3:before{content:"\ebb8"}.icon-Quill:before{content:"\ebb9"}.icon-Quotes-2:before{content:"\ebba"}.icon-Quotes:before{content:"\ebbb"}.icon-Radio:before{content:"\ebbc"}.icon-Radioactive:before{content:"\ebbd"}.icon-Rafting:before{content:"\ebbe"}.icon-Rain-Drop:before{content:"\ebbf"}.icon-Rainbow-2:before{content:"\ebc0"}.icon-Rainbow:before{content:"\ebc1"}.icon-Ram:before{content:"\ebc2"}.icon-Razzor-Blade:before{content:"\ebc3"}.icon-Receipt-2:before{content:"\ebc4"}.icon-Receipt-3:before{content:"\ebc5"}.icon-Receipt-4:before{content:"\ebc6"}.icon-Receipt:before{content:"\ebc7"}.icon-Record2:before{content:"\ebc8"}.icon-Record-3:before{content:"\ebc9"}.icon-Record-Music:before{content:"\ebca"}.icon-Record:before{content:"\ebcb"}.icon-Recycling-2:before{content:"\ebcc"}.icon-Recycling:before{content:"\ebcd"}.icon-Reddit:before{content:"\ebce"}.icon-Redhat:before{content:"\ebcf"}.icon-Redirect:before{content:"\ebd0"}.icon-Redo:before{content:"\ebd1"}.icon-Reel:before{content:"\ebd2"}.icon-Refinery:before{content:"\ebd3"}.icon-Refresh-Window:before{content:"\ebd4"}.icon-Refresh:before{content:"\ebd5"}.icon-Reload-2:before{content:"\ebd6"}.icon-Reload-3:before{content:"\ebd7"}.icon-Reload:before{content:"\ebd8"}.icon-Remote-Controll:before{content:"\ebd9"}.icon-Remote-Controll2:before{content:"\ebda"}.icon-Remove-Bag:before{content:"\ebdb"}.icon-Remove-Basket:before{content:"\ebdc"}.icon-Remove-Cart:before{content:"\ebdd"}.icon-Remove-File:before{content:"\ebde"}.icon-Remove-User:before{content:"\ebdf"}.icon-Remove-Window:before{content:"\ebe0"}.icon-Remove:before{content:"\ebe1"}.icon-Rename:before{content:"\ebe2"}.icon-Repair:before{content:"\ebe3"}.icon-Repeat-2:before{content:"\ebe4"}.icon-Repeat-3:before{content:"\ebe5"}.icon-Repeat-4:before{content:"\ebe6"}.icon-Repeat-5:before{content:"\ebe7"}.icon-Repeat-6:before{content:"\ebe8"}.icon-Repeat-7:before{content:"\ebe9"}.icon-Repeat:before{content:"\ebea"}.icon-Reset:before{content:"\ebeb"}.icon-Resize:before{content:"\ebec"}.icon-Restore-Window:before{content:"\ebed"}.icon-Retouching:before{content:"\ebee"}.icon-Retro-Camera:before{content:"\ebef"}.icon-Retro:before{content:"\ebf0"}.icon-Retweet:before{content:"\ebf1"}.icon-Reverbnation:before{content:"\ebf2"}.icon-Rewind:before{content:"\ebf3"}.icon-RGB:before{content:"\ebf4"}.icon-Ribbon-2:before{content:"\ebf5"}.icon-Ribbon-3:before{content:"\ebf6"}.icon-Ribbon:before{content:"\ebf7"}.icon-Right-2:before{content:"\ebf8"}.icon-Right-3:before{content:"\ebf9"}.icon-Right-4:before{content:"\ebfa"}.icon-Right-ToLeft:before{content:"\ebfb"}.icon-Right:before{content:"\ebfc"}.icon-Road-2:before{content:"\ebfd"}.icon-Road-3:before{content:"\ebfe"}.icon-Road:before{content:"\ebff"}.icon-Robot-2:before{content:"\ec00"}.icon-Robot:before{content:"\ec01"}.icon-Rock-andRoll:before{content:"\ec02"}.icon-Rocket:before{content:"\ec03"}.icon-Roller:before{content:"\ec04"}.icon-Roof:before{content:"\ec05"}.icon-Rook:before{content:"\ec06"}.icon-Rotate-Gesture:before{content:"\ec07"}.icon-Rotate-Gesture2:before{content:"\ec08"}.icon-Rotate-Gesture3:before{content:"\ec09"}.icon-Rotation-390:before{content:"\ec0a"}.icon-Rotation:before{content:"\ec0b"}.icon-Router-2:before{content:"\ec0c"}.icon-Router:before{content:"\ec0d"}.icon-RSS:before{content:"\ec0e"}.icon-Ruler-2:before{content:"\ec0f"}.icon-Ruler:before{content:"\ec10"}.icon-Running-Shoes:before{content:"\ec11"}.icon-Running:before{content:"\ec12"}.icon-Safari:before{content:"\ec13"}.icon-Safe-Box:before{content:"\ec14"}.icon-Safe-Box2:before{content:"\ec15"}.icon-Safety-PinClose:before{content:"\ec16"}.icon-Safety-PinOpen:before{content:"\ec17"}.icon-Sagittarus-2:before{content:"\ec18"}.icon-Sagittarus:before{content:"\ec19"}.icon-Sailing-Ship:before{content:"\ec1a"}.icon-Sand-watch:before{content:"\ec1b"}.icon-Sand-watch2:before{content:"\ec1c"}.icon-Santa-Claus:before{content:"\ec1d"}.icon-Santa-Claus2:before{content:"\ec1e"}.icon-Santa-onSled:before{content:"\ec1f"}.icon-Satelite-2:before{content:"\ec20"}.icon-Satelite:before{content:"\ec21"}.icon-Save-Window:before{content:"\ec22"}.icon-Save:before{content:"\ec23"}.icon-Saw:before{content:"\ec24"}.icon-Saxophone:before{content:"\ec25"}.icon-Scale:before{content:"\ec26"}.icon-Scarf:before{content:"\ec27"}.icon-Scissor:before{content:"\ec28"}.icon-Scooter-Front:before{content:"\ec29"}.icon-Scooter:before{content:"\ec2a"}.icon-Scorpio-2:before{content:"\ec2b"}.icon-Scorpio:before{content:"\ec2c"}.icon-Scotland:before{content:"\ec2d"}.icon-Screwdriver:before{content:"\ec2e"}.icon-Scroll-Fast:before{content:"\ec2f"}.icon-Scroll:before{content:"\ec30"}.icon-Scroller-2:before{content:"\ec31"}.icon-Scroller:before{content:"\ec32"}.icon-Sea-Dog:before{content:"\ec33"}.icon-Search-onCloud:before{content:"\ec34"}.icon-Search-People:before{content:"\ec35"}.icon-secound:before{content:"\ec36"}.icon-secound2:before{content:"\ec37"}.icon-Security-Block:before{content:"\ec38"}.icon-Security-Bug:before{content:"\ec39"}.icon-Security-Camera:before{content:"\ec3a"}.icon-Security-Check:before{content:"\ec3b"}.icon-Security-Settings:before{content:"\ec3c"}.icon-Security-Smiley:before{content:"\ec3d"}.icon-Securiy-Remove:before{content:"\ec3e"}.icon-Seed:before{content:"\ec3f"}.icon-Selfie:before{content:"\ec40"}.icon-Serbia:before{content:"\ec41"}.icon-Server-2:before{content:"\ec42"}.icon-Server:before{content:"\ec43"}.icon-Servers:before{content:"\ec44"}.icon-Settings-Window:before{content:"\ec45"}.icon-Sewing-Machine:before{content:"\ec46"}.icon-Sexual:before{content:"\ec47"}.icon-Share-onCloud:before{content:"\ec48"}.icon-Share-Window:before{content:"\ec49"}.icon-Share:before{content:"\ec4a"}.icon-Sharethis:before{content:"\ec4b"}.icon-Shark:before{content:"\ec4c"}.icon-Sheep:before{content:"\ec4d"}.icon-Sheriff-Badge:before{content:"\ec4e"}.icon-Shield:before{content:"\ec4f"}.icon-Ship-2:before{content:"\ec50"}.icon-Ship:before{content:"\ec51"}.icon-Shirt:before{content:"\ec52"}.icon-Shoes-2:before{content:"\ec53"}.icon-Shoes-3:before{content:"\ec54"}.icon-Shoes:before{content:"\ec55"}.icon-Shop-2:before{content:"\ec56"}.icon-Shop-3:before{content:"\ec57"}.icon-Shop-4:before{content:"\ec58"}.icon-Shop:before{content:"\ec59"}.icon-Shopping-Bag:before{content:"\ec5a"}.icon-Shopping-Basket:before{content:"\ec5b"}.icon-Shopping-Cart:before{content:"\ec5c"}.icon-Short-Pants:before{content:"\ec5d"}.icon-Shoutwire:before{content:"\ec5e"}.icon-Shovel:before{content:"\ec5f"}.icon-Shuffle-2:before{content:"\ec60"}.icon-Shuffle-3:before{content:"\ec61"}.icon-Shuffle-4:before{content:"\ec62"}.icon-Shuffle:before{content:"\ec63"}.icon-Shutter:before{content:"\ec64"}.icon-Sidebar-Window:before{content:"\ec65"}.icon-Signal:before{content:"\ec66"}.icon-Singapore:before{content:"\ec67"}.icon-Skate-Shoes:before{content:"\ec68"}.icon-Skateboard-2:before{content:"\ec69"}.icon-Skateboard:before{content:"\ec6a"}.icon-Skeleton:before{content:"\ec6b"}.icon-Ski:before{content:"\ec6c"}.icon-Skirt:before{content:"\ec6d"}.icon-Skrill:before{content:"\ec6e"}.icon-Skull:before{content:"\ec6f"}.icon-Skydiving:before{content:"\ec70"}.icon-Skype:before{content:"\ec71"}.icon-Sled-withGifts:before{content:"\ec72"}.icon-Sled:before{content:"\ec73"}.icon-Sleeping:before{content:"\ec74"}.icon-Sleet:before{content:"\ec75"}.icon-Slippers:before{content:"\ec76"}.icon-Smart:before{content:"\ec77"}.icon-Smartphone-2:before{content:"\ec78"}.icon-Smartphone-3:before{content:"\ec79"}.icon-Smartphone-4:before{content:"\ec7a"}.icon-Smartphone-Secure:before{content:"\ec7b"}.icon-Smartphone:before{content:"\ec7c"}.icon-Smile:before{content:"\ec7d"}.icon-Smoking-Area:before{content:"\ec7e"}.icon-Smoking-Pipe:before{content:"\ec7f"}.icon-Snake:before{content:"\ec80"}.icon-Snorkel:before{content:"\ec81"}.icon-Snow-2:before{content:"\ec82"}.icon-Snow-Dome:before{content:"\ec83"}.icon-Snow-Storm:before{content:"\ec84"}.icon-Snow:before{content:"\ec85"}.icon-Snowflake-2:before{content:"\ec86"}.icon-Snowflake-3:before{content:"\ec87"}.icon-Snowflake-4:before{content:"\ec88"}.icon-Snowflake:before{content:"\ec89"}.icon-Snowman:before{content:"\ec8a"}.icon-Soccer-Ball:before{content:"\ec8b"}.icon-Soccer-Shoes:before{content:"\ec8c"}.icon-Socks:before{content:"\ec8d"}.icon-Solar:before{content:"\ec8e"}.icon-Sound-Wave:before{content:"\ec8f"}.icon-Sound:before{content:"\ec90"}.icon-Soundcloud:before{content:"\ec91"}.icon-Soup:before{content:"\ec92"}.icon-South-Africa:before{content:"\ec93"}.icon-Space-Needle:before{content:"\ec94"}.icon-Spain:before{content:"\ec95"}.icon-Spam-Mail:before{content:"\ec96"}.icon-Speach-Bubble:before{content:"\ec97"}.icon-Speach-Bubble2:before{content:"\ec98"}.icon-Speach-Bubble3:before{content:"\ec99"}.icon-Speach-Bubble4:before{content:"\ec9a"}.icon-Speach-Bubble5:before{content:"\ec9b"}.icon-Speach-Bubble6:before{content:"\ec9c"}.icon-Speach-Bubble7:before{content:"\ec9d"}.icon-Speach-Bubble8:before{content:"\ec9e"}.icon-Speach-Bubble9:before{content:"\ec9f"}.icon-Speach-Bubble10:before{content:"\eca0"}.icon-Speach-Bubble11:before{content:"\eca1"}.icon-Speach-Bubble12:before{content:"\eca2"}.icon-Speach-Bubble13:before{content:"\eca3"}.icon-Speach-BubbleAsking:before{content:"\eca4"}.icon-Speach-BubbleComic:before{content:"\eca5"}.icon-Speach-BubbleComic2:before{content:"\eca6"}.icon-Speach-BubbleComic3:before{content:"\eca7"}.icon-Speach-BubbleComic4:before{content:"\eca8"}.icon-Speach-BubbleDialog:before{content:"\eca9"}.icon-Speach-Bubbles:before{content:"\ecaa"}.icon-Speak-2:before{content:"\ecab"}.icon-Speak:before{content:"\ecac"}.icon-Speaker-2:before{content:"\ecad"}.icon-Speaker:before{content:"\ecae"}.icon-Spell-Check:before{content:"\ecaf"}.icon-Spell-CheckABC:before{content:"\ecb0"}.icon-Spermium:before{content:"\ecb1"}.icon-Spider:before{content:"\ecb2"}.icon-Spiderweb:before{content:"\ecb3"}.icon-Split-FourSquareWindow:before{content:"\ecb4"}.icon-Split-Horizontal:before{content:"\ecb5"}.icon-Split-Horizontal2Window:before{content:"\ecb6"}.icon-Split-Vertical:before{content:"\ecb7"}.icon-Split-Vertical2:before{content:"\ecb8"}.icon-Split-Window:before{content:"\ecb9"}.icon-Spoder:before{content:"\ecba"}.icon-Spoon:before{content:"\ecbb"}.icon-Sport-Mode:before{content:"\ecbc"}.icon-Sports-Clothings1:before{content:"\ecbd"}.icon-Sports-Clothings2:before{content:"\ecbe"}.icon-Sports-Shirt:before{content:"\ecbf"}.icon-Spot:before{content:"\ecc0"}.icon-Spray:before{content:"\ecc1"}.icon-Spread:before{content:"\ecc2"}.icon-Spring:before{content:"\ecc3"}.icon-Spurl:before{content:"\ecc4"}.icon-Spy:before{content:"\ecc5"}.icon-Squirrel:before{content:"\ecc6"}.icon-SSL:before{content:"\ecc7"}.icon-St-BasilsCathedral:before{content:"\ecc8"}.icon-St-PaulsCathedral:before{content:"\ecc9"}.icon-Stamp-2:before{content:"\ecca"}.icon-Stamp:before{content:"\eccb"}.icon-Stapler:before{content:"\eccc"}.icon-Star-Track:before{content:"\eccd"}.icon-Star:before{content:"\ecce"}.icon-Starfish:before{content:"\eccf"}.icon-Start2:before{content:"\ecd0"}.icon-Start-3:before{content:"\ecd1"}.icon-Start-ways:before{content:"\ecd2"}.icon-Start:before{content:"\ecd3"}.icon-Statistic:before{content:"\ecd4"}.icon-Stethoscope:before{content:"\ecd5"}.icon-stop--2:before{content:"\ecd6"}.icon-Stop-Music:before{content:"\ecd7"}.icon-Stop:before{content:"\ecd8"}.icon-Stopwatch-2:before{content:"\ecd9"}.icon-Stopwatch:before{content:"\ecda"}.icon-Storm:before{content:"\ecdb"}.icon-Street-View:before{content:"\ecdc"}.icon-Street-View2:before{content:"\ecdd"}.icon-Strikethrough-Text:before{content:"\ecde"}.icon-Stroller:before{content:"\ecdf"}.icon-Structure:before{content:"\ece0"}.icon-Student-Female:before{content:"\ece1"}.icon-Student-Hat:before{content:"\ece2"}.icon-Student-Hat2:before{content:"\ece3"}.icon-Student-Male:before{content:"\ece4"}.icon-Student-MaleFemale:before{content:"\ece5"}.icon-Students:before{content:"\ece6"}.icon-Studio-Flash:before{content:"\ece7"}.icon-Studio-Lightbox:before{content:"\ece8"}.icon-Stumbleupon:before{content:"\ece9"}.icon-Suit:before{content:"\ecea"}.icon-Suitcase:before{content:"\eceb"}.icon-Sum-2:before{content:"\ecec"}.icon-Sum:before{content:"\eced"}.icon-Summer:before{content:"\ecee"}.icon-Sun-CloudyRain:before{content:"\ecef"}.icon-Sun:before{content:"\ecf0"}.icon-Sunglasses-2:before{content:"\ecf1"}.icon-Sunglasses-3:before{content:"\ecf2"}.icon-Sunglasses-Smiley:before{content:"\ecf3"}.icon-Sunglasses-Smiley2:before{content:"\ecf4"}.icon-Sunglasses-W:before{content:"\ecf5"}.icon-Sunglasses-W2:before{content:"\ecf6"}.icon-Sunglasses-W3:before{content:"\ecf7"}.icon-Sunglasses:before{content:"\ecf8"}.icon-Sunrise:before{content:"\ecf9"}.icon-Sunset:before{content:"\ecfa"}.icon-Superman:before{content:"\ecfb"}.icon-Support:before{content:"\ecfc"}.icon-Surprise:before{content:"\ecfd"}.icon-Sushi:before{content:"\ecfe"}.icon-Sweden:before{content:"\ecff"}.icon-Swimming-Short:before{content:"\ed00"}.icon-Swimming:before{content:"\ed01"}.icon-Swimmwear:before{content:"\ed02"}.icon-Switch:before{content:"\ed03"}.icon-Switzerland:before{content:"\ed04"}.icon-Sync-Cloud:before{content:"\ed05"}.icon-Sync:before{content:"\ed06"}.icon-Synchronize-2:before{content:"\ed07"}.icon-Synchronize:before{content:"\ed08"}.icon-T-Shirt:before{content:"\ed09"}.icon-Tablet-2:before{content:"\ed0a"}.icon-Tablet-3:before{content:"\ed0b"}.icon-Tablet-Orientation:before{content:"\ed0c"}.icon-Tablet-Phone:before{content:"\ed0d"}.icon-Tablet-Secure:before{content:"\ed0e"}.icon-Tablet-Vertical:before{content:"\ed0f"}.icon-Tablet:before{content:"\ed10"}.icon-Tactic:before{content:"\ed11"}.icon-Tag-2:before{content:"\ed12"}.icon-Tag-3:before{content:"\ed13"}.icon-Tag-4:before{content:"\ed14"}.icon-Tag-5:before{content:"\ed15"}.icon-Tag:before{content:"\ed16"}.icon-Taj-Mahal:before{content:"\ed17"}.icon-Talk-Man:before{content:"\ed18"}.icon-Tap:before{content:"\ed19"}.icon-Target-Market:before{content:"\ed1a"}.icon-Target:before{content:"\ed1b"}.icon-Taurus-2:before{content:"\ed1c"}.icon-Taurus:before{content:"\ed1d"}.icon-Taxi-2:before{content:"\ed1e"}.icon-Taxi-Sign:before{content:"\ed1f"}.icon-Taxi:before{content:"\ed20"}.icon-Teacher:before{content:"\ed21"}.icon-Teapot:before{content:"\ed22"}.icon-Technorati:before{content:"\ed23"}.icon-Teddy-Bear:before{content:"\ed24"}.icon-Tee-Mug:before{content:"\ed25"}.icon-Telephone-2:before{content:"\ed26"}.icon-Telephone:before{content:"\ed27"}.icon-Telescope:before{content:"\ed28"}.icon-Temperature-2:before{content:"\ed29"}.icon-Temperature-3:before{content:"\ed2a"}.icon-Temperature:before{content:"\ed2b"}.icon-Temple:before{content:"\ed2c"}.icon-Tennis-Ball:before{content:"\ed2d"}.icon-Tennis:before{content:"\ed2e"}.icon-Tent:before{content:"\ed2f"}.icon-Test-Tube:before{content:"\ed30"}.icon-Test-Tube2:before{content:"\ed31"}.icon-Testimonal:before{content:"\ed32"}.icon-Text-Box:before{content:"\ed33"}.icon-Text-Effect:before{content:"\ed34"}.icon-Text-HighlightColor:before{content:"\ed35"}.icon-Text-Paragraph:before{content:"\ed36"}.icon-Thailand:before{content:"\ed37"}.icon-The-WhiteHouse:before{content:"\ed38"}.icon-This-SideUp:before{content:"\ed39"}.icon-Thread:before{content:"\ed3a"}.icon-Three-ArrowFork:before{content:"\ed3b"}.icon-Three-Fingers:before{content:"\ed3c"}.icon-Three-FingersDrag:before{content:"\ed3d"}.icon-Three-FingersDrag2:before{content:"\ed3e"}.icon-Three-FingersTouch:before{content:"\ed3f"}.icon-Thumb:before{content:"\ed40"}.icon-Thumbs-DownSmiley:before{content:"\ed41"}.icon-Thumbs-UpSmiley:before{content:"\ed42"}.icon-Thunder:before{content:"\ed43"}.icon-Thunderstorm:before{content:"\ed44"}.icon-Ticket:before{content:"\ed45"}.icon-Tie-2:before{content:"\ed46"}.icon-Tie-3:before{content:"\ed47"}.icon-Tie-4:before{content:"\ed48"}.icon-Tie:before{content:"\ed49"}.icon-Tiger:before{content:"\ed4a"}.icon-Time-Backup:before{content:"\ed4b"}.icon-Time-Bomb:before{content:"\ed4c"}.icon-Time-Clock:before{content:"\ed4d"}.icon-Time-Fire:before{content:"\ed4e"}.icon-Time-Machine:before{content:"\ed4f"}.icon-Time-Window:before{content:"\ed50"}.icon-Timer-2:before{content:"\ed51"}.icon-Timer:before{content:"\ed52"}.icon-To-Bottom:before{content:"\ed53"}.icon-To-Bottom2:before{content:"\ed54"}.icon-To-Left:before{content:"\ed55"}.icon-To-Right:before{content:"\ed56"}.icon-To-Top:before{content:"\ed57"}.icon-To-Top2:before{content:"\ed58"}.icon-Token-:before{content:"\ed59"}.icon-Tomato:before{content:"\ed5a"}.icon-Tongue:before{content:"\ed5b"}.icon-Tooth-2:before{content:"\ed5c"}.icon-Tooth:before{content:"\ed5d"}.icon-Top-ToBottom:before{content:"\ed5e"}.icon-Touch-Window:before{content:"\ed5f"}.icon-Tourch:before{content:"\ed60"}.icon-Tower-2:before{content:"\ed61"}.icon-Tower-Bridge:before{content:"\ed62"}.icon-Tower:before{content:"\ed63"}.icon-Trace:before{content:"\ed64"}.icon-Tractor:before{content:"\ed65"}.icon-traffic-Light:before{content:"\ed66"}.icon-Traffic-Light2:before{content:"\ed67"}.icon-Train-2:before{content:"\ed68"}.icon-Train:before{content:"\ed69"}.icon-Tram:before{content:"\ed6a"}.icon-Transform-2:before{content:"\ed6b"}.icon-Transform-3:before{content:"\ed6c"}.icon-Transform-4:before{content:"\ed6d"}.icon-Transform:before{content:"\ed6e"}.icon-Trash-withMen:before{content:"\ed6f"}.icon-Tree-2:before{content:"\ed70"}.icon-Tree-3:before{content:"\ed71"}.icon-Tree-4:before{content:"\ed72"}.icon-Tree-5:before{content:"\ed73"}.icon-Tree:before{content:"\ed74"}.icon-Trekking:before{content:"\ed75"}.icon-Triangle-ArrowDown:before{content:"\ed76"}.icon-Triangle-ArrowLeft:before{content:"\ed77"}.icon-Triangle-ArrowRight:before{content:"\ed78"}.icon-Triangle-ArrowUp:before{content:"\ed79"}.icon-Tripod-2:before{content:"\ed7a"}.icon-Tripod-andVideo:before{content:"\ed7b"}.icon-Tripod-withCamera:before{content:"\ed7c"}.icon-Tripod-withGopro:before{content:"\ed7d"}.icon-Trophy-2:before{content:"\ed7e"}.icon-Trophy:before{content:"\ed7f"}.icon-Truck:before{content:"\ed80"}.icon-Trumpet:before{content:"\ed81"}.icon-Tumblr:before{content:"\ed82"}.icon-Turkey:before{content:"\ed83"}.icon-Turn-Down:before{content:"\ed84"}.icon-Turn-Down2:before{content:"\ed85"}.icon-Turn-DownFromLeft:before{content:"\ed86"}.icon-Turn-DownFromRight:before{content:"\ed87"}.icon-Turn-Left:before{content:"\ed88"}.icon-Turn-Left3:before{content:"\ed89"}.icon-Turn-Right:before{content:"\ed8a"}.icon-Turn-Right3:before{content:"\ed8b"}.icon-Turn-Up:before{content:"\ed8c"}.icon-Turn-Up2:before{content:"\ed8d"}.icon-Turtle:before{content:"\ed8e"}.icon-Tuxedo:before{content:"\ed8f"}.icon-TV:before{content:"\ed90"}.icon-Twister:before{content:"\ed91"}.icon-Twitter-2:before{content:"\ed92"}.icon-Twitter:before{content:"\ed93"}.icon-Two-Fingers:before{content:"\ed94"}.icon-Two-FingersDrag:before{content:"\ed95"}.icon-Two-FingersDrag2:before{content:"\ed96"}.icon-Two-FingersScroll:before{content:"\ed97"}.icon-Two-FingersTouch:before{content:"\ed98"}.icon-Two-Windows:before{content:"\ed99"}.icon-Type-Pass:before{content:"\ed9a"}.icon-Ukraine:before{content:"\ed9b"}.icon-Umbrela:before{content:"\ed9c"}.icon-Umbrella-2:before{content:"\ed9d"}.icon-Umbrella-3:before{content:"\ed9e"}.icon-Under-LineText:before{content:"\ed9f"}.icon-Undo:before{content:"\eda0"}.icon-United-Kingdom:before{content:"\eda1"}.icon-United-States:before{content:"\eda2"}.icon-University-2:before{content:"\eda3"}.icon-University:before{content:"\eda4"}.icon-Unlike-2:before{content:"\eda5"}.icon-Unlike:before{content:"\eda6"}.icon-Unlock-2:before{content:"\eda7"}.icon-Unlock-3:before{content:"\eda8"}.icon-Unlock:before{content:"\eda9"}.icon-Up--Down:before{content:"\edaa"}.icon-Up--Down3:before{content:"\edab"}.icon-Up-2:before{content:"\edac"}.icon-Up-3:before{content:"\edad"}.icon-Up-4:before{content:"\edae"}.icon-Up:before{content:"\edaf"}.icon-Upgrade:before{content:"\edb0"}.icon-Upload-2:before{content:"\edb1"}.icon-Upload-toCloud:before{content:"\edb2"}.icon-Upload-Window:before{content:"\edb3"}.icon-Upload:before{content:"\edb4"}.icon-Uppercase-Text:before{content:"\edb5"}.icon-Upward:before{content:"\edb6"}.icon-URL-Window:before{content:"\edb7"}.icon-Usb-2:before{content:"\edb8"}.icon-Usb-Cable:before{content:"\edb9"}.icon-Usb:before{content:"\edba"}.icon-User:before{content:"\edbb"}.icon-Ustream:before{content:"\edbc"}.icon-Vase:before{content:"\edbd"}.icon-Vector-2:before{content:"\edbe"}.icon-Vector-3:before{content:"\edbf"}.icon-Vector-4:before{content:"\edc0"}.icon-Vector-5:before{content:"\edc1"}.icon-Vector:before{content:"\edc2"}.icon-Venn-Diagram:before{content:"\edc3"}.icon-Vest-2:before{content:"\edc4"}.icon-Vest:before{content:"\edc5"}.icon-Viddler:before{content:"\edc6"}.icon-Video-2:before{content:"\edc7"}.icon-Video-3:before{content:"\edc8"}.icon-Video-4:before{content:"\edc9"}.icon-Video-5:before{content:"\edca"}.icon-Video-6:before{content:"\edcb"}.icon-Video-GameController:before{content:"\edcc"}.icon-Video-Len:before{content:"\edcd"}.icon-Video-Len2:before{content:"\edce"}.icon-Video-Photographer:before{content:"\edcf"}.icon-Video-Tripod:before{content:"\edd0"}.icon-Video:before{content:"\edd1"}.icon-Vietnam:before{content:"\edd2"}.icon-View-Height:before{content:"\edd3"}.icon-View-Width:before{content:"\edd4"}.icon-Vimeo:before{content:"\edd5"}.icon-Virgo-2:before{content:"\edd6"}.icon-Virgo:before{content:"\edd7"}.icon-Virus-2:before{content:"\edd8"}.icon-Virus-3:before{content:"\edd9"}.icon-Virus:before{content:"\edda"}.icon-Visa:before{content:"\eddb"}.icon-Voice:before{content:"\eddc"}.icon-Voicemail:before{content:"\eddd"}.icon-Volleyball:before{content:"\edde"}.icon-Volume-Down:before{content:"\eddf"}.icon-Volume-Up:before{content:"\ede0"}.icon-VPN:before{content:"\ede1"}.icon-Wacom-Tablet:before{content:"\ede2"}.icon-Waiter:before{content:"\ede3"}.icon-Walkie-Talkie:before{content:"\ede4"}.icon-Wallet-2:before{content:"\ede5"}.icon-Wallet-3:before{content:"\ede6"}.icon-Wallet:before{content:"\ede7"}.icon-Warehouse:before{content:"\ede8"}.icon-Warning-Window:before{content:"\ede9"}.icon-Watch-2:before{content:"\edea"}.icon-Watch-3:before{content:"\edeb"}.icon-Watch:before{content:"\edec"}.icon-Wave-2:before{content:"\eded"}.icon-Wave:before{content:"\edee"}.icon-Webcam:before{content:"\edef"}.icon-weight-Lift:before{content:"\edf0"}.icon-Wheelbarrow:before{content:"\edf1"}.icon-Wheelchair:before{content:"\edf2"}.icon-Width-Window:before{content:"\edf3"}.icon-Wifi-2:before{content:"\edf4"}.icon-Wifi-Keyboard:before{content:"\edf5"}.icon-Wifi:before{content:"\edf6"}.icon-Wind-Turbine:before{content:"\edf7"}.icon-Windmill:before{content:"\edf8"}.icon-Window-2:before{content:"\edf9"}.icon-Window:before{content:"\edfa"}.icon-Windows-2:before{content:"\edfb"}.icon-Windows-Microsoft:before{content:"\edfc"}.icon-Windows:before{content:"\edfd"}.icon-Windsock:before{content:"\edfe"}.icon-Windy:before{content:"\edff"}.icon-Wine-Bottle:before{content:"\ee00"}.icon-Wine-Glass:before{content:"\ee01"}.icon-Wink:before{content:"\ee02"}.icon-Winter-2:before{content:"\ee03"}.icon-Winter:before{content:"\ee04"}.icon-Wireless:before{content:"\ee05"}.icon-Witch-Hat:before{content:"\ee06"}.icon-Witch:before{content:"\ee07"}.icon-Wizard:before{content:"\ee08"}.icon-Wolf:before{content:"\ee09"}.icon-Woman-Sign:before{content:"\ee0a"}.icon-WomanMan:before{content:"\ee0b"}.icon-Womans-Underwear:before{content:"\ee0c"}.icon-Womans-Underwear2:before{content:"\ee0d"}.icon-Women:before{content:"\ee0e"}.icon-Wonder-Woman:before{content:"\ee0f"}.icon-Wordpress:before{content:"\ee10"}.icon-Worker-Clothes:before{content:"\ee11"}.icon-Worker:before{content:"\ee12"}.icon-Wrap-Text:before{content:"\ee13"}.icon-Wreath:before{content:"\ee14"}.icon-Wrench:before{content:"\ee15"}.icon-X-Box:before{content:"\ee16"}.icon-X-ray:before{content:"\ee17"}.icon-Xanga:before{content:"\ee18"}.icon-Xing:before{content:"\ee19"}.icon-Yacht:before{content:"\ee1a"}.icon-Yahoo-Buzz:before{content:"\ee1b"}.icon-Yahoo:before{content:"\ee1c"}.icon-Yelp:before{content:"\ee1d"}.icon-Yes:before{content:"\ee1e"}.icon-Ying-Yang:before{content:"\ee1f"}.icon-Youtube:before{content:"\ee20"}.icon-Z-A:before{content:"\ee21"}.icon-Zebra:before{content:"\ee22"}.icon-Zombie:before{content:"\ee23"}.icon-Zoom-Gesture:before{content:"\ee24"}.icon-Zootool:before{content:"\ee25"}


