/* Minification failed. Returning unminified contents.
(450,18): run-time error CSS1035: Expected colon, found '}'
(662,1): run-time error CSS1019: Unexpected token, found '}'
(844,1): run-time error CSS1019: Unexpected token, found '}'
(2144,23): run-time error CSS1038: Expected hex color, found '#555s'
 */
/* 
Document   : layout
Author     : Little Neko
Description: layout styles

*/

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS

*/


/* BOOSTRAP CUSTOMIZATION
================================================== */
.navbar {margin-bottom:0;}
.navbar-default {background:none; border:none;}
.nav.nav-tabs {margin-bottom:22px;}
.btn:active, .btn.active{
-webkit-box-shadow:none;box-shadow:none
}
.container .jumbotron{border-radius: 0;}
.jumbotron {font-size: 16px;}
.jumbotron h1 {text-align: left;}
/*forms*/
.form-control {-webkit-box-shadow:none;box-shadow:none}
.has-error div {padding: 5px;
margin-bottom: 20px;
display:block;
}
/*tabs*/

/** expand the link to fill the whole tab **/
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    outline:none;
}

.panel-default>.panel-heading{
 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panel-default {
	border:none;
}
.navbar-default .navbar-toggle {
	margin-top: 22px;
}



ul.nav.navbar-nav {
	display: none;
}




#scrollTarget {
	display:block;
}

#scrollTarget.collapse.in > ul.nav {
  display: block;
}



/*.navbar-toggle {
	display: block;
	float:right;
}*/
/*** MEDIA QUERIES ***/

@media(max-width:767px){

}

@media(min-width:768px) {

}

@media(min-width:992px) {
	ul.nav.navbar-nav {
		display: block;
	}		

}



@media (min-width: 768px) {

}



@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END BOOSTRAP CUSTOMIZATION
================================================== */



/* NEKO CSS FRAMEWORK
================================================== */

.iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;
	
}
.iconRounded:before{margin: auto;text-align: center;}
.iconBig{
	font-size: 50px;
}
.iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}
.boxFeature{margin-bottom:33px;}
/* v2 */
.boxFeature-2 {text-align: center;}
.boxFeature-2 i {margin-bottom: 22px; display:block;}
.boxFeature-2 p {font-size: 12px;}

.boxContent{padding:22px;}
/*** utilies classes ***/
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.noMargin {
	margin:0;
}
.noPaddingBottom {
	padding-bottom:0 !important;
}
.noPaddingTop {
	padding-top:0
}
/*** end utilies classes ***/

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.isotopeItem .iconBig{
		font-size: 33px;
	}
	.isotopeItem .iconBig.iconRounded{
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.isotopeItem .iconLinks a span{font-size:10px;}
}

@media(min-width:992px){
	.iconBig, .isotopeItem .iconBig{
		font-size: 66px;
	}
	.iconBig.iconRounded, .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 28px;
	}
	.isotopeItem .iconLinks a span{font-size:12px;}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
/* NEKO CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	font-size:14px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	/*padding-top: 88px;*/
}
h1, h2, h3, h4, h5, h6, legend {
	margin:0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 44px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}



h1.noSubtitle {
  margin-bottom: 40px;
}


.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 5em;
	line-height:1em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


.paralaxText h2 {
	font-size: 3.21em;
	font-weight: 800;
	line-height:1.5em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
	border: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: 0.1em;
}


h2 {
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:17px;

}

h2.subTitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 19px;
  padding: 0;
  text-align: center;
}

h2.subTitle::after, h1.noSubtitle::after {
  bottom: 16px;
  content: "";
  display: none;
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}


h1.noSubtitle:after {
	bottom:-29px;
}

/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
	content:none
}
h3, legend {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 14px;
	font-weight: 600;
	letter-spacing: -0.06em;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}
h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.116em;
	line-height: 1.5714em;
	margin-bottom: 0.916em;
}
h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 1em;
	line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}
p, ul {
	margin-top: 0;
	margin-bottom: 12px;
}
strong {
	font-weight:bold
}
small, aside {
}
li {
	line-height: inherit;
}
a:link, a:visited {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}
a.readMore {
	display:block;
	margin-top:0.75em;
	font-style:italic;
}
blockquote {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
}
blockquote p {
	font-size: inherit;
}
blockquote small {
	font-size:50%;
	display:inline;
}
blockquote:before {
	content:'\e928';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
blockquote:after {
	content:'\e929';
	font-family: 'custom-icons';
	margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}
hr {
	padding:0;
	margin:3em 0 3em 0;
}
.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.paralaxText blockquote {
	font-size: 44px;
	line-height: 44px;
	}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
#flexHome h1{font}

/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */
.slice {padding:33px 0;}

/*** buttons ***/
.btn {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.btn-lg {
  font-size: 18px;
  padding: 14px 10px;
}
.btn-sm {
	padding:10px 13px;
	font-size:12px;
	border-radius:4px;
}
.btn-xs {
	padding:4px 7px;
	font-size:10px;
	border-radius:4px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}
.btn i {
	margin-right:0.5em;
}

/*** call to actioon ***/

.ctaBox{padding:33px 11px;}
.ctaBoxFullwidth{padding:0;}

.ctaBox a {margin-top:22px;} 
.ctaBox h1 {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
	letter-spacing:normal;
	text-transform:none;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	.slice {padding:20px 0;}
}

@media(min-width:992px){

	.ctaBox a {float:right; margin-top:0;} 
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */
#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
}



.maskParent{position: relative; height:100%;width:100%}
.paralaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position: relative;

}
.paralaxMask {width:100%; height:100%;overflow:hidden;position:absolute;background:rgba(0,0,0,0.15);}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){

	#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}


}
/*** END MEDIA QUERIES ***/


/* END PARALLAX STUFF
================================================== */

/* HEADER
================================================== */
#mainHeader{background:#eee;}
.navbar-brand{padding-top:30px;padding-left: 0;}


.fixedHeader {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.fixedHeader #mainMenu li a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.fixedHeader .nav-brand {
    margin-top: 0.6em;
    width: 100px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */
.navbar-nav > li > a {
    display: block;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#0047Ab;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}
#mainHeader .pull-right{ float:none !important; }

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.navbar-nav > li > a i {
		margin-right: 10px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	.navbar-nav > li > a i {
		display: block;
	}
	.navbar-nav > li > a {
	  font-size: 12px;
	  height: 70px;
	  padding-bottom: 0;
	  padding-top: 0;
	}
	#mainHeader .pull-right{ float:right !important; }
}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU
================================================== */
/* HOME
================================================== */
body#fullScreen {padding-top: 0}
body#fullScreen #mainHeader{display:none;}
#home{padding-top:44px;}
#mapWrapper{ height:350px; }

#homeFullScreen {
	background-image: url('/content/images/theme-pics/big-city.jpg');
	/*background-image: url('../images/theme-pics/paralax-1.jpg');*/
	height:100%;
}

#homeFullScreen .maskParent {display:table;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
#homeFullScreen #flexHome {margin: 0;}
#homeFullScreen #flexHome h1, #homeFullScreen #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}
#homeFullScreen .flexslider .slides > li{height:80px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	#homeFullScreen #flexHome h1 {font-size:22px;}
	#logoBig {padding:0 11px;}
}

@media(min-width:768px){
	#home {
	    padding-top:70px;
	}

}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
.newsText{padding:20px 20px 25px 20px; margin-bottom: 22px;}
.newsText h3{margin-bottom: 8px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px;} 

/* END NEWS
================================================== */

/* FOOTER 
================================================== */

footer{padding:44px 0;}
#footerLogo {
  margin-bottom: 22px;
  width: 130px;
}
#footerRights {padding:22px; font-size:12px;}



@media(min-width:768px){.footerWidget{float:right;}}
/* END FOOTER 
================================================== */


/* SLIDERS
================================================== */
/*** flex ***/
#flexHome {
	background: transparent;
	margin-top:0;
}
#flexHome .flex-control-nav	{
text-align:left;
margin-bottom:-44px;

}
#flexHome h1 {
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 18px;
	line-height:1em;
	text-transform:uppercase;
	padding:0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
}
#flexHome h1:after  {content:''}
#flexHome h2 {text-align:left; display: inline-block;}
/*.flexslider .slides > li {height:110px;}*/

.flex-control-nav{position:static; margin-top:22px;}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}
/** OWL SLIDER **/
.owl-buttons {}
.owl-theme .owl-controls .owl-buttons div{
	position:absolute;
	top:42%;
	background:none;
	font-family: 'custom-icons';
	font-size:3em;
	text-align:center;
	color:#fff;


}
.owl-next {right:0;}
.owl-prev {left:0;}
.owl-next:before {content: '\e766';}
.owl-prev:before {content: '\e765';}
.owl-theme .owl-controls {margin-top:22px;}

/*** MEDIA QUERIES ***/
@media(max-width:400px){
	/*.flexslider .slides > li {height:120px;}*/
	#homeFullScreen .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 14px;}


}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:20px;}
	#flexHome {
	margin-top:44px;
    box-shadow:none;
	}
	.flex-control-nav{display:block;}
	/*.flexslider .slides > li {height:160px;}*/
	#homeFullScreen .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 24px;}
	#flexHome {
	margin-top:66px;
    box-shadow:none;
	}
	/*.flexslider .slides > li {height:200px;}*/
	#homeFullScreen .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {
	    font-size: 24px;
	}
	#flexHome {
		margin-top:88px;
        box-shadow:none;
		}
	/*.flexslider .slides > li {height:250px;}*/

    .flex-active-slide > h2 {
      font-size: 18px;
    }
}
}

/*** END MEDIA QUERIES ***/

/* PORTFOLIO
================================================== */
nav#filter {margin-bottom:22px;}
nav#filter li{ display:inline-block;list-style:none;}
.isotopeItem {margin-bottom: 22px;}
.isotopeItem .boxContent{margin-top:22px; padding:0;}

header#project{padding:22px 0;}
#project h1 {text-align:left;}
#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow:none;
	padding:0;
}

#portfolioSheetWrapper .stage {
	width: 100%;
	height:auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

#portfolioSheetWrapper .content{

    width:100%;
}
/* END PORTFOLIO
================================================== */

/* FORM
================================================== */
#verifyImg{margin-bottom: 11px;}
/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){input#verify{margin-top: 0;}}

/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */




/* MISCELANIOUS
================================================== */

/* Preloader one page */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}

#status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	
	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}
#status img{margin-bottom: 22px;}

/*** hover images ***/
.imgHover article {
	position:relative;
}
.mask {
	position:absolute;
	top:0;
	left:15px;
	background: rgba(79, 175, 194, 1);
	/*width:100%;*/
	display:none;
    z-index:0;
}
.iconLinks {
	display:none;
    position: relative;
}

.iconLinks a{  
    display: inline-block;
    text-decoration:none;

}
.iconLinks a:hover i{     
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.iconLinks a span{
	position: relative;
	top: -30px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}
.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;

}

.ie8 .mask {
	bacground:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

/*** pricing table ***/
.pricingBloc {
	text-align:center;
	/*margin-top:22px;*/
}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0 1.5em;
}

.pricingBloc ul li {
  padding: 6px 0;
}

.pricingBloc ul li:hover {
    cursor:pointer;
  background-color:#0047Ab;
  color:#fff;

}

.pricingBloc h2 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 11px;
	font-weight: 300;
}

.pricingBloc h3 {
  display: block;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 14px 0 16px;
}

.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 300;
	margin: 11px 0 0 0;
	display: block;
	letter-spacing: normal;
}
.pricingBloc p {
	margin-bottom:0;
	padding:1.5em
}
.pricingBloc.focusPlan {
	/*margin-top:0;*/
}
.pricingBloc h3 {
	/*padding:1.25em;*/
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}





/*** end pricing table ***/

/*** responsive video ***/
.videoWrapper {
	position: relative;
    padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}
/*** end responsive video ***/

.sharrre .button {
float: left;
width: 60px;
}


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/** Coming soon **/
body#comingSoon{padding-top:0; background: #4B4A4A}
#comingSoon .bgComingSoon{text-align: center;}
#comingSoon h1 {color:#eee;}
.comingSoonLogo {margin: 22px auto}
.bgComingSoon{padding-top:10%; padding-bottom:10%;}

.countdown_amount {display:block;font-size:44px; padding-top:60px; line-height:0; font-family: 'Open Sans', sans-serif; font-weight:300; color:#333;}
.countdown_section {display:inline-block; width:150px; height:150px; margin:10px; border-radius: 50%; border:3px solid #eee; text-align: center}
#defaultCountdown {text-align: center;}
.logoImg {height:200px; width:200px; border:2px solid #eee;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	
	
}

@media(min-width:992px){ #defaultCountdown{margin-top: 70px;}}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/* END MISCELANIOUS
================================================== */




/*CUSTOMS*/
.navbar-brand {
  margin-top: -21px;
}

.imgWrapper > .img-responsive {
  border: 1px solid #ccc;
}

.boxFaq > div > h2,.advantages > div > h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.boxFaq > div > p,.advantages > div > p {
  margin-bottom: 10px;
}

.advantages > .col-xs-3 {
  display: inline-block;
  min-width: 150px;
  text-align: right;
}


.advantages > .col-xs-9 {
  /*border-bottom: 1px dashed #0047Ab;*/
  min-height: 142px;
}

.row.advantages {
  margin-bottom: 10px;
}

.advantages > .col-xs-3 > img {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px;
}

.navbar-header {
  margin-bottom: 20px;
}


.color1 .pricingBloc > h2 {
  background-color: #179a39;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 19px;
}

.flex-active-slide ul {
  list-style: outside none none;
  padding:0px;
}


.starthidden {
    display:none;
}


/*div.main-box {
  border-radius: 5px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  padding: 20px 10px;
}*/

div.main-box {
	/* border-radius: 5px; */
	/* box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6); */
	margin-bottom: 20px;
	/* padding: 20px 10px; */
}





/*section > .container {
  border-radius: 5px;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  padding: 12px;
}*/

.modal-body {
  padding: 5px 1px 1px;
}


/*FEEDBACK MODULE*/
img.mwidth {
    max-width:100%;
}


/*.fb-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  color: #0047Ab;
  font-size: 12px;
  margin: 0 auto 10px;
  max-width: 800px;
  overflow: hidden;
  width: 99%;
}*/


.fb-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #0047Ab;
  font-size: 12px;
  margin: 0px auto 10px;
  max-width: 800px;
  overflow: hidden;
  width: 99%;
}

.fraud {
  min-height: 400px;
}

.fraud .fb-h2 {
  color: red;
}

.fb-box.fraud h3 {
  text-align: right;
}


.thankyou-message > ul {
  font-style: italic;
  line-height: 13px;
  list-style-type: circle;
  padding: 0 20px;
}



.modal-body > .fb-box {
    border:none;
    box-shadow:none;
    margin:0px;
}


/*.fb-box .form-group input, .fb-box .form-group select {
  display: inline-block;
  width: 180px;
  padding: 6px 8px;
  vertical-align: middle;
}*/


.fb-box .form-group {
  margin-bottom: 6px;
  text-align: left;
}

.fb-box .form-group {
	margin-bottom: 6px;
	text-align: left;
	padding: 0px;
}


/*.fb-box .form-group label:first-child {
  font-size: 13px;
  font-weight: bold;
  min-width: 105px;
  padding-right: 10px;
  text-align:right;
}*/


div.b-bottom {
  border-bottom: 1px dotted #ccc;
  display: block;
  overflow: auto;
  padding-bottom: 10px;
}

div.m-bottom {
	margin-bottom:10px;
}


.fb-box .form-group label:first-child {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}


.modal-dialog {
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
}


.fb-h2 {
  border-bottom: 1px dotted #ccc;
  color: #0047Ab;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  padding-bottom: 12px;
  text-align: center;
}


#cmb_fb_place {
    display:none;
}


.rates.main-box {
  border-radius: 5px;
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);*/
  box-shadow:none;
  display: block;
  margin-bottom: 20px;
  min-width: 263px;
  overflow: auto;
  padding: 5px 0 18px;
  width:99%;
}


.rates {
  margin: auto;
  min-width: 290px;
  text-align: center;
  width: 94%;
}


.rates .rate {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}


.rates .rate .label {
  display: block;
  margin: 5px 0 0;
  opacity: 1;
  vertical-align: baseline;
}


.rates .rate.good .label {
  color: #009000;
  font-weight: bold;
  font-size:14px;
  font-weight:bold;
}

.rates .rate.normal > .label {
  color: #ffa500;
  font-weight: bold;
  font-size:14px;
  font-weight:bold;
}

.rates .rate.bad > .label {
  color: #ff0000;
  font-weight: bold;
  font-size:14px;
  font-weight:bold;
}


/*.info-box {
  background-color: #0047Ab;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin: 10px auto;
  padding: 3px 6px;
  width: 94%;
}*/

.info-box {
  background-color: #0047Ab;
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: -5px 0 5px;
  padding: 3px 6px;
  text-align: left;
  width: 100%;
}


.info-box.info-bottom {
  border-radius: 0 0 5px 5px;
  margin-bottom: -15px;
  margin-top: 99px;
}




.suggest-box {
  border-bottom: 1px dotted #0047Ab;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
  max-width: 400px;
  min-width: 230px;
  padding-bottom: 3px;
  width: 100%;
}

#a_loading {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  max-width: 100%;
  min-width: 85px;
  text-align: left;
  width: auto;
  display:none;
}

.rates * {
  transition: all 0.1s ease-in-out 0s;
}



.rates > .rate > .graph {
  background-image: url("/assets/images/rate/rate.png");
  display: block;
  height: 49px;
  margin: auto;
  opacity: 0.3;
  width: 65px;
}

.rates > .rate > .graph:hover,.rates > .rate > .active {
  opacity: 1;
}

.fb-box .form-group span {
  display: inline-block;
}

.label.big-text {
	font-size: 14px;
}



.rates .rate.normal > .graph {
  background-position: -78px top;
}

.rates .rate.bad > .graph {
  background-position: -155px top;
}

.clear {
  clear: both;
}

.main-box > .form-group {
  padding: 0 20px;
}

i.rounded {
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 0;
  padding: 5px;
}



.fb-logo.pull-left {
  margin-left: 10px;
  margin-top: 10px;
}

.fb-logo.pull-right {
  margin-right: 10px;
  margin-top: 10px;
}








.fb-ul {
  list-style-type: none;
  padding: 0 5px;
  width: 100%;
}

.fb-ul label {
  font-size: 12px;
  margin-right: 5px;
  text-align: right;
  width: 85px;
}


.fb-ul > li > input, .fb-ul > li > select {
  display: inline-block;
  font-size: 12px;
  height: 27px;
  padding: 5px 2px;
  vertical-align: middle;
  width: 185px;
}


.fb-ul > li {
  padding: 2px 0;
  vertical-align: middle;
  display:block;
  width:280px;
}


.fb-logo.pull-right.hidden-lg.hidden-md.hidden-sm {
  position: absolute;
  right: 17px;
  top: 0px;
}

.fb-box .form-group > .checkbox-nice:first-child {
	margin-top: 25px;
}


.rates > .form-group {
	margin: auto;
	max-width: 95%;
	padding: 0px;
}


#txt_fb_comment {
  height: 80px;
}


.rates > .form-group > label {
  margin-bottom: 0;
  margin-top: 8px;
}

.error-label {
  color: #f00;
  display: block;
  font-size: 14px;
  height: 24px;
  text-align: right;
  text-transform: none;
  width: 100%;
}

.thankyou-message {
  color: #0047Ab;
  font-size: 14px;
  padding: 0 30px;
}

.fb-box h3 {
  color: #0047Ab;
  font-size: 20px;
}


#scrollTarget {
  background-color: #fff;
}


.col-sm-4 {
  overflow: auto;
}


.pricingBloc.little > h2 {
  background-color: yellow;
  color: #000;
}


.pricingBloc.large > h2 {
  background-color: #f86d18;
}

.pricingBloc.custom > h2 {
  background-color: #f00;
}

.pricingBloc.index > h2 {
  background-color: #0047Ab;
  color: #fff;
}


em.red {
  color: #f00;
  display: block;
}

li:hover > em.red {
  color: yellow;
}

em.b {
    font-weight:bold;
}



a.btn.btn-video {
  background-color: #e02926;
  border-radius: 10px;
  float: right;
  font-size: 23px;
  font-weight: bold;
  padding-left: 0;
  padding-top: 12px;
  position: absolute;
  right: 12px;
}

a.btn-video > .icon-youtube {
  font-size: 31px;
  margin-right: 0;
  padding-right: 0;
}


a.btn.btn-video > span {
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  margin-top: -7px;
  vertical-align: middle;
}

.color1 h1.green {
  color: #009900;
}


label.d-block {
  display: block;
}

.red {
  color: #f00;
}



#maintenance {
  margin-top: 20px;
}

h1.maintenance {
  color: #f00;
  font-size: 24px;
  padding: 0 10px;
}

p.maintenance {
  color: #f00;
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
}


.btn.btn-pwd_recovery {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  height: 54px;
  padding-top: 18px;
}





.navbar-fixed-top, .navbar-fixed-bottom {
  left: 0;
  position: relative;
  right: 0;
  z-index: 1030;
}


div.register input.form-control ,div.register select.form-control,div.login input.form-control {
  max-width: 300px;
}

.container.login {
  max-width: 600px;
}


#mainFooter {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
}


#cookie-bar {
  background-color: #000;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
}


















.checkbox-nice {
	position: relative;
	padding-left: 15px;
}

	.checkbox-nice input[type=checkbox] {
		visibility: hidden;
	}

	.checkbox-nice label {
		padding-top: 3px;
	}

	.checkbox-nice.checkbox-inline > label {
		margin-left: 16px;
	}

	.checkbox-nice label:before {
		cursor: pointer;
		position: absolute;
		width: 22px;
		height: 22px;
		left: 1px;
		top: 1px;
		background: #ffffff;
		content: "";
		border: 2px solid #e7ebee;
		border-radius: 3px;
		background-clip: padding-box;
	}

	.checkbox-nice label:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 12px;
		height: 7px;
		background: transparent;
		top: 7px;
		left: 6px;
		border: 3px solid #58DDD0;
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
	}

	.checkbox-nice label:hover::after {
		opacity: 0.3;
	}

	.checkbox-nice input[type=checkbox]:checked + label:after {
		opacity: 1;
	}




span.question-item {
  color: #0047Ab;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}



ul.question-block {
  list-style-type: none;
  margin-top: 10px;
  padding: 0 0 0 8px;
}

div.question-part {
  color: #666;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width:100%;
}

span.question-text {
  color: #333;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 6px;
}

div.m-top {
	margin-top:10px;
}

span.answer-text {
  color: darkgreen;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

div.question-part > textarea {
  font-size: 13px;
}


hr.small {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}


b.cit {
  font-size: 16px;
}

b.apex {
  font-size: 20px;
}

a.privacy-link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.btn.btn-lg.pull-right.buttun-send-feedback {
	margin-right: 10px;
}

.fb-box .form-group.text-center {
	text-align: center;
}


.applicant-image {
	margin-top: 15px;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-shadow: -7px -6px 0px 2px #428bca;
}

div.b-top {
    border-top:solid 1px #ccc;
}


.logo-container {
	padding: 0px 28px;
	background-color: #fff;
	position: absolute;
	border: solid 1px #dedede;
	border-radius: 3004px;
	margin-top: 19px;
	margin-left: 0px;
	overflow: hidden;
	height: 99px;
	padding-right: 10px;
}


/*ul.nav.navbar-nav {
	display: none;
	margin-top: 36px;
	z-index: 1000000;
}*/
/* 
    Document   : colors
    Author     : Little Neko
    Description: template colors
*/


/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#LINKS AND BUTTONS
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/

/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs **/
.panel-default>.panel-heading {background:#0047Ab; }
.panel-default>.panel-heading:hover {background:#fff; }
.panel-default>.panel-heading:hover a {color:#0047Ab; }
.panel-title>a {color:#fff;}
.panel-title>a:hover {text-decoration: none;}

/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	color:#777;
	background: #fff;
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}
h2 {
 color:#888;	
}
h2 i {color:#999}
h2.subTitle:after, h1.noSubtitle:after{
	background-color:#0047Ab;
}

/*** parallax sections ***/

.paralaxText blockquote:before, .paralaxText blockquote:after {
	color:#fff;
}
#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
	/*background-color:#0047Ab;*/
}
#home {
	/*background-image:url('../images/theme-pics/paralax-blue-3.jpg');*/
}
#paralaxSlice1 {
	background-image: url('../images/theme-pics/paralax-1.jpg');
}
#paralaxSlice2 {
	background-image: url('../images/theme-pics/paralax-blue-2.jpg');
}
#paralaxSlice3 {
	background-image: url('../images/theme-pics/paralax-blue-3.jpg');
}
#paralaxSlice4 {
	background-image: url('../images/theme-pics/paralax-4.jpg');
}
.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h3, .paralaxText p, .paralaxText i{
	color:#fff;
}

/* END TYPOGRAPHY
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {
	color:#0047Ab;
}
a:hover, .scrollspyNav .active a {
	color:#0047Ab;
}
ul.iconsList li a {
	color:#555
}
ul.iconsList li a:hover, ul.iconsList i {
	color:#0047Ab
}

/*** buttons ***/
.btn {
  background: none repeat scroll 0 0 #F86D18;
  border: 2px solid #fff;
  color: #fff;
}

.btn:hover {
  background: none repeat scroll 0 0 #0047Ab;
  border-color: #fff;
  color: #fff;
  text-shadow: none;
}

.btn-primary {
	background: #006dcc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #555;
}
.btn-info {
	background: #49AFCD;
}
.btn-success {
	background: #5BB75B;
}
.btn-warning {
	background: #FAA732;
}
.btn-danger {
	background: #DA4F49;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

/* END LINKS AND BUTTONS
================================================== */

/* MAIN MENU 
================================================== */

#mainHeader {
  background-color: white;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  height: 70px;
}

#mainHeader .navbar-inner {
	background: #444;
	filter:none !important;
}
#mainMenu ul li a, #resMainMenu ul li a {
	color:#444;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover,  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #0047Ab;
	color:#fff;
}

/* END MAIN MENU 
================================================== */

/* FOOTER 
================================================== */

footer {
	color:#777;
	background:#eee;
	border-top:1px solid #555s;
}

#footerRights {
	background-color:#fff;
	color:#999;
}
p.credits {
	color:#555;
}
p.credits a {
	color:#0047Ab;
}

/* END FOOTER 
================================================== */

/* HOME
================================================== */

/*#home h1 {color:#000000;}*/

/* END HOME
================================================== */

/* SLIDERS
================================================== */

/*** FLEX ***/

.flexslider {
	box-shadow:none;
}
.slides .txt div {
	background:#444;
	color:#FFFFFF;
}
.flexslider .flex-direction-nav a {
	background-color:#0047Ab;
}

.flexslider .flex-control-paging li a:hover, #sliderWrapper .flex-control-paging li a.flex-active{
	background: #fff;
	border:2px solid #fff;
}
.flexslider .flex-control-paging li a {
	background: transparent;
	border:2px solid rgba(255,255,255,0.5);
}
.flexslider .flex-control-nav {
	background:transparent;
}
.flexslider h1 {
	color:#fff;
	background-color:#0047Ab;
}
.flexslider h2 {
	color:#fff;
	background-color:#333;
}
.flexslider .caption p {
	background-color:#fff;
	color:#555
}

/*** flexHome ***/
#flexHome  h1 {	
    /*color:#fff;*/
    color:#585653;
	background:none;
	}
#flexHome  h2 {	
    color:#f86d18;
	background:none;
}

/*** END FLEX SLIDER ***/

/* END SLIDERS
================================================== */

/* PORTFOLIO
================================================== */

nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #0047Ab;
	color:#fff;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}
.mask{background-color: #0047Ab;}
/* END PORTFOLIO
================================================== */

/* MISCELANIOUS
================================================== */
/*** hover images ***/
.iconLinks a span {color:#fff;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);

}
.pricingBloc ul li {
	border-bottom:1px solid #ddd;
	/*color:#444!important;*/
}
.pricingBloc ul li:last-child {
	border-bottom:none;
}
/*.pricingBloc h2 {
	background-color:#555;
	color:#888!important;
	border:none;
}*/
.pricingBloc h3 {
	background-color:#0047Ab;
	color:#fff!important;

}
.pricingBloc p {
	background-color:#eee;
	color:#444!important;
}
.pricingBloc.focusPlan {
	/*margin-top:0;*/
	border-color:#D1D1D1;
}

.pricingBloc.focusPlan h2 {
  background-color: #f86d18;
  color: #fff !important;
}

.pricingBloc.focusPlan h3 {
	background-color:#0047Ab;
	/*padding:1.25em;*/
	color:#fff!important;
}

/*** Form ***/
/*.form-control:focus{
	border: none;
	background-color:#ddd;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}*/

.form-control:focus {
  border-color: rgba(52, 151, 219, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(52, 152, 219, 0.6);
  outline: 0 none;
}



/*.form-control {
  background-color: #efefef;
  border: medium none;
  color: #444;
}*/

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 98%;
}


select.form-control.auto {
  width: auto;
}


.error {color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;}

label.error {color:#fff;
background-color: #B94A48;
border:none}

#projectQuote, #projectQuote h3{background:#ddd;color:#444;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */

/*** Feature box **/

.boxFeature i{color:#0047Ab;} 

/*** slices ***/
.slice{
	background-color:#fff;
}

/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}
.ctaBoxFullwidth{border:none}

.ctaBox blockquote {
	color:#fff;
}

/*color1*/
.color1, .slice.color1, .bulle.color1, .ctaBox.color1{
	/*background-color:#F7F7F7;*/
    background-color:#ffffff;
	color:#444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444;
}
.color1 a.btn{color:#fff;}
.color1 a.btn:hover{color:#fff;}

/*color4*/
.color4, .slice.color4, .bulle.color4, .ctaBox.color4{
	background-color:#0047Ab;
	color:#fff;
}

.color4 h1, .color4 h2, .color4 h3, .color4 h4, .color4 blockquote, .color4 a {
	color:#fff;
}
.color4 h2.subTitle:after, .color4 h1.noSubtitle:after {
	background:#fff;
}
/*** icons ***/
.iconRounded {border:2px solid #0047Ab;color:#0047Ab;background-color:#fff;}
.iconRounded:hover, .color1 .iconRounded:hover{background-color:#0047Ab;color:#fff;}
.color1 .iconRounded {color:#0047Ab;}
.color4 .iconRounded {background-color:#FFF;color:#0047Ab;}

/* END NEKO CSS FRAMEWORK
================================================== */



/* ADDONS*/
.btn-blue {
  background-color: #0047Ab;
  margin-top: 5px;
  padding: 10px;
}


div.home-loading {
  text-align: center;
}



textarea.form-control {
    width:99%;
}

img.item-img {
  border: 0 solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  padding: 10px;
}


div.item-row {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 30px;
  overflow: auto;
  padding-bottom: 10px;
}

div.item-row > label {
  display: block;
  margin-left: 10px;
  text-align: left;
}

div.rating {
  margin-bottom: 10px;
}

@font-face {
  font-family: 'custom-icons';
  src: url('../font/custom-icons.eot?94416284');
  src: url('../font/custom-icons.eot?94416284#iefix') format('embedded-opentype'),
       url('../font/custom-icons.woff?94416284') format('woff'),
       url('../font/custom-icons.ttf?94416284') format('truetype'),
       url('../font/custom-icons.svg?94416284#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?94416284#custom-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-quote-left:before { content: '\e928'; } /* '' */
.icon-deviantart:before { content: '\e81d'; } /* '' */
.icon-left-open-mini:before { content: '\e804'; } /* '' */
.icon-right-open-mini:before { content: '\e805'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-music-outline:before { content: '\e800'; } /* '' */
.icon-music:before { content: '\e801'; } /* '' */
.icon-search-outline:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-heart:before { content: '\e807'; } /* '' */
.icon-heart-filled:before { content: '\e80e'; } /* '' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-star-filled:before { content: '\e818'; } /* '' */
.icon-user-outline:before { content: '\e814'; } /* '' */
.icon-user:before { content: '\e81b'; } /* '' */
.icon-users-outline:before { content: '\e823'; } /* '' */
.icon-users:before { content: '\e828'; } /* '' */
.icon-user-add-outline:before { content: '\e829'; } /* '' */
.icon-user-add:before { content: '\e82a'; } /* '' */
.icon-user-delete-outline:before { content: '\e82b'; } /* '' */
.icon-user-delete:before { content: '\e82c'; } /* '' */
.icon-video:before { content: '\e82d'; } /* '' */
.icon-videocam-outline:before { content: '\e82e'; } /* '' */
.icon-videocam:before { content: '\e82f'; } /* '' */
.icon-picture-outline:before { content: '\e80d'; } /* '' */
.icon-picture:before { content: '\e80c'; } /* '' */
.icon-camera-outline:before { content: '\e80b'; } /* '' */
.icon-camera:before { content: '\e80a'; } /* '' */
.icon-th-outline:before { content: '\e809'; } /* '' */
.icon-th:before { content: '\e808'; } /* '' */
.icon-th-large-outline:before { content: '\e80f'; } /* '' */
.icon-th-large:before { content: '\e810'; } /* '' */
.icon-th-list-outline:before { content: '\e813'; } /* '' */
.icon-th-list:before { content: '\e817'; } /* '' */
.icon-ok-outline:before { content: '\e822'; } /* '' */
.icon-ok:before { content: '\e824'; } /* '' */
.icon-cancel-outline:before { content: '\e825'; } /* '' */
.icon-cancel:before { content: '\e836'; } /* '' */
.icon-cancel-alt:before { content: '\e835'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e834'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e833'; } /* '' */
.icon-cancel-circled:before { content: '\e832'; } /* '' */
.icon-plus-outline:before { content: '\e831'; } /* '' */
.icon-plus:before { content: '\e830'; } /* '' */
.icon-minus-outline:before { content: '\e837'; } /* '' */
.icon-minus:before { content: '\e838'; } /* '' */
.icon-divide-outline:before { content: '\e839'; } /* '' */
.icon-divide:before { content: '\e83a'; } /* '' */
.icon-eq-outline:before { content: '\e83b'; } /* '' */
.icon-eq:before { content: '\e83c'; } /* '' */
.icon-info-outline:before { content: '\e83d'; } /* '' */
.icon-info:before { content: '\e83e'; } /* '' */
.icon-home-outline:before { content: '\e83f'; } /* '' */
.icon-home:before { content: '\e840'; } /* '' */
.icon-link-outline:before { content: '\e841'; } /* '' */
.icon-link:before { content: '\e842'; } /* '' */
.icon-attach-outline:before { content: '\e843'; } /* '' */
.icon-attach:before { content: '\e844'; } /* '' */
.icon-lock:before { content: '\e845'; } /* '' */
.icon-lock-filled:before { content: '\e846'; } /* '' */
.icon-lock-open:before { content: '\e847'; } /* '' */
.icon-lock-open-filled:before { content: '\e848'; } /* '' */
.icon-pin-outline:before { content: '\e849'; } /* '' */
.icon-pin:before { content: '\e84a'; } /* '' */
.icon-eye-outline:before { content: '\e84b'; } /* '' */
.icon-eye:before { content: '\e84c'; } /* '' */
.icon-tag:before { content: '\e84d'; } /* '' */
.icon-tags:before { content: '\e84e'; } /* '' */
.icon-bookmark:before { content: '\e84f'; } /* '' */
.icon-flag:before { content: '\e850'; } /* '' */
.icon-flag-filled:before { content: '\e851'; } /* '' */
.icon-thumbs-up:before { content: '\e852'; } /* '' */
.icon-thumbs-down:before { content: '\e853'; } /* '' */
.icon-download-outline:before { content: '\e854'; } /* '' */
.icon-download:before { content: '\e855'; } /* '' */
.icon-upload-outline:before { content: '\e856'; } /* '' */
.icon-upload:before { content: '\e857'; } /* '' */
.icon-upload-cloud-outline:before { content: '\e858'; } /* '' */
.icon-upload-cloud:before { content: '\e859'; } /* '' */
.icon-reply-outline:before { content: '\e85a'; } /* '' */
.icon-reply:before { content: '\e85b'; } /* '' */
.icon-forward-outline:before { content: '\e85c'; } /* '' */
.icon-forward:before { content: '\e85d'; } /* '' */
.icon-code-outline:before { content: '\e85e'; } /* '' */
.icon-code:before { content: '\e85f'; } /* '' */
.icon-export-outline:before { content: '\e860'; } /* '' */
.icon-export:before { content: '\e861'; } /* '' */
.icon-pencil:before { content: '\e862'; } /* '' */
.icon-pen:before { content: '\e863'; } /* '' */
.icon-feather:before { content: '\e866'; } /* '' */
.icon-edit:before { content: '\e865'; } /* '' */
.icon-print:before { content: '\e864'; } /* '' */
.icon-comment:before { content: '\e867'; } /* '' */
.icon-chat:before { content: '\e868'; } /* '' */
.icon-chat-alt:before { content: '\e869'; } /* '' */
.icon-bell:before { content: '\e86a'; } /* '' */
.icon-attention:before { content: '\e86b'; } /* '' */
.icon-attention-filled:before { content: '\e86c'; } /* '' */
.icon-warning-empty:before { content: '\e86d'; } /* '' */
.icon-warning:before { content: '\e86e'; } /* '' */
.icon-contacts:before { content: '\e86f'; } /* '' */
.icon-vcard:before { content: '\e870'; } /* '' */
.icon-address:before { content: '\e871'; } /* '' */
.icon-location-outline:before { content: '\e872'; } /* '' */
.icon-location:before { content: '\e885'; } /* '' */
.icon-map:before { content: '\e884'; } /* '' */
.icon-direction-outline:before { content: '\e883'; } /* '' */
.icon-direction:before { content: '\e882'; } /* '' */
.icon-compass:before { content: '\e881'; } /* '' */
.icon-trash:before { content: '\e880'; } /* '' */
.icon-doc:before { content: '\e87f'; } /* '' */
.icon-doc-text:before { content: '\e87e'; } /* '' */
.icon-doc-add:before { content: '\e87d'; } /* '' */
.icon-doc-remove:before { content: '\e87c'; } /* '' */
.icon-news:before { content: '\e87b'; } /* '' */
.icon-folder:before { content: '\e87a'; } /* '' */
.icon-folder-add:before { content: '\e879'; } /* '' */
.icon-folder-delete:before { content: '\e878'; } /* '' */
.icon-archive:before { content: '\e877'; } /* '' */
.icon-box:before { content: '\e876'; } /* '' */
.icon-rss-outline:before { content: '\e875'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-phone-outline:before { content: '\e874'; } /* '' */
.icon-phone:before { content: '\e873'; } /* '' */
.icon-menu-outline:before { content: '\e886'; } /* '' */
.icon-menu:before { content: '\e887'; } /* '' */
.icon-cog-outline:before { content: '\e888'; } /* '' */
.icon-cog:before { content: '\e889'; } /* '' */
.icon-wrench-outline:before { content: '\e88a'; } /* '' */
.icon-wrench:before { content: '\e88b'; } /* '' */
.icon-basket:before { content: '\e88c'; } /* '' */
.icon-calendar-outlilne:before { content: '\e88d'; } /* '' */
.icon-calendar:before { content: '\e88e'; } /* '' */
.icon-mic-outline:before { content: '\e88f'; } /* '' */
.icon-mic:before { content: '\e890'; } /* '' */
.icon-volume-off:before { content: '\e891'; } /* '' */
.icon-volume-low:before { content: '\e892'; } /* '' */
.icon-volume-middle:before { content: '\e893'; } /* '' */
.icon-volume-high:before { content: '\e894'; } /* '' */
.icon-headphones:before { content: '\e895'; } /* '' */
.icon-wristwatch:before { content: '\e896'; } /* '' */
.icon-stopwatch:before { content: '\e897'; } /* '' */
.icon-lightbulb:before { content: '\e898'; } /* '' */
.icon-block-outline:before { content: '\e899'; } /* '' */
.icon-block:before { content: '\e89a'; } /* '' */
.icon-resize-full-outline:before { content: '\e89b'; } /* '' */
.icon-resize-full:before { content: '\e89c'; } /* '' */
.icon-resize-normal-outline:before { content: '\e89d'; } /* '' */
.icon-quote-right:before { content: '\e929'; } /* '' */
.icon-move-outline:before { content: '\e89f'; } /* '' */
.icon-move:before { content: '\e8a0'; } /* '' */
.icon-popup:before { content: '\e8a1'; } /* '' */
.icon-zoom-in-outline:before { content: '\e8a2'; } /* '' */
.icon-zoom-in:before { content: '\e8a3'; } /* '' */
.icon-zoom-out-outline:before { content: '\e8a4'; } /* '' */
.icon-zoom-out:before { content: '\e8a5'; } /* '' */
.icon-popup-1:before { content: '\e8a6'; } /* '' */
.icon-left-open-outline:before { content: '\e8a7'; } /* '' */
.icon-left-open:before { content: '\e8a8'; } /* '' */
.icon-right-open-outline:before { content: '\e8a9'; } /* '' */
.icon-right-open:before { content: '\e8aa'; } /* '' */
.icon-down:before { content: '\e8ab'; } /* '' */
.icon-left:before { content: '\e8ac'; } /* '' */
.icon-right:before { content: '\e8ad'; } /* '' */
.icon-up:before { content: '\e8ae'; } /* '' */
.icon-down-outline:before { content: '\e8af'; } /* '' */
.icon-left-outline:before { content: '\e8b0'; } /* '' */
.icon-right-outline:before { content: '\e8b1'; } /* '' */
.icon-up-outline:before { content: '\e8b2'; } /* '' */
.icon-down-small:before { content: '\e8b3'; } /* '' */
.icon-left-small:before { content: '\e8b4'; } /* '' */
.icon-right-small:before { content: '\e8b5'; } /* '' */
.icon-up-small:before { content: '\e8b6'; } /* '' */
.icon-cw-outline:before { content: '\e8b7'; } /* '' */
.icon-cw:before { content: '\e8b8'; } /* '' */
.icon-arrows-cw-outline:before { content: '\e8b9'; } /* '' */
.icon-arrows-cw:before { content: '\e8ba'; } /* '' */
.icon-loop-outline:before { content: '\e8bb'; } /* '' */
.icon-loop:before { content: '\e8bc'; } /* '' */
.icon-loop-alt-outline:before { content: '\e8bd'; } /* '' */
.icon-loop-alt:before { content: '\e8be'; } /* '' */
.icon-shuffle:before { content: '\e8bf'; } /* '' */
.icon-play-outline:before { content: '\e8c0'; } /* '' */
.icon-play:before { content: '\e8c1'; } /* '' */
.icon-stop-outline:before { content: '\e8c2'; } /* '' */
.icon-stop:before { content: '\e8c3'; } /* '' */
.icon-pause-outline:before { content: '\e8c4'; } /* '' */
.icon-pause:before { content: '\e8c5'; } /* '' */
.icon-fast-fw-outline:before { content: '\e8c6'; } /* '' */
.icon-fast-fw:before { content: '\e8c7'; } /* '' */
.icon-rewind-outline:before { content: '\e8c8'; } /* '' */
.icon-rewind:before { content: '\e8c9'; } /* '' */
.icon-record-outline:before { content: '\e8ca'; } /* '' */
.icon-record:before { content: '\e8cb'; } /* '' */
.icon-eject-outline:before { content: '\e8cc'; } /* '' */
.icon-eject:before { content: '\e8cd'; } /* '' */
.icon-eject-alt-outline:before { content: '\e8ce'; } /* '' */
.icon-eject-alt:before { content: '\e8cf'; } /* '' */
.icon-bat1:before { content: '\e8d0'; } /* '' */
.icon-bat2:before { content: '\e8d1'; } /* '' */
.icon-bat3:before { content: '\e8d2'; } /* '' */
.icon-bat4:before { content: '\e8d3'; } /* '' */
.icon-bat-charge:before { content: '\e8d4'; } /* '' */
.icon-plug:before { content: '\e8d5'; } /* '' */
.icon-target-outline:before { content: '\e8e0'; } /* '' */
.icon-target:before { content: '\e8e5'; } /* '' */
.icon-wifi-outline:before { content: '\e8e6'; } /* '' */
.icon-wifi:before { content: '\e8e7'; } /* '' */
.icon-desktop:before { content: '\e8f5'; } /* '' */
.icon-laptop:before { content: '\e8f4'; } /* '' */
.icon-tablet:before { content: '\e8f6'; } /* '' */
.icon-mobile:before { content: '\e8f7'; } /* '' */
.icon-contrast:before { content: '\e8f8'; } /* '' */
.icon-globe-outline:before { content: '\e90a'; } /* '' */
.icon-globe:before { content: '\e90b'; } /* '' */
.icon-globe-alt-outline:before { content: '\e90c'; } /* '' */
.icon-globe-alt:before { content: '\e90d'; } /* '' */
.icon-sun:before { content: '\e90e'; } /* '' */
.icon-sun-filled:before { content: '\e90f'; } /* '' */
.icon-cloud:before { content: '\e910'; } /* '' */
.icon-flash-outline:before { content: '\e911'; } /* '' */
.icon-flash:before { content: '\e912'; } /* '' */
.icon-moon:before { content: '\e913'; } /* '' */
.icon-waves-outline:before { content: '\e8d6'; } /* '' */
.icon-waves:before { content: '\e8df'; } /* '' */
.icon-rain:before { content: '\e8e4'; } /* '' */
.icon-cloud-sun:before { content: '\e8e8'; } /* '' */
.icon-drizzle:before { content: '\e8e9'; } /* '' */
.icon-snow:before { content: '\e8f2'; } /* '' */
.icon-cloud-flash:before { content: '\e8f3'; } /* '' */
.icon-cloud-wind:before { content: '\e8f9'; } /* '' */
.icon-wind:before { content: '\e8fa'; } /* '' */
.icon-plane-outline:before { content: '\e8fb'; } /* '' */
.icon-plane:before { content: '\e902'; } /* '' */
.icon-leaf:before { content: '\e905'; } /* '' */
.icon-lifebuoy:before { content: '\e906'; } /* '' */
.icon-briefcase:before { content: '\e907'; } /* '' */
.icon-brush:before { content: '\e908'; } /* '' */
.icon-pipette:before { content: '\e909'; } /* '' */
.icon-power-outline:before { content: '\e914'; } /* '' */
.icon-power:before { content: '\e915'; } /* '' */
.icon-check-outline:before { content: '\e916'; } /* '' */
.icon-check:before { content: '\e917'; } /* '' */
.icon-gift:before { content: '\e8d7'; } /* '' */
.icon-temperatire:before { content: '\e8de'; } /* '' */
.icon-chart-outline:before { content: '\e8e3'; } /* '' */
.icon-chart:before { content: '\e8ea'; } /* '' */
.icon-chart-alt-outline:before { content: '\e8eb'; } /* '' */
.icon-chart-alt:before { content: '\e8f1'; } /* '' */
.icon-chart-bar-outline:before { content: '\e8f0'; } /* '' */
.icon-chart-bar:before { content: '\e8fc'; } /* '' */
.icon-chart-pie-outline:before { content: '\e8fd'; } /* '' */
.icon-chart-pie:before { content: '\e8fe'; } /* '' */
.icon-credit-card:before { content: '\e904'; } /* '' */
.icon-clipboard:before { content: '\e918'; } /* '' */
.icon-key-outline:before { content: '\e919'; } /* '' */
.icon-key:before { content: '\e91a'; } /* '' */
.icon-flow-split:before { content: '\e91b'; } /* '' */
.icon-flow-merge:before { content: '\e91c'; } /* '' */
.icon-flow-parallel:before { content: '\e91d'; } /* '' */
.icon-flow-cross:before { content: '\e91e'; } /* '' */
.icon-certificate-outline:before { content: '\e8d8'; } /* '' */
.icon-certificate:before { content: '\e8dd'; } /* '' */
.icon-scissors-outline:before { content: '\e8e2'; } /* '' */
.icon-scissors:before { content: '\e8e1'; } /* '' */
.icon-flask:before { content: '\e8ec'; } /* '' */
.icon-wine:before { content: '\e8ed'; } /* '' */
.icon-coffee:before { content: '\e8ef'; } /* '' */
.icon-beer:before { content: '\e8ff'; } /* '' */
.icon-anchor-outline:before { content: '\e900'; } /* '' */
.icon-anchor:before { content: '\e901'; } /* '' */
.icon-puzzle-outline:before { content: '\e903'; } /* '' */
.icon-puzzle:before { content: '\e91f'; } /* '' */
.icon-tree:before { content: '\e920'; } /* '' */
.icon-calculator:before { content: '\e921'; } /* '' */
.icon-infinity-outline:before { content: '\e922'; } /* '' */
.icon-infinity:before { content: '\e923'; } /* '' */
.icon-pi-outline:before { content: '\e924'; } /* '' */
.icon-pi:before { content: '\e925'; } /* '' */
.icon-at:before { content: '\e926'; } /* '' */
.icon-at-circled:before { content: '\e927'; } /* '' */
.icon-looped-square-outline:before { content: '\e8d9'; } /* '' */
.icon-looped-square-interest:before { content: '\e8dc'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\e8da'; } /* '' */
.icon-sort-alphabet:before { content: '\e8db'; } /* '' */
.icon-sort-numeric-outline:before { content: '\e8ee'; } /* '' */
.icon-gplus-1:before { content: '\e815'; } /* '' */
.icon-reddit:before { content: '\e821'; } /* '' */
.icon-dribbble:before { content: '\e816'; } /* '' */
.icon-flickr:before { content: '\e820'; } /* '' */
.icon-linkedin-1:before { content: '\e81c'; } /* '' */
.icon-rss-3:before { content: '\e81f'; } /* '' */
.icon-youtube:before { content: '\e81e'; } /* '' */
.icon-vimeo:before { content: '\e819'; } /* '' */
.icon-yahoo:before { content: '\e811'; } /* '' */
.icon-tumblr-1:before { content: '\e81a'; } /* '' */
.icon-facebook-1:before { content: '\e826'; } /* '' */
.icon-twitter-bird:before { content: '\e827'; } /* '' */
.icon-resize-normal:before { content: '\e89e'; } /* '' */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'custom-icons';
  font-style: normal;
  font-weight: normal;
 
  /* fix buttons height */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}
 
.icon-quote-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe928;&nbsp;'); }
.icon-deviantart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;'); }
.icon-left-open-mini { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); }
.icon-right-open-mini { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;'); }
.icon-left-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe765;&nbsp;'); }
.icon-right-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe766;&nbsp;'); }
.icon-music-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
.icon-music { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
.icon-search-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;'); }
.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }
.icon-heart-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;'); }
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }
.icon-star-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;'); }
.icon-user-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;'); }
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;'); }
.icon-users-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;'); }
.icon-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;'); }
.icon-user-add-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&nbsp;'); }
.icon-user-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;'); }
.icon-user-delete-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;'); }
.icon-user-delete { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;'); }
.icon-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;'); }
.icon-videocam-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;'); }
.icon-videocam { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82f;&nbsp;'); }
.icon-picture-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;'); }
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;'); }
.icon-camera-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;'); }
.icon-camera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;'); }
.icon-th-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;'); }
.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;'); }
.icon-th-large-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }
.icon-th-large { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }
.icon-th-list-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;'); }
.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;'); }
.icon-ok-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;'); }
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;'); }
.icon-cancel-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;'); }
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;'); }
.icon-cancel-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe835;&nbsp;'); }
.icon-cancel-alt-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;'); }
.icon-cancel-circled-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;'); }
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;'); }
.icon-plus-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe831;&nbsp;'); }
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe830;&nbsp;'); }
.icon-minus-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe837;&nbsp;'); }
.icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe838;&nbsp;'); }
.icon-divide-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe839;&nbsp;'); }
.icon-divide { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83a;&nbsp;'); }
.icon-eq-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83b;&nbsp;'); }
.icon-eq { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83c;&nbsp;'); }
.icon-info-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83d;&nbsp;'); }
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83e;&nbsp;'); }
.icon-home-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe83f;&nbsp;'); }
.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe840;&nbsp;'); }
.icon-link-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe841;&nbsp;'); }
.icon-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe842;&nbsp;'); }
.icon-attach-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe843;&nbsp;'); }
.icon-attach { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe844;&nbsp;'); }
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe845;&nbsp;'); }
.icon-lock-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe846;&nbsp;'); }
.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe847;&nbsp;'); }
.icon-lock-open-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe848;&nbsp;'); }
.icon-pin-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe849;&nbsp;'); }
.icon-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84a;&nbsp;'); }
.icon-eye-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84b;&nbsp;'); }
.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84c;&nbsp;'); }
.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84d;&nbsp;'); }
.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84e;&nbsp;'); }
.icon-bookmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe84f;&nbsp;'); }
.icon-flag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe850;&nbsp;'); }
.icon-flag-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe851;&nbsp;'); }
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe852;&nbsp;'); }
.icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe853;&nbsp;'); }
.icon-download-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe854;&nbsp;'); }
.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe855;&nbsp;'); }
.icon-upload-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe856;&nbsp;'); }
.icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe857;&nbsp;'); }
.icon-upload-cloud-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe858;&nbsp;'); }
.icon-upload-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe859;&nbsp;'); }
.icon-reply-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85a;&nbsp;'); }
.icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85b;&nbsp;'); }
.icon-forward-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85c;&nbsp;'); }
.icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85d;&nbsp;'); }
.icon-code-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85e;&nbsp;'); }
.icon-code { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85f;&nbsp;'); }
.icon-export-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe860;&nbsp;'); }
.icon-export { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe861;&nbsp;'); }
.icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe862;&nbsp;'); }
.icon-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe863;&nbsp;'); }
.icon-feather { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe866;&nbsp;'); }
.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe865;&nbsp;'); }
.icon-print { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe864;&nbsp;'); }
.icon-comment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe867;&nbsp;'); }
.icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe868;&nbsp;'); }
.icon-chat-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe869;&nbsp;'); }
.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe86a;&nbsp;'); }
.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe86b;&nbsp;'); }
.icon-attention-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe86c;&nbsp;'); }
.icon-warning-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe86d;&nbsp;'); }
.icon-warning { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe86e;&nbsp;'); }
.icon-contacts { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe86f;&nbsp;'); }
.icon-vcard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe870;&nbsp;'); }
.icon-address { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe871;&nbsp;'); }
.icon-location-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe872;&nbsp;'); }
.icon-location { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe885;&nbsp;'); }
.icon-map { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe884;&nbsp;'); }
.icon-direction-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe883;&nbsp;'); }
.icon-direction { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe882;&nbsp;'); }
.icon-compass { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe881;&nbsp;'); }
.icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe880;&nbsp;'); }
.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe87f;&nbsp;'); }
.icon-doc-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe87e;&nbsp;'); }
.icon-doc-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe87d;&nbsp;'); }
.icon-doc-remove { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe87c;&nbsp;'); }
.icon-news { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe87b;&nbsp;'); }
.icon-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe87a;&nbsp;'); }
.icon-folder-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe879;&nbsp;'); }
.icon-folder-delete { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe878;&nbsp;'); }
.icon-archive { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe877;&nbsp;'); }
.icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe876;&nbsp;'); }
.icon-rss-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe875;&nbsp;'); }
.icon-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73a;&nbsp;'); }
.icon-phone-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe874;&nbsp;'); }
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe873;&nbsp;'); }
.icon-menu-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe886;&nbsp;'); }
.icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe887;&nbsp;'); }
.icon-cog-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe888;&nbsp;'); }
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe889;&nbsp;'); }
.icon-wrench-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe88a;&nbsp;'); }
.icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe88b;&nbsp;'); }
.icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe88c;&nbsp;'); }
.icon-calendar-outlilne { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe88d;&nbsp;'); }
.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe88e;&nbsp;'); }
.icon-mic-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe88f;&nbsp;'); }
.icon-mic { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe890;&nbsp;'); }
.icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe891;&nbsp;'); }
.icon-volume-low { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe892;&nbsp;'); }
.icon-volume-middle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe893;&nbsp;'); }
.icon-volume-high { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe894;&nbsp;'); }
.icon-headphones { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe895;&nbsp;'); }
.icon-wristwatch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe896;&nbsp;'); }
.icon-stopwatch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe897;&nbsp;'); }
.icon-lightbulb { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe898;&nbsp;'); }
.icon-block-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe899;&nbsp;'); }
.icon-block { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe89a;&nbsp;'); }
.icon-resize-full-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe89b;&nbsp;'); }
.icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe89c;&nbsp;'); }
.icon-resize-normal-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe89d;&nbsp;'); }
.icon-quote-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe929;&nbsp;'); }
.icon-move-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe89f;&nbsp;'); }
.icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a0;&nbsp;'); }
.icon-popup { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a1;&nbsp;'); }
.icon-zoom-in-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a2;&nbsp;'); }
.icon-zoom-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a3;&nbsp;'); }
.icon-zoom-out-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a4;&nbsp;'); }
.icon-zoom-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a5;&nbsp;'); }
.icon-popup-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a6;&nbsp;'); }
.icon-left-open-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a7;&nbsp;'); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a8;&nbsp;'); }
.icon-right-open-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8a9;&nbsp;'); }
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8aa;&nbsp;'); }
.icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ab;&nbsp;'); }
.icon-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ac;&nbsp;'); }
.icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ad;&nbsp;'); }
.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ae;&nbsp;'); }
.icon-down-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8af;&nbsp;'); }
.icon-left-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b0;&nbsp;'); }
.icon-right-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b1;&nbsp;'); }
.icon-up-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b2;&nbsp;'); }
.icon-down-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b3;&nbsp;'); }
.icon-left-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b4;&nbsp;'); }
.icon-right-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b5;&nbsp;'); }
.icon-up-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b6;&nbsp;'); }
.icon-cw-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b7;&nbsp;'); }
.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b8;&nbsp;'); }
.icon-arrows-cw-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8b9;&nbsp;'); }
.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ba;&nbsp;'); }
.icon-loop-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8bb;&nbsp;'); }
.icon-loop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8bc;&nbsp;'); }
.icon-loop-alt-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8bd;&nbsp;'); }
.icon-loop-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8be;&nbsp;'); }
.icon-shuffle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8bf;&nbsp;'); }
.icon-play-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c0;&nbsp;'); }
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c1;&nbsp;'); }
.icon-stop-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c2;&nbsp;'); }
.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c3;&nbsp;'); }
.icon-pause-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c4;&nbsp;'); }
.icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c5;&nbsp;'); }
.icon-fast-fw-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c6;&nbsp;'); }
.icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c7;&nbsp;'); }
.icon-rewind-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c8;&nbsp;'); }
.icon-rewind { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8c9;&nbsp;'); }
.icon-record-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ca;&nbsp;'); }
.icon-record { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8cb;&nbsp;'); }
.icon-eject-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8cc;&nbsp;'); }
.icon-eject { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8cd;&nbsp;'); }
.icon-eject-alt-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ce;&nbsp;'); }
.icon-eject-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8cf;&nbsp;'); }
.icon-bat1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d0;&nbsp;'); }
.icon-bat2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d1;&nbsp;'); }
.icon-bat3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d2;&nbsp;'); }
.icon-bat4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d3;&nbsp;'); }
.icon-bat-charge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d4;&nbsp;'); }
.icon-plug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d5;&nbsp;'); }
.icon-target-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e0;&nbsp;'); }
.icon-target { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e5;&nbsp;'); }
.icon-wifi-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e6;&nbsp;'); }
.icon-wifi { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e7;&nbsp;'); }
.icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f5;&nbsp;'); }
.icon-laptop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f4;&nbsp;'); }
.icon-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f6;&nbsp;'); }
.icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f7;&nbsp;'); }
.icon-contrast { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f8;&nbsp;'); }
.icon-globe-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90a;&nbsp;'); }
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90b;&nbsp;'); }
.icon-globe-alt-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90c;&nbsp;'); }
.icon-globe-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90d;&nbsp;'); }
.icon-sun { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90e;&nbsp;'); }
.icon-sun-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90f;&nbsp;'); }
.icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe910;&nbsp;'); }
.icon-flash-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe911;&nbsp;'); }
.icon-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe912;&nbsp;'); }
.icon-moon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe913;&nbsp;'); }
.icon-waves-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d6;&nbsp;'); }
.icon-waves { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8df;&nbsp;'); }
.icon-rain { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e4;&nbsp;'); }
.icon-cloud-sun { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e8;&nbsp;'); }
.icon-drizzle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e9;&nbsp;'); }
.icon-snow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f2;&nbsp;'); }
.icon-cloud-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f3;&nbsp;'); }
.icon-cloud-wind { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f9;&nbsp;'); }
.icon-wind { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8fa;&nbsp;'); }
.icon-plane-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8fb;&nbsp;'); }
.icon-plane { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe902;&nbsp;'); }
.icon-leaf { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe905;&nbsp;'); }
.icon-lifebuoy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe906;&nbsp;'); }
.icon-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe907;&nbsp;'); }
.icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe908;&nbsp;'); }
.icon-pipette { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe909;&nbsp;'); }
.icon-power-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe914;&nbsp;'); }
.icon-power { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe915;&nbsp;'); }
.icon-check-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe916;&nbsp;'); }
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe917;&nbsp;'); }
.icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d7;&nbsp;'); }
.icon-temperatire { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8de;&nbsp;'); }
.icon-chart-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e3;&nbsp;'); }
.icon-chart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ea;&nbsp;'); }
.icon-chart-alt-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8eb;&nbsp;'); }
.icon-chart-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f1;&nbsp;'); }
.icon-chart-bar-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8f0;&nbsp;'); }
.icon-chart-bar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8fc;&nbsp;'); }
.icon-chart-pie-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8fd;&nbsp;'); }
.icon-chart-pie { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8fe;&nbsp;'); }
.icon-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe904;&nbsp;'); }
.icon-clipboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe918;&nbsp;'); }
.icon-key-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe919;&nbsp;'); }
.icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91a;&nbsp;'); }
.icon-flow-split { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91b;&nbsp;'); }
.icon-flow-merge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91c;&nbsp;'); }
.icon-flow-parallel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91d;&nbsp;'); }
.icon-flow-cross { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91e;&nbsp;'); }
.icon-certificate-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d8;&nbsp;'); }
.icon-certificate { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8dd;&nbsp;'); }
.icon-scissors-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e2;&nbsp;'); }
.icon-scissors { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e1;&nbsp;'); }
.icon-flask { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ec;&nbsp;'); }
.icon-wine { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ed;&nbsp;'); }
.icon-coffee { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ef;&nbsp;'); }
.icon-beer { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ff;&nbsp;'); }
.icon-anchor-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe900;&nbsp;'); }
.icon-anchor { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;&nbsp;'); }
.icon-puzzle-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe903;&nbsp;'); }
.icon-puzzle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91f;&nbsp;'); }
.icon-tree { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe920;&nbsp;'); }
.icon-calculator { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe921;&nbsp;'); }
.icon-infinity-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe922;&nbsp;'); }
.icon-infinity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe923;&nbsp;'); }
.icon-pi-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe924;&nbsp;'); }
.icon-pi { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe925;&nbsp;'); }
.icon-at { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe926;&nbsp;'); }
.icon-at-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe927;&nbsp;'); }
.icon-looped-square-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8d9;&nbsp;'); }
.icon-looped-square-interest { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8dc;&nbsp;'); }
.icon-sort-alphabet-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8da;&nbsp;'); }
.icon-sort-alphabet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8db;&nbsp;'); }
.icon-sort-numeric-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8ee;&nbsp;'); }
.icon-gplus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;'); }
.icon-reddit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;'); }
.icon-dribbble { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;'); }
.icon-flickr { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;'); }
.icon-linkedin-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;'); }
.icon-rss-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;'); }
.icon-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;'); }
.icon-vimeo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;'); }
.icon-yahoo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;'); }
.icon-tumblr-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;'); }
.icon-facebook-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;'); }
.icon-twitter-bird { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;'); }
.icon-resize-normal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe89e;&nbsp;'); }
