

@font-face {
	font-family: 'proxima_nova_altbold';
	src: url('../fonts/proxima_nova_alt_bold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_alt_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_nova_altlight';
	src: url('../fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_alt_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_nova_altthin';
	src: url('../fonts/proxima_nova_alt_thin-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_alt_thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_novablack';
	src: url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_novabold';
	src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_novathin';
	src: url('../fonts/proxima_nova_thin-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'proxima_novaregular';
	src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


#loading {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
}

#loading-image {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index: 100;
}

.responsive-img {
	width: 100%;
}

.padd-l-r-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padd-r-0 {
	padding-right: 0 !important;
}

.padd-l-0 {
	padding-left: 0 !important;
}

.padd-l-r-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.padd-r-5 {
	padding-right: 5px !important;
}

.padd-l-5 {
	padding-left: 5px !important;
}

.desktop-display {
	display: block;
}

.desktop-inline-display {
	display: inline-block;
}

.tab-display {
	display: none;
}

.tab-inline-display {
	display: none;
}

.pull-left1 {
	float: left
}

.pull-right1 {
	float: right
}

.text-left1 {
	text-align: left
}

.text-right1 {
	text-align: right
}

.m-display {
	display: none;
}
/*** Edited Bootstrap ****/
body {
	font-family: 'proxima_novaregular', sans-serif;
	color: #444;
	font-size: 1rem;
	line-height: 26px;
}

.body1 {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.nav-header {
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
	position: absolute;
	z-index: 1;
}

.navbar {
	/*font-family: 'proxima_novabold';*/
	padding: 0;
}

.nav-box-shadow {
	position: relative;
	z-index: 200000000;
}
.navbar-nav{ display:block;}
	.navbar-nav .nav-item .nav-link {
		color: #171a43;
		font-size: 15px;
		padding: 0.85rem 1.10rem;
		position: relative;
		
		text-transform: capitalize;
	}
.navbar-nav1{ text-align:right;}
.navbar-nav1 .nav-item {
	display: inline-block;
}
	.navbar-nav1 .nav-item .nav-link {
		color: #333;
		font-size: 17px;
		padding: 7px 10px;
		position: relative;
		text-transform: capitalize;
	}
.navbar-nav .nav-item.active .nav-link {
	position: relative;
	color: #e7b42a;
}

.btn {
	border-radius: 0;
	line-height: 14px;
	padding: 23px 55px;
	font-size: 14px;
	text-transform: uppercase;
}

.btn-primary {
	box-shadow: 0 0 0 1px rgba(248, 128, 24, 0.32) inset;
	border: 0;
	color: #fff;
	background-color: transparent;
}

	.btn-primary:hover {
		color: #fff;
		background-color: rgba(248, 128, 24, 1);
		border-color: rgba(248, 128, 24, 1);
	}

.btn-info {
	font-size: 12px;
	padding: 6px 12px;
	border-color: #0f1923;
	color: #0f1923;
	text-transform: uppercase;
	background-color: transparent;
}

	.btn-info:hover {
		border-color: #0f1923;
		background-color: #0f1923;
		color: #fff;
	}

.navbar-brand img {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	max-width: 400px;
}
}

.navbar-toggler {
	display: none;
}

.modal-header {
	background-color: rgba(251, 172, 53, 0.28);
	border-bottom: 1px solid #CECECE;
}

a {
	color: #57a224;
	text-decoration: none;
}
/*** Edited Bootstrap Ends****/
.thank-a:hover{ color:#000;}

/* Nav Trigger */
.nav-trigger {
	right: 0;
	width: 50px;
	height: 50px;
	position: fixed;
	background: transparent;
	border: none;
	vertical-align: middle;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	z-index: 20;
	top: 0;
}

	.nav-trigger:focus {
		outline: 0;
	}

	.nav-trigger:hover span, .nav-trigger:hover span:before, .nav-trigger:hover span:after {
		background: #EC5734;
	}

	.nav-trigger:before {
		content: '';
		opacity: 0;
		width: 0;
		height: 0;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		background: transparent;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.nav-trigger span {
		display: block;
		position: relative;
	}

		.nav-trigger span:before, .nav-trigger span:after {
			content: '';
			position: absolute;
			left: 0;
		}

		.nav-trigger span:before {
			top: -8px;
		}

		.nav-trigger span:after {
			bottom: -8px;
		}

		.nav-trigger span, .nav-trigger span:before, .nav-trigger span:after {
			width: 100%;
			height: 2px;
			background: #EC5937;
			-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

	.nav-trigger.is-active:before {
		opacity: 1;
		width: 50px;
		height: 50px;
		background: #fff;
	}

	.nav-trigger.is-active span {
		background: transparent;
	}

		.nav-trigger.is-active span:before {
			top: 0;
			-webkit-transform: rotate(225deg);
			transform: rotate(225deg);
		}

		.nav-trigger.is-active span:after {
			bottom: 0;
			-webkit-transform: rotate(-225deg);
			transform: rotate(-225deg);
		}
/* Nav Trigger Ends*/
.top-nav {
	background-color: #111156;
	padding: 10px 0;
	color: #fff;
}

.top-nav-c span {
	padding-left: 20px;
}

	.top-nav-c span i {
		font-style: normal;
		opacity: 0.7;
	}

.main-nav {
	background-color:#fff;
	
}
.scroll-logo{ transition:all ease-in-out 0.4s;}
.shrinc-logo {
	width: 300px;
	transition: all ease-in-out 0.4s;
}
.navbar-nav1.bot-mar-0 { margin-bottom:0;
}
.dropdown {
	position: absolute;
	padding-left: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 200000;
	display: none;
	border: 1px solid #e2e2e2;
	width: 435px;
	font-size: 13px;
	padding-right: 10px; right:0;
}

	.dropdown li {
		list-style-type: none;
	}

		.dropdown li a {
			text-align: left;
			display: block;
			text-decoration: none;
			padding: 5px 25px;
			color: #333333;
			border-bottom: 1px dotted rgba(169, 166, 166, 0.3);
			border-left: 3px solid transparent;
			transition: all ease-in-out 0.4s;
			font-family: 'proxima_novaregular', sans-serif;
			font-size: 15px;
			text-transform: capitalize; position:relative;
		}
			.dropdown li a:before {
				font: normal normal normal 25px/1 FontAwesome;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				content: "\f105";
				position: absolute;
				color: #57a224;
				left: 5px; font-size:20px !important; top:7px;
			}
			.dropdown li a:hover {
				background-color:#f1f1f1;
			}

.dropdown-p:hover .dropdown {
	display: block;
}

.dropdown-p{ position:relative;}

.banner-cont h1 {
	font-family: 'proxima_novaextrabold';
}

.banner-cont p {
	font-size: 22px;
	color: #000;
}

.banner-cont a {
	display: inline-block;
	padding: 5px 30px;
	text-decoration: none;
	border: 1px solid #111156;
	border-radius: 50px;
	color: #111156;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	text-transform: uppercase;
	font-family: 'proxima_novabold';
	font-size: 14px;
}

	.banner-cont a:hover {
		background-color: #111156;
		color: #fff;
	}


.sec1 {
	padding-top: 80px;
	padding-bottom: 80px;
}

	.sec1 .text-end {
		padding-right: 40px;
	}

.text-end .text-thin {
	font-family: 'proxima_novathin';
}

.text-end h1 {
	font-family: 'proxima_novaextrabold';
	font-size: 45px;
	line-height: 50px;
}

.index-copy {
	padding-left: 40px;
}

	.index-copy a {
		background-color: #0f25b6; /* For browsers that do not support gradients */
		font-family: 'proxima_novabold';
		font-size: 14px;
		background-image: linear-gradient(to right, #0f25b6, #2e87ff);
		display: inline-block;
		border-radius: 30px;
		padding: 5px 30px;
		text-transform: uppercase;
		margin-top: 30px;
		color: #fff;
		text-decoration: none;
	}


.sec2 { /* For browsers that do not support gradients */
	padding-top: 35px;
	padding-bottom: 50px;
}

.sec2-l h6 {
	font-family: 'proxima_novaregular', sans-serif;
	color: #444;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.sec2-l h1 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 35px;
	color: #e7b42a;
}

.i-btn {
	display: inline-block;
	border-radius: 20px;
	background-color: #e7b42a;
	color: #fff;
	font-size: 12px;
	padding: 5px 30px;
	text-decoration: none;
}

.sec2-part {
	margin-bottom: 30px;
}

	.sec2-part i {
		background-image: url(../images/i-icons.png);
		width: 77px;
		height: 60px;
		background-repeat: no-repeat;
		display: block;
	}

	.sec2-part.sec2-icon-1 i {
		background-position: 0 0;
	}

	.sec2-part.sec2-icon-2 i {
		background-position: -77px 0
	}

	.sec2-part.sec2-icon-3 i {
		background-position: -154px 0
	}

	.sec2-part.sec2-icon-4 i {
		background-position: -231px 0
	}

	.sec2-part h3 {
		font-family: 'Times New Roman', Times, serif;
		margin-top: 20px;
		font-size: 20px;
		color: #e7b42a;
	}
.sec2-r{ padding-top:80px;}
	.sec2-r h1 {
		text-align: left;
		font-family: 'Times New Roman', Times, serif;
		color: #3e9007; font-weight:bold; margin-bottom:25px;
	}
	.sec2-r p{ margin-bottom:30px; font-size:18px;}
	.head-donate-btn.sec-2-btn {
		padding-left: 20px;
		padding-right: 20px;
	}
.sec3 {
	background-image: url(../images/sec-3-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 120px 15px;
	
}

.sec3-indi div {
	background-color: rgba(6, 13, 65, 0.45);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 15px;
}

	.sec3-indi div span {
		width: 122px;
		height: 122px;
		border-radius: 50%;
		background-color: #e7b42a;
		display: inline-block;
		padding-top: 25px;
	}

		.sec3-indi div span i {
			font-size: 70px;
		}
#i-projects{position:relative;}
#i-projects .item {
	padding-left: 15px;
	padding-right: 15px;
}
#i-projects a {
	display: block;
	border-top: 1px solid #62a535;
}
	#i-projects a img{ width:100%; max-width:400px;}
	#i-projects a p {
		background-color: #fff; color:#333; text-align:center; margin-bottom:0; padding:5px;
	}
#i-projects .owl-controls{ position:absolute; top:40%; width:100%;}
	#i-projects .owl-controls .owl-buttons{ width:100%; position:relative;}
		#i-projects .owl-controls .owl-buttons .owl-prev, #i-projects .owl-controls .owl-buttons .owl-next {
			width: 50px;
			height: 50px;
			border: 1px solid #fff;
			color: #fff;
			border-radius: 50%;
			font-size: 42px;
			padding-top: 2px;
		}
		#i-projects .owl-controls .owl-buttons .owl-prev {
			left: -50px;
			position: absolute;
		}
		#i-projects .owl-controls .owl-buttons .owl-next {
			right: -50px;
			position: absolute;
		}
	.icon1 {
		position: absolute;
		right: 70px;
		font-size: 100px !important;
		opacity: 0.5;
		top: 10px;
	}
#i-testimonials .item{ padding-left:15px; padding-right:15px;}
	#i-testimonials .item p {
		padding: 15px;
		background-color:#eeeeee;
		color: #333; text-align:center; margin-bottom:5px;
	}
	#i-testimonials .item{ display:block; text-align:right;}

.sec5 {
	background-color: #a4ca8b;
	padding-bottom: 30px;
	padding-top: 30px;
}

	.sec5 h2 {
		color: #fff;
		font-family: 'proxima_novabold'; font-size:30px; margin-bottom:0;
	}
.fancybox img {
	border: 10px solid #fff;
	padding: 10px;
}
#i-gallery .item {
	padding-left: 15px;
	padding-right: 15px;
}


#i-gallery .owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}
	
	#i-gallery .owl-controls .owl-buttons {
		width: 100%;
		position: relative;
	}

		#i-gallery .owl-controls .owl-buttons .owl-prev, #i-gallery .owl-controls .owl-buttons .owl-next {
			width: 30px;
			height: 30px;
			border: 1px solid #333;
			color: #333;
			border-radius: 50%;
			font-size: 28px;
			padding-top: 0px;
		}

		#i-gallery .owl-controls .owl-buttons .owl-prev {
			left: 10px;
			position: absolute;
		}

		#i-gallery .owl-controls .owl-buttons .owl-next {
			right: 10px;
			position: absolute;
		}

	.mar-r-15 {
		margin-right: 15px;
	}
.sec5 a {
	display: block;
	border-radius: 30px;
	color: #57a224;
	background-color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	margin-left: 50px;
	text-align: center;
	margin-top: 20px; font-size:18px;
	font-family: 'proxima_novabold'; text-transform:uppercase;
}
.vertical-divider{ border-right:2px solid #fff;}
.sec3-indi div h2 {
	font-family: 'Times New Roman', Times, serif;
}

.position-r {
	position: relative
}


.sec3 aside {
	padding-left: 20px;
	padding-right: 20px;
}

.sec3 figure {
	border-radius: 100%;
	border: 3px solid #ccc;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	display: block;
}

.sec3 figcaption {
	font-size: 20px;
	font-family: 'proxima_nova_altbold';
	color: #333;
	margin-top: 30px;
	margin-bottom: 15px;
}

.sec3 a {
	color: #2e87ff;
	position: relative;
	text-decoration: none;
}

/*.sec3 a:before {
		content: '';
		position: absolute;
		right: -120px;
		top: 10px;
		width: 100px;
		height: 1px;
		background-color: #2e87ff;
		display: block;
	}
*/
.sec4 {
	padding-top: 60px; padding-bottom:60px;
}

.sec4-l-bg {
	background-image: url(../images/sec4-l-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	height: 100%;
}

.sec4-l {
	position: relative;
	z-index: 2;
	color: #e7b42a;
}

	.sec4-l h1 {
		font-size: 60px;
		padding-top: 230px;
		padding-bottom: 100px;
		font-family: 'Times New Roman', Times, serif;
	}

.sec4-r {
	padding: 80px 70px;
}

	.sec4-r h1 {
		font-size: 40px;
		color: #e7b42a;
		font-family: 'Times New Roman', Times, serif;
		text-align: center;
		margin-bottom: 30px;
	}

	.sec4-r .form-control {
		border-radius: 5px;
		background-color: #ecf7dd;
		height: 50px;
		padding-left: 30px;
		box-shadow: none;
	}
.head-donate-btn.enquire-btn {
	padding: 5px 20px;
	font-size: 15px;
	border: 2px solid #57a224;
}
	.head-donate-btn.enquire-btn.cont-btn:hover {
		color: #57a224;
		background-color: #fff;
		border-color: #57a224;
	}
.contact-pg-dtls .foot-menu {
	color: #333;
}
	.contact-pg-dtls .foot-menu .add-foot-div a {
	color: #333;
	}
.contact-pg-dtls .foot-connect { margin-bottom:20px;
}
.contact-pg-mar-top{ margin-top:20px;}
.sec2.sec2-in.contact-pg-mar-top.donate-tab {
	padding-bottom: 100px !important;
	padding-top: 100px !important;
}
.donate-txt{ padding-right:150px; margin-top:0px; position:relative;}
	.donate-txt h2 {
		font-weight: bold;
		font-size: 20px;
		line-height: 35px;
		background-color: #86ba64;
		border-radius: 20px; color:#fff; padding:30px; text-align:center;
	}
	.donate-txt span {
		position: absolute;
		background-color: #fff;
		border: 2px solid #86ba64;
		color: #86ba64;
		display: inline-block;
		padding: 10px;
		right: 40px;
		top: 55px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		font-weight: bold;
	}
		.donate-txt span:after {
			width: 0;
			height: 0;
			border-top: 15px solid transparent;
			border-left: 15px solid #86ba64;
			border-bottom: 15px solid transparent;
			content: '';
			position: absolute;
			right: -15px;
			top: 8px;
			display: block;
		}
.btn.btn-primary.btn-lg.contact-donate-btn {
	background-color: #57a224;
	border: 2px solid #57a224;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding: 15px 30px;
	font-size: 17px; position:relative; overflow:hidden;
}
	.btn.btn-primary.btn-lg.contact-donate-btn span{ position:relative; z-index:2000;}
	.btn.btn-primary.btn-lg.contact-donate-btn:before { left:-100%; z-index:20; top:0; content:''; position:absolute; width:100%; height:100%; background-color:#fff; display:block; transition:all ease-in-out 0.4s;
	}
	.btn.btn-primary.btn-lg.contact-donate-btn:hover:before { left:0;
	}
	.btn.btn-primary.btn-lg.contact-donate-btn:hover span {
		color: #57a224;
	}
	.sec4-r textarea.form-control {
		height: 130px;
	}

	.sec4-r .form-control::-webkit-input-placeholder { /* Edge */
		color: #333;
	}

	.sec4-r .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color #333;
	}

	.sec4-r .form-control::placeholder {
		color: #333;
	}

	.sec4-r .i-btn {
		font-size: 16px;
		text-transform: uppercase;
		margin-top: 30px;
	}

.sec4-l a:hover {
	color: #fff;
}

.ban-cont-n {
	padding-top: 65px;
	padding-bottom: 90px;
}

.banner-cont {
	z-index: 1;
	left: 0;
	right: 0;
}

.pos-r {
	position: relative;
}

.ban-head {
	color: #fff;
	padding-bottom: 30px;
	position: relative;
	z-index: 40;
}

	.ban-head h1 {
		font-family: 'Times New Roman', Times, serif;
		font-weight: bold;
		color: #fff;
		font-size: 50px;
	}

	.ban-head p {
	
		font-size: 18px; color:#fff; margin-top:20px; margin-bottom:20px;
	}
.btn.btn-success.bann-btn {
	color: #57a224 !important;
	background-color: #fff !important;
	padding: 12px 20px !important;
	border-radius: 5px !important;
	text-decoration: none;
	border: 1px solid #57a224 !important;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	transition: all ease-in-out 0.4s;
}
	.btn.btn-success.bann-btn span{ position:relative; z-index:20000;}
.btn-success.bann-btn:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #57a224;
	transition: all ease-in-out 0.4s;
	z-index: 2000;
}
	.btn-success.bann-btn:hover:before{ left:0;}
.btn.btn-success.bann-btn:hover {
	border: 1px solid #fff !important; color:#fff !important;
}
.ban-side-img1 {
	position: absolute;
	left: -15px;
	botttom: 0ban-head
}

.ban-side-img1 {
	position: absolute;
	left: -40px;
	botttom: 0;
	z-index: 1;
}

.ban-side-img2 {
	position: absolute;
	right: -30px;
	botttom: 0;
	z-index: 1;
}

.ban-bg {
	position: absolute;
	height: 100%;
	right:0;
	bottom: 0;
	z-index: 30; top:20px;
}
.head-donate-btn {
	color: #fff;
	background-color: #57a224;
	padding: 3px 8px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	transition: all ease-in-out 0.4s;
	border: 2px solid #57a224;
	position: relative;
	overflow: hidden;
	top: 10px;
}
	.head-donate-btn:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;
		transition: all ease-in-out 0.4s;
		left: -100%;
		z-index: 200;
		top: 0;
	}

	.head-donate-btn:hover {

		color: #57a224;
	}
		.head-donate-btn:hover:before {
			left:0;
		}
	.head-donate-btn span{ position:relative; z-index:2000;}
	.nav-head-1 {
		display: block;
		text-align: right;
	}
.v-line {
	position: absolute;
	width: 40px;
	height: 100%;
	background-color: #171a43;
	right: -50px;
	z-index: 30;
}

.logo {
	position: absolute;
	top: -90px;
}

.ban-img-2 {
	width: 100%;
}

.responsive-img {
	width: 100%;
}

.i-banner {
	background-image: url("../images/ban-bg.jpg"); background-repeat:no-repeat; background-size:cover;
	position: relative; overflow:hidden; padding:0;
}
.ban-img-indi{ right:0px; bottom:0px;}
.d-display {
	display: block;
}

.m-logo {
	display: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler {
	display: none;
}

.responsive-img {
	width: 100%;
}

.ban-cont-in {
	padding-top:50px;
	padding-bottom: 10px;
}

.ban-head-in {
	padding-top: 10px;
}

	.ban-head-in h1 {
		font-size: 40px;
	}
.ban-head.ban-head-in{ padding-bottom:0; padding-top:0;}
.abt-sec-2 h4 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	color: #57a224;
	border-bottom: 1px solid #57a224; margin-bottom:30px; margin-top:10px; padding-bottom:10px;
}
.abt-cont ul{ padding-left:0;}
.abt-cont ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}
	.abt-cont ul li:before {
		content: "\f105";
		position: absolute;

		color: #57a224;
		font: normal normal normal 20px/1 FontAwesome;

		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; left:5px;
	}
.abt-sec-2{ background-color:#f9f9f9; padding:20px; margin-top:20px; margin-bottom:20px;}

.abt-sec-2 ul {
	padding-left: 0;
}

	.abt-sec-2 ul li {
		list-style-type: none;
		position: relative;
		padding-left: 25px; display:inline-block; width:48%; padding-bottom:10px;
	}

		.abt-sec-2 ul li:before {
			content: "\f105";
			position: absolute;
			color: #57a224;
			font: normal normal normal 20px/1 FontAwesome;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			left: 5px; top:2px;
		}
.imp-txt {
	color: #57a224;
}
.abt-side-img{ padding-left:30px; margin-top:15px;}
.abt-side-img img {
	margin-bottom: 20px;
	border: 10px solid #f3f3f3;
}
.mar-t-15{ margin-top:15px;}
.sec2-in {
	padding-top: 10px !important;
}

.padd-l-r-15 {
	padding: 15px;
}

.pro-img aside img {
	border: 1px solid #ccc;
}
.school-cont-align p{text-align:justify;}
.school-padd-r-15{ padding-right:15px;}
.school-padd-l-15{ padding-left:15px;}
.school-sub-head-mar-b{margin-bottom:20px;}
.padd-t-l-school-img{ padding-left:30px; padding-top:60px;}
.horizon-l-r{ margin-left:-20px; padding-right:20px;}
.mar-r-0-after-img-grp{ margin-right:-15px !important;}
.mar-l-min-20{ margin-left:-20px;}
.row.gall-row-p.pro-img.achievements-img.new-mar-l-35 { margin-left:-35px !important;
}
.horizon-l-r.new-horizon-mar-r-min-0{ margin-right:-30px;}
.school-cont-align.new-mar-min-7{ margin-left:-7px;}
.horizon-l-r.new-horizon-mar-r-5 {
	margin-right: -25px
}
.horizon-l-r.new-horizon-mar-r-min-35{ margin-right:-35px;}
.new-head-mar-l-min-20 {
	margin-left: -20px !important;
}
.row.pro-img.achievements-img.gall-row-p.mar-r-0-after-img-grp.new-mar {
	margin-right: -10px !important;
	margin-left: -34px;
}
.row.pro-img.achievements-img.gall-row-p.new-mar-l-r-min-45{ margin-left:-45px; margin-right:-45px;}
.container.whole-padd-container {
	padding-left: 20px;
	padding-right: 0;
}
.footer {
	background-color: #23271b;
	padding-bottom: 0;
	padding-top: 30px;
	border-top: 6px solid #59a327;
}
.footer ul.foot-drp li {
	display: block;
	width: 100%;
	float: none;
}

.foot-connect .add-foot-div {
	padding-left: 32px;
	position: relative; margin-bottom:3px;
}

	.foot-connect .add-foot-div a {
		color: #fff;
	}

	.foot-connect .add-foot-div i {
		position: absolute;
		left: 0;
		color: #59a327;
		font-size: 29px;
	}
		.foot-connect .add-foot-div i.fa-envelope { font-size:20px;
		}

		.contact-pg h3 {
			font-size: 30px !important;
		}

.en-pg div {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.en-pg2 div {
	padding-left: 0 !important;
	margin-bottom: 0px;
}
	.en-pg2 div.mar-bot-c {
		margin-bottom: 25px !important;
	}
.testimonials-top-space {
	margin-top: 30px;
}
.test-indi p {
	border: 10px solid #f9f9f9;
	border-radius: 5px;
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 0;
}
.test-indi {
	margin-bottom: 10px;
	margin-top: 10px; position:relative;
}
	.test-indi span{ font-style:italic; position:relative; padding-top:20px; margin-top:0; display:block; padding-left:10px;}
		.test-indi span:before {
			content: '';
			position: absolute;
			display: block;
			width: 0;
			height: 0;
			border-left: 20px solid transparent;
			border-right: 20px solid transparent;
			border-top: 20px solid #f9f9f9; left:20px; top:0px;
		}
.test-indi.test-indi-r span{ text-align:right;}
	.test-indi.test-indi-r span:before{ right:20px; left:auto;}
.navbar.navbar-expand-lg.padd-l-r-0.row {
	margin-left: -30px;
}
.m-nav{ display:none;}
@media (max-width:991px) {
	.navbar-brand img {
	
		max-width: 300px;
	}
	.navbar-collapse{ margin-top:-15px;}
	.contact-form.sec4-r {
		padding: 0px !important;
	}
	.en-pg div {

		padding-left: 0;
		padding-right: 0;
	}
	.enquiry-mail h4 {
		text-align: left !important;
	}
		.row.en-pg.m-cont-form{ display:block;}
	.contact-pg-dtls.enquiry-mail {
		width: 100%; padding:0; margin-top:30px;
	}
	.school-cont-align.new-mar-min-7 {
		margin-left: 0;
	}
	.row.gall-row-p.pro-img.achievements-img.new-mar-l-35 {
		margin-left: 0px !important;
	}
	.row.gall-row-p.pro-img.achievements-img {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.row.pro-img.achievements-img.gall-row-p.mar-r-0-after-img-grp.new-mar {
		margin-right: 0px !important;
		margin-left: 0px;
		margin-top: 15px;
	}

	.new-head-mar-l-min-20 {
		margin-left: 0px !important;
	}
	.abt-sec-2 ul li {
		
		display: block;
		width: 100%;
	}
		.all-sec-head h1 span {
		
		font-size: 25px !important;
	}
		.bor-bot-m{ border-bottom:1px solid #666;}
	.navbar-brand img.shrinc-logo {
		width: 290px;
	}
	.nav-head-1 {
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	}
	.navbar-nav1 {
		text-align: right;
		position: fixed;
		width: 275px;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 20000;
		right: 0;
		left: auto;
		overflow-y: auto;
		padding-left: 0;
		top: 0;
		padding-top: 45px;
	}
		.navbar-nav1 .nav-item {
			display: block;
		}
	.dropdown {
		left: 0;
		position: relative;
		padding-left: 0;
		background-color: rgba(255, 255, 255, 1);
		z-index: 200000;
		width: 250px;
		font-size: 13px;
	}
	.m-nav {
		display: block;
	}
	.desktop-nav{ display:none;}
		.sec5 a {
			padding: 5px 20px;
			margin-left: 0;
			text-align: center;
			margin-top: 20px;
			font-size: 16px;
		}
			.sec5 h2 {
		
			font-size: 23px;
		}
			.vertical-divider{ border-right:0;}
		.ban-head p {
			font-size: 16px;
		}
			.ban-head h1 {
			
			font-size: 35px;
		}
			.all-sec-head h1 span {
	
			font-size: 30px;
		}
			#i-projects .owl-controls .owl-buttons .owl-next {
			right: -25px;
		}
		#i-projects .owl-controls .owl-buttons .owl-prev {
			left: -25px;
		
		}
			.navbar.navbar-expand-lg.padd-l-r-0.row {
   margin-left:0;
}
		.contact-form .row {
			display: block;
			padding-left: 0;
			padding-right: 0;
		}

	.dropdown-p:hover .dropdown {
		display: none;
	}
	/*.navbar-toggler-icon {
			color: #fff;
			width: 43px;
			height: 43px;
			background-image: url(../images/m-menu-icon.png);
			background-repeat: no-repeat;
			position: fixed;
			z-index: 50;
			right: 10px;
			top: 10px; display:block;
		}
*/
		.navbar-trigger{ display:block;}
		.navbar-nav1 {
			display: none;
		}
		.ban-head-in h1 {
			font-size: 31px;
		}

	.m-logo {
		display: block;
	}

	.m-logo-p {
		display: block;
		position: absolute;
		z-index: 20;
		width: 100%;
		background-color: #fff;
		text-align: center;
		left: 0;
	}

	.logo {
		top: 0;
		width: 100px;
		position: relative;
	}

		.navbar-toggler {
			position: fixed;
			right: 0;
			top: 0;
			color: rgba(23, 26, 67, 1);
			font-size: 40px;
			z-index: 20000000000000;
			display: block;
		}

	.navbar-toggler-icon {
		height: auto;
		width: auto;
	}

	.white-c {
		border: 3px solid #fff;
		background-color: rgba(23, 26, 67, 1);
	}

		.white-c .navbar-toggler-icon {
			color: #fff;
			background-color: rgba(23, 26, 67, 1);
		}

	.d-display {
		display: none;
	}

	.navbar-nav {
		position: fixed;
		width: 200px;
		background-color: rgba(23, 26, 67, 0.8);
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		overflow-y: scroll;
		z-index: 25;
		display: none;
		padding-top: 60px;
		text-align: right;
	}

		.navbar-nav .nav-item .nav-link {
			color: #fff;
			font-size: 14px;
			padding: 8px 25px;
			position: relative;
			font-weight: 300;
			text-transform: capitalize;
		}
		
		.ban-head {
			color: #fff;
			padding-top: 20px;
			position: relative;
			z-index: 40;
			background-color:transparent;
			left: 0;
			width: 100%;
			padding-left: 30px;
			display: block;
			padding-bottom: 20px;
		}

	.ban-bg {
		display: none;
	}

	.sec2 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.row {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;
		/*margin-top: calc(var(--bs-gutter-y) * 0);*/
		margin-right: calc(var(--bs-gutter-x) * 0);
		margin-left: calc(var(--bs-gutter-x) * 0);
	}
	.gal-aside {
		padding: 0px !important;
		margin-bottom: 15px;
	}
	.sec2-l {
		margin-bottom:0px;
	}
	.school-padd-l-15 {
		padding-left: 0;
	}
	.padd-t-l-school-img {
		padding-left: 0;
		padding-top: 0;
	}
	.sec2 {
		padding-top: 0;
	}
	.container.whole-padd-container {
		padding-left: 15px;
		padding-right: 15px;
	}

		.sec3 {
			/*background-image: url(../images/m-sec3-bg.jpg);
		background-repeat: no-repeat;*/
			background-size: cover;
			padding: 80px 15px;
		}

		.sec3 aside {
			margin-bottom: 30px;
		}

	.sec4-l {
		background-image: url(../images/m-sec4-l-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		padding-left: 30px;
		padding-right: 15px;
		width: 100%;
	}

		.sec4-l h1 {
			font-size: 40px;
			padding-top: 50px;
			padding-bottom: 50px;
		}

	.sec4 {
		padding-right: 0;
	}

	.sec4-r {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

		.sec4-r h1 {
			font-size: 35px;
		}

	.foot-p img {
		margin-bottom: 20px;
	}
}

@media (max-width:500px) {
	.ban-head h2 {
		font-size: 25px;
	}
}
/*
.sp-slideshow {
    position: relative;
	margin: 10px auto;
	width: 80%;
	max-width: 1000px;
	min-width: 260px;
	height: 460px;
	border: 10px solid #fff;
	border: 10px solid rgba(255,255,255,0.9);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.sp-content {
    background: #7d7f72 url(../images/grid.png) repeat scroll 0 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sp-parallax-bg {
    background: url(../images/map.png) repeat-x scroll 0 0;
    background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



.sp-slideshow input {
    position: absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    opacity: 0;
}

.sp-slideshow input + label {
    position: absolute;
    bottom: 15px;
	left: 50%;
    width: 6px;
	height: 6px;
	display: block;
	z-index: 1000;
	border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    transition: background-color linear 0.1s;
}
.sp-slideshow input:checked + label {
	background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.sp-selector-1, .button-label-1 {
    margin-left: -36px;
}

.sp-selector-2, .button-label-2 {
    margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 36px;
}

.sp-arrow {
    position: absolute;
	top: 50%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1000;
	background: transparent url(../images/arrows.png) no-repeat;
    transition: opacity linear 0.3s;
}
.sp-arrow:hover{
	opacity: 1;
}
.sp-arrow:active{
	margin-top: -18px;
}

.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
    right: 15px;
	display: block;
	background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: 15px;
	display: block;
	background-position: top left;
}

.sp-slideshow input:checked ~ .sp-content {
    transition: background-position linear 0.6s, background-color linear 0.8s;
}



.sp-slideshow input:checked ~ .sp-content {
    transition: background-position linear 0.6s, background-color linear 0.8s;
}


input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
	background-color: #727b7f;
}

input.sp-selector-2:checked ~ .sp-content {
    background-position: -100px 0;
	background-color: #7f7276;
}

input.sp-selector-3:checked ~ .sp-content {
    background-position: -200px 0;
	background-color: #737f72;
}

input.sp-selector-4:checked ~ .sp-content {
    background-position: -300px 0;
	background-color: #79727f;
}

input.sp-selector-5:checked ~ .sp-content {
    background-position: -400px 0;
	background-color: #7d7f72;
}



input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
    background-position: -200px 0;
}

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
    background-position: -400px 0;
}

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
    background-position: -600px 0;
}

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
    background-position: -800px 0;
}

.sp-slider {
    position: relative;
	left: 0;
    width: 500%;
	height: 100%;
	list-style: none;
    margin: 0;
	padding: 0;
    transition: left ease-in 0.8s; 
}



.sp-slider > li {
	color: #fff;
	width: 20%;
	box-sizing: border-box;
	height: 100%;
	padding: 0 60px;
    float: left;
	text-align: center;
	opacity: 0.4;
    transition: opacity ease-in 0.4s 0.8s; 
}
.sp-slider > li img{
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	max-height: 100%;
	max-width: 100%;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
	opacity: 1;
}

*/
.sec4-head {
	margin-bottom: 40px;
}

	.sec4-head h1 {
		display: block;
		font-family: 'proxima_novabold';
		font-size: 40px;
		color: #0f25b6;
		text-transform: uppercase;
	}

	.sec4-head h4 {
		color: #2e87ff;
		font-family: 'proxima_novabold';
	}

.flip-card {
	position: relative;
	padding: 15px 15px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card-front:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(46, 135, 255, 0.3);
	left: 0;
	top: 0;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	top: 0;
	padding: 30px;
}

.flip-card-front {
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	z-index: 3;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	color: #fff;
}

/* Style the back side */
.flip-card-back {
	background-color: #fff;
	color: #333;
	transform: rotateY(180deg);
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}

.img-top-cont {
	position: absolute;
	z-index: 4;
	bottom: 20px;
	left: 20px;
	color: #fff;
	text-align: left;
}

	.img-top-cont p, .img-top-cont h2 {
		margin-bottom: 0;
		color: #fff;
	}

	.img-top-cont h2 {
		font-family: 'proxima_novabold';
		font-size: 20px;
	}

.sec5 {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 3px solid #fff;
}

.sec5-head h1 {
	font-family: 'proxima_novabold';
	color: #333;
	margin-bottom: 30px;
}
.thank-you-pg {
	padding-bottom: 70px;
	padding-top: 70px;
}

	.thank-you-pg h1 {
		border-bottom: 0;
		color:#57a224;
		font-size: 40px;
	}
.thank-you-p{ background-color:#f3f3f3;}
#testimonials aside {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: visible;
	text-align: center;
}

#testimonials aside {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: visible;
	text-align: center;
}

	#testimonials aside div {
		position: relative;
		padding: 15px;
		overflow: visible;
	}

		#testimonials aside div:before {
			content: '';
			position: absolute;
			border: 2px solid #f3f3f3;
			width: 100%;
			height: 100%;
			left: 0;
		}

		#testimonials aside div figcaption {
			text-align: justify;
			padding: 15px;
		}

		#testimonials aside div figure {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			overflow: hidden;
		}

	#testimonials aside .pro-pic {
		width: 100px;
		height: 100px;
		position: relative;
		border-radius: 50%;
		z-index: 2;
		bottom: 10px;
		margin: 0 auto;
	}
.mar-t-30{margin-top:20px;}
.all-sec-head h1 {
	margin-bottom: 40px;
}
	.all-sec-head h1 span {
		display: inline-block;
		padding: 10px 20px;
		position: relative;
		font-family: 'Times New Roman', Times, serif;
		font-weight: bold;
		
		font-size: 35px; position:relative;
	}
		.all-sec-head h1 span:before, .all-sec-head h1 span:after{
			content: '';
			display: block;
			position: absolute;
			height: 3px;
			width: 100px;
			top: 50%;
		
		}
		.all-sec-head h1 span:before {
			left: -100px;
		}
		.all-sec-head h1 span:after {
			right: -100px;
		}
.sec-3-head.all-sec-head, .sec-4-head.all-sec-head {
	text-align: center;
}
	.sec-3-head.all-sec-head h1 span:before, .sec-3-head.all-sec-head h1 span:after{
		background-color: #fff;
	}
	.sec-3-head.all-sec-head h1 span {
		color: #fff;
		border: 3px solid #fff;
		background-color: rgba(10, 10, 9, 0.36);
	}
	.sec-4-head.all-sec-head h1 span, .sec-6-head.all-sec-head h1 span {
		color: #57a224;
		border: 3px solid #57a224;
	}
		.sec-6-head.all-sec-head h1 span{ font-size:25px;}

		.sec-4-head.all-sec-head h1 span:before, .sec-4-head.all-sec-head h1 span:after, .sec-6-head.all-sec-head h1 span:before, .sec-6-head.all-sec-head h1 span:after {
			background-color: #57a224;
		}
			.sec-6-head.all-sec-head h1 span:before, .sec-6-head.all-sec-head h1 span:after{ width:50px;}
				.sec-6-head.all-sec-head h1 span:before{ display:none;}
		.sec-6-head.all-sec-head h1 span:after {
			right: -50px;
		}
.sec-6-head.all-sec-head h1{margin-bottom:30px;}
.sec6 {
	background-color: #ecf0e7;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sec6-l h5 {
	color: #464744;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 20px;
}
.sec6-l ul{ padding-left:0;}
	.sec6-l ul li{ list-style-type:none; margin-bottom:5px;}
.ban-head.ban-head-in{ width:100%;}
.all-sec-head.sec-6-head.in-pg-head {
	text-align: center;
}
.all-sec-head.sec-6-head.in-pg-head h1 span {
	color: #fff;
	border: 0;
	font-size: 30px;
}
	.all-sec-head.sec-6-head.in-pg-head h1 span:after {
		background-color: #fff; bottom:20px; top:auto; display:none;
	}
	.all-sec-head.sec-6-head.in-pg-head h1 span b {
		color: #f7ca74;
	}
	.all-sec-head.sec-6-head.in-pg-head h1 span{ text-transform:capitalize;}
	.all-sec-head.sec-6-head.in-pg-head.in-pg-head-2 h1 span { font-weight:normal; font-size:35px;
	}
		.all-sec-head.sec-6-head.in-pg-head.in-pg-head-2 h1 span b {
			color: #fff;
			opacity: 0.8;
		}
		.padd-l-15 {
			padding-left: 15px;
		}
.sec-6-head.all-sec-head.school-pics h1 { margin-bottom:0;
}
.all-sec-head.sec-6-head.school-pics h1 span:after{ display:none;}
.in-ban-mar-b{ margin-bottom:20px;}
.school-hr {
	height: 0 !important;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	opacity: 0.7 !important;
	padding: 0;
	border-bottom: 2px dotted #57a224;
	background-color: transparent;
}
.school-dtl-mar-t{ margin-top:30px;}
.school-sec-indi p{ margin-top:10px;}
.kamlaben-gal p {
	margin-bottom: 0;
	color: #fff;
	border-bottom: 2px dotted #57a224;
	background-color: transparent;
	font-family: 'proxima_novaregular', sans-serif;
	background-color: #57a224;
}
.kamalaben-info{ margin-top:20px;}
.kamalaben-info h4 {
	color: #57a224;
	font-family: 'proxima_novabold';
	font-size: 20px;
}
/*.sec6 h1 {
		font-size: 45px;
		font-family: 'proxima_novathin';
		color: #fff;
		line-height: 60px;
	}

		.sec6 h1 .span1 {
			font-family: 'proxima_novabold';
		}

		.sec6 h1 .span2 {
			font-family: 'proxima_novaextrabold';
			text-transform: uppercase;
			color: #FFBF00;
		}
*/
.appp-btn {
	border-radius: 30px;
	padding: 15px 30px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #0f25b6;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #fff;
	font-family: 'proxima_novabold';
}

	.appp-btn:hover {
		color: #fff;
		background-color: #0f25b6;
		border: 2px solid #fff;
	}




.sec7 {
	padding-top: 70px;
	padding-bottom: 70px;
}

	.sec7 h1 {
		font-family: 'proxima_novaextrabold';
		margin-bottom: 0;
	}

	.sec7 p {
		font-size: 20px;
	}

.i-form-p-p {
	padding-right: 50px;
	border-right: 1px solid #f1f1f1;
}

.i-form .fieldset1 {
	padding-right: 30px;
}

.i-form .fieldset2 {
	padding-left: 30px;
}

.i-form .form-control {
	border-radius: 20px;
}

.i-form fieldset {
	margin-bottom: 20px;
}

.i-form-p {
	margin-top: 30px;
}

.form-btn {
	background-color: #0f25b6;
	font-family: 'proxima_novabold';
	font-size: 14px;
	background-image: linear-gradient(to right, #0f25b6, #2e87ff);
	display: inline-block;
	border-radius: 30px;
	padding: 12px 30px;
	text-transform: uppercase;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
}

.sec7-2 {
	padding-left: 40px;
}

	.sec7-2 article {
		position: relative;
		margin-top: 50px;
	}

		.sec7-2 article img {
			position: absolute;
			left: 0;
			top: 0;
			width: 100px;
			height: 100px;
		}

		.sec7-2 article div {
			padding-left: 125px;
		}

			.sec7-2 article div p {
				font-size: 14px;
			}

			.sec7-2 article div h4 {
				font-family: 'proxima_novabold';
				font-size: 21px;
			}

			.sec7-2 article div dd {
				text-align: right;
			}

			.sec7-2 article div a {
				color: #2e87ff;
				position: relative;
				text-decoration: none;
			}

	.sec7-2 dt {
		margin-top: 40px;
	}

.footer {
	background-color: #23271b;
	padding-top: 50px;
	border-top: 7px solid #59a327;
	color: #fff;
	position: relative;
	z-index: 3;
	font-family: 'proxima_novaregular', sans-serif;
}

	.footer h4 {
		color: #fff;
	}

	.footer h5 {
		color: #fff;
		font-family: 'proxima_novabold';
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	.footer aside {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer aside a{ color:#fff; text-decoration:none;}
		.footer aside p i {
			color: #59a327;
		}
		.footer ul {
			padding-left: 0;
		}

		.footer ul li{ list-style-type:none; margin-bottom:5px;}

		.footer ul li a {
			color: #fff;
			text-decoration: none;
			padding-left: 20px;
			position: relative;
			font-family: 'proxima_novaregular', sans-serif;
		}
			.footer ul li a i{ position:absolute; color:#fff; font-size:18px; left:0; top:0;}

			.footer h6 {
				color: #fff;
				font-family: 'proxima_novabold';
			}

.foot-sec3 dd {
	position: relative;
	padding-left: 20px;
}

	.foot-sec3 dd i {
		position: absolute;
		color: #FFBF00;
		left: 0;
		top: 3px;
	}

.foot-menu h3, .foot-connect h3 {
	color: #352e44;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
}
.foot-menu h4, .enquiry-mail h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'proxima_novabold';
}
.enquiry-mail h4 { text-align:center; display:block;
	font-size: 20px !important;
	text-transform: uppercase;
	font-family: 'proxima_novabold';
}
	.foot-menu h4 span, .enquiry-mail h4 span{
		position: relative;
		display: inline-block;
	}
		.foot-menu h4 span:after {
			content: '';
			display: inline-block;
			position: absolute;
			width: 40px;
			height: 3px;
			background-color: #59a327;
			right: -42px;
			bottom: 5px;
		}
		.enquiry-mail h4 span:after{ display:none;}
		.foot-menu h6 {
			font-family: 'proxima_novabold';
		}
.foot-menu ul li {
	list-style-type: none;
}

	.foot-menu ul li.foot-pro a.pro-h:before {
		display: none;
	}

	.foot-menu ul li.foot-pro a.pro-h {
		margin-left: -20px;
		display: block;
	}

.text-right {
	text-align: right;
}

.foot-url {
	background-color: #4a4d44;
	font-size: 14px;
	color: #a3a5a0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.gal-aside{ padding:15px;}
.row.gall-row-p.pro-img.achievements-img {
	margin-left: -30px;
	margin-right: -30px;
}
.gal-img-p {
	position: relative;
	display: block;
	overflow: hidden;
	font-family: 'Linearicons-Free';
	border: 10px solid #f3f3f3;
}

	.gal-img-p img {
		transition: all ease-in-out 0.4s;
	}

	.gal-img-p:hover img {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5)
	}

	.gal-img-p:before {
		width: 20px;
		height: 20px;
		content: '';
		position: absolute;
		transition: all ease-in-out 0.4s;
		background-color: rgba(23, 26, 67, 0.6);
		left: 46%;
		top: 46%;
		z-index: 20;
		opacity: 0;
	}

	.gal-img-p:hover:before {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		opacity: 1;
	}

	.gal-img-p:after {
		content: "\e86f";
		position: absolute;
		color: #fff;
		font-size: 30px;
		left: 45%;
		top: 45%;
		display: block;
		z-index: 22;
		opacity: 0;
		transition: all ease-in-out 0.4s;
	}

	.gal-img-p:hover:after {
		opacity: 1;
	}
.school-list-p a{ border:10px solid #f3f3f3; display:block;}
	.school-list-p p {
		text-align: center;
		background-color: #57a224;
		color: #fff; padding:3px; margin-bottom:0;
	}
	.contact-form.sec4-r {
		padding: 15px !important;
	}
	.contact-form.sec4-r .form-control {
		background-color: #e8e6c7;}
	.contact-form h3 {
		color: #352e44;
		font-family: 'Times New Roman', Times, serif;
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 15px
	}

.padd-l-r-15 {
	padding-left: 30px;
	padding-right: 15px;
}

.sp-slideshow {
	position: relative;
	margin: 10px auto;
	width: 80%;
	max-width: 1000px;
	min-width: 260px;
	height: 460px;
	border: 10px solid #fff;
	border: 10px solid rgba(255,255,255,0.9);
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.sp-content {
	background: #7d7f72 url(../images/grid.png) repeat scroll 0 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sp-parallax-bg {
	background: url(../images/map.png) repeat-x scroll 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sp-slideshow input {
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

	.sp-slideshow input + label {
		position: absolute;
		bottom: 15px;
		left: 50%;
		width: 6px;
		height: 6px;
		display: block;
		z-index: 1000;
		border: 3px solid #fff;
		border: 3px solid rgba(255,255,255,0.9);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: background-color linear 0.1s;
		-moz-transition: background-color linear 0.1s;
		-o-transition: background-color linear 0.1s;
		-ms-transition: background-color linear 0.1s;
		transition: background-color linear 0.1s;
	}

	.sp-slideshow input:checked + label {
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
	}

.sp-selector-1, .button-label-1 {
	margin-left: -36px;
}

.sp-selector-2, .button-label-2 {
	margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
	margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
	margin-left: 36px;
}

.sp-arrow {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1000;
	background: transparent url(../images/arrows.png) no-repeat;
	-webkit-transition: opacity linear 0.3s;
	-moz-transition: opacity linear 0.3s;
	-o-transition: opacity linear 0.3s;
	-ms-transition: opacity linear 0.3s;
	transition: opacity linear 0.3s;
}

	.sp-arrow:hover {
		opacity: 1;
	}

	.sp-arrow:active {
		margin-top: -18px;
	}

.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
	right: 15px;
	display: block;
	background-position: top right;
}

.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
	left: 15px;
	display: block;
	background-position: top left;
}

.sp-slideshow input:checked ~ .sp-content {
	-webkit-transition: background-position linear 0.6s, background-color linear 0.8s;
	-moz-transition: background-position linear 0.6s, background-color linear 0.8s;
	-o-transition: background-position linear 0.6s, background-color linear 0.8s;
	-ms-transition: background-position linear 0.6s, background-color linear 0.8s;
	transition: background-position linear 0.6s, background-color linear 0.8s;
}

	.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
		-webkit-transition: background-position linear 0.7s;
		-moz-transition: background-position linear 0.7s;
		-o-transition: background-position linear 0.7s;
		-ms-transition: background-position linear 0.7s;
		transition: background-position linear 0.7s;
	}

input.sp-selector-1:checked ~ .sp-content {
	background-position: 0 0;
	background-color: #727b7f;
}

input.sp-selector-2:checked ~ .sp-content {
	background-position: -100px 0;
	background-color: #7f7276;
}

input.sp-selector-3:checked ~ .sp-content {
	background-position: -200px 0;
	background-color: #737f72;
}

input.sp-selector-4:checked ~ .sp-content {
	background-position: -300px 0;
	background-color: #79727f;
}

input.sp-selector-5:checked ~ .sp-content {
	background-position: -400px 0;
	background-color: #7d7f72;
}

input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
	background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
	background-position: -200px 0;
}

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
	background-position: -400px 0;
}

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
	background-position: -600px 0;
}

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
	background-position: -800px 0;
}

.sp-slider {
	position: relative;
	left: 0;
	width: 500%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: left ease-in 0.8s;
	-moz-transition: left ease-in 0.8s;
	-o-transition: left ease-in 0.8s;
	-ms-transition: left ease-in 0.8s;
	transition: left ease-in 0.8s;
}

	.sp-slider > li {
		color: #fff;
		width: 20%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		padding: 0 60px;
		float: left;
		text-align: center;
		opacity: 0.4;
		-webkit-transition: opacity ease-in 0.4s 0.8s;
		-moz-transition: opacity ease-in 0.4s 0.8s;
		-o-transition: opacity ease-in 0.4s 0.8s;
		-ms-transition: opacity ease-in 0.4s 0.8s;
		transition: opacity ease-in 0.4s 0.8s;
	}

		.sp-slider > li img {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			display: block;
			margin: 0 auto;
			padding: 40px 0 50px 0;
			max-height: 100%;
			max-width: 100%;
		}

input.sp-selector-1:checked ~ .sp-content .sp-slider {
	left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
	left: -100%;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
	left: -200%;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
	left: -300%;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
	left: -400%;
}

	input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
	input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
	input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
	input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
	input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5) {
		opacity: 1;
	}

@media screen and (max-width: 840px) {
	.sp-slideshow {
		height: 345px;
	}
}

@media screen and (max-width: 680px) {
	.sp-slideshow {
		height: 285px;
	}
}

@media screen and (max-width: 560px) {
	.sp-slideshow {
		height: 235px;
	}
}

@media screen and (max-width: 320px) {
	.sp-slideshow {
		height: 158px;
	}
}



@font-face {
	font-family: simple-line-icons;
	src: url(../fonts/Simple-Line-Icons.eot?v=2.3.2);
	src: url(../fonts/Simple-Line-Icons.eot?v=2.3.2#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff2?v=2.3.2) format('woff2'), url(../fonts/Simple-Line-Icons.ttf?v=2.3.2) format('truetype'), url(../fonts/Simple-Line-Icons.woff?v=2.3.2) format('woff'), url(../fonts/Simple-Line-Icons.svg?v=2.3.2#simple-line-icons) format('svg');
	font-weight: 400;
	font-style: normal
}



.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

	.icon-user:before {
		content: "\e005"
	}

	.icon-people:before {
		content: "\e001"
	}

	.icon-user-female:before {
		content: "\e000"
	}

	.icon-user-follow:before {
		content: "\e002"
	}

	.icon-user-following:before {
		content: "\e003"
	}

	.icon-user-unfollow:before {
		content: "\e004"
	}

	.icon-login:before {
		content: "\e066"
	}

	.icon-logout:before {
		content: "\e065"
	}

	.icon-emotsmile:before {
		content: "\e021"
	}

	.icon-phone:before {
		content: "\e600"
	}

	.icon-call-end:before {
		content: "\e048"
	}

	.icon-call-in:before {
		content: "\e047"
	}

	.icon-call-out:before {
		content: "\e046"
	}

	.icon-map:before {
		content: "\e033"
	}

	.icon-location-pin:before {
		content: "\e096"
	}

	.icon-direction:before {
		content: "\e042"
	}

	.icon-directions:before {
		content: "\e041"
	}

	.icon-compass:before {
		content: "\e045"
	}

	.icon-layers:before {
		content: "\e034"
	}

	.icon-menu:before {
		content: "\e601"
	}

	.icon-list:before {
		content: "\e067"
	}

	.icon-options-vertical:before {
		content: "\e602"
	}

	.icon-options:before {
		content: "\e603"
	}

	.icon-arrow-down:before {
		content: "\e604"
	}

	.icon-arrow-left:before {
		content: "\e605"
	}

	.icon-arrow-right:before {
		content: "\e606"
	}

	.icon-arrow-up:before {
		content: "\e607"
	}

	.icon-arrow-up-circle:before {
		content: "\e078"
	}

	.icon-arrow-left-circle:before {
		content: "\e07a"
	}

	.icon-arrow-right-circle:before {
		content: "\e079"
	}

	.icon-arrow-down-circle:before {
		content: "\e07b"
	}

	.icon-check:before {
		content: "\e080"
	}

	.icon-clock:before {
		content: "\e081"
	}

	.icon-plus:before {
		content: "\e095"
	}

	.icon-minus:before {
		content: "\e615"
	}

	.icon-close:before {
		content: "\e082"
	}

	.icon-exclamation:before {
		content: "\e617"
	}

	.icon-organization:before {
		content: "\e616"
	}

	.icon-trophy:before {
		content: "\e006"
	}

	.icon-screen-smartphone:before {
		content: "\e010"
	}

	.icon-screen-desktop:before {
		content: "\e011"
	}

	.icon-plane:before {
		content: "\e012"
	}

	.icon-notebook:before {
		content: "\e013"
	}

	.icon-mustache:before {
		content: "\e014"
	}

	.icon-mouse:before {
		content: "\e015"
	}

	.icon-magnet:before {
		content: "\e016"
	}

	.icon-energy:before {
		content: "\e020"
	}

	.icon-disc:before {
		content: "\e022"
	}

	.icon-cursor:before {
		content: "\e06e"
	}

	.icon-cursor-move:before {
		content: "\e023"
	}

	.icon-crop:before {
		content: "\e024"
	}

	.icon-chemistry:before {
		content: "\e026"
	}

	.icon-speedometer:before {
		content: "\e007"
	}

	.icon-shield:before {
		content: "\e00e"
	}

	.icon-screen-tablet:before {
		content: "\e00f"
	}

	.icon-magic-wand:before {
		content: "\e017"
	}

	.icon-hourglass:before {
		content: "\e018"
	}

	.icon-graduation:before {
		content: "\e019"
	}

	.icon-ghost:before {
		content: "\e01a"
	}

	.icon-game-controller:before {
		content: "\e01b"
	}

	.icon-fire:before {
		content: "\e01c"
	}

	.icon-eyeglass:before {
		content: "\e01d"
	}

	.icon-envelope-open:before {
		content: "\e01e"
	}

	.icon-envelope-letter:before {
		content: "\e01f"
	}

	.icon-bell:before {
		content: "\e027"
	}

	.icon-badge:before {
		content: "\e028"
	}

	.icon-anchor:before {
		content: "\e029"
	}

	.icon-wallet:before {
		content: "\e02a"
	}

	.icon-vector:before {
		content: "\e02b"
	}

	.icon-speech:before {
		content: "\e02c"
	}

	.icon-puzzle:before {
		content: "\e02d"
	}

	.icon-printer:before {
		content: "\e02e"
	}

	.icon-present:before {
		content: "\e02f"
	}

	.icon-playlist:before {
		content: "\e030"
	}

	.icon-pin:before {
		content: "\e031"
	}

	.icon-picture:before {
		content: "\e032"
	}

	.icon-handbag:before {
		content: "\e035"
	}

	.icon-globe-alt:before {
		content: "\e036"
	}

	.icon-globe:before {
		content: "\e037"
	}

	.icon-folder-alt:before {
		content: "\e039"
	}

	.icon-folder:before {
		content: "\e089"
	}

	.icon-film:before {
		content: "\e03a"
	}

	.icon-feed:before {
		content: "\e03b"
	}

	.icon-drop:before {
		content: "\e03e"
	}

	.icon-drawer:before {
		content: "\e03f"
	}

	.icon-docs:before {
		content: "\e040"
	}

	.icon-doc:before {
		content: "\e085"
	}

	.icon-diamond:before {
		content: "\e043"
	}

	.icon-cup:before {
		content: "\e044"
	}

	.icon-calculator:before {
		content: "\e049"
	}

	.icon-bubbles:before {
		content: "\e04a"
	}

	.icon-briefcase:before {
		content: "\e04b"
	}

	.icon-book-open:before {
		content: "\e04c"
	}

	.icon-basket-loaded:before {
		content: "\e04d"
	}

	.icon-basket:before {
		content: "\e04e"
	}

	.icon-bag:before {
		content: "\e04f"
	}

	.icon-action-undo:before {
		content: "\e050"
	}

	.icon-action-redo:before {
		content: "\e051"
	}

	.icon-wrench:before {
		content: "\e052"
	}

	.icon-umbrella:before {
		content: "\e053"
	}

	.icon-trash:before {
		content: "\e054"
	}

	.icon-tag:before {
		content: "\e055"
	}

	.icon-support:before {
		content: "\e056"
	}

	.icon-frame:before {
		content: "\e038"
	}

	.icon-size-fullscreen:before {
		content: "\e057"
	}

	.icon-size-actual:before {
		content: "\e058"
	}

	.icon-shuffle:before {
		content: "\e059"
	}

	.icon-share-alt:before {
		content: "\e05a"
	}

	.icon-share:before {
		content: "\e05b"
	}

	.icon-rocket:before {
		content: "\e05c"
	}

	.icon-question:before {
		content: "\e05d"
	}

	.icon-pie-chart:before {
		content: "\e05e"
	}

	.icon-pencil:before {
		content: "\e05f"
	}

	.icon-note:before {
		content: "\e060"
	}

	.icon-loop:before {
		content: "\e064"
	}

	.icon-home:before {
		content: "\e069"
	}

	.icon-grid:before {
		content: "\e06a"
	}

	.icon-graph:before {
		content: "\e06b"
	}

	.icon-microphone:before {
		content: "\e063"
	}

	.icon-music-tone-alt:before {
		content: "\e061"
	}

	.icon-music-tone:before {
		content: "\e062"
	}

	.icon-earphones-alt:before {
		content: "\e03c"
	}

	.icon-earphones:before {
		content: "\e03d"
	}

	.icon-equalizer:before {
		content: "\e06c"
	}

	.icon-like:before {
		content: "\e068"
	}

	.icon-dislike:before {
		content: "\e06d"
	}

	.icon-control-start:before {
		content: "\e06f"
	}

	.icon-control-rewind:before {
		content: "\e070"
	}

	.icon-control-play:before {
		content: "\e071"
	}

	.icon-control-pause:before {
		content: "\e072"
	}

	.icon-control-forward:before {
		content: "\e073"
	}

	.icon-control-end:before {
		content: "\e074"
	}

	.icon-volume-1:before {
		content: "\e09f"
	}

	.icon-volume-2:before {
		content: "\e0a0"
	}

	.icon-volume-off:before {
		content: "\e0a1"
	}

	.icon-calendar:before {
		content: "\e075"
	}

	.icon-bulb:before {
		content: "\e076"
	}

	.icon-chart:before {
		content: "\e077"
	}

	.icon-ban:before {
		content: "\e07c"
	}

	.icon-bubble:before {
		content: "\e07d"
	}

	.icon-camrecorder:before {
		content: "\e07e"
	}

	.icon-camera:before {
		content: "\e07f"
	}

	.icon-cloud-download:before {
		content: "\e083"
	}

	.icon-cloud-upload:before {
		content: "\e084"
	}

	.icon-envelope:before {
		content: "\e086"
	}

	.icon-eye:before {
		content: "\e087"
	}

	.icon-flag:before {
		content: "\e088"
	}

	.icon-heart:before {
		content: "\e08a"
	}

	.icon-info:before {
		content: "\e08b"
	}

	.icon-key:before {
		content: "\e08c"
	}

	.icon-link:before {
		content: "\e08d"
	}

	.icon-lock:before {
		content: "\e08e"
	}

	.icon-lock-open:before {
		content: "\e08f"
	}

	.icon-magnifier:before {
		content: "\e090"
	}

	.icon-magnifier-add:before {
		content: "\e091"
	}

	.icon-magnifier-remove:before {
		content: "\e092"
	}

	.icon-paper-clip:before {
		content: "\e093"
	}

	.icon-paper-plane:before {
		content: "\e094"
	}

	.icon-power:before {
		content: "\e097"
	}

	.icon-refresh:before {
		content: "\e098"
	}

	.icon-reload:before {
		content: "\e099"
	}

	.icon-settings:before {
		content: "\e09a"
	}

	.icon-star:before {
		content: "\e09b"
	}

	.icon-symbol-female:before {
		content: "\e09c"
	}

	.icon-symbol-male:before {
		content: "\e09d"
	}

	.icon-target:before {
		content: "\e09e"
	}

	.icon-credit-card:before {
		content: "\e025"
	}

	.icon-paypal:before {
		content: "\e608"
	}

	.icon-social-tumblr:before {
		content: "\e00a"
	}

	.icon-social-twitter:before {
		content: "\e009"
	}

	.icon-social-facebook:before {
		content: "\e00b"
	}

	.icon-social-instagram:before {
		content: "\e609"
	}

	.icon-social-linkedin:before {
		content: "\e60a"
	}

	.icon-social-pinterest:before {
		content: "\e60b"
	}

	.icon-social-github:before {
		content: "\e60c"
	}

	.icon-social-google:before {
		content: "\e60d"
	}

	.icon-social-reddit:before {
		content: "\e60e"
	}

	.icon-social-skype:before {
		content: "\e60f"
	}

	.icon-social-dribbble:before {
		content: "\e00d"
	}

	.icon-social-behance:before {
		content: "\e610"
	}

	.icon-social-foursqare:before {
		content: "\e611"
	}

	.icon-social-soundcloud:before {
		content: "\e612"
	}

	.icon-social-spotify:before {
		content: "\e613"
	}

	.icon-social-stumbleupon:before {
		content: "\e614"
	}

	.icon-social-youtube:before {
		content: "\e008"
	}

	.icon-social-dropbox:before {
		content: "\e00c"
	}


/*
  	Flaticon icon font: Flaticon
  	Creation date: 22/06/2016 15:02
  	*/
@font-face {
	font-family: Flaticon;
	src: url(Flaticon.eot);
	src: url(Flaticon.eot?#iefix) format("embedded-opentype"), url(Flaticon.woff) format("woff"), url(Flaticon.ttf) format("truetype"), url(Flaticon.svg#Flaticon) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon;
		src: url(Flaticon.svg#Flaticon) format("svg")
	}
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 20px
}

.flaticon-amplified-speaker:before {
	content: "\f100"
}

.flaticon-battery:before {
	content: "\f101"
}

.flaticon-battery-charging-status:before {
	content: "\f102"
}

.flaticon-brightness:before {
	content: "\f103"
}

.flaticon-calendar:before {
	content: "\f104"
}

.flaticon-camera:before {
	content: "\f105"
}

.flaticon-cassette:before {
	content: "\f106"
}

.flaticon-cd:before {
	content: "\f107"
}

.flaticon-chains:before {
	content: "\f108"
}

.flaticon-check:before {
	content: "\f109"
}

.flaticon-cinema-reel-video-camera:before {
	content: "\f10a"
}

.flaticon-circles:before {
	content: "\f10b"
}

.flaticon-circular-arrow:before {
	content: "\f10c"
}

.flaticon-circular-design:before {
	content: "\f10d"
}

.flaticon-circular-design-with-crown:before {
	content: "\f10e"
}

.flaticon-clock:before {
	content: "\f10f"
}

.flaticon-cloud:before {
	content: "\f110"
}

.flaticon-cloud-with-thunderbolt:before {
	content: "\f111"
}

.flaticon-cloudy:before {
	content: "\f112"
}

.flaticon-coffee-cup:before {
	content: "\f113"
}

.flaticon-cogwheel:before {
	content: "\f114"
}

.flaticon-compact-disc:before {
	content: "\f115"
}

.flaticon-compass:before {
	content: "\f116"
}

.flaticon-crop-tool:before {
	content: "\f117"
}

.flaticon-cross:before {
	content: "\f118"
}

.flaticon-crown:before {
	content: "\f119"
}

.flaticon-curve-arrows:before {
	content: "\f11a"
}

.flaticon-design:before {
	content: "\f11b"
}

.flaticon-diamond:before {
	content: "\f11c"
}

.flaticon-document:before {
	content: "\f11d"
}

.flaticon-dollar-symbol:before {
	content: "\f11e"
}

.flaticon-door-hanger:before {
	content: "\f11f"
}

.flaticon-double-arrow:before {
	content: "\f120"
}

.flaticon-double-arrow-1:before {
	content: "\f121"
}

.flaticon-double-arrows:before {
	content: "\f122"
}

.flaticon-downloading:before {
	content: "\f123"
}

.flaticon-eject-button:before {
	content: "\f124"
}

.flaticon-envelope:before {
	content: "\f125"
}

.flaticon-eye:before {
	content: "\f126"
}

.flaticon-fast-forward-button:before {
	content: "\f127"
}

.flaticon-fast-forward-button-1:before {
	content: "\f128"
}

.flaticon-file:before {
	content: "\f129"
}

.flaticon-film-camera:before {
	content: "\f12a"
}

.flaticon-fire:before {
	content: "\f12b"
}

.flaticon-flag:before {
	content: "\f12c"
}

.flaticon-folder:before {
	content: "\f12d"
}

.flaticon-four-squares:before {
	content: "\f12e"
}

.flaticon-full-battery:before {
	content: "\f12f"
}

.flaticon-half-battery:before {
	content: "\f130"
}

.flaticon-headphones:before {
	content: "\f131"
}

.flaticon-heart:before {
	content: "\f132"
}

.flaticon-home:before {
	content: "\f133"
}

.flaticon-leaf:before {
	content: "\f134"
}

.flaticon-left-arrow:before {
	content: "\f135"
}

.flaticon-left-arrow-1:before {
	content: "\f136"
}

.flaticon-light-bulb:before {
	content: "\f137"
}

.flaticon-line-chart:before {
	content: "\f138"
}

.flaticon-low-battery:before {
	content: "\f139"
}

.flaticon-magnification-lens:before {
	content: "\f13a"
}

.flaticon-map:before {
	content: "\f13b"
}

.flaticon-mathematical-operations:before {
	content: "\f13c"
}

.flaticon-microphone:before {
	content: "\f13d"
}

.flaticon-molecular-structure:before {
	content: "\f13e"
}

.flaticon-multiple-line:before {
	content: "\f13f"
}

.flaticon-music-controller:before {
	content: "\f140"
}

.flaticon-mute-button:before {
	content: "\f141"
}

.flaticon-newspaper-page:before {
	content: "\f142"
}

.flaticon-no-protection:before {
	content: "\f143"
}

.flaticon-padlock:before {
	content: "\f144"
}

.flaticon-padlock-1:before {
	content: "\f145"
}

.flaticon-paint-brush:before {
	content: "\f146"
}

.flaticon-paper-bag:before {
	content: "\f147"
}

.flaticon-paper-plane:before {
	content: "\f148"
}

.flaticon-paper-tray:before {
	content: "\f149"
}

.flaticon-paperclip:before {
	content: "\f14a"
}

.flaticon-pencil:before {
	content: "\f14b"
}

.flaticon-phone-auricular:before {
	content: "\f14c"
}

.flaticon-picture:before {
	content: "\f14d"
}

.flaticon-placeholder:before {
	content: "\f14e"
}

.flaticon-play-button:before {
	content: "\f14f"
}

.flaticon-quaver:before {
	content: "\f150"
}

.flaticon-rain:before {
	content: "\f151"
}

.flaticon-religion-stained-glass:before {
	content: "\f152"
}

.flaticon-rewind-button:before {
	content: "\f153"
}

.flaticon-rewind-button-1:before {
	content: "\f154"
}

.flaticon-right-arrow:before {
	content: "\f155"
}

.flaticon-right-arrow-1:before {
	content: "\f156"
}

.flaticon-round-socket:before {
	content: "\f157"
}

.flaticon-scissors:before {
	content: "\f158"
}

.flaticon-screen:before {
	content: "\f159"
}

.flaticon-screen-1:before {
	content: "\f15a"
}

.flaticon-select:before {
	content: "\f15b"
}

.flaticon-shield:before {
	content: "\f15c"
}

.flaticon-shopping-cart:before {
	content: "\f15d"
}

.flaticon-shuffle:before {
	content: "\f15e"
}

.flaticon-signal:before {
	content: "\f15f"
}

.flaticon-smartphone:before {
	content: "\f160"
}

.flaticon-snowflake:before {
	content: "\f161"
}

.flaticon-spand-arrows:before {
	content: "\f162"
}

.flaticon-speaker:before {
	content: "\f163"
}

.flaticon-speech-balloon:before {
	content: "\f164"
}

.flaticon-speech-balloon-1:before {
	content: "\f165"
}

.flaticon-speech-balloons:before {
	content: "\f166"
}

.flaticon-square:before {
	content: "\f167"
}

.flaticon-square-1:before {
	content: "\f168"
}

.flaticon-squares:before {
	content: "\f169"
}

.flaticon-stamp:before {
	content: "\f16a"
}

.flaticon-star:before {
	content: "\f16b"
}

.flaticon-stop-button:before {
	content: "\f16c"
}

.flaticon-symbol:before {
	content: "\f16d"
}

.flaticon-t-shirt:before {
	content: "\f16e"
}

.flaticon-tag:before {
	content: "\f16f"
}

.flaticon-target:before {
	content: "\f170"
}

.flaticon-telephone-receiver:before {
	content: "\f171"
}

.flaticon-thunderbolt:before {
	content: "\f172"
}

.flaticon-trash:before {
	content: "\f173"
}

.flaticon-trophy:before {
	content: "\f174"
}

.flaticon-umbrella:before {
	content: "\f175"
}

.flaticon-user:before {
	content: "\f176"
}

.flaticon-user-1:before {
	content: "\f177"
}

.flaticon-wallet:before {
	content: "\f178"
}

.flaticon-world:before {
	content: "\f179"
}

@font-face {
	font-family: Linearicons-Free;
	src: url(../fonts/Linearicons-Free.eot?7y0ygv);
	src: url(../fonts/Linearicons-Free.eot?#iefix7y0ygv) format('embedded-opentype'), url(../fonts/Linearicons-Free.woff2?7y0ygv) format('woff2'), url(../fonts/Linearicons-Free.woff?7y0ygv) format('woff'), url(../fonts/Linearicons-Free.ttf?7y0ygv) format('truetype'), url(../fonts/Linearicons-Free.svg?7y0ygv#Linearicons-Free) format('svg');
	font-weight: 400;
	font-style: normal
}

.lnr {
	font-family: Linearicons-Free;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lnr-home:before {
	content: "\e800"
}

.lnr-apartment:before {
	content: "\e801"
}

.lnr-pencil:before {
	content: "\e802"
}

.lnr-magic-wand:before {
	content: "\e803"
}

.lnr-drop:before {
	content: "\e804"
}

.lnr-lighter:before {
	content: "\e805"
}

.lnr-poop:before {
	content: "\e806"
}

.lnr-sun:before {
	content: "\e807"
}

.lnr-moon:before {
	content: "\e808"
}

.lnr-cloud:before {
	content: "\e809"
}

.lnr-cloud-upload:before {
	content: "\e80a"
}

.lnr-cloud-download:before {
	content: "\e80b"
}

.lnr-cloud-sync:before {
	content: "\e80c"
}

.lnr-cloud-check:before {
	content: "\e80d"
}

.lnr-database:before {
	content: "\e80e"
}

.lnr-lock:before {
	content: "\e80f"
}

.lnr-cog:before {
	content: "\e810"
}

.lnr-trash:before {
	content: "\e811"
}

.lnr-dice:before {
	content: "\e812"
}

.lnr-heart:before {
	content: "\e813"
}

.lnr-star:before {
	content: "\e814"
}

.lnr-star-half:before {
	content: "\e815"
}

.lnr-star-empty:before {
	content: "\e816"
}

.lnr-flag:before {
	content: "\e817"
}

.lnr-envelope:before {
	content: "\e818"
}

.lnr-paperclip:before {
	content: "\e819"
}

.lnr-inbox:before {
	content: "\e81a"
}

.lnr-eye:before {
	content: "\e81b"
}

.lnr-printer:before {
	content: "\e81c"
}

.lnr-file-empty:before {
	content: "\e81d"
}

.lnr-file-add:before {
	content: "\e81e"
}

.lnr-enter:before {
	content: "\e81f"
}

.lnr-exit:before {
	content: "\e820"
}

.lnr-graduation-hat:before {
	content: "\e821"
}

.lnr-license:before {
	content: "\e822"
}

.lnr-music-note:before {
	content: "\e823"
}

.lnr-film-play:before {
	content: "\e824"
}

.lnr-camera-video:before {
	content: "\e825"
}

.lnr-camera:before {
	content: "\e826"
}

.lnr-picture:before {
	content: "\e827"
}

.lnr-book:before {
	content: "\e828"
}

.lnr-bookmark:before {
	content: "\e829"
}

.lnr-user:before {
	content: "\e82a"
}

.lnr-users:before {
	content: "\e82b"
}

.lnr-shirt:before {
	content: "\e82c"
}

.lnr-store:before {
	content: "\e82d"
}

.lnr-cart:before {
	content: "\e82e"
}

.lnr-tag:before {
	content: "\e82f"
}

.lnr-phone-handset:before {
	content: "\e830"
}

.lnr-phone:before {
	content: "\e831"
}

.lnr-pushpin:before {
	content: "\e832"
}

.lnr-map-marker:before {
	content: "\e833"
}

.lnr-map:before {
	content: "\e834"
}

.lnr-location:before {
	content: "\e835"
}

.lnr-calendar-full:before {
	content: "\e836"
}

.lnr-keyboard:before {
	content: "\e837"
}

.lnr-spell-check:before {
	content: "\e838"
}

.lnr-screen:before {
	content: "\e839"
}

.lnr-smartphone:before {
	content: "\e83a"
}

.lnr-tablet:before {
	content: "\e83b"
}

.lnr-laptop:before {
	content: "\e83c"
}

.lnr-laptop-phone:before {
	content: "\e83d"
}

.lnr-power-switch:before {
	content: "\e83e"
}

.lnr-bubble:before {
	content: "\e83f"
}

.lnr-heart-pulse:before {
	content: "\e840"
}

.lnr-construction:before {
	content: "\e841"
}

.lnr-pie-chart:before {
	content: "\e842"
}

.lnr-chart-bars:before {
	content: "\e843"
}

.lnr-gift:before {
	content: "\e844"
}

.lnr-diamond:before {
	content: "\e845"
}

.lnr-linearicons:before {
	content: "\e846"
}

.lnr-dinner:before {
	content: "\e847"
}

.lnr-coffee-cup:before {
	content: "\e848"
}

.lnr-leaf:before {
	content: "\e849"
}

.lnr-paw:before {
	content: "\e84a"
}

.lnr-rocket:before {
	content: "\e84b"
}

.lnr-briefcase:before {
	content: "\e84c"
}

.lnr-bus:before {
	content: "\e84d"
}

.lnr-car:before {
	content: "\e84e"
}

.lnr-train:before {
	content: "\e84f"
}

.lnr-bicycle:before {
	content: "\e850"
}

.lnr-wheelchair:before {
	content: "\e851"
}

.lnr-select:before {
	content: "\e852"
}

.lnr-earth:before {
	content: "\e853"
}

.lnr-smile:before {
	content: "\e854"
}

.lnr-sad:before {
	content: "\e855"
}

.lnr-neutral:before {
	content: "\e856"
}

.lnr-mustache:before {
	content: "\e857"
}

.lnr-alarm:before {
	content: "\e858"
}

.lnr-bullhorn:before {
	content: "\e859"
}

.lnr-volume-high:before {
	content: "\e85a"
}

.lnr-volume-medium:before {
	content: "\e85b"
}

.lnr-volume-low:before {
	content: "\e85c"
}

.lnr-volume:before {
	content: "\e85d"
}

.lnr-mic:before {
	content: "\e85e"
}

.lnr-hourglass:before {
	content: "\e85f"
}

.lnr-undo:before {
	content: "\e860"
}

.lnr-redo:before {
	content: "\e861"
}

.lnr-sync:before {
	content: "\e862"
}

.lnr-history:before {
	content: "\e863"
}

.lnr-clock:before {
	content: "\e864"
}

.lnr-download:before {
	content: "\e865"
}

.lnr-upload:before {
	content: "\e866"
}

.lnr-enter-down:before {
	content: "\e867"
}

.lnr-exit-up:before {
	content: "\e868"
}

.lnr-bug:before {
	content: "\e869"
}

.lnr-code:before {
	content: "\e86a"
}

.lnr-link:before {
	content: "\e86b"
}

.lnr-unlink:before {
	content: "\e86c"
}

.lnr-thumbs-up:before {
	content: "\e86d"
}

.lnr-thumbs-down:before {
	content: "\e86e"
}

.lnr-magnifier:before {
	content: "\e86f"
}

.lnr-cross:before {
	content: "\e870"
}

.lnr-menu:before {
	content: "\e871"
}

.lnr-list:before {
	content: "\e872"
}

.lnr-chevron-up:before {
	content: "\e873"
}

.lnr-chevron-down:before {
	content: "\e874"
}

.lnr-chevron-left:before {
	content: "\e875"
}

.lnr-chevron-right:before {
	content: "\e876"
}

.lnr-arrow-up:before {
	content: "\e877"
}

.lnr-arrow-down:before {
	content: "\e878"
}

.lnr-arrow-left:before {
	content: "\e879"
}

.lnr-arrow-right:before {
	content: "\e87a"
}

.lnr-move:before {
	content: "\e87b"
}

.lnr-warning:before {
	content: "\e87c"
}

.lnr-question-circle:before {
	content: "\e87d"
}

.lnr-menu-circle:before {
	content: "\e87e"
}

.lnr-checkmark-circle:before {
	content: "\e87f"
}

.lnr-cross-circle:before {
	content: "\e880"
}

.lnr-plus-circle:before {
	content: "\e881"
}

.lnr-circle-minus:before {
	content: "\e882"
}

.lnr-arrow-up-circle:before {
	content: "\e883"
}

.lnr-arrow-down-circle:before {
	content: "\e884"
}

.lnr-arrow-left-circle:before {
	content: "\e885"
}

.lnr-arrow-right-circle:before {
	content: "\e886"
}

.lnr-chevron-up-circle:before {
	content: "\e887"
}

.lnr-chevron-down-circle:before {
	content: "\e888"
}

.lnr-chevron-left-circle:before {
	content: "\e889"
}

.lnr-chevron-right-circle:before {
	content: "\e88a"
}

.lnr-crop:before {
	content: "\e88b"
}

.lnr-frame-expand:before {
	content: "\e88c"
}

.lnr-frame-contract:before {
	content: "\e88d"
}

.lnr-layers:before {
	content: "\e88e"
}

.lnr-funnel:before {
	content: "\e88f"
}

.lnr-text-format:before {
	content: "\e890"
}

.lnr-text-format-remove:before {
	content: "\e891"
}

.lnr-text-size:before {
	content: "\e892"
}

.lnr-bold:before {
	content: "\e893"
}

.lnr-italic:before {
	content: "\e894"
}

.lnr-underline:before {
	content: "\e895"
}

.lnr-strikethrough:before {
	content: "\e896"
}

.lnr-highlight:before {
	content: "\e897"
}

.lnr-text-align-left:before {
	content: "\e898"
}

.lnr-text-align-center:before {
	content: "\e899"
}

.lnr-text-align-right:before {
	content: "\e89a"
}

.lnr-text-align-justify:before {
	content: "\e89b"
}

.lnr-line-spacing:before {
	content: "\e89c"
}

.lnr-indent-increase:before {
	content: "\e89d"
}

.lnr-indent-decrease:before {
	content: "\e89e"
}

.lnr-pilcrow:before {
	content: "\e89f"
}

.lnr-direction-ltr:before {
	content: "\e8a0"
}

.lnr-direction-rtl:before {
	content: "\e8a1"
}

.lnr-page-break:before {
	content: "\e8a2"
}

.lnr-sort-alpha-asc:before {
	content: "\e8a3"
}

.lnr-sort-amount-asc:before {
	content: "\e8a4"
}

.lnr-hand:before {
	content: "\e8a5"
}

.lnr-pointer-up:before {
	content: "\e8a6"
}

.lnr-pointer-right:before {
	content: "\e8a7"
}

.lnr-pointer-down:before {
	content: "\e8a8"
}

.lnr-pointer-left:before {
	content: "\e8a9"
}

.lnr-uni21:before {
	content: "\21"
}

.lnr-uni22:before {
	content: "\22"
}

.lnr-uni23:before {
	content: "\23"
}

.lnr-uni24:before {
	content: "\24"
}

.lnr-uni25:before {
	content: "\25"
}

.lnr-uni26:before {
	content: "\26"
}

.lnr-uni27:before {
	content: "\27"
}

.lnr-uni28:before {
	content: "\28"
}

.lnr-uni29:before {
	content: "\29"
}

.lnr-uni2a:before {
	content: "\2a"
}

.lnr-uni2b:before {
	content: "\2b"
}

.lnr-uni2c:before {
	content: "\2c"
}

.lnr-uni2d:before {
	content: "\2d"
}

.lnr-uni2e:before {
	content: "\2e"
}

.lnr-uni2f:before {
	content: "\2f"
}

.lnr-uni30:before {
	content: "\30"
}

.lnr-uni31:before {
	content: "\31"
}

.lnr-uni32:before {
	content: "\32"
}

.lnr-uni33:before {
	content: "\33"
}

.lnr-uni34:before {
	content: "\34"
}

.lnr-uni35:before {
	content: "\35"
}

.lnr-uni36<div > <br > </div > :before {
	content: "\36"
}

.lnr-uni37:before {
	content: "\37"
}

.lnr-uni38:before {
	content: "\38"
}

.lnr-uni39:before {
	content: "\39"
}

.lnr-uni3a:before {
	content: "\3a"
}

.lnr-uni3b:before {
	content: "\3b"
}

.lnr-uni3c:before {
	content: "\3c"
}

.lnr-uni3d:before {
	content: "\3d"
}

.lnr-uni3e:before {
	content: "\3e"
}

.lnr-uni3f:before {
	content: "\3f"
}

.lnr-uni40:before {
	content: "\40"
}

.lnr-uni41:before {
	content: "\41"
}

.lnr-uni42:before {
	content: "\42"
}

.lnr-uni43:before {
	content: "\43"
}

.lnr-uni44:before {
	content: "\44"
}

.lnr-uni45:before {
	content: "\45"
}

.lnr-uni46:before {
	content: "\46"
}

.lnr-uni47:before {
	content: "\47"
}

.lnr-uni48:before {
	content: "\48"
}

.lnr-uni49:before {
	content: "\49"
}

.lnr-uni4a:before {
	content: "\4a"
}

.lnr-uni4b:before {
	content: "\4b"
}

.lnr-uni4c:before {
	content: "\4c"
}

.lnr-uni4d:before {
	content: "\4d"
}

.lnr-uni4e:before {
	content: "\4e"
}

.lnr-uni4f:before {
	content: "\4f"
}

.lnr-uni50:before {
	content: "\50"
}

.lnr-uni51:before {
	content: "\51"
}

.lnr-uni52:before {
	content: "\52"
}

.lnr-uni53:before {
	content: "\53"
}

.lnr-uni54:before {
	content: "\54"
}

.lnr-uni55:before {
	content: "\55"
}

.lnr-uni56:before {
	content: "\56"
}

.lnr-uni57:before {
	content: "\57"
}

.lnr-uni58:before {
	content: "\58"
}

.lnr-uni59:before {
	content: "\59"
}

.lnr-uni5a:before {
	content: "\5a"
}

.lnr-uni5b:before {
	content: "\5b"
}

.lnr-uni5c:before {
	content: "\5c"
}

.lnr-uni5d:before {
	content: "\5d"
}

.lnr-uni5e:before {
	content: "\5e"
}

.lnr-uni5f:before {
	content: "\5f"
}

.lnr-uni60:before {
	content: "\60"
}

.lnr-uni61:before {
	content: "\61"
}

.lnr-uni62:before {
	content: "\62"
}

.lnr-uni63:before {
	content: "\63"
}

.lnr-uni64:before {
	content: "\64"
}

.lnr-uni65:before {
	content: "\65"
}

.lnr-uni66:before {
	content: "\66"
}

.lnr-uni67:before {
	content: "\67"
}

.lnr-uni68:before {
	content: "\68"
}

.lnr-uni69:before {
	content: "\69"
}

.lnr-uni6a:before {
	content: "\6a"
}

.lnr-uni6b:before {
	content: "\6b"
}

.lnr-uni6c:before {
	content: "\6c"
}

.lnr-uni6d:before {
	content: "\6d"
}

.lnr-uni6e:before {
	content: "\6e"
}

.lnr-uni6f:before {
	content: "\6f"
}

.lnr-uni70:before {
	content: "\70"
}

.lnr-uni71:before {
	content: "\71"
}

.lnr-uni72:before {
	content: "\72"
}

.lnr-uni73:before {
	content: "\73"
}

.lnr-uni74:before {
	content: "\74"
}

.lnr-uni75:before {
	content: "\75"
}

.lnr-uni76:before {
	content: "\76"
}

.lnr-uni77:before {
	content: "\77"
}

.lnr-uni78:before {
	content: "\78"
}

.lnr-uni79:before {
	content: "\79"
}

.lnr-uni7a:before {
	content: "\7a"
}

.lnr-uni7b:before {
	content: "\7b"
}

.lnr-uni7c:before {
	content: "\7c"
}

.lnr-uni7d:before {
	content: "\7d"
}

.lnr-uni7e:before {
	content: "\7e"
}

.lnr-copyright:before {
	content: "\a9"
}






font-face {
	font-family: linea-ecommerce-10;
	src: url(../fonts/linea-ecommerce-10.eot);
	src: url(../fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(../fonts/linea-ecommerce-10.woff) format("woff"), url(../fonts/linea-ecommerce-10.ttf) format("truetype"), url(../fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
	font-family: linea-ecommerce-10 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[data-icon]:before {
	content: attr(data-icon)
}

.icon-ecommerce-bag:before {
	content: "a"
}

.icon-ecommerce-bag-check:before {
	content: "b"
}

.icon-ecommerce-bag-cloud:before {
	content: "c"
}

.icon-ecommerce-bag-download:before {
	content: "d"
}

.icon-ecommerce-bag-minus:before {
	content: "e"
}

.icon-ecommerce-bag-plus:before {
	content: "f"
}

.icon-ecommerce-bag-refresh:before {
	content: "g"
}

.icon-ecommerce-bag-remove:before {
	content: "h"
}

.icon-ecommerce-bag-search:before {
	content: "i"
}

.icon-ecommerce-bag-upload:before {
	content: "j"
}

.icon-ecommerce-banknote:before {
	content: "k"
}

.icon-ecommerce-banknotes:before {
	content: "l"
}

.icon-ecommerce-basket:before {
	content: "m"
}

.icon-ecommerce-basket-check:before {
	content: "n"
}

.icon-ecommerce-basket-cloud:before {
	content: "o"
}

.icon-ecommerce-basket-download:before {
	content: "p"
}

.icon-ecommerce-basket-minus:before {
	content: "q"
}

.icon-ecommerce-basket-plus:before {
	content: "r"
}

.icon-ecommerce-basket-refresh:before {
	content: "s"
}

.icon-ecommerce-basket-remove:before {
	content: "t"
}

.icon-ecommerce-basket-search:before {
	content: "u"
}

.icon-ecommerce-basket-upload:before {
	content: "v"
}

.icon-ecommerce-bath:before {
	content: "w"
}

.icon-ecommerce-cart:before {
	content: "x"
}

.icon-ecommerce-cart-check:before {
	content: "y"
}

.icon-ecommerce-cart-cloud:before {
	content: "z"
}

.icon-ecommerce-cart-content:before {
	content: "A"
}

.icon-ecommerce-cart-download:before {
	content: "B"
}

.icon-ecommerce-cart-minus:before {
	content: "C"
}

.icon-ecommerce-cart-plus:before {
	content: "D"
}

.icon-ecommerce-cart-refresh:before {
	content: "E"
}

.icon-ecommerce-cart-remove:before {
	content: "F"
}

.icon-ecommerce-cart-search:before {
	content: "G"
}

.icon-ecommerce-cart-upload:before {
	content: "H"
}

.icon-ecommerce-cent:before {
	content: "I"
}

.icon-ecommerce-colon:before {
	content: "J"
}

.icon-ecommerce-creditcard:before {
	content: "K"
}

.icon-ecommerce-diamond:before {
	content: "L"
}

.icon-ecommerce-dollar:before {
	content: "M"
}

.icon-ecommerce-euro:before {
	content: "N"
}

.icon-ecommerce-franc:before {
	content: "O"
}

.icon-ecommerce-gift:before {
	content: "P"
}

.icon-ecommerce-graph1:before {
	content: "Q"
}

.icon-ecommerce-graph2:before {
	content: "R"
}

.icon-ecommerce-graph3:before {
	content: "S"
}

.icon-ecommerce-graph-decrease:before {
	content: "T"
}

.icon-ecommerce-graph-increase:before {
	content: "U"
}

.icon-ecommerce-guarani:before {
	content: "V"
}

.icon-ecommerce-kips:before {
	content: "W"
}

.icon-ecommerce-lira:before {
	content: "X"
}

.icon-ecommerce-megaphone:before {
	content: "Y"
}

.icon-ecommerce-money:before {
	content: "Z"
}

.icon-ecommerce-naira:before {
	content: "0"
}

.icon-ecommerce-pesos:before {
	content: "1"
}

.icon-ecommerce-pound:before {
	content: "2"
}

.icon-ecommerce-receipt:before {
	content: "3"
}

.icon-ecommerce-receipt-bath:before {
	content: "4"
}

.icon-ecommerce-receipt-cent:before {
	content: "5"
}

.icon-ecommerce-receipt-dollar:before {
	content: "6"
}

.icon-ecommerce-receipt-euro:before {
	content: "7"
}

.icon-ecommerce-receipt-franc:before {
	content: "8"
}

.icon-ecommerce-receipt-guarani:before {
	content: "9"
}

.icon-ecommerce-receipt-kips:before {
	content: "!"
}

.icon-ecommerce-receipt-lira:before {
	content: "\""
}

.icon-ecommerce-receipt-naira:before {
	content: "#"
}

.icon-ecommerce-receipt-pesos:before {
	content: "$"
}

.icon-ecommerce-receipt-pound:before {
	content: "%"
}

.icon-ecommerce-receipt-rublo:before {
	content: "&"
}

.icon-ecommerce-receipt-rupee:before {
	content: "'"
}

.icon-ecommerce-receipt-tugrik:before {
	content: "("
}

.icon-ecommerce-receipt-won:before {
	content: ")"
}

.icon-ecommerce-receipt-yen:before {
	content: "*"
}

.icon-ecommerce-receipt-yen2:before {
	content: "+"
}

.icon-ecommerce-recept-colon:before {
	content: ","
}

.icon-ecommerce-rublo:before {
	content: "-"
}

.icon-ecommerce-rupee:before {
	content: "."
}

.icon-ecommerce-safe:before {
	content: "/"
}

.icon-ecommerce-sale:before {
	content: ":"
}

.icon-ecommerce-sales:before {
	content: ";"
}

.icon-ecommerce-ticket:before {
	content: "<"
}

.icon-ecommerce-tugriks:before {
	content: "="
}

.icon-ecommerce-wallet:before {
	content: ">"
}

.icon-ecommerce-won:before {
	content: "?"
}

.icon-ecommerce-yen:before {
	content: "@"
}

.icon-ecommerce-yen2:before {
	content: "["
}
/* FOnt Awspme*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa.fa-pull-left,
.fa.pull-left {
	margin-right: .3em
}

.fa,
.fa-stack {
	display: inline-block
}

.fa-fw,
.fa-li {
	text-align: center
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
	margin-left: .3em
}

.fa-ul > li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}

	.fa-li.fa-lg {
		left: -1.85714286em
	}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right,
.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
/*!
  Ionicons, v4.1.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/ @font-face {
	font-family: "Ionicons";
	src: url("../fonts/ionicons.eot?v=4.1.1");
	src: url("../fonts/ionicons.eot?v=4.1.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.1.1") format("woff2"), url("../fonts/ionicons.woff?v=4.1.1") format("woff"), url("../fonts/ionicons.ttf?v=4.1.1") format("truetype"), url("../fonts/ionicons.svg?v=4.1.1#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}

.ion,
.ionicons,
.ion-ios-add:before,
.ion-ios-add-circle:before,
.ion-ios-add-circle-outline:before,
.ion-ios-airplane:before,
.ion-ios-alarm:before,
.ion-ios-albums:before,
.ion-ios-alert:before,
.ion-ios-american-football:before,
.ion-ios-analytics:before,
.ion-ios-aperture:before,
.ion-ios-apps:before,
.ion-ios-appstore:before,
.ion-ios-archive:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-dropdown:before,
.ion-ios-arrow-dropdown-circle:before,
.ion-ios-arrow-dropleft:before,
.ion-ios-arrow-dropleft-circle:before,
.ion-ios-arrow-dropright:before,
.ion-ios-arrow-dropright-circle:before,
.ion-ios-arrow-dropup:before,
.ion-ios-arrow-dropup-circle:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-round-back:before,
.ion-ios-arrow-round-down:before,
.ion-ios-arrow-round-forward:before,
.ion-ios-arrow-round-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-attach:before,
.ion-ios-backspace:before,
.ion-ios-barcode:before,
.ion-ios-baseball:before,
.ion-ios-basket:before,
.ion-ios-basketball:before,
.ion-ios-battery-charging:before,
.ion-ios-battery-dead:before,
.ion-ios-battery-full:before,
.ion-ios-beaker:before,
.ion-ios-bed:before,
.ion-ios-beer:before,
.ion-ios-bicycle:before,
.ion-ios-bluetooth:before,
.ion-ios-boat:before,
.ion-ios-body:before,
.ion-ios-bonfire:before,
.ion-ios-book:before,
.ion-ios-bookmark:before,
.ion-ios-bookmarks:before,
.ion-ios-bowtie:before,
.ion-ios-briefcase:before,
.ion-ios-browsers:before,
.ion-ios-brush:before,
.ion-ios-bug:before,
.ion-ios-build:before,
.ion-ios-bulb:before,
.ion-ios-bus:before,
.ion-ios-business:before,
.ion-ios-cafe:before,
.ion-ios-calculator:before,
.ion-ios-calendar:before,
.ion-ios-call:before,
.ion-ios-camera:before,
.ion-ios-car:before,
.ion-ios-card:before,
.ion-ios-cart:before,
.ion-ios-cash:before,
.ion-ios-cellular:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubbles:before,
.ion-ios-checkbox:before,
.ion-ios-checkbox-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-circle:before,
.ion-ios-checkmark-circle-outline:before,
.ion-ios-clipboard:before,
.ion-ios-clock:before,
.ion-ios-close:before,
.ion-ios-close-circle:before,
.ion-ios-close-circle-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-circle:before,
.ion-ios-cloud-done:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-code:before,
.ion-ios-code-download:before,
.ion-ios-code-working:before,
.ion-ios-cog:before,
.ion-ios-color-fill:before,
.ion-ios-color-filter:before,
.ion-ios-color-palette:before,
.ion-ios-color-wand:before,
.ion-ios-compass:before,
.ion-ios-construct:before,
.ion-ios-contact:before,
.ion-ios-contacts:before,
.ion-ios-contract:before,
.ion-ios-contrast:before,
.ion-ios-copy:before,
.ion-ios-create:before,
.ion-ios-crop:before,
.ion-ios-cube:before,
.ion-ios-cut:before,
.ion-ios-desktop:before,
.ion-ios-disc:before,
.ion-ios-document:before,
.ion-ios-done-all:before,
.ion-ios-download:before,
.ion-ios-easel:before,
.ion-ios-egg:before,
.ion-ios-exit:before,
.ion-ios-expand:before,
.ion-ios-eye:before,
.ion-ios-eye-off:before,
.ion-ios-fastforward:before,
.ion-ios-female:before,
.ion-ios-filing:before,
.ion-ios-film:before,
.ion-ios-finger-print:before,
.ion-ios-fitness:before,
.ion-ios-flag:before,
.ion-ios-flame:before,
.ion-ios-flash:before,
.ion-ios-flash-off:before,
.ion-ios-flashlight:before,
.ion-ios-flask:before,
.ion-ios-flower:before,
.ion-ios-folder:before,
.ion-ios-folder-open:before,
.ion-ios-football:before,
.ion-ios-funnel:before,
.ion-ios-gift:before,
.ion-ios-git-branch:before,
.ion-ios-git-commit:before,
.ion-ios-git-compare:before,
.ion-ios-git-merge:before,
.ion-ios-git-network:before,
.ion-ios-git-pull-request:before,
.ion-ios-glasses:before,
.ion-ios-globe:before,
.ion-ios-grid:before,
.ion-ios-hammer:before,
.ion-ios-hand:before,
.ion-ios-happy:before,
.ion-ios-headset:before,
.ion-ios-heart:before,
.ion-ios-heart-dislike:before,
.ion-ios-heart-empty:before,
.ion-ios-heart-half:before,
.ion-ios-help:before,
.ion-ios-help-buoy:before,
.ion-ios-help-circle:before,
.ion-ios-help-circle-outline:before,
.ion-ios-home:before,
.ion-ios-hourglass:before,
.ion-ios-ice-cream:before,
.ion-ios-image:before,
.ion-ios-images:before,
.ion-ios-infinite:before,
.ion-ios-information:before,
.ion-ios-information-circle:before,
.ion-ios-information-circle-outline:before,
.ion-ios-jet:before,
.ion-ios-journal:before,
.ion-ios-key:before,
.ion-ios-keypad:before,
.ion-ios-laptop:before,
.ion-ios-leaf:before,
.ion-ios-link:before,
.ion-ios-list:before,
.ion-ios-list-box:before,
.ion-ios-locate:before,
.ion-ios-lock:before,
.ion-ios-log-in:before,
.ion-ios-log-out:before,
.ion-ios-magnet:before,
.ion-ios-mail:before,
.ion-ios-mail-open:before,
.ion-ios-mail-unread:before,
.ion-ios-male:before,
.ion-ios-man:before,
.ion-ios-map:before,
.ion-ios-medal:before,
.ion-ios-medical:before,
.ion-ios-medkit:before,
.ion-ios-megaphone:before,
.ion-ios-menu:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-microphone:before,
.ion-ios-moon:before,
.ion-ios-more:before,
.ion-ios-move:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-notifications:before,
.ion-ios-notifications-off:before,
.ion-ios-notifications-outline:before,
.ion-ios-nuclear:before,
.ion-ios-nutrition:before,
.ion-ios-open:before,
.ion-ios-options:before,
.ion-ios-outlet:before,
.ion-ios-paper:before,
.ion-ios-paper-plane:before,
.ion-ios-partly-sunny:before,
.ion-ios-pause:before,
.ion-ios-paw:before,
.ion-ios-people:before,
.ion-ios-person:before,
.ion-ios-person-add:before,
.ion-ios-phone-landscape:before,
.ion-ios-phone-portrait:before,
.ion-ios-photos:before,
.ion-ios-pie:before,
.ion-ios-pin:before,
.ion-ios-pint:before,
.ion-ios-pizza:before,
.ion-ios-planet:before,
.ion-ios-play:before,
.ion-ios-play-circle:before,
.ion-ios-podium:before,
.ion-ios-power:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags:before,
.ion-ios-print:before,
.ion-ios-pulse:before,
.ion-ios-qr-scanner:before,
.ion-ios-quote:before,
.ion-ios-radio:before,
.ion-ios-radio-button-off:before,
.ion-ios-radio-button-on:before,
.ion-ios-rainy:before,
.ion-ios-recording:before,
.ion-ios-redo:before,
.ion-ios-refresh:before,
.ion-ios-refresh-circle:before,
.ion-ios-remove:before,
.ion-ios-remove-circle:before,
.ion-ios-remove-circle-outline:before,
.ion-ios-reorder:before,
.ion-ios-repeat:before,
.ion-ios-resize:before,
.ion-ios-restaurant:before,
.ion-ios-return-left:before,
.ion-ios-return-right:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind:before,
.ion-ios-ribbon:before,
.ion-ios-rocket:before,
.ion-ios-rose:before,
.ion-ios-sad:before,
.ion-ios-save:before,
.ion-ios-school:before,
.ion-ios-search:before,
.ion-ios-send:before,
.ion-ios-settings:before,
.ion-ios-share:before,
.ion-ios-share-alt:before,
.ion-ios-shirt:before,
.ion-ios-shuffle:before,
.ion-ios-skip-backward:before,
.ion-ios-skip-forward:before,
.ion-ios-snow:before,
.ion-ios-speedometer:before,
.ion-ios-square:before,
.ion-ios-square-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stats:before,
.ion-ios-stopwatch:before,
.ion-ios-subway:before,
.ion-ios-sunny:before,
.ion-ios-swap:before,
.ion-ios-switch:before,
.ion-ios-sync:before,
.ion-ios-tablet-landscape:before,
.ion-ios-tablet-portrait:before,
.ion-ios-tennisball:before,
.ion-ios-text:before,
.ion-ios-thermometer:before,
.ion-ios-thumbs-down:before,
.ion-ios-thumbs-up:before,
.ion-ios-thunderstorm:before,
.ion-ios-time:before,
.ion-ios-timer:before,
.ion-ios-today:before,
.ion-ios-train:before,
.ion-ios-transgender:before,
.ion-ios-trash:before,
.ion-ios-trending-down:before,
.ion-ios-trending-up:before,
.ion-ios-trophy:before,
.ion-ios-tv:before,
.ion-ios-umbrella:before,
.ion-ios-undo:before,
.ion-ios-unlock:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-volume-mute:before,
.ion-ios-volume-off:before,
.ion-ios-walk:before,
.ion-ios-wallet:before,
.ion-ios-warning:before,
.ion-ios-watch:before,
.ion-ios-water:before,
.ion-ios-wifi:before,
.ion-ios-wine:before,
.ion-ios-woman:before,
.ion-logo-android:before,
.ion-logo-angular:before,
.ion-logo-apple:before,
.ion-logo-bitbucket:before,
.ion-logo-bitcoin:before,
.ion-logo-buffer:before,
.ion-logo-chrome:before,
.ion-logo-closed-captioning:before,
.ion-logo-codepen:before,
.ion-logo-css3:before,
.ion-logo-designernews:before,
.ion-logo-dribbble:before,
.ion-logo-dropbox:before,
.ion-logo-euro:before,
.ion-logo-facebook:before,
.ion-logo-flickr:before,
.ion-logo-foursquare:before,
.ion-logo-freebsd-devil:before,
.ion-logo-game-controller-a:before,
.ion-logo-game-controller-b:before,
.ion-logo-github:before,
.ion-logo-google:before,
.ion-logo-googleplus:before,
.ion-logo-hackernews:before,
.ion-logo-html5:before,
.ion-logo-instagram:before,
.ion-logo-ionic:before,
.ion-logo-ionitron:before,
.ion-logo-javascript:before,
.ion-logo-linkedin:before,
.ion-logo-markdown:before,
.ion-logo-model-s:before,
.ion-logo-no-smoking:before,
.ion-logo-nodejs:before,
.ion-logo-npm:before,
.ion-logo-octocat:before,
.ion-logo-pinterest:before,
.ion-logo-playstation:before,
.ion-logo-polymer:before,
.ion-logo-python:before,
.ion-logo-reddit:before,
.ion-logo-rss:before,
.ion-logo-sass:before,
.ion-logo-skype:before,
.ion-logo-slack:before,
.ion-logo-snapchat:before,
.ion-logo-steam:before,
.ion-logo-tumblr:before,
.ion-logo-tux:before,
.ion-logo-twitch:before,
.ion-logo-twitter:before,
.ion-logo-usd:before,
.ion-logo-vimeo:before,
.ion-logo-vk:before,
.ion-logo-whatsapp:before,
.ion-logo-windows:before,
.ion-logo-wordpress:before,
.ion-logo-xbox:before,
.ion-logo-xing:before,
.ion-logo-yahoo:before,
.ion-logo-yen:before,
.ion-logo-youtube:before,
.ion-md-add:before,
.ion-md-add-circle:before,
.ion-md-add-circle-outline:before,
.ion-md-airplane:before,
.ion-md-alarm:before,
.ion-md-albums:before,
.ion-md-alert:before,
.ion-md-american-football:before,
.ion-md-analytics:before,
.ion-md-aperture:before,
.ion-md-apps:before,
.ion-md-appstore:before,
.ion-md-archive:before,
.ion-md-arrow-back:before,
.ion-md-arrow-down:before,
.ion-md-arrow-dropdown:before,
.ion-md-arrow-dropdown-circle:before,
.ion-md-arrow-dropleft:before,
.ion-md-arrow-dropleft-circle:before,
.ion-md-arrow-dropright:before,
.ion-md-arrow-dropright-circle:before,
.ion-md-arrow-dropup:before,
.ion-md-arrow-dropup-circle:before,
.ion-md-arrow-forward:before,
.ion-md-arrow-round-back:before,
.ion-md-arrow-round-down:before,
.ion-md-arrow-round-forward:before,
.ion-md-arrow-round-up:before,
.ion-md-arrow-up:before,
.ion-md-at:before,
.ion-md-attach:before,
.ion-md-backspace:before,
.ion-md-barcode:before,
.ion-md-baseball:before,
.ion-md-basket:before,
.ion-md-basketball:before,
.ion-md-battery-charging:before,
.ion-md-battery-dead:before,
.ion-md-battery-full:before,
.ion-md-beaker:before,
.ion-md-bed:before,
.ion-md-beer:before,
.ion-md-bicycle:before,
.ion-md-bluetooth:before,
.ion-md-boat:before,
.ion-md-body:before,
.ion-md-bonfire:before,
.ion-md-book:before,
.ion-md-bookmark:before,
.ion-md-bookmarks:before,
.ion-md-bowtie:before,
.ion-md-briefcase:before,
.ion-md-browsers:before,
.ion-md-brush:before,
.ion-md-bug:before,
.ion-md-build:before,
.ion-md-bulb:before,
.ion-md-bus:before,
.ion-md-business:before,
.ion-md-cafe:before,
.ion-md-calculator:before,
.ion-md-calendar:before,
.ion-md-call:before,
.ion-md-camera:before,
.ion-md-car:before,
.ion-md-card:before,
.ion-md-cart:before,
.ion-md-cash:before,
.ion-md-cellular:before,
.ion-md-chatboxes:before,
.ion-md-chatbubbles:before,
.ion-md-checkbox:before,
.ion-md-checkbox-outline:before,
.ion-md-checkmark:before,
.ion-md-checkmark-circle:before,
.ion-md-checkmark-circle-outline:before,
.ion-md-clipboard:before,
.ion-md-clock:before,
.ion-md-close:before,
.ion-md-close-circle:before,
.ion-md-close-circle-outline:before,
.ion-md-cloud:before,
.ion-md-cloud-circle:before,
.ion-md-cloud-done:before,
.ion-md-cloud-download:before,
.ion-md-cloud-outline:before,
.ion-md-cloud-upload:before,
.ion-md-cloudy:before,
.ion-md-cloudy-night:before,
.ion-md-code:before,
.ion-md-code-download:before,
.ion-md-code-working:before,
.ion-md-cog:before,
.ion-md-color-fill:before,
.ion-md-color-filter:before,
.ion-md-color-palette:before,
.ion-md-color-wand:before,
.ion-md-compass:before,
.ion-md-construct:before,
.ion-md-contact:before,
.ion-md-contacts:before,
.ion-md-contract:before,
.ion-md-contrast:before,
.ion-md-copy:before,
.ion-md-create:before,
.ion-md-crop:before,
.ion-md-cube:before,
.ion-md-cut:before,
.ion-md-desktop:before,
.ion-md-disc:before,
.ion-md-document:before,
.ion-md-done-all:before,
.ion-md-download:before,
.ion-md-easel:before,
.ion-md-egg:before,
.ion-md-exit:before,
.ion-md-expand:before,
.ion-md-eye:before,
.ion-md-eye-off:before,
.ion-md-fastforward:before,
.ion-md-female:before,
.ion-md-filing:before,
.ion-md-film:before,
.ion-md-finger-print:before,
.ion-md-fitness:before,
.ion-md-flag:before,
.ion-md-flame:before,
.ion-md-flash:before,
.ion-md-flash-off:before,
.ion-md-flashlight:before,
.ion-md-flask:before,
.ion-md-flower:before,
.ion-md-folder:before,
.ion-md-folder-open:before,
.ion-md-football:before,
.ion-md-funnel:before,
.ion-md-gift:before,
.ion-md-git-branch:before,
.ion-md-git-commit:before,
.ion-md-git-compare:before,
.ion-md-git-merge:before,
.ion-md-git-network:before,
.ion-md-git-pull-request:before,
.ion-md-glasses:before,
.ion-md-globe:before,
.ion-md-grid:before,
.ion-md-hammer:before,
.ion-md-hand:before,
.ion-md-happy:before,
.ion-md-headset:before,
.ion-md-heart:before,
.ion-md-heart-dislike:before,
.ion-md-heart-empty:before,
.ion-md-heart-half:before,
.ion-md-help:before,
.ion-md-help-buoy:before,
.ion-md-help-circle:before,
.ion-md-help-circle-outline:before,
.ion-md-home:before,
.ion-md-hourglass:before,
.ion-md-ice-cream:before,
.ion-md-image:before,
.ion-md-images:before,
.ion-md-infinite:before,
.ion-md-information:before,
.ion-md-information-circle:before,
.ion-md-information-circle-outline:before,
.ion-md-jet:before,
.ion-md-journal:before,
.ion-md-key:before,
.ion-md-keypad:before,
.ion-md-laptop:before,
.ion-md-leaf:before,
.ion-md-link:before,
.ion-md-list:before,
.ion-md-list-box:before,
.ion-md-locate:before,
.ion-md-lock:before,
.ion-md-log-in:before,
.ion-md-log-out:before,
.ion-md-magnet:before,
.ion-md-mail:before,
.ion-md-mail-open:before,
.ion-md-mail-unread:before,
.ion-md-male:before,
.ion-md-man:before,
.ion-md-map:before,
.ion-md-medal:before,
.ion-md-medical:before,
.ion-md-medkit:before,
.ion-md-megaphone:before,
.ion-md-menu:before,
.ion-md-mic:before,
.ion-md-mic-off:before,
.ion-md-microphone:before,
.ion-md-moon:before,
.ion-md-more:before,
.ion-md-move:before,
.ion-md-musical-note:before,
.ion-md-musical-notes:before,
.ion-md-navigate:before,
.ion-md-notifications:before,
.ion-md-notifications-off:before,
.ion-md-notifications-outline:before,
.ion-md-nuclear:before,
.ion-md-nutrition:before,
.ion-md-open:before,
.ion-md-options:before,
.ion-md-outlet:before,
.ion-md-paper:before,
.ion-md-paper-plane:before,
.ion-md-partly-sunny:before,
.ion-md-pause:before,
.ion-md-paw:before,
.ion-md-people:before,
.ion-md-person:before,
.ion-md-person-add:before,
.ion-md-phone-landscape:before,
.ion-md-phone-portrait:before,
.ion-md-photos:before,
.ion-md-pie:before,
.ion-md-pin:before,
.ion-md-pint:before,
.ion-md-pizza:before,
.ion-md-planet:before,
.ion-md-play:before,
.ion-md-play-circle:before,
.ion-md-podium:before,
.ion-md-power:before,
.ion-md-pricetag:before,
.ion-md-pricetags:before,
.ion-md-print:before,
.ion-md-pulse:before,
.ion-md-qr-scanner:before,
.ion-md-quote:before,
.ion-md-radio:before,
.ion-md-radio-button-off:before,
.ion-md-radio-button-on:before,
.ion-md-rainy:before,
.ion-md-recording:before,
.ion-md-redo:before,
.ion-md-refresh:before,
.ion-md-refresh-circle:before,
.ion-md-remove:before,
.ion-md-remove-circle:before,
.ion-md-remove-circle-outline:before,
.ion-md-reorder:before,
.ion-md-repeat:before,
.ion-md-resize:before,
.ion-md-restaurant:before,
.ion-md-return-left:before,
.ion-md-return-right:before,
.ion-md-reverse-camera:before,
.ion-md-rewind:before,
.ion-md-ribbon:before,
.ion-md-rocket:before,
.ion-md-rose:before,
.ion-md-sad:before,
.ion-md-save:before,
.ion-md-school:before,
.ion-md-search:before,
.ion-md-send:before,
.ion-md-settings:before,
.ion-md-share:before,
.ion-md-share-alt:before,
.ion-md-shirt:before,
.ion-md-shuffle:before,
.ion-md-skip-backward:before,
.ion-md-skip-forward:before,
.ion-md-snow:before,
.ion-md-speedometer:before,
.ion-md-square:before,
.ion-md-square-outline:before,
.ion-md-star:before,
.ion-md-star-half:before,
.ion-md-star-outline:before,
.ion-md-stats:before,
.ion-md-stopwatch:before,
.ion-md-subway:before,
.ion-md-sunny:before,
.ion-md-swap:before,
.ion-md-switch:before,
.ion-md-sync:before,
.ion-md-tablet-landscape:before,
.ion-md-tablet-portrait:before,
.ion-md-tennisball:before,
.ion-md-text:before,
.ion-md-thermometer:before,
.ion-md-thumbs-down:before,
.ion-md-thumbs-up:before,
.ion-md-thunderstorm:before,
.ion-md-time:before,
.ion-md-timer:before,
.ion-md-today:before,
.ion-md-train:before,
.ion-md-transgender:before,
.ion-md-trash:before,
.ion-md-trending-down:before,
.ion-md-trending-up:before,
.ion-md-trophy:before,
.ion-md-tv:before,
.ion-md-umbrella:before,
.ion-md-undo:before,
.ion-md-unlock:before,
.ion-md-videocam:before,
.ion-md-volume-high:before,
.ion-md-volume-low:before,
.ion-md-volume-mute:before,
.ion-md-volume-off:before,
.ion-md-walk:before,
.ion-md-wallet:before,
.ion-md-warning:before,
.ion-md-watch:before,
.ion-md-water:before,
.ion-md-wifi:before,
.ion-md-wine:before,
.ion-md-woman:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ion-ios-add:before {
	content: "\f102"
}

.ion-ios-add-circle:before {
	content: "\f101"
}

.ion-ios-add-circle-outline:before {
	content: "\f100"
}

.ion-ios-airplane:before {
	content: "\f137"
}

.ion-ios-alarm:before {
	content: "\f3c8"
}

.ion-ios-albums:before {
	content: "\f3ca"
}

.ion-ios-alert:before {
	content: "\f104"
}

.ion-ios-american-football:before {
	content: "\f106"
}

.ion-ios-analytics:before {
	content: "\f3ce"
}

.ion-ios-aperture:before {
	content: "\f108"
}

.ion-ios-apps:before {
	content: "\f10a"
}

.ion-ios-appstore:before {
	content: "\f10c"
}

.ion-ios-archive:before {
	content: "\f10e"
}

.ion-ios-arrow-back:before {
	content: "\f3cf"
}

.ion-ios-arrow-down:before {
	content: "\f3d0"
}

.ion-ios-arrow-dropdown:before {
	content: "\f110"
}

.ion-ios-arrow-dropdown-circle:before {
	content: "\f125"
}

.ion-ios-arrow-dropleft:before {
	content: "\f112"
}

.ion-ios-arrow-dropleft-circle:before {
	content: "\f129"
}

.ion-ios-arrow-dropright:before {
	content: "\f114"
}

.ion-ios-arrow-dropright-circle:before {
	content: "\f12b"
}

.ion-ios-arrow-dropup:before {
	content: "\f116"
}

.ion-ios-arrow-dropup-circle:before {
	content: "\f12d"
}

.ion-ios-arrow-forward:before {
	content: "\f3d1"
}

.ion-ios-arrow-round-back:before {
	content: "\f117"
}

.ion-ios-arrow-round-down:before {
	content: "\f118"
}

.ion-ios-arrow-round-forward:before {
	content: "\f119"
}

.ion-ios-arrow-round-up:before {
	content: "\f11a"
}

.ion-ios-arrow-up:before {
	content: "\f3d8"
}

.ion-ios-at:before {
	content: "\f3da"
}

.ion-ios-attach:before {
	content: "\f11b"
}

.ion-ios-backspace:before {
	content: "\f11d"
}

.ion-ios-barcode:before {
	content: "\f3dc"
}

.ion-ios-baseball:before {
	content: "\f3de"
}

.ion-ios-basket:before {
	content: "\f11f"
}

.ion-ios-basketball:before {
	content: "\f3e0"
}

.ion-ios-battery-charging:before {
	content: "\f120"
}

.ion-ios-battery-dead:before {
	content: "\f121"
}

.ion-ios-battery-full:before {
	content: "\f122"
}

.ion-ios-beaker:before {
	content: "\f124"
}

.ion-ios-bed:before {
	content: "\f139"
}

.ion-ios-beer:before {
	content: "\f126"
}

.ion-ios-bicycle:before {
	content: "\f127"
}

.ion-ios-bluetooth:before {
	content: "\f128"
}

.ion-ios-boat:before {
	content: "\f12a"
}

.ion-ios-body:before {
	content: "\f3e4"
}

.ion-ios-bonfire:before {
	content: "\f12c"
}

.ion-ios-book:before {
	content: "\f3e8"
}

.ion-ios-bookmark:before {
	content: "\f12e"
}

.ion-ios-bookmarks:before {
	content: "\f3ea"
}

.ion-ios-bowtie:before {
	content: "\f130"
}

.ion-ios-briefcase:before {
	content: "\f3ee"
}

.ion-ios-browsers:before {
	content: "\f3f0"
}

.ion-ios-brush:before {
	content: "\f132"
}

.ion-ios-bug:before {
	content: "\f134"
}

.ion-ios-build:before {
	content: "\f136"
}

.ion-ios-bulb:before {
	content: "\f138"
}

.ion-ios-bus:before {
	content: "\f13a"
}

.ion-ios-business:before {
	content: "\f1a3"
}

.ion-ios-cafe:before {
	content: "\f13c"
}

.ion-ios-calculator:before {
	content: "\f3f2"
}

.ion-ios-calendar:before {
	content: "\f3f4"
}

.ion-ios-call:before {
	content: "\f13e"
}

.ion-ios-camera:before {
	content: "\f3f6"
}

.ion-ios-car:before {
	content: "\f140"
}

.ion-ios-card:before {
	content: "\f142"
}

.ion-ios-cart:before {
	content: "\f3f8"
}

.ion-ios-cash:before {
	content: "\f144"
}

.ion-ios-cellular:before {
	content: "\f13d"
}

.ion-ios-chatboxes:before {
	content: "\f3fa"
}

.ion-ios-chatbubbles:before {
	content: "\f146"
}

.ion-ios-checkbox:before {
	content: "\f148"
}

.ion-ios-checkbox-outline:before {
	content: "\f147"
}

.ion-ios-checkmark:before {
	content: "\f3ff"
}

.ion-ios-checkmark-circle:before {
	content: "\f14a"
}

.ion-ios-checkmark-circle-outline:before {
	content: "\f149"
}

.ion-ios-clipboard:before {
	content: "\f14c"
}

.ion-ios-clock:before {
	content: "\f403"
}

.ion-ios-close:before {
	content: "\f406"
}

.ion-ios-close-circle:before {
	content: "\f14e"
}

.ion-ios-close-circle-outline:before {
	content: "\f14d"
}

.ion-ios-cloud:before {
	content: "\f40c"
}

.ion-ios-cloud-circle:before {
	content: "\f152"
}

.ion-ios-cloud-done:before {
	content: "\f154"
}

.ion-ios-cloud-download:before {
	content: "\f408"
}

.ion-ios-cloud-outline:before {
	content: "\f409"
}

.ion-ios-cloud-upload:before {
	content: "\f40b"
}

.ion-ios-cloudy:before {
	content: "\f410"
}

.ion-ios-cloudy-night:before {
	content: "\f40e"
}

.ion-ios-code:before {
	content: "\f157"
}

.ion-ios-code-download:before {
	content: "\f155"
}

.ion-ios-code-working:before {
	content: "\f156"
}

.ion-ios-cog:before {
	content: "\f412"
}

.ion-ios-color-fill:before {
	content: "\f159"
}

.ion-ios-color-filter:before {
	content: "\f414"
}

.ion-ios-color-palette:before {
	content: "\f15b"
}

.ion-ios-color-wand:before {
	content: "\f416"
}

.ion-ios-compass:before {
	content: "\f15d"
}

.ion-ios-construct:before {
	content: "\f15f"
}

.ion-ios-contact:before {
	content: "\f41a"
}

.ion-ios-contacts:before {
	content: "\f161"
}

.ion-ios-contract:before {
	content: "\f162"
}

.ion-ios-contrast:before {
	content: "\f163"
}

.ion-ios-copy:before {
	content: "\f41c"
}

.ion-ios-create:before {
	content: "\f165"
}

.ion-ios-crop:before {
	content: "\f41e"
}

.ion-ios-cube:before {
	content: "\f168"
}

.ion-ios-cut:before {
	content: "\f16a"
}

.ion-ios-desktop:before {
	content: "\f16c"
}

.ion-ios-disc:before {
	content: "\f16e"
}

.ion-ios-document:before {
	content: "\f170"
}

.ion-ios-done-all:before {
	content: "\f171"
}

.ion-ios-download:before {
	content: "\f420"
}

.ion-ios-easel:before {
	content: "\f173"
}

.ion-ios-egg:before {
	content: "\f175"
}

.ion-ios-exit:before {
	content: "\f177"
}

.ion-ios-expand:before {
	content: "\f178"
}

.ion-ios-eye:before {
	content: "\f425"
}

.ion-ios-eye-off:before {
	content: "\f17a"
}

.ion-ios-fastforward:before {
	content: "\f427"
}

.ion-ios-female:before {
	content: "\f17b"
}

.ion-ios-filing:before {
	content: "\f429"
}

.ion-ios-film:before {
	content: "\f42b"
}

.ion-ios-finger-print:before {
	content: "\f17c"
}

.ion-ios-fitness:before {
	content: "\f1ab"
}

.ion-ios-flag:before {
	content: "\f42d"
}

.ion-ios-flame:before {
	content: "\f42f"
}

.ion-ios-flash:before {
	content: "\f17e"
}

.ion-ios-flash-off:before {
	content: "\f12f"
}

.ion-ios-flashlight:before {
	content: "\f141"
}

.ion-ios-flask:before {
	content: "\f431"
}

.ion-ios-flower:before {
	content: "\f433"
}

.ion-ios-folder:before {
	content: "\f435"
}

.ion-ios-folder-open:before {
	content: "\f180"
}

.ion-ios-football:before {
	content: "\f437"
}

.ion-ios-funnel:before {
	content: "\f182"
}

.ion-ios-gift:before {
	content: "\f191"
}

.ion-ios-git-branch:before {
	content: "\f183"
}

.ion-ios-git-commit:before {
	content: "\f184"
}

.ion-ios-git-compare:before {
	content: "\f185"
}

.ion-ios-git-merge:before {
	content: "\f186"
}

.ion-ios-git-network:before {
	content: "\f187"
}

.ion-ios-git-pull-request:before {
	content: "\f188"
}

.ion-ios-glasses:before {
	content: "\f43f"
}

.ion-ios-globe:before {
	content: "\f18a"
}

.ion-ios-grid:before {
	content: "\f18c"
}

.ion-ios-hammer:before {
	content: "\f18e"
}

.ion-ios-hand:before {
	content: "\f190"
}

.ion-ios-happy:before {
	content: "\f192"
}

.ion-ios-headset:before {
	content: "\f194"
}

.ion-ios-heart:before {
	content: "\f443"
}

.ion-ios-heart-dislike:before {
	content: "\f13f"
}

.ion-ios-heart-empty:before {
	content: "\f19b"
}

.ion-ios-heart-half:before {
	content: "\f19d"
}

.ion-ios-help:before {
	content: "\f446"
}

.ion-ios-help-buoy:before {
	content: "\f196"
}

.ion-ios-help-circle:before {
	content: "\f198"
}

.ion-ios-help-circle-outline:before {
	content: "\f197"
}

.ion-ios-home:before {
	content: "\f448"
}

.ion-ios-hourglass:before {
	content: "\f103"
}

.ion-ios-ice-cream:before {
	content: "\f19a"
}

.ion-ios-image:before {
	content: "\f19c"
}

.ion-ios-images:before {
	content: "\f19e"
}

.ion-ios-infinite:before {
	content: "\f44a"
}

.ion-ios-information:before {
	content: "\f44d"
}

.ion-ios-information-circle:before {
	content: "\f1a0"
}

.ion-ios-information-circle-outline:before {
	content: "\f19f"
}

.ion-ios-jet:before {
	content: "\f1a5"
}

.ion-ios-journal:before {
	content: "\f189"
}

.ion-ios-key:before {
	content: "\f1a7"
}

.ion-ios-keypad:before {
	content: "\f450"
}

.ion-ios-laptop:before {
	content: "\f1a8"
}

.ion-ios-leaf:before {
	content: "\f1aa"
}

.ion-ios-link:before {
	content: "\f22a"
}

.ion-ios-list:before {
	content: "\f454"
}

.ion-ios-list-box:before {
	content: "\f143"
}

.ion-ios-locate:before {
	content: "\f1ae"
}

.ion-ios-lock:before {
	content: "\f1b0"
}

.ion-ios-log-in:before {
	content: "\f1b1"
}

.ion-ios-log-out:before {
	content: "\f1b2"
}

.ion-ios-magnet:before {
	content: "\f1b4"
}

.ion-ios-mail:before {
	content: "\f1b8"
}

.ion-ios-mail-open:before {
	content: "\f1b6"
}

.ion-ios-mail-unread:before {
	content: "\f145"
}

.ion-ios-male:before {
	content: "\f1b9"
}

.ion-ios-man:before {
	content: "\f1bb"
}

.ion-ios-map:before {
	content: "\f1bd"
}

.ion-ios-medal:before {
	content: "\f1bf"
}

.ion-ios-medical:before {
	content: "\f45c"
}

.ion-ios-medkit:before {
	content: "\f45e"
}

.ion-ios-megaphone:before {
	content: "\f1c1"
}

.ion-ios-menu:before {
	content: "\f1c3"
}

.ion-ios-mic:before {
	content: "\f461"
}

.ion-ios-mic-off:before {
	content: "\f45f"
}

.ion-ios-microphone:before {
	content: "\f1c6"
}

.ion-ios-moon:before {
	content: "\f468"
}

.ion-ios-more:before {
	content: "\f1c8"
}

.ion-ios-move:before {
	content: "\f1cb"
}

.ion-ios-musical-note:before {
	content: "\f46b"
}

.ion-ios-musical-notes:before {
	content: "\f46c"
}

.ion-ios-navigate:before {
	content: "\f46e"
}

.ion-ios-notifications:before {
	content: "\f1d3"
}

.ion-ios-notifications-off:before {
	content: "\f1d1"
}

.ion-ios-notifications-outline:before {
	content: "\f133"
}

.ion-ios-nuclear:before {
	content: "\f1d5"
}

.ion-ios-nutrition:before {
	content: "\f470"
}

.ion-ios-open:before {
	content: "\f1d7"
}

.ion-ios-options:before {
	content: "\f1d9"
}

.ion-ios-outlet:before {
	content: "\f1db"
}

.ion-ios-paper:before {
	content: "\f472"
}

.ion-ios-paper-plane:before {
	content: "\f1dd"
}

.ion-ios-partly-sunny:before {
	content: "\f1df"
}

.ion-ios-pause:before {
	content: "\f478"
}

.ion-ios-paw:before {
	content: "\f47a"
}

.ion-ios-people:before {
	content: "\f47c"
}

.ion-ios-person:before {
	content: "\f47e"
}

.ion-ios-person-add:before {
	content: "\f1e1"
}

.ion-ios-phone-landscape:before {
	content: "\f1e2"
}

.ion-ios-phone-portrait:before {
	content: "\f1e3"
}

.ion-ios-photos:before {
	content: "\f482"
}

.ion-ios-pie:before {
	content: "\f484"
}

.ion-ios-pin:before {
	content: "\f1e5"
}

.ion-ios-pint:before {
	content: "\f486"
}

.ion-ios-pizza:before {
	content: "\f1e7"
}

.ion-ios-planet:before {
	content: "\f1eb"
}

.ion-ios-play:before {
	content: "\f488"
}

.ion-ios-play-circle:before {
	content: "\f113"
}

.ion-ios-podium:before {
	content: "\f1ed"
}

.ion-ios-power:before {
	content: "\f1ef"
}

.ion-ios-pricetag:before {
	content: "\f48d"
}

.ion-ios-pricetags:before {
	content: "\f48f"
}

.ion-ios-print:before {
	content: "\f1f1"
}

.ion-ios-pulse:before {
	content: "\f493"
}

.ion-ios-qr-scanner:before {
	content: "\f1f3"
}

.ion-ios-quote:before {
	content: "\f1f5"
}

.ion-ios-radio:before {
	content: "\f1f9"
}

.ion-ios-radio-button-off:before {
	content: "\f1f6"
}

.ion-ios-radio-button-on:before {
	content: "\f1f7"
}

.ion-ios-rainy:before {
	content: "\f495"
}

.ion-ios-recording:before {
	content: "\f497"
}

.ion-ios-redo:before {
	content: "\f499"
}

.ion-ios-refresh:before {
	content: "\f49c"
}

.ion-ios-refresh-circle:before {
	content: "\f135"
}

.ion-ios-remove:before {
	content: "\f1fc"
}

.ion-ios-remove-circle:before {
	content: "\f1fb"
}

.ion-ios-remove-circle-outline:before {
	content: "\f1fa"
}

.ion-ios-reorder:before {
	content: "\f1fd"
}

.ion-ios-repeat:before {
	content: "\f1fe"
}

.ion-ios-resize:before {
	content: "\f1ff"
}

.ion-ios-restaurant:before {
	content: "\f201"
}

.ion-ios-return-left:before {
	content: "\f202"
}

.ion-ios-return-right:before {
	content: "\f203"
}

.ion-ios-reverse-camera:before {
	content: "\f49f"
}

.ion-ios-rewind:before {
	content: "\f4a1"
}

.ion-ios-ribbon:before {
	content: "\f205"
}

.ion-ios-rocket:before {
	content: "\f14b"
}

.ion-ios-rose:before {
	content: "\f4a3"
}

.ion-ios-sad:before {
	content: "\f207"
}

.ion-ios-save:before {
	content: "\f1a6"
}

.ion-ios-school:before {
	content: "\f209"
}

.ion-ios-search:before {
	content: "\f4a5"
}

.ion-ios-send:before {
	content: "\f20c"
}

.ion-ios-settings:before {
	content: "\f4a7"
}

.ion-ios-share:before {
	content: "\f211"
}

.ion-ios-share-alt:before {
	content: "\f20f"
}

.ion-ios-shirt:before {
	content: "\f213"
}

.ion-ios-shuffle:before {
	content: "\f4a9"
}

.ion-ios-skip-backward:before {
	content: "\f215"
}

.ion-ios-skip-forward:before {
	content: "\f217"
}

.ion-ios-snow:before {
	content: "\f218"
}

.ion-ios-speedometer:before {
	content: "\f4b0"
}

.ion-ios-square:before {
	content: "\f21a"
}

.ion-ios-square-outline:before {
	content: "\f15c"
}

.ion-ios-star:before {
	content: "\f4b3"
}

.ion-ios-star-half:before {
	content: "\f4b1"
}

.ion-ios-star-outline:before {
	content: "\f4b2"
}

.ion-ios-stats:before {
	content: "\f21c"
}

.ion-ios-stopwatch:before {
	content: "\f4b5"
}

.ion-ios-subway:before {
	content: "\f21e"
}

.ion-ios-sunny:before {
	content: "\f4b7"
}

.ion-ios-swap:before {
	content: "\f21f"
}

.ion-ios-switch:before {
	content: "\f221"
}

.ion-ios-sync:before {
	content: "\f222"
}

.ion-ios-tablet-landscape:before {
	content: "\f223"
}

.ion-ios-tablet-portrait:before {
	content: "\f24e"
}

.ion-ios-tennisball:before {
	content: "\f4bb"
}

.ion-ios-text:before {
	content: "\f250"
}

.ion-ios-thermometer:before {
	content: "\f252"
}

.ion-ios-thumbs-down:before {
	content: "\f254"
}

.ion-ios-thumbs-up:before {
	content: "\f256"
}

.ion-ios-thunderstorm:before {
	content: "\f4bd"
}

.ion-ios-time:before {
	content: "\f4bf"
}

.ion-ios-timer:before {
	content: "\f4c1"
}

.ion-ios-today:before {
	content: "\f14f"
}

.ion-ios-train:before {
	content: "\f258"
}

.ion-ios-transgender:before {
	content: "\f259"
}

.ion-ios-trash:before {
	content: "\f4c5"
}

.ion-ios-trending-down:before {
	content: "\f25a"
}

.ion-ios-trending-up:before {
	content: "\f25b"
}

.ion-ios-trophy:before {
	content: "\f25d"
}

.ion-ios-tv:before {
	content: "\f115"
}

.ion-ios-umbrella:before {
	content: "\f25f"
}

.ion-ios-undo:before {
	content: "\f4c7"
}

.ion-ios-unlock:before {
	content: "\f261"
}

.ion-ios-videocam:before {
	content: "\f4cd"
}

.ion-ios-volume-high:before {
	content: "\f11c"
}

.ion-ios-volume-low:before {
	content: "\f11e"
}

.ion-ios-volume-mute:before {
	content: "\f263"
}

.ion-ios-volume-off:before {
	content: "\f264"
}

.ion-ios-walk:before {
	content: "\f266"
}

.ion-ios-wallet:before {
	content: "\f18b"
}

.ion-ios-warning:before {
	content: "\f268"
}

.ion-ios-watch:before {
	content: "\f269"
}

.ion-ios-water:before {
	content: "\f26b"
}

.ion-ios-wifi:before {
	content: "\f26d"
}

.ion-ios-wine:before {
	content: "\f26f"
}

.ion-ios-woman:before {
	content: "\f271"
}

.ion-logo-android:before {
	content: "\f225"
}

.ion-logo-angular:before {
	content: "\f227"
}

.ion-logo-apple:before {
	content: "\f229"
}

.ion-logo-bitbucket:before {
	content: "\f193"
}

.ion-logo-bitcoin:before {
	content: "\f22b"
}

.ion-logo-buffer:before {
	content: "\f22d"
}

.ion-logo-chrome:before {
	content: "\f22f"
}

.ion-logo-closed-captioning:before {
	content: "\f105"
}

.ion-logo-codepen:before {
	content: "\f230"
}

.ion-logo-css3:before {
	content: "\f231"
}

.ion-logo-designernews:before {
	content: "\f232"
}

.ion-logo-dribbble:before {
	content: "\f233"
}

.ion-logo-dropbox:before {
	content: "\f234"
}

.ion-logo-euro:before {
	content: "\f235"
}

.ion-logo-facebook:before {
	content: "\f236"
}

.ion-logo-flickr:before {
	content: "\f107"
}

.ion-logo-foursquare:before {
	content: "\f237"
}

.ion-logo-freebsd-devil:before {
	content: "\f238"
}

.ion-logo-game-controller-a:before {
	content: "\f13b"
}

.ion-logo-game-controller-b:before {
	content: "\f181"
}

.ion-logo-github:before {
	content: "\f239"
}

.ion-logo-google:before {
	content: "\f23a"
}

.ion-logo-googleplus:before {
	content: "\f23b"
}

.ion-logo-hackernews:before {
	content: "\f23c"
}

.ion-logo-html5:before {
	content: "\f23d"
}

.ion-logo-instagram:before {
	content: "\f23e"
}

.ion-logo-ionic:before {
	content: "\f150"
}

.ion-logo-ionitron:before {
	content: "\f151"
}

.ion-logo-javascript:before {
	content: "\f23f"
}

.ion-logo-linkedin:before {
	content: "\f240"
}

.ion-logo-markdown:before {
	content: "\f241"
}

.ion-logo-model-s:before {
	content: "\f153"
}

.ion-logo-no-smoking:before {
	content: "\f109"
}

.ion-logo-nodejs:before {
	content: "\f242"
}

.ion-logo-npm:before {
	content: "\f195"
}

.ion-logo-octocat:before {
	content: "\f243"
}

.ion-logo-pinterest:before {
	content: "\f244"
}

.ion-logo-playstation:before {
	content: "\f245"
}

.ion-logo-polymer:before {
	content: "\f15e"
}

.ion-logo-python:before {
	content: "\f246"
}

.ion-logo-reddit:before {
	content: "\f247"
}

.ion-logo-rss:before {
	content: "\f248"
}

.ion-logo-sass:before {
	content: "\f249"
}

.ion-logo-skype:before {
	content: "\f24a"
}

.ion-logo-slack:before {
	content: "\f10b"
}

.ion-logo-snapchat:before {
	content: "\f24b"
}

.ion-logo-steam:before {
	content: "\f24c"
}

.ion-logo-tumblr:before {
	content: "\f24d"
}

.ion-logo-tux:before {
	content: "\f2ae"
}

.ion-logo-twitch:before {
	content: "\f2af"
}

.ion-logo-twitter:before {
	content: "\f2b0"
}

.ion-logo-usd:before {
	content: "\f2b1"
}

.ion-logo-vimeo:before {
	content: "\f2c4"
}

.ion-logo-vk:before {
	content: "\f10d"
}

.ion-logo-whatsapp:before {
	content: "\f2c5"
}

.ion-logo-windows:before {
	content: "\f32f"
}

.ion-logo-wordpress:before {
	content: "\f330"
}

.ion-logo-xbox:before {
	content: "\f34c"
}

.ion-logo-xing:before {
	content: "\f10f"
}

.ion-logo-yahoo:before {
	content: "\f34d"
}

.ion-logo-yen:before {
	content: "\f34e"
}

.ion-logo-youtube:before {
	content: "\f34f"
}

.ion-md-add:before {
	content: "\f273"
}

.ion-md-add-circle:before {
	content: "\f272"
}

.ion-md-add-circle-outline:before {
	content: "\f158"
}

.ion-md-airplane:before {
	content: "\f15a"
}

.ion-md-alarm:before {
	content: "\f274"
}

.ion-md-albums:before {
	content: "\f275"
}

.ion-md-alert:before {
	content: "\f276"
}

.ion-md-american-football:before {
	content: "\f277"
}

.ion-md-analytics:before {
	content: "\f278"
}

.ion-md-aperture:before {
	content: "\f279"
}

.ion-md-apps:before {
	content: "\f27a"
}

.ion-md-appstore:before {
	content: "\f27b"
}

.ion-md-archive:before {
	content: "\f27c"
}

.ion-md-arrow-back:before {
	content: "\f27d"
}

.ion-md-arrow-down:before {
	content: "\f27e"
}

.ion-md-arrow-dropdown:before {
	content: "\f280"
}

.ion-md-arrow-dropdown-circle:before {
	content: "\f27f"
}

.ion-md-arrow-dropleft:before {
	content: "\f282"
}

.ion-md-arrow-dropleft-circle:before {
	content: "\f281"
}

.ion-md-arrow-dropright:before {
	content: "\f284"
}

.ion-md-arrow-dropright-circle:before {
	content: "\f283"
}

.ion-md-arrow-dropup:before {
	content: "\f286"
}

.ion-md-arrow-dropup-circle:before {
	content: "\f285"
}

.ion-md-arrow-forward:before {
	content: "\f287"
}

.ion-md-arrow-round-back:before {
	content: "\f288"
}

.ion-md-arrow-round-down:before {
	content: "\f289"
}

.ion-md-arrow-round-forward:before {
	content: "\f28a"
}

.ion-md-arrow-round-up:before {
	content: "\f28b"
}

.ion-md-arrow-up:before {
	content: "\f28c"
}

.ion-md-at:before {
	content: "\f28d"
}

.ion-md-attach:before {
	content: "\f28e"
}

.ion-md-backspace:before {
	content: "\f28f"
}

.ion-md-barcode:before {
	content: "\f290"
}

.ion-md-baseball:before {
	content: "\f291"
}

.ion-md-basket:before {
	content: "\f292"
}

.ion-md-basketball:before {
	content: "\f293"
}

.ion-md-battery-charging:before {
	content: "\f294"
}

.ion-md-battery-dead:before {
	content: "\f295"
}

.ion-md-battery-full:before {
	content: "\f296"
}

.ion-md-beaker:before {
	content: "\f297"
}

.ion-md-bed:before {
	content: "\f160"
}

.ion-md-beer:before {
	content: "\f298"
}

.ion-md-bicycle:before {
	content: "\f299"
}

.ion-md-bluetooth:before {
	content: "\f29a"
}

.ion-md-boat:before {
	content: "\f29b"
}

.ion-md-body:before {
	content: "\f29c"
}

.ion-md-bonfire:before {
	content: "\f29d"
}

.ion-md-book:before {
	content: "\f29e"
}

.ion-md-bookmark:before {
	content: "\f29f"
}

.ion-md-bookmarks:before {
	content: "\f2a0"
}

.ion-md-bowtie:before {
	content: "\f2a1"
}

.ion-md-briefcase:before {
	content: "\f2a2"
}

.ion-md-browsers:before {
	content: "\f2a3"
}

.ion-md-brush:before {
	content: "\f2a4"
}

.ion-md-bug:before {
	content: "\f2a5"
}

.ion-md-build:before {
	content: "\f2a6"
}

.ion-md-bulb:before {
	content: "\f2a7"
}

.ion-md-bus:before {
	content: "\f2a8"
}

.ion-md-business:before {
	content: "\f1a4"
}

.ion-md-cafe:before {
	content: "\f2a9"
}

.ion-md-calculator:before {
	content: "\f2aa"
}

.ion-md-calendar:before {
	content: "\f2ab"
}

.ion-md-call:before {
	content: "\f2ac"
}

.ion-md-camera:before {
	content: "\f2ad"
}

.ion-md-car:before {
	content: "\f2b2"
}

.ion-md-card:before {
	content: "\f2b3"
}

.ion-md-cart:before {
	content: "\f2b4"
}

.ion-md-cash:before {
	content: "\f2b5"
}

.ion-md-cellular:before {
	content: "\f164"
}

.ion-md-chatboxes:before {
	content: "\f2b6"
}

.ion-md-chatbubbles:before {
	content: "\f2b7"
}

.ion-md-checkbox:before {
	content: "\f2b9"
}

.ion-md-checkbox-outline:before {
	content: "\f2b8"
}

.ion-md-checkmark:before {
	content: "\f2bc"
}

.ion-md-checkmark-circle:before {
	content: "\f2bb"
}

.ion-md-checkmark-circle-outline:before {
	content: "\f2ba"
}

.ion-md-clipboard:before {
	content: "\f2bd"
}

.ion-md-clock:before {
	content: "\f2be"
}

.ion-md-close:before {
	content: "\f2c0"
}

.ion-md-close-circle:before {
	content: "\f2bf"
}

.ion-md-close-circle-outline:before {
	content: "\f166"
}

.ion-md-cloud:before {
	content: "\f2c9"
}

.ion-md-cloud-circle:before {
	content: "\f2c2"
}

.ion-md-cloud-done:before {
	content: "\f2c3"
}

.ion-md-cloud-download:before {
	content: "\f2c6"
}

.ion-md-cloud-outline:before {
	content: "\f2c7"
}

.ion-md-cloud-upload:before {
	content: "\f2c8"
}

.ion-md-cloudy:before {
	content: "\f2cb"
}

.ion-md-cloudy-night:before {
	content: "\f2ca"
}

.ion-md-code:before {
	content: "\f2ce"
}

.ion-md-code-download:before {
	content: "\f2cc"
}

.ion-md-code-working:before {
	content: "\f2cd"
}

.ion-md-cog:before {
	content: "\f2cf"
}

.ion-md-color-fill:before {
	content: "\f2d0"
}

.ion-md-color-filter:before {
	content: "\f2d1"
}

.ion-md-color-palette:before {
	content: "\f2d2"
}

.ion-md-color-wand:before {
	content: "\f2d3"
}

.ion-md-compass:before {
	content: "\f2d4"
}

.ion-md-construct:before {
	content: "\f2d5"
}

.ion-md-contact:before {
	content: "\f2d6"
}

.ion-md-contacts:before {
	content: "\f2d7"
}

.ion-md-contract:before {
	content: "\f2d8"
}

.ion-md-contrast:before {
	content: "\f2d9"
}

.ion-md-copy:before {
	content: "\f2da"
}

.ion-md-create:before {
	content: "\f2db"
}

.ion-md-crop:before {
	content: "\f2dc"
}

.ion-md-cube:before {
	content: "\f2dd"
}

.ion-md-cut:before {
	content: "\f2de"
}

.ion-md-desktop:before {
	content: "\f2df"
}

.ion-md-disc:before {
	content: "\f2e0"
}

.ion-md-document:before {
	content: "\f2e1"
}

.ion-md-done-all:before {
	content: "\f2e2"
}

.ion-md-download:before {
	content: "\f2e3"
}

.ion-md-easel:before {
	content: "\f2e4"
}

.ion-md-egg:before {
	content: "\f2e5"
}

.ion-md-exit:before {
	content: "\f2e6"
}

.ion-md-expand:before {
	content: "\f2e7"
}

.ion-md-eye:before {
	content: "\f2e9"
}

.ion-md-eye-off:before {
	content: "\f2e8"
}

.ion-md-fastforward:before {
	content: "\f2ea"
}

.ion-md-female:before {
	content: "\f2eb"
}

.ion-md-filing:before {
	content: "\f2ec"
}

.ion-md-film:before {
	content: "\f2ed"
}

.ion-md-finger-print:before {
	content: "\f2ee"
}

.ion-md-fitness:before {
	content: "\f1ac"
}

.ion-md-flag:before {
	content: "\f2ef"
}

.ion-md-flame:before {
	content: "\f2f0"
}

.ion-md-flash:before {
	content: "\f2f1"
}

.ion-md-flash-off:before {
	content: "\f169"
}

.ion-md-flashlight:before {
	content: "\f16b"
}

.ion-md-flask:before {
	content: "\f2f2"
}

.ion-md-flower:before {
	content: "\f2f3"
}

.ion-md-folder:before {
	content: "\f2f5"
}

.ion-md-folder-open:before {
	content: "\f2f4"
}

.ion-md-football:before {
	content: "\f2f6"
}

.ion-md-funnel:before {
	content: "\f2f7"
}

.ion-md-gift:before {
	content: "\f199"
}

.ion-md-git-branch:before {
	content: "\f2fa"
}

.ion-md-git-commit:before {
	content: "\f2fb"
}

.ion-md-git-compare:before {
	content: "\f2fc"
}

.ion-md-git-merge:before {
	content: "\f2fd"
}

.ion-md-git-network:before {
	content: "\f2fe"
}

.ion-md-git-pull-request:before {
	content: "\f2ff"
}

.ion-md-glasses:before {
	content: "\f300"
}

.ion-md-globe:before {
	content: "\f301"
}

.ion-md-grid:before {
	content: "\f302"
}

.ion-md-hammer:before {
	content: "\f303"
}

.ion-md-hand:before {
	content: "\f304"
}

.ion-md-happy:before {
	content: "\f305"
}

.ion-md-headset:before {
	content: "\f306"
}

.ion-md-heart:before {
	content: "\f308"
}

.ion-md-heart-dislike:before {
	content: "\f167"
}

.ion-md-heart-empty:before {
	content: "\f1a1"
}

.ion-md-heart-half:before {
	content: "\f1a2"
}

.ion-md-help:before {
	content: "\f30b"
}

.ion-md-help-buoy:before {
	content: "\f309"
}

.ion-md-help-circle:before {
	content: "\f30a"
}

.ion-md-help-circle-outline:before {
	content: "\f16d"
}

.ion-md-home:before {
	content: "\f30c"
}

.ion-md-hourglass:before {
	content: "\f111"
}

.ion-md-ice-cream:before {
	content: "\f30d"
}

.ion-md-image:before {
	content: "\f30e"
}

.ion-md-images:before {
	content: "\f30f"
}

.ion-md-infinite:before {
	content: "\f310"
}

.ion-md-information:before {
	content: "\f312"
}

.ion-md-information-circle:before {
	content: "\f311"
}

.ion-md-information-circle-outline:before {
	content: "\f16f"
}

.ion-md-jet:before {
	content: "\f315"
}

.ion-md-journal:before {
	content: "\f18d"
}

.ion-md-key:before {
	content: "\f316"
}

.ion-md-keypad:before {
	content: "\f317"
}

.ion-md-laptop:before {
	content: "\f318"
}

.ion-md-leaf:before {
	content: "\f319"
}

.ion-md-link:before {
	content: "\f22e"
}

.ion-md-list:before {
	content: "\f31b"
}

.ion-md-list-box:before {
	content: "\f31a"
}

.ion-md-locate:before {
	content: "\f31c"
}

.ion-md-lock:before {
	content: "\f31d"
}

.ion-md-log-in:before {
	content: "\f31e"
}

.ion-md-log-out:before {
	content: "\f31f"
}

.ion-md-magnet:before {
	content: "\f320"
}

.ion-md-mail:before {
	content: "\f322"
}

.ion-md-mail-open:before {
	content: "\f321"
}

.ion-md-mail-unread:before {
	content: "\f172"
}

.ion-md-male:before {
	content: "\f323"
}

.ion-md-man:before {
	content: "\f324"
}

.ion-md-map:before {
	content: "\f325"
}

.ion-md-medal:before {
	content: "\f326"
}

.ion-md-medical:before {
	content: "\f327"
}

.ion-md-medkit:before {
	content: "\f328"
}

.ion-md-megaphone:before {
	content: "\f329"
}

.ion-md-menu:before {
	content: "\f32a"
}

.ion-md-mic:before {
	content: "\f32c"
}

.ion-md-mic-off:before {
	content: "\f32b"
}

.ion-md-microphone:before {
	content: "\f32d"
}

.ion-md-moon:before {
	content: "\f32e"
}

.ion-md-more:before {
	content: "\f1c9"
}

.ion-md-move:before {
	content: "\f331"
}

.ion-md-musical-note:before {
	content: "\f332"
}

.ion-md-musical-notes:before {
	content: "\f333"
}

.ion-md-navigate:before {
	content: "\f334"
}

.ion-md-notifications:before {
	content: "\f338"
}

.ion-md-notifications-off:before {
	content: "\f336"
}

.ion-md-notifications-outline:before {
	content: "\f337"
}

.ion-md-nuclear:before {
	content: "\f339"
}

.ion-md-nutrition:before {
	content: "\f33a"
}

.ion-md-open:before {
	content: "\f33b"
}

.ion-md-options:before {
	content: "\f33c"
}

.ion-md-outlet:before {
	content: "\f33d"
}

.ion-md-paper:before {
	content: "\f33f"
}

.ion-md-paper-plane:before {
	content: "\f33e"
}

.ion-md-partly-sunny:before {
	content: "\f340"
}

.ion-md-pause:before {
	content: "\f341"
}

.ion-md-paw:before {
	content: "\f342"
}

.ion-md-people:before {
	content: "\f343"
}

.ion-md-person:before {
	content: "\f345"
}

.ion-md-person-add:before {
	content: "\f344"
}

.ion-md-phone-landscape:before {
	content: "\f346"
}

.ion-md-phone-portrait:before {
	content: "\f347"
}

.ion-md-photos:before {
	content: "\f348"
}

.ion-md-pie:before {
	content: "\f349"
}

.ion-md-pin:before {
	content: "\f34a"
}

.ion-md-pint:before {
	content: "\f34b"
}

.ion-md-pizza:before {
	content: "\f354"
}

.ion-md-planet:before {
	content: "\f356"
}

.ion-md-play:before {
	content: "\f357"
}

.ion-md-play-circle:before {
	content: "\f174"
}

.ion-md-podium:before {
	content: "\f358"
}

.ion-md-power:before {
	content: "\f359"
}

.ion-md-pricetag:before {
	content: "\f35a"
}

.ion-md-pricetags:before {
	content: "\f35b"
}

.ion-md-print:before {
	content: "\f35c"
}

.ion-md-pulse:before {
	content: "\f35d"
}

.ion-md-qr-scanner:before {
	content: "\f35e"
}

.ion-md-quote:before {
	content: "\f35f"
}

.ion-md-radio:before {
	content: "\f362"
}

.ion-md-radio-button-off:before {
	content: "\f360"
}

.ion-md-radio-button-on:before {
	content: "\f361"
}

.ion-md-rainy:before {
	content: "\f363"
}

.ion-md-recording:before {
	content: "\f364"
}

.ion-md-redo:before {
	content: "\f365"
}

.ion-md-refresh:before {
	content: "\f366"
}

.ion-md-refresh-circle:before {
	content: "\f228"
}

.ion-md-remove:before {
	content: "\f368"
}

.ion-md-remove-circle:before {
	content: "\f367"
}

.ion-md-remove-circle-outline:before {
	content: "\f176"
}

.ion-md-reorder:before {
	content: "\f369"
}

.ion-md-repeat:before {
	content: "\f36a"
}

.ion-md-resize:before {
	content: "\f36b"
}

.ion-md-restaurant:before {
	content: "\f36c"
}

.ion-md-return-left:before {
	content: "\f36d"
}

.ion-md-return-right:before {
	content: "\f36e"
}

.ion-md-reverse-camera:before {
	content: "\f36f"
}

.ion-md-rewind:before {
	content: "\f370"
}

.ion-md-ribbon:before {
	content: "\f371"
}

.ion-md-rocket:before {
	content: "\f179"
}

.ion-md-rose:before {
	content: "\f372"
}

.ion-md-sad:before {
	content: "\f373"
}

.ion-md-save:before {
	content: "\f1a9"
}

.ion-md-school:before {
	content: "\f374"
}

.ion-md-search:before {
	content: "\f375"
}

.ion-md-send:before {
	content: "\f376"
}

.ion-md-settings:before {
	content: "\f377"
}

.ion-md-share:before {
	content: "\f379"
}

.ion-md-share-alt:before {
	content: "\f378"
}

.ion-md-shirt:before {
	content: "\f37a"
}

.ion-md-shuffle:before {
	content: "\f37b"
}

.ion-md-skip-backward:before {
	content: "\f37c"
}

.ion-md-skip-forward:before {
	content: "\f37d"
}

.ion-md-snow:before {
	content: "\f37e"
}

.ion-md-speedometer:before {
	content: "\f37f"
}

.ion-md-square:before {
	content: "\f381"
}

.ion-md-square-outline:before {
	content: "\f380"
}

.ion-md-star:before {
	content: "\f384"
}

.ion-md-star-half:before {
	content: "\f382"
}

.ion-md-star-outline:before {
	content: "\f383"
}

.ion-md-stats:before {
	content: "\f385"
}

.ion-md-stopwatch:before {
	content: "\f386"
}

.ion-md-subway:before {
	content: "\f387"
}

.ion-md-sunny:before {
	content: "\f388"
}

.ion-md-swap:before {
	content: "\f389"
}

.ion-md-switch:before {
	content: "\f38a"
}

.ion-md-sync:before {
	content: "\f38b"
}

.ion-md-tablet-landscape:before {
	content: "\f38c"
}

.ion-md-tablet-portrait:before {
	content: "\f38d"
}

.ion-md-tennisball:before {
	content: "\f38e"
}

.ion-md-text:before {
	content: "\f38f"
}

.ion-md-thermometer:before {
	content: "\f390"
}

.ion-md-thumbs-down:before {
	content: "\f391"
}

.ion-md-thumbs-up:before {
	content: "\f392"
}

.ion-md-thunderstorm:before {
	content: "\f393"
}

.ion-md-time:before {
	content: "\f394"
}

.ion-md-timer:before {
	content: "\f395"
}

.ion-md-today:before {
	content: "\f17d"
}

.ion-md-train:before {
	content: "\f396"
}

.ion-md-transgender:before {
	content: "\f397"
}

.ion-md-trash:before {
	content: "\f398"
}

.ion-md-trending-down:before {
	content: "\f399"
}

.ion-md-trending-up:before {
	content: "\f39a"
}

.ion-md-trophy:before {
	content: "\f39b"
}

.ion-md-tv:before {
	content: "\f17f"
}

.ion-md-umbrella:before {
	content: "\f39c"
}

.ion-md-undo:before {
	content: "\f39d"
}

.ion-md-unlock:before {
	content: "\f39e"
}

.ion-md-videocam:before {
	content: "\f39f"
}

.ion-md-volume-high:before {
	content: "\f123"
}

.ion-md-volume-low:before {
	content: "\f131"
}

.ion-md-volume-mute:before {
	content: "\f3a1"
}

.ion-md-volume-off:before {
	content: "\f3a2"
}

.ion-md-walk:before {
	content: "\f3a4"
}

.ion-md-wallet:before {
	content: "\f18f"
}

.ion-md-warning:before {
	content: "\f3a5"
}

.ion-md-watch:before {
	content: "\f3a6"
}

.ion-md-water:before {
	content: "\f3a7"
}

.ion-md-wifi:before {
	content: "\f3a8"
}

.ion-md-wine:before {
	content: "\f3a9"
}

.ion-md-woman:before {
	content: "\f3aa"
}
