
/* ----------------------------
 *
 * Font
 *
 * --------------------------- */
/* Import External Stylesheet */

.font-alt {
	font-family: 'Montserrat', sans-serif;
}
/* Font Size
-------------------------------*/

.fsize10 {
	font-size: 10px !important;
}
.fsize11 {
	font-size: 11px !important;
}
.fsize12 {
	font-size: 12px !important;
}
.fsize13 {
	font-size: 13px !important;
}
.fsize14 {
	font-size: 14px !important;
}
.fsize15 {
	font-size: 15px !important;
}
.fsize16 {
	font-size: 16px !important;
}
.fsize18 {
	font-size: 18px !important;
}
.fsize20 {
	font-size: 20px !important;
}
.fsize22 {
	font-size: 22px !important;
}
.fsize24 {
	font-size: 24px !important;
}
.fsize28 {
	font-size: 28px !important;
}
.fsize32 {
	font-size: 32px !important;
}
.fsize34 {
	font-size: 34px !important;
}
.fsize48 {
	font-size: 48px !important;
}
.fsize64 {
	font-size: 64px !important;
}
.fsize80 {
	font-size: 80px !important;
}
.fsize96 {
	font-size: 96px !important;
}
.fsize112 {
	font-size: 112px !important;
}
.fsize128 {
	font-size: 128px !important;
}
/* ----------------------------
 *
 * Line Height
 *
 * --------------------------- */

.lheight100 {
	line-height: 100% !important;
}
.lheight110 {
	line-height: 110% !important;
}
.lheight120 {
	line-height: 120% !important;
}
.lheight130 {
	line-height: 130% !important;
}
.lheight140 {
	line-height: 140% !important;
}
.lheight150 {
	line-height: 150% !important;
}
.lheight200 {
	line-height: 200% !important;
}
ul.lheight130 li {
	margin-bottom: 6px;
	margin-top: 5px;
}
/* ----------------------------
 *
 * Brand
 *
 * --------------------------- */

.logo-text, .logo-figure {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	height: 50px;
}
.logo-text {
	width: 110px;
	background-image: url("../img/logo/IndoPremierLogoWhite.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 110px 50px;
	background-size: 110px 50px;
}
.logo-text + .logo-figure {
	margin-left: -13px;
}
.logo-text.inverse {
	background-image: url("../img/logo/IndoPremierLogoBlue.svg");
}
.logo-figure {
	width: 32px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
}
.logo-figure + .logo-text {
	margin-left: -13px;
}
.dialog-loading {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1010;
}
.dialog-loading-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	/*height: 100px;*/
	left: 50%;
	margin-left: -140px;
	margin-top: -50px;
	position: fixed;
	top: 40%;
	width: 280px;
	z-index: 9999999;
}
.dialog-loading-icon {
	background-color: rgba(255, 255, 255, 1) !important;
	border: 3px double #B5B5B5;
	border-radius: 10px;
	display: block;
	/*height: 100px;*/
    /*line-height: 100px;*/
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	width: 280px;
}
.dialog-terms {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}
.dialog-terms-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	left: 50%;
	margin-left: -150px;
	position: fixed;
	top: 18%;
	width: 280px;
	z-index: 99999;
}
.dialog-terms-icon {
	background-color: rgba(255, 255, 255, 1) !important;
	border: 6px double #B5B5B5;
	border-radius: 10px;
	display: block;
	margin: 0;
	width: 300px;
}
.panel.contentpopup {
	border: 6px double #B5B5B5;
	border-radius: 10px;
}
.hiddenvalue {
	display: none
}
.panel-toolbar.toolbarlist {
	text-align: center
}
.panel-toolbar.toolbarlist > .pull-left {
	float: none !important;
}
.panel-toolbar.toolbarlist > .pull-right {
	float: none !important;
}

@media only screen and (min-width: 768px) {
.panel-toolbar.toolbarlist {
	text-align: left
}
.panel-toolbar.toolbarlist > .pull-left {
	float: left !important;
}
.panel-toolbar.toolbarlist > .pull-right {
	float: right !important;
}
.custcodeselect {
	max-width: 300px;
	display: inline-block;
}
}
/* ----------------------------
 *
 * News & Research
 *
 * --------------------------- */
a.newsHeadlineTop {
}
a.newsHeadlineTop img {
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
a.newsHeadlineTop center {
	font-size: 12px;
	padding: 3px 15px 5px;
	border-bottom: 0px dashed rgb(220, 220, 220);
	text-align: left;
	margin-bottom: 0px;
}
.divColumn {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}

@media only screen and (min-width: 768px) {
a.newsHeadlineTop center {
	font-size: 11px;
	line-height: 120%;
	padding: 3px 3px 0px;
	border-bottom: 0px solid #f5f5f5;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.divColumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-column-break-after: always;
}
#moregeneralnewscontainer {
	display: block
}
.onpages .listMoreLeft {
	-moz-column-count: 3;
	column-count: 3;
	break-after: avoid-column;
}
}
.listContentTop .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 8px 0px;
	margin: 0px;
}
.listContentTop .listNews:last-child {
	border-bottom: 0px;
}
.listContentTop .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listContentTop .listNews dt {
	font-weight: 600;
	font-size: 14px;
	line-height: 120%
}
.listMore .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 4px 0px 8px;
	margin: 0px;
	width: 47%;
	height: 60px;
	display: inline-block;
	clear: both;
}
.listMore hr.noMar.marBottom5 {
	display: none;
}
.listMore .listNews:nth-child(even) {
	float: right
}
.listMore .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listMore .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 120%
}
.onpages .listMoreLeft .listNews {
	clear: both;
	display: block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}
.onpages .listMoreLeft .listNews dt {
	font-size: 14px;
}
.listMoreLeft .listNews {
	padding-top: 8px;
	margin: 0px;
}
.listMoreLeft .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listMoreLeft .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 100%;
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding-bottom: 8px
}
.listNewsRight .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 5px 0px 7px;
	margin: 0px;
}
.listNewsRight .listNews:last-child {
	border-bottom: 0px;
}
.listNewsRight .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listNewsRight .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 120%
}
.listNewsFront .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 8px 0px;
	margin: 0px;
}
.listNewsFront .listNews:last-child {
	border-bottom: 0px;
}
.listNewsFront .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listNewsFront .listNews dt {
	font-weight: normal;
	font-size: 15px;
	line-height: 110%;
	letter-spacing: 0.5px
}
.listNewsFront .listNews article {
	font-size: 12px;
	font-style: oblique;
	line-height: 120%;
	margin-top: 5px;
	letter-spacing: 0.2px
}
.newsContent .listNews {
	border-bottom: 1px solid rgb(220, 220, 220);
	padding: 8px 0px;
	margin: 0px;
}
.newsContent .listNews span.newspic {
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 2px;
	border: 2px solid #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
}
.newsContent article, .newsContent footer {
}
.newsContent .listNews small {
	color: #666;
	margin-top: 10px;
	font-size: 11px;
	line-height: 110%;
	display: block;
}
.newsContent .listNews dt {
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
.listNews {
	border-bottom: 0px !important
}
.listContentTop .listNews {
	padding: 3px 0px;
}
.listContentTop .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 120%;
}
.listContentTop .listNews > article {
	display: none
}
.listMore .listNews {
	padding: 3px 0px 3px;
	margin: 0px;
	width: 100%;
	height: auto;
	display: block;
	clear: both;
}
.listNewsRight .listNews {
	padding: 3px 0px 3px;
}
.newsContent .listNews span.newspic {
	display: none
}
#moregeneralnewscontainer {
	display: none
}
}
.highlightedText {
	background: #C9E7FF;
	padding: 0px 3px;
	border-radius: 3px;
}
.highlightedInput {
	background-color: #E5F3FF !important;
}
.highlightedFund {
	background: #276FB7;
	border-radius: 2px;
	color: #FFFFFF;
}
div.pagination {
	margin: 0 auto;
	clear: both;
	display: block;
	text-align: center;
}
div.pagination > ul {
	display: inline-block;
	padding-left: 0px;
	margin: 20px 0px;
	border-radius: 4px;
}
div.pagination > ul > li {
	display: inline;
}
div.pagination > ul > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
div.pagination > ul > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
	color: #00B1E1;
	border-color: #CFD9DB;
}
div.pagination > ul > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #337AB7;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #DDD;
}
div.pagination > ul > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.pagination > ul > li.active a {
	background-color: #ECF0F1;
	border-color: #C9D4D7;
}

/* ----------------------------
 *
 * Shopping Cart
 *
 * --------------------------- */
@media (max-width: 767px) {
.cartdropdown {
	position: absolute !important;
	right: 45px;
	margin-top: -50px;
	z-index: 20;
}
.cartdropdown > .dropdown-toggle > .meta > .icon {
	color: rgba(255, 255, 255, 0.7);
}
.cartdropdown > .dropdown-toggle > .meta > .icon > span {
	position: absolute !important;
	top: 10px;
	right: -2px;
}
.cartdropdown.open > .dropdown-toggle > .meta > .icon {
	color: rgba(255, 255, 255, 1);
	text-align: right !important;
}
.cartdropdown > .dropdown-toggle > .meta > .badge {
	box-shadow: none !important;
	margin-top: -18px !important;
	right: 2px !important;
}
.cartdropdown.open > .dropdown-menu {
	position: static !important;
	margin-right: -35px !important;
	min-width: 320px !important;
	max-width: 360px !important;
	width: 100% !important;
}
}

@media (min-width: 768px) {
.cartdropdown {
	margin-right: 10px;
	margin-left: 10px;
}
.cartdropdown > .dropdown-toggle > .meta > .icon > span {
	position: absolute !important;
	top: 10px;
	right: -2px;
}
.cartdropdown.open > .dropdown-menu {
	margin-right: 70px !important;
	min-width: 360px !important;
	max-width: 400px !important;
}
}
/* ----------------------------
 *
 * Helper Class
 *
 * --------------------------- */
 
.spacer {
	min-height: 1px;
	width: 100%;
	float: left;
	clear: both;
}
.spacer.below-check {
	margin-top: 3.2px;
}
.spacer.below-input {
	margin-top: 14px;
}
.form-group.with-check {
	height: 30px;
}
.fundname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 170px;
	color: #276FB7;
}
.miname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 190px;
	color: #276FB7;
}
.highcharts-button {
	top: -20px;
}
.wrap {
	white-space: normal !important;
}
.cursor, .pointer {
	cursor: pointer
}
.w60 {
	width: 60px
}
.display-inline-block {
	display: inline-block !important
}
.display-block {
	display: block !important
}
div.availableDiv {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0px 0px;
	border-color: #80D100 transparent transparent;
	display: inline-block;
	top: -4px;
	position: relative;
	margin-right: 1px;
}
div.portfolioDiv {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 4px 6px 0px;
	border-color: transparent transparent #0073D8;
	display: inline-block;
	top: -1px;
	left: -5px;
	position: relative;
	margin-right: -3px;
}
div.notAvailableDiv {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0px 0px;
	border-color: #F18D99 transparent transparent;
	display: inline-block;
	top: -4px;
	position: relative;
	margin-right: 1px;
}
div.newFund {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0px 0px;
	border-color: #F800FF transparent transparent;
	display: inline-block;
	top: -4px;
	position: relative;
	margin-right: 1px;
}
/* HI LO BAR */	

.hiLoContainer {
	display: inline-block;
	width: 74px;
	clear: both;
}
.hiLoImage {
	display: inline-block;
	margin: 0px;
	width: auto;
	height: 13px;
	float: left;
}
.hiLoImage img {
	height: 13px;
	float: left;
	width: 100%;
	margin-top: 3.5px;
}
.hiLoText {
	display: inline-block;
	font-size: 10px;
	float: right;
	padding-top: 4px;
}
.hiLoSelect {
	width: 100%;
	height: 22px;
	font-size: 11px;
	margin: 0px;
}
/* show hide column, basket */	
/*screen-xs only*/
#showhidecolumn {
	right: 0;
	top: -5px;
	width: 100%;
	margin-right: 0px;
	z-index: 10
}
#showhidebasket {
	position: absolute;
	right: 0;
	top: 50px;
	width: 100%;
	z-index: 10
}

/*screen-sm and up*/
@media (min-width: 768px) {
#showhidecolumn {
	position: absolute;
	right: 0;
	top: 80px;
	width: 300px;
	margin-right: 15px;
	z-index: 100
}
#showhidebasket {
	position: absolute;
	right: 0;
	top: 55px;
	width: 400px;
	z-index: 1200 !important
}
}
/* ----------------------------
 *
 * OL Section Post
 *
 * --------------------------- */	
  
section.counter-content ol li, section.counter-content ul li {
	margin-top: 8px;
}
section.counter-content ol {
	counter-reset: item;
}
section.counter-content ol > li {
	position: relative;
	list-style: none;
}
section.counter-content ol > li > ol > li {
	position: relative;
	list-style: none;
}
section.counter-content ol > li:before {
	counter-increment: item;
	content: counters(item, ".") " ";
	position: absolute;
	top: 0em;
	left: -2.3em;
	text-align: right;
}
/* MARGINS */

/*mobile*/
section.post-content ol, section.post-content ul, section.post-content li { /*children indent*/
	margin: 0;
	padding: 0;
}
section.post-content ol > li, section.post-content ul > li {
	margin: 0 0em .3em 1em;
}

@media only screen  and (min-width : 700px) {
section.post-content ol, section.post-content ul { /*children indent*/
	margin: 0;
	padding: 0;
	margin-left: 2em;
}
section.post-content > ol, section.post-content > ul { /*parent*/
	margin-left: 0;
	padding-left: 0;
}
section.post-content ol > li, section.post-content ul > li {
	margin: 0 0em .3em 2em;
}
}
/* Margin */

.ma35 {
	margin: 35px !important;
}
.ma30 {
	margin: 30px !important;
}
.ma25 {
	margin: 25px !important;
}
.ma20 {
	margin: 20px !important;
}
.ma15 {
	margin: 15px !important;
}
.ma10 {
	margin: 10px !important;
}
.ma5 {
	margin: 5px !important;
}
.ma0 {
	margin: 0px !important;
}
.nm {
	margin: 0px !important;
}
.ma-35 {
	margin: -35px !important;
}
.ma-30 {
	margin: -30px !important;
}
.ma-25 {
	margin: -25px !important;
}
.ma-20 {
	margin: -20px !important;
}
.ma-15 {
	margin: -15px !important;
}
.ma-10 {
	margin: -10px !important;
}
.ma-5 {
	margin: -5px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt-35 {
	margin-top: -35px !important;
}
.mt-30 {
	margin-top: -30px !important;
}
.mt-25 {
	margin-top: -25px !important;
}
.mt-20 {
	margin-top: -20px !important;
}
.mt-15 {
	margin-top: -15px !important;
}
.mt-10 {
	margin-top: -10px !important;
}
.mt-5 {
	margin-top: -5px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mr-25 {
	margin-right: -25px !important;
}
.mr-20 {
	margin-right: -20px !important;
}
.mr-15 {
	margin-right: -15px !important;
}
.mr-10 {
	margin-right: -10px !important;
}
.mr-5 {
	margin-right: -5px !important;
}
.mr-1 {
	margin-right: -1px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb-35 {
	margin-bottom: -35px !important;
}
.mb-30 {
	margin-bottom: -30px !important;
}
.mb-25 {
	margin-bottom: -25px !important;
}
.mb-20 {
	margin-bottom: -20px !important;
}
.mb-15 {
	margin-bottom: -15px !important;
}
.mb-10 {
	margin-bottom: -10px !important;
}
.mb-5 {
	margin-bottom: -5px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml-35 {
	margin-left: -35px !important;
}
.ml-30 {
	margin-left: -30px !important;
}
.ml-25 {
	margin-left: -25px !important;
}
.ml-20 {
	margin-left: -20px !important;
}
.ml-15 {
	margin-left: -15px !important;
}
.ml-10 {
	margin-left: -10px !important;
}
.ml-5 {
	margin-left: -5px !important;
}
.ml-1 {
	margin-left: -1px !important;
}
/* Padding */

.pa35 {
	padding: 35px !important;
}
.pa30 {
	padding: 30px !important;
}
.pa25 {
	padding: 25px !important;
}
.pa20 {
	padding: 20px !important;
}
.pa15 {
	padding: 15px !important;
}
.pa10 {
	padding: 10px !important;
}
.pa5 {
	padding: 5px !important;
}
.np {
	padding: 0px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt7 {
	padding-top: 7px !important;
}
.pt6 {
	padding-top: 6px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt3 {
	padding-top: 3px !important;
}
.pt2 {
	padding-top: 2px !important;
}
.pt1 {
	padding-top: 1px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr7 {
	padding-right: 7px !important;
}
.pr6 {
	padding-right: 6px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr3 {
	padding-right: 3px !important;
}
.pr2 {
	padding-right: 2px !important;
}
.pr1 {
	padding-right: 1px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb3 {
	padding-bottom: 3px !important;
}
.pb2 {
	padding-bottom: 2px !important;
}
.pb1 {
	padding-bottom: 1px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl14 {
	padding-left: 14px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl7 {
	padding-left: 7px !important;
}
.pl6 {
	padding-left: 6px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl2 {
	padding-left: 2px !important;
}
.pl1 {
	padding-left: 1px !important;
}
.pl0 {
	padding-left: 0px !important;
}
/* Vertical align */

.valign-top {
	vertical-align: top !important;
}
.valign-middle {
	vertical-align: middle !important;
}
.valign-bottom {
	vertical-align: bottom !important;
}
/* Misc */

.bdr0, .bdr-a-0 {
	border-width: 0px !important;
}
.bdr-t-0 {
	border-top-width: 0px !important;
}
.bdr-b-0 {
	border-bottom-width: 0px !important;
}
.bdr-l-0 {
	border-left-width: 0px !important;
}
.bdr-r-0 {
	border-right-width: 0px !important;
}
.noshadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.dis-none {
	display: none;
}
.overflow-hidden, .ovf-h {
	overflow: hidden;
}
.float-none {
	float: none !important;
}
.handle {
	cursor: move !important;
}
/* border */

.bdr-a {
	border: 1px solid #cfd9db !important;
}
.bdr-l {
	border-left: 1px solid #cfd9db !important;
}
.bdr-r {
	border-right: 1px solid #cfd9db !important;
}
.bdr-t {
	border-top: 1px solid #cfd9db !important;
}
.bdr-b {
	border-bottom: 1px solid #cfd9db !important;
}
.bdr-c-t {
	border-color: transparent !important;
}
.bdr-w-0 {
	border-width: 0 !important;
}
.bdr-l-w-0 {
	border-left-width: 0 !important;
}
.bdr-r-w-0 {
	border-right-width: 0 !important;
}
.bdr-t-w-0 {
	border-top-width: 0 !important;
}
.bdr-b-w-0 {
	border-bottom-width: 0 !important;
}
.bradius0, .bdr-0, .bdr-rds-0, .bdrs-0 {
	border-radius: 0 !important;
}
.bdr-rds {
	border-radius: 3px !important;
}
.bdr-rds-t-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.bdr-rds-b-0 {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.bdr-rds-l-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.bdr-rds-r-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

@media (min-width: 480px) {
.bdr-l-xs {
	border-left: 1px solid #cfd9db;
}
.bdr-r-xs {
	border-right: 1px solid #cfd9db;
}
.bdr-t-xs {
	border-top: 1px solid #cfd9db;
}
.bdr-b-xs {
	border-bottom: 1px solid #cfd9db;
}
}

@media (min-width: 768px) {
.bdr-l-sm {
	border-left: 1px solid #cfd9db;
}
.bdr-r-sm {
	border-right: 1px solid #cfd9db;
}
.bdr-t-sm {
	border-top: 1px solid #cfd9db;
}
.bdr-b-sm {
	border-bottom: 1px solid #cfd9db;
}
}

@media (min-width: 992px) {
.bdr-l-md {
	border-left: 1px solid #cfd9db;
}
.bdr-r-md {
	border-right: 1px solid #cfd9db;
}
.bdr-t-md {
	border-top: 1px solid #cfd9db;
}
.bdr-b-md {
	border-bottom: 1px solid #cfd9db;
}
}

@media (min-width: 1200px) {
.bdr-l-lg {
	border-left: 1px solid #cfd9db;
}
.bdr-r-lg {
	border-right: 1px solid #cfd9db;
}
.bdr-t-lg {
	border-top: 1px solid #cfd9db;
}
.bdr-b-lg {
	border-bottom: 1px solid #cfd9db;
}
}
/* ----------------------------
 *
 * Forms
 *
 * --------------------------- */
 
label.disabled {
	color: #ADADAD !important
}
textarea.required,  select.required,  input.required {
	border-color: #A94442;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
div.required label {
	color: #A94442;
}
.fa {
	line-height: inherit ;
}
.fa-li {
	top: 0.242857em
}
.form-control {
	font-size: 13px;
	border: 1px solid #cfd9db;
	line-height: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control.form-control-minimal {
	border-width: 0px;
	border-radius: 0px;
	background-color: transparent;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #00b1e1;
}
.form-control.input-lg {
	font-size: 16px;
}
.form-control.input-sm {
/*font-size: 12px;*/
}
.form-horizontal .control-label {
	padding-right: 0px;
	padding-top: 6px;
	margin-bottom: 0px;
	text-align: right;
}
.input-group {
	width: 100%;
}
/* Input with icon */

.has-icon {
	position: relative;
	float: none !important;
}
.has-icon > .form-control {
	padding-right: 34px;
}
.has-icon.pull-left > .form-control {
	padding-left: 34px;
	padding-right: 0px;
}
.has-icon.pull-left > .form-control-icon {
	right: auto;
	left: 0px;
}
.has-icon > .form-control-icon {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0px;
	width: 34px;
	line-height: 28px;
	text-align: center;
	color: #777777;
}
.has-icon > .form-control.input-lg + .form-control-icon {
	line-height: 45px;
	font-size: 16px;
}
/* Form Feedback */

.has-feedback .form-control-feedback {
	position: absolute;
	line-height: 33px;
	color: #777777;
}
.form-horizontal .has-feedback > .form-control-feedback {
	right: 0px;
}
.has-success .form-control-feedback {
	color: #4e7325;
}
.has-warning .form-control-feedback {
	color: #d09700;
}
.has-error .form-control-feedback {
	color: #a11122;
}
/* Form stack */

.form-group .form-stack + .form-stack .form-control {
	margin-top: -1px;
}
.form-group .form-stack .form-control {
	position: relative;
	border-radius: 0px;
	margin-top: -1px;
	z-index: 1;
}
.form-group .form-stack .form-control.input-lg {
	font-size: 13px;
}
.form-group .form-stack:first-child .form-control, .form-group .form-stack-wrapper > .form-stack:first-child .form-control {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.form-group .form-stack:last-child .form-control, .form-group .form-stack-wrapper > .form-stack:last-child .form-control {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.form-group .form-stack .form-control:focus {
	z-index: 2;
}
.control-label {
	font-weight: 600;
	color: #6f6f6f;
}
.help-block {
	color: #888888;
}
.input-group-addon {
	color: #a2a2a2;
	border-color: #cfd9db;
	background-color: #ecf0f1;
}
/* Input  */

input[type="text"], input[type="search"], input[type="email"], input[type="password"], textarea {
	-webkit-appearance: none;
}
/* checkbox & radio  */

input[type="radio"] {
	margin: 2px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="checkbox"] {
	margin: 3px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
.radio-inline ~ .radio-inline, .checkbox-inline ~ .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
.checkbox, .radio, .checkbox label, .radio label, .checkbox-inline, .radio-inline, .checkbox-inline label, .radio-inline label {
	min-height: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
}
/* custom checkbox & radio  */

.custom-checkbox.checkbox, .custom-checkbox.checkbox-inline, .custom-radio.radio, .custom-radio.radio-inline, .checkbox-icon.checkbox, .checkbox-icon.checkbox-inline {
	padding-left: 0px;
	margin-bottom: 10px;
}
.custom-checkbox > label, .custom-radio > label, .checkbox-icon > label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-weight: normal;
	margin: 0px;
}
.custom-checkbox > label:before, .custom-checkbox > label:after, .custom-radio > label:before, .custom-radio > label:after, .checkbox-icon > label:before, .checkbox-icon > label:after {
	font-family: "iconfont";
	font-weight: normal;
	text-shadow: none;
	position: absolute;
	top: 0;
	left: 0;
}
/* custom checkbox & radio - hover */

.custom-checkbox:hover > label:before, .custom-radio:hover > label:before {
	border: 1px solid #71a1d1;
}
/* custom checkbox & radio - unchecked */

.custom-checkbox > label:before {
	background-color: white;
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
}
.custom-radio > label:before {
	background-color: white;
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #c8c8c8;
	border-radius: 50%;
}
.checkbox-icon > label:before {
	content: "";
	width: 18px;
	height: 18px;
}
.custom-checkbox > input[type="checkbox"]:checked + label:before, .custom-radio > input[type="radio"]:checked + label:before {
	border-color: #276FB7;
	background-color: #276FB7;
}
/* custom checkbox & radio - checked */

.custom-checkbox > label:after {
	float: left;
	content: "\e370";
	overflow: hidden;
	color: transparent;
	font-size: 10px;
	line-height: 10px;
	left: 4px;
	top: 4px;
	-webkit-transition: max-width ease 0.1s;
	-o-transition: max-width ease 0.1s;
	transition: max-width ease 0.1s;
}
.custom-checkbox > input[type="checkbox"]:checked + label:after {
	color: #ffffff;
}
.custom-radio > label:after {
	float: left;
	content: "";
	overflow: hidden;
	background-color: transparent;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 5px;
	top: 5px;
	-webkit-transition: max-width ease 0.1s;
	-o-transition: max-width ease 0.1s;
	transition: max-width ease 0.1s;
}
.custom-radio > input[type="radio"]:checked + label:after {
	background-color: #ffffff;
}
.checkbox-icon > label:after {
	float: left;
	overflow: hidden;
	color: #94aab0;
	font-size: 16px;
	line-height: 16px;
	left: 1px;
	top: 1px;
	-webkit-transition: max-width ease 0.1s;
	-o-transition: max-width ease 0.1s;
	transition: max-width ease 0.1s;
}
.checkbox-icon:hover > label:after {
	color: #77939a;
}
/* checkbox-icon icon */

.checkbox-icon.icon-star > label:after {
	content: "\e2ff";
	top: 0px;
}
.checkbox-icon.icon-star > input[type="checkbox"]:checked + label:after {
	content: "\e301";
	color: #ffd66a;
}
.checkbox-icon.icon-heart > label:after {
	content: "\e682";
}
.checkbox-icon.icon-heart > input[type="checkbox"]:checked + label:after {
	content: "\e604";
	color: #ed5466;
}
/* hide the checkbox & radio */

.custom-checkbox > input[type="checkbox"], .custom-radio > input[type="radio"], .checkbox-icon > input[type="checkbox"] {
	display: none;
}
/* contextual */

.custom-checkbox-primary:hover > label:before, .custom-radio-primary:hover > label:before {
	border: 1px solid #00b1e1;
}
.custom-checkbox-primary > input[type="checkbox"]:checked + label:before, .custom-radio-primary > input[type="radio"]:checked + label:before {
	border-color: #00b1e1;
	background-color: #00b1e1;
}
.custom-checkbox-info:hover > label:before, .custom-radio-info:hover > label:before {
	border: 1px solid #63d3e9;
}
.custom-checkbox-info > input[type="checkbox"]:checked + label:before, .custom-radio-info > input[type="radio"]:checked + label:before {
	border-color: #63d3e9;
	background-color: #63d3e9;
}
.has-success .custom-checkbox > label:before, .has-success .custom-radio > label:before, .has-success .custom-checkbox:hover > label:before, .has-success .custom-radio:hover > label:before, .custom-checkbox-success:hover > label:before, .custom-radio-success:hover > label:before {
	border: 1px solid #91c854;
}
.has-success .custom-checkbox > input[type="checkbox"]:checked + label:before, .has-success .custom-radio > input[type="radio"]:checked + label:before, .custom-checkbox-success > input[type="checkbox"]:checked + label:before, .custom-radio-success > input[type="radio"]:checked + label:before {
	border-color: #91c854;
	background-color: #91c854;
}
.has-warning .custom-checkbox > label:before, .has-warning .custom-radio > label:before, .has-warning .custom-checkbox:hover > label:before, .has-warning .custom-radio:hover > label:before, .custom-checkbox-warning:hover > label:before, .custom-radio-warning:hover > label:before {
	border: 1px solid #ffd66a;
}
.has-warning .custom-checkbox > input[type="checkbox"]:checked + label:before, .has-warning .custom-radio > input[type="radio"]:checked + label:before, .custom-checkbox-warning > input[type="checkbox"]:checked + label:before, .custom-radio-warning > input[type="radio"]:checked + label:before {
	border-color: #ffd66a;
	background-color: #ffd66a;
}
.has-error .custom-checkbox > label:before, .has-error .custom-radio > label:before, .has-error .custom-checkbox:hover > label:before, .has-error .custom-radio:hover > label:before, .custom-checkbox-danger:hover > label:before, .custom-radio-danger:hover > label:before {
	border: 1px solid #ed5466;
}
.has-error .custom-checkbox > input[type="checkbox"]:checked + label:before, .has-error .custom-radio > input[type="radio"]:checked + label:before, .custom-checkbox-danger > input[type="checkbox"]:checked + label:before, .custom-radio-danger > input[type="radio"]:checked + label:before {
	border-color: #ed5466;
	background-color: #ed5466;
}
.custom-checkbox-teal:hover > label:before, .custom-radio-teal:hover > label:before {
	border: 1px solid #6bccb4;
}
.custom-checkbox-teal > input[type="checkbox"]:checked + label:before, .custom-radio-teal > input[type="radio"]:checked + label:before {
	border-color: #6bccb4;
	background-color: #6bccb4;
}
.custom-checkbox-inverse:hover > label:before, .custom-radio-inverse:hover > label:before {
	border: 1px solid #2a2a2a;
}
.custom-checkbox-inverse > input[type="checkbox"]:checked + label:before, .custom-radio-inverse > input[type="radio"]:checked + label:before {
	border-color: #2a2a2a;
	background-color: #2a2a2a;
}
.custom-checkbox-grey:hover > label:before, .custom-radio-grey:hover > label:before {
	border: 1px solid #AAA;
}
.custom-checkbox-grey > input[type="checkbox"]:checked + label:before, .custom-radio-grey > input[type="radio"]:checked + label:before {
	border-color: #AAA;
	background-color: #AAA;
}
/* custom file upload */

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
/* Input state */

.has-success .form-control {
	border-color: #91c854;
}
.has-success .form-control:focus {
	border-color: #91c854;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #91c854;
}
.has-success .input-group-addon {
	color: #436320;
	border-color: #91c854;
	background-color: #91c854;
}
.has-error .form-control {
	border-color: #ed5466;
}
.has-error .form-control:focus {
	border-color: #ed5466;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #ed5466;
}
.has-error .input-group-addon {
	color: #981020;
	border-color: #ed5466;
	background-color: #ed5466;
}
.has-warning .form-control {
	border-color: #ffd66a;
}
.has-warning .form-control:focus {
	border-color: #ffd66a;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #ffd66a;
}
.has-warning .input-group-addon {
	color: #d09700;
	border-color: #ffd66a;
	background-color: #ffd66a;
}
.has-success .form-control, .has-error .form-control, .has-warning .form-control, .has-success .form-control:focus, .has-error .form-control:focus, .has-warning .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Form horizontal - bordered  */

.form-horizontal.form-bordered .form-group, .form-horizontal.form-striped .form-group {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-top: 1px solid transparent;
	border-top-color: #e0e7e8 !important;
}
.form-horizontal.form-bordered .form-group .no-border, .form-horizontal.form-striped .form-group .no-border {
	border-top-width: 0px;
}
.form-horizontal.form-bordered .form-group .help-block, .form-horizontal.form-striped .form-group .help-block {
	margin-bottom: 0px;
}
.form-horizontal.form-bordered .form-group:first-child, .form-horizontal.form-striped .form-group:first-child {
	border-top-width: 0px;
}
.form-horizontal.form-bordered .form-group:first-child.header, .form-horizontal.form-striped .form-group:first-child.header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.form-horizontal.form-striped .form-group:nth-child(even) {
	background-color: #f8f8f8;
}
.form-horizontal .form-group.message-container {
	padding: 15px;
}
.form-horizontal .form-group.message-container:empty {
	display: none;
}
.form-horizontal .form-group.message-container:empty + .form-group {
	border-top-width: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.form-horizontal .form-group.message-container > .alert {
	margin-bottom: 0px;
}
/* Parsley validation  */

.parsley-errors-list {
	display: none;
	margin: 0px;
	padding: 0px;
}
.parsley-errors-list.filled {
	display: block;
}
.parsley-errors-list > li {
	font-size: 12px;
	list-style: none;
	color: #ed5466;
}
.parsley-error {
	border-color: #ed5466 !important;
}
.parsley-custom-error-message {
	color: #ed5466;
}
/* checkbox + radio */

.parsley-error.custom-checkbox > label:before, .parsley-error.custom-radio > label:before, .parsley-error.custom-checkbox:hover > label:before, .parsley-error.custom-radio:hover > label:before {
	border: 1px solid #ed5466;
}
.parsley-error.custom-checkbox > input[type="checkbox"]:checked + label:before, .parsley-error.custom-radio > input[type="checkbox"]:checked + label:before {
	border-color: #ed5466;
	background-color: #ed5466;
}
.parsley-error.custom-checkbox > label, .parsley-error.custom-radio > label {
	color: #ed5466;
}
label {
	font-weight: 600;
	color: #6F6F6F;
}
/* ----------------------------
 *
 * Button & Link
 *
 * --------------------------- */
/* anchor reset */

a {
	color: #00b1e1;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #009dc8;
	outline: 0;
	text-decoration: none;
}
/* button reset */

.btn {
	font-size: 13px;
	padding: 7px 12px;
	line-height: 18px;
}
.btn:hover, .btn:active, .btn:focus {
	outline: none !important;
}
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.btn > .caret {
	margin-top: -1px;
}
.btn-lg {
	font-size: 18px;
	padding: 10px 16px;
}
.btn-sm {
	font-size: 12px;
	padding: 5px 10px;
}
.btn-xs {
	font-size: 11px;
	padding: 1px 5px;
}
.btn.btn-link {
	color: #00b1e1;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus {
	color: #009dc8;
	outline: 0;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* button group reset */

.btn-group.open .dropdown-toggle {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.btn-group.open .btn-outline {
	background-color: transparent !important;
	color: #009dc8 !important;
}
/* button tag */

.btn-tag .btn {
	margin-bottom: 3px;
}
/* button rounded */

.btn-rounded {
	border-radius: 34px;
}
.btn-rounded.btn-ls {
	border-radius: 40px;
}
.btn-rounded.btn-sm {
	border-radius: 30px;
}
.btn-rounded.btn-xs {
	border-radius: 22px;
}
/* button caret color */

.btn-inverse .caret, .btn-teal .caret {
	border-top-color: #fff;
}
/* btn default - color reset */

.btn-default {
	color: #6a6a6a;
	background-color: #ecf0f1;
	border-color: #cfd9db;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #6a6a6a;
	background-color: #dde4e6;
	border-color: #c0cdd1;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ecf0f1;
	border-color: #cfd9db;
}
.btn-default .badge {
	color: #ecf0f1;
	background-color: #6a6a6a;
}
.btn-default.btn-outline {
	color: #989B9B;
	background-color: transparent;
}
/* btn primary - color reset */

.btn-primary {
	color: #ffffff;
	background-color: #276fb7;
	border-color: #256fad;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #23679e;
	border-color: #226296;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #3a84c1;
	border-color: #3984b7;
}
.btn-primary .badge {
	color: #276fb7;
	background-color: #ffffff;
}
.btn-primary.btn-outline {
	color: #276fb7;
	background-color: transparent;
}
.btn-primary.btn-outline.active {
	color: #276fb7;
	background-color: #e3e9f1;
}
/* btn success - color reset */

.btn-success {
	color: #ffffff;
	background-color: #91c854;
	border-color: #8ac448;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #85c241;
	border-color: #7db83b;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #91c854;
	border-color: #8ac448;
}
.btn-success .badge {
	color: #91c854;
	background-color: #ffffff;
}
.btn-success.btn-outline {
	color: #8ac448;
	background-color: transparent;
}
/* btn info - color reset */

.btn-info {
	color: #ffffff;
	background-color: #00B1E1;
	border-color: #00A5D2;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #00a7d4;
	border-color: #02a5d1;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #29a6c7;
	border-color: #29a2c3;
}
.btn-info .badge {
	color: #61a5e8;
	background-color: #ffffff;
}
.btn-info.btn-outline {
	color: #36c6e3;
	background-color: transparent;
}
/* btn warning - color reset */

.btn-warning {
	color: #ffffff;
	background-color: #ffd66a;
	border-color: #ffd25b;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ffcf51;
	border-color: #ffcb41;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #ffd66a;
	border-color: #ffd25b;
}
.btn-warning .badge {
	color: #ffd66a;
	background-color: #ffffff;
}
.btn-warning.btn-outline {
	color: #ffd25b;
	background-color: transparent;
}
/* btn warning darker - color reset */

.btn-warning-darker {
	color: #ffffff;
	background-color: #EAA904;
	border-color: #E0A000;
}
.btn-warning-darker:hover, .btn-warning-darker:focus, .btn-warning-darker.focus, .btn-warning-darker:active, .btn-warning-darker.active, .open > .dropdown-toggle.btn-warning-darker {
	color: #ffffff;
	background-color: #EAB01E;
	border-color: #E5AA14;
}
.btn-warning-darker:active, .btn-warning-darker.active, .open > .dropdown-toggle.btn-warning-darker {
	background-image: none;
}
.btn-warning-darker.disabled, .btn-warning-darker[disabled], fieldset[disabled] .btn-warning-darker, .btn-warning-darker.disabled:hover, .btn-warning-darker[disabled]:hover, fieldset[disabled] .btn-warning-darker:hover, .btn-warning-darker.disabled:focus, .btn-warning-darker[disabled]:focus, fieldset[disabled] .btn-warning-darker:focus, .btn-warning-darker.disabled.focus, .btn-warning-darker[disabled].focus, fieldset[disabled] .btn-warning-darker.focus, .btn-warning-darker.disabled:active, .btn-warning-darker[disabled]:active, fieldset[disabled] .btn-warning-darker:active, .btn-warning-darker.disabled.active, .btn-warning-darker[disabled].active, fieldset[disabled] .btn-warning-darker.active {
	background-color: #F7CA59;
	border-color: #F4C449;
}
.btn-warning-darker .badge {
	color: #EDA900;
	background-color: #ffffff;
}
.btn-warning-darker.btn-outline {
	color: #C18A00;
	background-color: transparent;
}
/* btn danger - color reset */

.btn-danger {
	color: #ffffff;
	background-color: #ed5466;
	border-color: #ec465a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #eb3d51;
	border-color: #e92f45;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #ed5466;
	border-color: #ec465a;
}
.btn-danger .badge {
	color: #ed5466;
	background-color: #ffffff;
}
.btn-danger.btn-outline {
	color: #ec465a;
	background-color: transparent;
}
/* btn inverse - color reset */

.btn-inverse {
	color: #ffffff;
	background-color: #2a2a2a;
	border-color: #222222;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	color: #ffffff;
	background-color: #1d1d1d;
	border-color: #161616;
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	background-image: none;
}
.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse.focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse.active {
	background-color: #2a2a2a;
	border-color: #222222;
}
.btn-inverse .badge {
	color: #2a2a2a;
	background-color: #ffffff;
}
.btn-inverse.btn-outline {
	color: #222222;
	background-color: transparent;
}
/* btn teal - color reset */

.btn-teal {
	color: #ffffff;
	background-color: #6bccb4;
	border-color: #60c8ae;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal.focus, .btn-teal:active, .btn-teal.active, .open > .dropdown-toggle.btn-teal {
	color: #ffffff;
	background-color: #58c5aa;
	border-color: #4dc2a5;
}
.btn-teal:active, .btn-teal.active, .open > .dropdown-toggle.btn-teal {
	background-image: none;
}
.btn-teal.disabled, .btn-teal[disabled], fieldset[disabled] .btn-teal, .btn-teal.disabled:hover, .btn-teal[disabled]:hover, fieldset[disabled] .btn-teal:hover, .btn-teal.disabled:focus, .btn-teal[disabled]:focus, fieldset[disabled] .btn-teal:focus, .btn-teal.disabled.focus, .btn-teal[disabled].focus, fieldset[disabled] .btn-teal.focus, .btn-teal.disabled:active, .btn-teal[disabled]:active, fieldset[disabled] .btn-teal:active, .btn-teal.disabled.active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal.active {
	background-color: #6bccb4;
	border-color: #60c8ae;
}
.btn-teal .badge {
	color: #6bccb4;
	background-color: #ffffff;
}
.btn-teal.btn-outline {
	color: #60c8ae;
	background-color: transparent;
}
/* btn facebook - color reset */

.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
	border-color: #37538d;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	color: #ffffff;
	background-color: #344e86;
	border-color: #30487b;
}
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	background-image: none;
}
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
	background-color: #3b5998;
	border-color: #37538d;
}
.btn-facebook .badge {
	color: #3b5998;
	background-color: #ffffff;
}
.btn-facebook.btn-outline {
	color: #37538d;
	background-color: transparent;
}
/* btn twitter - color reset */

.btn-twitter {
	color: #ffffff;
	background-color: #55acee;
	border-color: #47a5ed;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
	color: #ffffff;
	background-color: #3ea1ec;
	border-color: #309aea;
}
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
	background-image: none;
}
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
	background-color: #55acee;
	border-color: #47a5ed;
}
.btn-twitter .badge {
	color: #55acee;
	background-color: #ffffff;
}
.btn-twitter.btn-outline {
	color: #47a5ed;
	background-color: transparent;
}
/* pagination */

.pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
	color: #00b1e1;
	border-color: #cfd9db;
}
.pagination > li > a:hover, .pager > li > a:hover, .pagination > li > span:hover, .pager > li > span:hover, .pagination > li > a:focus, .pager > li > a:focus, .pagination > li > span:focus, .pager > li > span:focus {
	color: #00a5d2;
	background-color: #ecf0f1;
	border-color: #c9d4d7;
}
.pagination > .active > a, .pager > .active > a, .pagination > .active > span, .pager > .active > span, .pagination > .active > a:hover, .pager > .active > a:hover, .pagination > .active > span:hover, .pager > .active > span:hover, .pagination > .active > a:focus, .pager > .active > a:focus, .pagination > .active > span:focus, .pager > .active > span:focus {
	color: #00a9d7;
	background-color: #ecf0f1;
	border-color: #c9d4d7;
}
/* ----------------------------
 *
 * Dropdown Menu
 *
 * --------------------------- */

.dropdown-menu {
	font-size: 13px;
	border-color: #cfd9db;
	padding: 5px 0px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-menu {
	position: static;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/* reset */
	
	border-width: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu > li {
	margin: 0px;
	text-align: left;
}
.dropdown-menu > li > a {
	line-height: 20px;
	color: #5e5e5e;
	padding: 4px 15px !important;
}
.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	outline: 0;
	background-color: #f8f8f8;
	color: #444444;
}
.dropdown-menu > li > a > .icon {
	display: inline-block;
	min-width: 14px;
	text-align: center;
	margin-right: 6px;
}
.dropdown-menu > li:active > a, .dropdown-menu > li.active > a {
	background-color: #f8f8f8;
	color: #444444;
}
.dropdown-menu > li:active > a:hover, .dropdown-menu > li.active > a:hover {
	background-color: #f8f8f8;
	color: #373737;
}
.dropdown-menu > .dropdown-header {
	padding: 6px 15px !important;
	font-size: 13px;
	font-weight: 600;
}
.dropdown-menu > .dropdown-content {
	padding: 4px 15px;
}
.dropdown-menu .divider {
	margin: 4px 0px;
	background-color: #ecf0f1;
}
.dropdown-menu.dropdown-menu-alt {
	min-width: 220px;
	padding: 0;
}
.dropdown-menu.dropdown-menu-alt > li > a {
	padding: 8px 15px !important;
}
.dropdown-menu.dropdown-menu-alt > li + li {
	border-top: 1px solid #eff2f3;
}
.dropdown-menu.dropdown-menu-alt > li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.dropdown.custom > .dropdown-menu {
	border-color: #e0e7e8;
}
.dropdown.custom > .dropdown-menu > .dropdown-header {
	display: table;
	width: 100%;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6ebed;
	padding: 0px 15px !important;
	height: 36px;
	line-height: 36px;
	color: #5e5e5e;
}
.dropdown.custom > .dropdown-menu > .dropdown-header > .title {
	display: table-cell;
	font-weight: 600;
}
.dropdown.custom > .dropdown-menu > .dropdown-header > .option {
	display: table-cell;
	font-weight: normal;
}
.dropdown.custom > .dropdown-menu > .viewport, .dropdown.custom > .dropdown-menu .dropdown-body {
	max-height: 300px;
}
.dropdown.custom > .dropdown-menu .dropdown-body {
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.dropdown.custom > .dropdown-menu form, .dropdown.custom > .dropdown-menu .form-horizontal {
	padding: 6px 15px;
	background-color: #fafafa;
	border-bottom: 1px solid #e6ebed;
}
.dropdown.mega > .dropdown-menu {
	width: auto !important;
	left: 0 !important;
	right: 0 !important;
}
/* ----------------------------
 *
 * Label & Badge & Icons
 *
 * --------------------------- */

.badge, .label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7;
	height: 18px;
	min-width: 18px;
	padding: 0px 6px;
}
.badge:empty, .label:empty {
	display: none;
}
/* Hasnotification */

.hasnotification {
	display: inline-block;
	width: 8px;
	height: 8px;
	text-indent: -999999px;
	border-radius: 50%;
	background-color: #eeeeee;
}
/* Color */

.label-default, .badge-default {
	background-color: #ecf0f1;
	color: #94aab0;
}
.label-primary, .badge-primary, .hasnotification-primary {
	background-color: #00b1e1;
}
.label-success, .badge-success, .hasnotification-success {
	background-color: #91c854;
}
.label-info, .badge-info, .hasnotification-info {
	background-color: #63d3e9;
}
.label-warning, .badge-warning, .hasnotification-warning {
	background-color: #ffd66a;
}
.label-danger, .badge-danger, .hasnotification-danger {
	background-color: #ed5466;
}
.label-teal, .badge-teal, .hasnotification-teal {
	background-color: #6bccb4;
}
.label-inverse, .badge-inverse, .hasnotification-inverse {
	background-color: #2a2a2a;
	color: #ffffff;
}
/* ----------------------------
*
* Icons
*
* --------------------------- */

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.svg#iconfont') format('svg'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
[class^="ico-"], [class*=" ico-"] {
	display: inline-block;
	position: relative;
	top: 1px;
	font-family: 'iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	min-width: 14px;
	/* Better Font Rendering =========== */
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ico-home:before {
	content: "\e000";
}
.ico-home2:before {
	content: "\e001";
}
.ico-home3:before {
	content: "\e002";
}
.ico-home4:before {
	content: "\e003";
}
.ico-home5:before {
	content: "\e004";
}
.ico-home6:before {
	content: "\e005";
}
.ico-home7:before {
	content: "\e006";
}
.ico-home8:before {
	content: "\e007";
}
.ico-home9:before {
	content: "\e008";
}
.ico-home10:before {
	content: "\e009";
}
.ico-home11:before {
	content: "\e00a";
}
.ico-office:before {
	content: "\e00b";
}
.ico-newspaper:before {
	content: "\e00c";
}
.ico-pencil:before {
	content: "\e00d";
}
.ico-pencil2:before {
	content: "\e00e";
}
.ico-pencil3:before {
	content: "\e00f";
}
.ico-pencil4:before {
	content: "\e010";
}
.ico-pencil5:before {
	content: "\e011";
}
.ico-pencil6:before {
	content: "\e012";
}
.ico-quill:before {
	content: "\e013";
}
.ico-quill2:before {
	content: "\e014";
}
.ico-quill3:before {
	content: "\e015";
}
.ico-pen:before {
	content: "\e016";
}
.ico-pen2:before {
	content: "\e017";
}
.ico-pen3:before {
	content: "\e018";
}
.ico-pen4:before {
	content: "\e019";
}
.ico-pen5:before {
	content: "\e01a";
}
.ico-marker:before {
	content: "\e01b";
}
.ico-home12:before {
	content: "\e01c";
}
.ico-marker2:before {
	content: "\e01d";
}
.ico-blog:before {
	content: "\e01e";
}
.ico-blog2:before {
	content: "\e01f";
}
.ico-brush:before {
	content: "\e020";
}
.ico-palette:before {
	content: "\e021";
}
.ico-palette2:before {
	content: "\e022";
}
.ico-eyedropper:before {
	content: "\e023";
}
.ico-eyedropper2:before {
	content: "\e024";
}
.ico-droplet:before {
	content: "\e025";
}
.ico-droplet2:before {
	content: "\e026";
}
.ico-droplet3:before {
	content: "\e027";
}
.ico-droplet4:before {
	content: "\e028";
}
.ico-paint-format:before {
	content: "\e029";
}
.ico-paint-format2:before {
	content: "\e02a";
}
.ico-image:before {
	content: "\e02b";
}
.ico-image2:before {
	content: "\e02c";
}
.ico-image3:before {
	content: "\e02d";
}
.ico-images:before {
	content: "\e02e";
}
.ico-image4:before {
	content: "\e02f";
}
.ico-image5:before {
	content: "\e030";
}
.ico-image6:before {
	content: "\e031";
}
.ico-images2:before {
	content: "\e032";
}
.ico-image7:before {
	content: "\e033";
}
.ico-camera:before {
	content: "\e034";
}
.ico-camera2:before {
	content: "\e035";
}
.ico-camera3:before {
	content: "\e036";
}
.ico-camera4:before {
	content: "\e037";
}
.ico-music:before {
	content: "\e038";
}
.ico-music2:before {
	content: "\e039";
}
.ico-music3:before {
	content: "\e03a";
}
.ico-music4:before {
	content: "\e03b";
}
.ico-music5:before {
	content: "\e03c";
}
.ico-music6:before {
	content: "\e03d";
}
.ico-piano:before {
	content: "\e03e";
}
.ico-guitar:before {
	content: "\e03f";
}
.ico-headphones:before {
	content: "\e040";
}
.ico-headphones2:before {
	content: "\e041";
}
.ico-play:before {
	content: "\e042";
}
.ico-play2:before {
	content: "\e043";
}
.ico-movie:before {
	content: "\e044";
}
.ico-movie2:before {
	content: "\e045";
}
.ico-movie3:before {
	content: "\e046";
}
.ico-film:before {
	content: "\e047";
}
.ico-film2:before {
	content: "\e048";
}
.ico-film3:before {
	content: "\e049";
}
.ico-film4:before {
	content: "\e04a";
}
.ico-camera5:before {
	content: "\e04b";
}
.ico-camera6:before {
	content: "\e04c";
}
.ico-camera7:before {
	content: "\e04d";
}
.ico-camera8:before {
	content: "\e04e";
}
.ico-camera9:before {
	content: "\e04f";
}
.ico-dice:before {
	content: "\e050";
}
.ico-gamepad:before {
	content: "\e051";
}
.ico-gamepad2:before {
	content: "\e052";
}
.ico-gamepad3:before {
	content: "\e053";
}
.ico-pacman:before {
	content: "\e054";
}
.ico-spades:before {
	content: "\e055";
}
.ico-clubs:before {
	content: "\e056";
}
.ico-diamonds:before {
	content: "\e057";
}
.ico-king:before {
	content: "\e058";
}
.ico-queen:before {
	content: "\e059";
}
.ico-rock:before {
	content: "\e05a";
}
.ico-bishop:before {
	content: "\e05b";
}
.ico-knight:before {
	content: "\e05c";
}
.ico-pawn:before {
	content: "\e05d";
}
.ico-chess:before {
	content: "\e05e";
}
.ico-bullhorn:before {
	content: "\e05f";
}
.ico-megaphone:before {
	content: "\e060";
}
.ico-new:before {
	content: "\e061";
}
.ico-connection:before {
	content: "\e062";
}
.ico-connection2:before {
	content: "\e063";
}
.ico-podcast:before {
	content: "\e064";
}
.ico-radio:before {
	content: "\e065";
}
.ico-feed:before {
	content: "\e066";
}
.ico-connection3:before {
	content: "\e067";
}
.ico-radio2:before {
	content: "\e068";
}
.ico-podcast2:before {
	content: "\e069";
}
.ico-podcast3:before {
	content: "\e06a";
}
.ico-mic:before {
	content: "\e06b";
}
.ico-mic2:before {
	content: "\e06c";
}
.ico-mic3:before {
	content: "\e06d";
}
.ico-mic4:before {
	content: "\e06e";
}
.ico-mic5:before {
	content: "\e06f";
}
.ico-book:before {
	content: "\e070";
}
.ico-book2:before {
	content: "\e071";
}
.ico-books:before {
	content: "\e072";
}
.ico-reading:before {
	content: "\e073";
}
.ico-library:before {
	content: "\e074";
}
.ico-library2:before {
	content: "\e075";
}
.ico-graduation:before {
	content: "\e076";
}
.ico-file:before {
	content: "\e077";
}
.ico-profile:before {
	content: "\e078";
}
.ico-file2:before {
	content: "\e079";
}
.ico-file3:before {
	content: "\e07a";
}
.ico-file4:before {
	content: "\e07b";
}
.ico-file5:before {
	content: "\e07c";
}
.ico-file6:before {
	content: "\e07d";
}
.ico-files:before {
	content: "\e07e";
}
.ico-file-plus:before {
	content: "\e07f";
}
.ico-file-minus:before {
	content: "\e080";
}
.ico-file-download:before {
	content: "\e081";
}
.ico-file-upload:before {
	content: "\e082";
}
.ico-file-check:before {
	content: "\e083";
}
.ico-file-remove:before {
	content: "\e084";
}
.ico-file7:before {
	content: "\e085";
}
.ico-file8:before {
	content: "\e086";
}
.ico-file-plus2:before {
	content: "\e087";
}
.ico-file-minus2:before {
	content: "\e088";
}
.ico-file-download2:before {
	content: "\e089";
}
.ico-file-upload2:before {
	content: "\e08a";
}
.ico-file-check2:before {
	content: "\e08b";
}
.ico-file-remove2:before {
	content: "\e08c";
}
.ico-file9:before {
	content: "\e08d";
}
.ico-copy:before {
	content: "\e08e";
}
.ico-copy2:before {
	content: "\e08f";
}
.ico-copy3:before {
	content: "\e090";
}
.ico-copy4:before {
	content: "\e091";
}
.ico-paste:before {
	content: "\e092";
}
.ico-paste2:before {
	content: "\e093";
}
.ico-paste3:before {
	content: "\e094";
}
.ico-stack:before {
	content: "\e095";
}
.ico-stack2:before {
	content: "\e096";
}
.ico-stack3:before {
	content: "\e097";
}
.ico-folder:before {
	content: "\e098";
}
.ico-folder-download:before {
	content: "\e099";
}
.ico-folder-upload:before {
	content: "\e09a";
}
.ico-folder-plus:before {
	content: "\e09b";
}
.ico-folder-plus2:before {
	content: "\e09c";
}
.ico-folder-minus:before {
	content: "\e09d";
}
.ico-folder-minus2:before {
	content: "\e09e";
}
.ico-folder8:before {
	content: "\e09f";
}
.ico-folder-remove:before {
	content: "\e0a0";
}
.ico-folder2:before {
	content: "\e0a1";
}
.ico-folder-open:before {
	content: "\e0a2";
}
.ico-folder3:before {
	content: "\e0a3";
}
.ico-folder4:before {
	content: "\e0a4";
}
.ico-folder-plus3:before {
	content: "\e0a5";
}
.ico-folder-minus3:before {
	content: "\e0a6";
}
.ico-folder-plus4:before {
	content: "\e0a7";
}
.ico-folder-remove2:before {
	content: "\e0a8";
}
.ico-folder-download2:before {
	content: "\e0a9";
}
.ico-folder-upload2:before {
	content: "\e0aa";
}
.ico-folder-download3:before {
	content: "\e0ab";
}
.ico-folder-upload3:before {
	content: "\e0ac";
}
.ico-folder5:before {
	content: "\e0ad";
}
.ico-folder-open2:before {
	content: "\e0ae";
}
.ico-folder6:before {
	content: "\e0af";
}
.ico-folder-open3:before {
	content: "\e0b0";
}
.ico-certificate:before {
	content: "\e0b1";
}
.ico-cc:before {
	content: "\e0b2";
}
.ico-tag:before {
	content: "\e0b3";
}
.ico-tag2:before {
	content: "\e0b4";
}
.ico-tag3:before {
	content: "\e0b5";
}
.ico-tag4:before {
	content: "\e0b6";
}
.ico-tag5:before {
	content: "\e0b7";
}
.ico-tag6:before {
	content: "\e0b8";
}
.ico-tag7:before {
	content: "\e0b9";
}
.ico-tags:before {
	content: "\e0ba";
}
.ico-tags2:before {
	content: "\e0bb";
}
.ico-tag8:before {
	content: "\e0bc";
}
.ico-barcode:before {
	content: "\e0bd";
}
.ico-barcode2:before {
	content: "\e0be";
}
.ico-qrcode:before {
	content: "\e0bf";
}
.ico-ticket:before {
	content: "\e0c0";
}
.ico-cart:before {
	content: "\e0c1";
}
.ico-cart2:before {
	content: "\e0c2";
}
.ico-cart3:before {
	content: "\e0c3";
}
.ico-cart4:before {
	content: "\e0c4";
}
.ico-cart5:before {
	content: "\e0c5";
}
.ico-cart6:before {
	content: "\e0c6";
}
.ico-cart7:before {
	content: "\e0c7";
}
.ico-cart-plus:before {
	content: "\e0c8";
}
.ico-cart-minus:before {
	content: "\e0c9";
}
.ico-cart-add:before {
	content: "\e0ca";
}
.ico-cart-remove:before {
	content: "\e0cb";
}
.ico-cart-checkout:before {
	content: "\e0cc";
}
.ico-cart-remove2:before {
	content: "\e0cd";
}
.ico-basket:before {
	content: "\e0ce";
}
.ico-basket2:before {
	content: "\e0cf";
}
.ico-bag:before {
	content: "\e0d0";
}
.ico-bag2:before {
	content: "\e0d1";
}
.ico-bag3:before {
	content: "\e0d2";
}
.ico-coin:before {
	content: "\e0d3";
}
.ico-coins:before {
	content: "\e0d4";
}
.ico-credit:before {
	content: "\e0d5";
}
.ico-credit2:before {
	content: "\e0d6";
}
.ico-calculate:before {
	content: "\e0d7";
}
.ico-calculate2:before {
	content: "\e0d8";
}
.ico-support:before {
	content: "\e0d9";
}
.ico-phone:before {
	content: "\e0da";
}
.ico-phone2:before {
	content: "\e0db";
}
.ico-phone3:before {
	content: "\e0dc";
}
.ico-phone4:before {
	content: "\e0dd";
}
.ico-contact-add:before {
	content: "\e0de";
}
.ico-contact-remove:before {
	content: "\e0df";
}
.ico-contact-add2:before {
	content: "\e0e0";
}
.ico-contact-remove2:before {
	content: "\e0e1";
}
.ico-call-incoming:before {
	content: "\e0e2";
}
.ico-call-outgoing:before {
	content: "\e0e3";
}
.ico-phone5:before {
	content: "\e0e4";
}
.ico-phone6:before {
	content: "\e0e5";
}
.ico-phone-hang-up:before {
	content: "\e0e6";
}
.ico-phone-hang-up2:before {
	content: "\e0e7";
}
.ico-address-book:before {
	content: "\e0e8";
}
.ico-address-book2:before {
	content: "\e0e9";
}
.ico-notebook:before {
	content: "\e0ea";
}
.ico-envelop:before {
	content: "\e0eb";
}
.ico-envelop2:before {
	content: "\e0ec";
}
.ico-mail-send:before {
	content: "\e0ed";
}
.ico-envelop-opened:before {
	content: "\e0ee";
}
.ico-envelop3:before {
	content: "\e0ef";
}
.ico-pushpin:before {
	content: "\e0f0";
}
.ico-location:before {
	content: "\e0f1";
}
.ico-location2:before {
	content: "\e0f2";
}
.ico-location3:before {
	content: "\e0f3";
}
.ico-location4:before {
	content: "\e0f4";
}
.ico-location5:before {
	content: "\e0f5";
}
.ico-location6:before {
	content: "\e0f6";
}
.ico-location7:before {
	content: "\e0f7";
}
.ico-compass:before {
	content: "\e0f8";
}
.ico-compass2:before {
	content: "\e0f9";
}
.ico-map:before {
	content: "\e0fa";
}
.ico-map2:before {
	content: "\e0fb";
}
.ico-map3:before {
	content: "\e0fc";
}
.ico-map4:before {
	content: "\e0fd";
}
.ico-direction:before {
	content: "\e0fe";
}
.ico-history:before {
	content: "\e0ff";
}
.ico-history2:before {
	content: "\e100";
}
.ico-clock:before {
	content: "\e101";
}
.ico-clock2:before {
	content: "\e102";
}
.ico-clock3:before {
	content: "\e103";
}
.ico-clock4:before {
	content: "\e104";
}
.ico-watch:before {
	content: "\e105";
}
.ico-clock5:before {
	content: "\e106";
}
.ico-clock6:before {
	content: "\e107";
}
.ico-clock7:before {
	content: "\e108";
}
.ico-alarm:before {
	content: "\e109";
}
.ico-alarm2:before {
	content: "\e10a";
}
.ico-bell:before {
	content: "\e10b";
}
.ico-bell2:before {
	content: "\e10c";
}
.ico-alarm-plus:before {
	content: "\e10d";
}
.ico-alarm-minus:before {
	content: "\e10e";
}
.ico-alarm-check:before {
	content: "\e10f";
}
.ico-alarm-cancel:before {
	content: "\e110";
}
.ico-stopwatch:before {
	content: "\e111";
}
.ico-calendar:before {
	content: "\e112";
}
.ico-calendar2:before {
	content: "\e113";
}
.ico-calendar3:before {
	content: "\e114";
}
.ico-calendar4:before {
	content: "\e115";
}
.ico-calendar5:before {
	content: "\e116";
}
.ico-print:before {
	content: "\e117";
}
.ico-print2:before {
	content: "\e118";
}
.ico-print3:before {
	content: "\e119";
}
.ico-mouse:before {
	content: "\e11a";
}
.ico-mouse2:before {
	content: "\e11b";
}
.ico-mouse3:before {
	content: "\e11c";
}
.ico-mouse4:before {
	content: "\e11d";
}
.ico-keyboard:before {
	content: "\e11e";
}
.ico-keyboard2:before {
	content: "\e11f";
}
.ico-screen:before {
	content: "\e120";
}
.ico-screen2:before {
	content: "\e121";
}
.ico-screen3:before {
	content: "\e122";
}
.ico-screen4:before {
	content: "\e123";
}
.ico-laptop:before {
	content: "\e124";
}
.ico-mobile:before {
	content: "\e125";
}
.ico-mobile2:before {
	content: "\e126";
}
.ico-tablet:before {
	content: "\e127";
}
.ico-mobile3:before {
	content: "\e128";
}
.ico-tv:before {
	content: "\e129";
}
.ico-cabinet:before {
	content: "\e12a";
}
.ico-archive:before {
	content: "\e12b";
}
.ico-drawer:before {
	content: "\e12c";
}
.ico-drawer2:before {
	content: "\e12d";
}
.ico-drawer3:before {
	content: "\e12e";
}
.ico-box:before {
	content: "\e12f";
}
.ico-box-add:before {
	content: "\e130";
}
.ico-box-remove:before {
	content: "\e131";
}
.ico-download:before {
	content: "\e132";
}
.ico-upload:before {
	content: "\e133";
}
.ico-disk:before {
	content: "\e134";
}
.ico-cd:before {
	content: "\e135";
}
.ico-storage:before {
	content: "\e136";
}
.ico-storage2:before {
	content: "\e137";
}
.ico-database:before {
	content: "\e138";
}
.ico-database2:before {
	content: "\e139";
}
.ico-database3:before {
	content: "\e13a";
}
.ico-undo:before {
	content: "\e13b";
}
.ico-redo:before {
	content: "\e13c";
}
.ico-rotate:before {
	content: "\e13d";
}
.ico-rotate2:before {
	content: "\e13e";
}
.ico-flip:before {
	content: "\e13f";
}
.ico-flip2:before {
	content: "\e140";
}
.ico-unite:before {
	content: "\e141";
}
.ico-subtract:before {
	content: "\e142";
}
.ico-interset:before {
	content: "\e143";
}
.ico-exclude:before {
	content: "\e144";
}
.ico-align-left:before {
	content: "\e145";
}
.ico-align-center-horizontal:before {
	content: "\e146";
}
.ico-align-right:before {
	content: "\e147";
}
.ico-align-top:before {
	content: "\e148";
}
.ico-align-center-vertical:before {
	content: "\e149";
}
.ico-align-bottom:before {
	content: "\e14a";
}
.ico-undo2:before {
	content: "\e14b";
}
.ico-redo2:before {
	content: "\e14c";
}
.ico-forward:before {
	content: "\e14d";
}
.ico-reply:before {
	content: "\e14e";
}
.ico-reply2:before {
	content: "\e14f";
}
.ico-bubble:before {
	content: "\e150";
}
.ico-bubbles:before {
	content: "\e151";
}
.ico-bubbles2:before {
	content: "\e152";
}
.ico-bubble2:before {
	content: "\e153";
}
.ico-bubbles3:before {
	content: "\e154";
}
.ico-bubbles4:before {
	content: "\e155";
}
.ico-bubble-notification:before {
	content: "\e156";
}
.ico-bubbles5:before {
	content: "\e157";
}
.ico-bubbles6:before {
	content: "\e158";
}
.ico-bubble3:before {
	content: "\e159";
}
.ico-bubble-dots:before {
	content: "\e15a";
}
.ico-bubble4:before {
	content: "\e15b";
}
.ico-bubble5:before {
	content: "\e15c";
}
.ico-bubble-dots2:before {
	content: "\e15d";
}
.ico-bubble6:before {
	content: "\e15e";
}
.ico-bubble7:before {
	content: "\e15f";
}
.ico-bubble8:before {
	content: "\e160";
}
.ico-bubbles7:before {
	content: "\e161";
}
.ico-bubble9:before {
	content: "\e162";
}
.ico-bubbles8:before {
	content: "\e163";
}
.ico-bubble10:before {
	content: "\e164";
}
.ico-bubble-dots3:before {
	content: "\e165";
}
.ico-bubble11:before {
	content: "\e166";
}
.ico-bubble12:before {
	content: "\e167";
}
.ico-bubble-dots4:before {
	content: "\e168";
}
.ico-glass:before {
	content: "\e600";
}
.ico-bubble13:before {
	content: "\e169";
}
.ico-music7:before {
	content: "\e601";
}
.ico-bubbles9:before {
	content: "\e16a";
}
.ico-search:before {
	content: "\e602";
}
.ico-bubbles10:before {
	content: "\e16b";
}
.ico-envelope:before {
	content: "\e603";
}
.ico-heart:before {
	content: "\e604";
}
.ico-bubble-blocked:before {
	content: "\e16c";
}
.ico-star:before {
	content: "\e605";
}
.ico-bubble-quote:before {
	content: "\e16d";
}
.ico-star-empty:before {
	content: "\e606";
}
.ico-bubble-user:before {
	content: "\e16e";
}
.ico-bubble-check:before {
	content: "\e16f";
}
.ico-user:before {
	content: "\e607";
}
.ico-bubble-video-chat:before {
	content: "\e170";
}
.ico-film5:before {
	content: "\e608";
}
.ico-bubble-link:before {
	content: "\e171";
}
.ico-th-large:before {
	content: "\e609";
}
.ico-th:before {
	content: "\e60a";
}
.ico-bubble-locked:before {
	content: "\e172";
}
.ico-th-list:before {
	content: "\e60b";
}
.ico-bubble-star:before {
	content: "\e173";
}
.ico-ok:before {
	content: "\e60c";
}
.ico-bubble-heart:before {
	content: "\e174";
}
.ico-remove:before {
	content: "\e60d";
}
.ico-bubble-paperclip:before {
	content: "\e175";
}
.ico-zoom-in:before {
	content: "\e60e";
}
.ico-bubble-cancel:before {
	content: "\e176";
}
.ico-zoom-out:before {
	content: "\e60f";
}
.ico-bubble-plus:before {
	content: "\e177";
}
.ico-off:before {
	content: "\e610";
}
.ico-bubble-minus:before {
	content: "\e178";
}
.ico-signal:before {
	content: "\e611";
}
.ico-bubble-notification2:before {
	content: "\e179";
}
.ico-cog:before {
	content: "\e612";
}
.ico-bubble-trash:before {
	content: "\e17a";
}
.ico-bubble-left:before {
	content: "\e17b";
}
.ico-trash:before {
	content: "\e613";
}
.ico-bubble-right:before {
	content: "\e17c";
}
.ico-home13:before {
	content: "\e614";
}
.ico-bubble-up:before {
	content: "\e17d";
}
.ico-file10:before {
	content: "\e615";
}
.ico-bubble-down:before {
	content: "\e17e";
}
.ico-time:before {
	content: "\e616";
}
.ico-road:before {
	content: "\e617";
}
.ico-bubble-first:before {
	content: "\e17f";
}
.ico-bubble-last:before {
	content: "\e180";
}
.ico-download-alt:before {
	content: "\e618";
}
.ico-bubble-replu:before {
	content: "\e181";
}
.ico-download2:before {
	content: "\e619";
}
.ico-bubble-forward:before {
	content: "\e182";
}
.ico-upload2:before {
	content: "\e61a";
}
.ico-bubble-reply:before {
	content: "\e183";
}
.ico-inbox:before {
	content: "\e61b";
}
.ico-bubble-forward2:before {
	content: "\e184";
}
.ico-play-circle:before {
	content: "\e61c";
}
.ico-repeat:before {
	content: "\e61d";
}
.ico-user2:before {
	content: "\e185";
}
.ico-refresh:before {
	content: "\e61e";
}
.ico-users:before {
	content: "\e186";
}
.ico-list-alt:before {
	content: "\e61f";
}
.ico-user-plus:before {
	content: "\e187";
}
.ico-lock:before {
	content: "\e620";
}
.ico-user-plus2:before {
	content: "\e188";
}
.ico-flag:before {
	content: "\e621";
}
.ico-user-minus:before {
	content: "\e189";
}
.ico-user-minus2:before {
	content: "\e18a";
}
.ico-headphones3:before {
	content: "\e622";
}
.ico-user-cancel:before {
	content: "\e18b";
}
.ico-volume-off:before {
	content: "\e623";
}
.ico-user-block:before {
	content: "\e18c";
}
.ico-volume-down:before {
	content: "\e624";
}
.ico-volume-up:before {
	content: "\e625";
}
.ico-users2:before {
	content: "\e18d";
}
.ico-qrcode2:before {
	content: "\e626";
}
.ico-user22:before {
	content: "\e18e";
}
.ico-barcode3:before {
	content: "\e627";
}
.ico-users3:before {
	content: "\e18f";
}
.ico-user-plus3:before {
	content: "\e190";
}
.ico-tag9:before {
	content: "\e628";
}
.ico-user-minus3:before {
	content: "\e191";
}
.ico-tags3:before {
	content: "\e629";
}
.ico-book3:before {
	content: "\e62a";
}
.ico-user-cancel2:before {
	content: "\e192";
}
.ico-bookmark:before {
	content: "\e62b";
}
.ico-user-block2:before {
	content: "\e193";
}
.ico-user3:before {
	content: "\e194";
}
.ico-print4:before {
	content: "\e62c";
}
.ico-camera10:before {
	content: "\e62d";
}
.ico-user4:before {
	content: "\e195";
}
.ico-font:before {
	content: "\e62e";
}
.ico-user5:before {
	content: "\e196";
}
.ico-user6:before {
	content: "\e197";
}
.ico-bold:before {
	content: "\e62f";
}
.ico-users4:before {
	content: "\e198";
}
.ico-italic:before {
	content: "\e630";
}
.ico-user7:before {
	content: "\e199";
}
.ico-text-height:before {
	content: "\e631";
}
.ico-text-width:before {
	content: "\e632";
}
.ico-user8:before {
	content: "\e19a";
}
.ico-align-left2:before {
	content: "\e633";
}
.ico-users5:before {
	content: "\e19b";
}
.ico-align-center:before {
	content: "\e634";
}
.ico-vcard:before {
	content: "\e19c";
}
.ico-tshirt:before {
	content: "\e19d";
}
.ico-align-right2:before {
	content: "\e635";
}
.ico-align-justify:before {
	content: "\e636";
}
.ico-hanger:before {
	content: "\e19e";
}
.ico-quotes-left:before {
	content: "\e19f";
}
.ico-list:before {
	content: "\e637";
}
.ico-quotes-right:before {
	content: "\e1a0";
}
.ico-indent-left:before {
	content: "\e638";
}
.ico-quotes-right2:before {
	content: "\e1a1";
}
.ico-indent-right:before {
	content: "\e639";
}
.ico-quotes-right3:before {
	content: "\e1a2";
}
.ico-facetime-video:before {
	content: "\e63a";
}
.ico-busy:before {
	content: "\e1a3";
}
.ico-picture:before {
	content: "\e63b";
}
.ico-busy2:before {
	content: "\e1a4";
}
.ico-pencil7:before {
	content: "\e63c";
}
.ico-map-marker:before {
	content: "\e63d";
}
.ico-busy3:before {
	content: "\e1a5";
}
.ico-adjust:before {
	content: "\e63e";
}
.ico-busy4:before {
	content: "\e1a6";
}
.ico-tint:before {
	content: "\e63f";
}
.ico-spinner:before {
	content: "\e1a7";
}
.ico-spinner2:before {
	content: "\e1a8";
}
.ico-edit:before {
	content: "\e640";
}
.ico-spinner3:before {
	content: "\e1a9";
}
.ico-share:before {
	content: "\e641";
}
.ico-spinner4:before {
	content: "\e1aa";
}
.ico-check:before {
	content: "\e642";
}
.ico-spinner5:before {
	content: "\e1ab";
}
.ico-move:before {
	content: "\e643";
}
.ico-spinner6:before {
	content: "\e1ac";
}
.ico-step-backward:before {
	content: "\e644";
}
.ico-spinner7:before {
	content: "\e1ad";
}
.ico-fast-backward:before {
	content: "\e645";
}
.ico-spinner8:before {
	content: "\e1ae";
}
.ico-backward:before {
	content: "\e646";
}
.ico-play3:before {
	content: "\e647";
}
.ico-spinner9:before {
	content: "\e1af";
}
.ico-pause:before {
	content: "\e648";
}
.ico-spinner10:before {
	content: "\e1b0";
}
.ico-spinner11:before {
	content: "\e1b1";
}
.ico-stop:before {
	content: "\e649";
}
.ico-spinner12:before {
	content: "\e1b2";
}
.ico-forward2:before {
	content: "\e64a";
}
.ico-microscope:before {
	content: "\e1b3";
}
.ico-fast-forward:before {
	content: "\e64b";
}
.ico-step-forward:before {
	content: "\e64c";
}
.ico-binoculars:before {
	content: "\e1b4";
}
.ico-binoculars2:before {
	content: "\e1b5";
}
.ico-eject:before {
	content: "\e64d";
}
.ico-search2:before {
	content: "\e1b6";
}
.ico-chevron-left:before {
	content: "\e64e";
}
.ico-search22:before {
	content: "\e1b7";
}
.ico-chevron-right:before {
	content: "\e64f";
}
.ico-zoom-in2:before {
	content: "\e1b8";
}
.ico-plus-sign:before {
	content: "\e650";
}
.ico-zoom-out2:before {
	content: "\e1b9";
}
.ico-minus-sign:before {
	content: "\e651";
}
.ico-search3:before {
	content: "\e1ba";
}
.ico-remove-sign:before {
	content: "\e652";
}
.ico-ok-sign:before {
	content: "\e653";
}
.ico-search4:before {
	content: "\e1bb";
}
.ico-question-sign:before {
	content: "\e654";
}
.ico-zoom-in22:before {
	content: "\e1bc";
}
.ico-info-sign:before {
	content: "\e655";
}
.ico-zoom-out22:before {
	content: "\e1bd";
}
.ico-screenshot:before {
	content: "\e656";
}
.ico-search5:before {
	content: "\e1be";
}
.ico-expand:before {
	content: "\e1bf";
}
.ico-remove-circle:before {
	content: "\e657";
}
.ico-contract:before {
	content: "\e1c0";
}
.ico-ok-circle:before {
	content: "\e658";
}
.ico-ban-circle:before {
	content: "\e659";
}
.ico-scale-up:before {
	content: "\e1c1";
}
.ico-arrow-left:before {
	content: "\e65a";
}
.ico-scale-down:before {
	content: "\e1c2";
}
.ico-arrow-right:before {
	content: "\e65b";
}
.ico-expand2:before {
	content: "\e1c3";
}
.ico-contract2:before {
	content: "\e1c4";
}
.ico-arrow-up:before {
	content: "\e65c";
}
.ico-arrow-down:before {
	content: "\e65d";
}
.ico-scale-up2:before {
	content: "\e1c5";
}
.ico-scale-down2:before {
	content: "\e1c6";
}
.ico-share-alt:before {
	content: "\e65e";
}
.ico-fullscreen:before {
	content: "\e1c7";
}
.ico-resize-full:before {
	content: "\e65f";
}
.ico-expand3:before {
	content: "\e1c8";
}
.ico-resize-small:before {
	content: "\e660";
}
.ico-contract3:before {
	content: "\e1c9";
}
.ico-plus:before {
	content: "\e661";
}
.ico-key:before {
	content: "\e1ca";
}
.ico-minus:before {
	content: "\e662";
}
.ico-asterisk:before {
	content: "\e663";
}
.ico-key2:before {
	content: "\e1cb";
}
.ico-exclamation-sign:before {
	content: "\e664";
}
.ico-key3:before {
	content: "\e1cc";
}
.ico-key4:before {
	content: "\e1cd";
}
.ico-gift:before {
	content: "\e665";
}
.ico-leaf:before {
	content: "\e666";
}
.ico-key5:before {
	content: "\e1ce";
}
.ico-fire:before {
	content: "\e667";
}
.ico-keyhole:before {
	content: "\e1cf";
}
.ico-eye-open:before {
	content: "\e668";
}
.ico-lock2:before {
	content: "\e1d0";
}
.ico-eye-close:before {
	content: "\e669";
}
.ico-lock22:before {
	content: "\e1d1";
}
.ico-warning-sign:before {
	content: "\e66a";
}
.ico-lock3:before {
	content: "\e1d2";
}
.ico-plane:before {
	content: "\e66b";
}
.ico-lock4:before {
	content: "\e1d3";
}
.ico-unlocked:before {
	content: "\e1d4";
}
.ico-calendar6:before {
	content: "\e66c";
}
.ico-lock5:before {
	content: "\e1d5";
}
.ico-random:before {
	content: "\e66d";
}
.ico-unlocked2:before {
	content: "\e1d6";
}
.ico-comment:before {
	content: "\e66e";
}
.ico-wrench:before {
	content: "\e1d7";
}
.ico-magnet:before {
	content: "\e66f";
}
.ico-wrench2:before {
	content: "\e1d8";
}
.ico-chevron-up:before {
	content: "\e670";
}
.ico-chevron-down:before {
	content: "\e671";
}
.ico-wrench3:before {
	content: "\e1d9";
}
.ico-wrench4:before {
	content: "\e1da";
}
.ico-retweet:before {
	content: "\e672";
}
.ico-settings:before {
	content: "\e1db";
}
.ico-shopping-cart:before {
	content: "\e673";
}
.ico-equalizer:before {
	content: "\e1dc";
}
.ico-folder-close:before {
	content: "\e674";
}
.ico-equalizer2:before {
	content: "\e1dd";
}
.ico-folder-open4:before {
	content: "\e675";
}
.ico-equalizer3:before {
	content: "\e1de";
}
.ico-resize-vertical:before {
	content: "\e676";
}
.ico-resize-horizontal:before {
	content: "\e677";
}
.ico-cog2:before {
	content: "\e1df";
}
.ico-bar-chart:before {
	content: "\e678";
}
.ico-cogs:before {
	content: "\e1e0";
}
.ico-cog22:before {
	content: "\e1e1";
}
.ico-twitter-sign:before {
	content: "\e679";
}
.ico-facebook-sign:before {
	content: "\e67a";
}
.ico-cog3:before {
	content: "\e1e2";
}
.ico-camera-retro:before {
	content: "\e67b";
}
.ico-cog4:before {
	content: "\e1e3";
}
.ico-key6:before {
	content: "\e67c";
}
.ico-cog5:before {
	content: "\e1e4";
}
.ico-cog6:before {
	content: "\e1e5";
}
.ico-cogs2:before {
	content: "\e67d";
}
.ico-cog7:before {
	content: "\e1e6";
}
.ico-comments:before {
	content: "\e67e";
}
.ico-factory:before {
	content: "\e1e7";
}
.ico-thumbs-up:before {
	content: "\e67f";
}
.ico-thumbs-down:before {
	content: "\e680";
}
.ico-hammer:before {
	content: "\e1e8";
}
.ico-tools:before {
	content: "\e1e9";
}
.ico-star-half:before {
	content: "\e681";
}
.ico-screwdriver:before {
	content: "\e1ea";
}
.ico-heart-empty:before {
	content: "\e682";
}
.ico-screwdriver2:before {
	content: "\e1eb";
}
.ico-signout:before {
	content: "\e683";
}
.ico-wand:before {
	content: "\e1ec";
}
.ico-linkedin-sign:before {
	content: "\e684";
}
.ico-wand2:before {
	content: "\e1ed";
}
.ico-pushpin2:before {
	content: "\e685";
}
.ico-external-link:before {
	content: "\e686";
}
.ico-health:before {
	content: "\e1ee";
}
.ico-signin:before {
	content: "\e687";
}
.ico-aid:before {
	content: "\e1ef";
}
.ico-trophy:before {
	content: "\e688";
}
.ico-patch:before {
	content: "\e1f0";
}
.ico-github-sign:before {
	content: "\e689";
}
.ico-bug:before {
	content: "\e1f1";
}
.ico-upload-alt:before {
	content: "\e68a";
}
.ico-bug2:before {
	content: "\e1f2";
}
.ico-inject:before {
	content: "\e1f3";
}
.ico-lemon:before {
	content: "\e68b";
}
.ico-inject2:before {
	content: "\e1f4";
}
.ico-phone7:before {
	content: "\e68c";
}
.ico-construction:before {
	content: "\e1f5";
}
.ico-check-empty:before {
	content: "\e68d";
}
.ico-cone:before {
	content: "\e1f6";
}
.ico-bookmark-empty:before {
	content: "\e68e";
}
.ico-pie:before {
	content: "\e1f7";
}
.ico-phone-sign:before {
	content: "\e68f";
}
.ico-twitter:before {
	content: "\e690";
}
.ico-pie2:before {
	content: "\e1f8";
}
.ico-pie3:before {
	content: "\e1f9";
}
.ico-facebook:before {
	content: "\e691";
}
.ico-pie4:before {
	content: "\e1fa";
}
.ico-github:before {
	content: "\e692";
}
.ico-pie5:before {
	content: "\e1fb";
}
.ico-unlock:before {
	content: "\e693";
}
.ico-credit3:before {
	content: "\e694";
}
.ico-pie6:before {
	content: "\e1fc";
}
.ico-rss:before {
	content: "\e695";
}
.ico-pie7:before {
	content: "\e1fd";
}
.ico-hdd:before {
	content: "\e696";
}
.ico-stats:before {
	content: "\e1fe";
}
.ico-stats2:before {
	content: "\e1ff";
}
.ico-bullhorn2:before {
	content: "\e697";
}
.ico-bell3:before {
	content: "\e698";
}
.ico-stats3:before {
	content: "\e200";
}
.ico-certificate2:before {
	content: "\e699";
}
.ico-bars:before {
	content: "\e201";
}
.ico-hand-right:before {
	content: "\e69a";
}
.ico-bars2:before {
	content: "\e202";
}
.ico-hand-left:before {
	content: "\e69b";
}
.ico-bars3:before {
	content: "\e203";
}
.ico-bars4:before {
	content: "\e204";
}
.ico-hand-up:before {
	content: "\e69c";
}
.ico-bars5:before {
	content: "\e205";
}
.ico-hand-down:before {
	content: "\e69d";
}
.ico-bars6:before {
	content: "\e206";
}
.ico-circle-arrow-left:before {
	content: "\e69e";
}
.ico-stats-up:before {
	content: "\e207";
}
.ico-circle-arrow-right:before {
	content: "\e69f";
}
.ico-stats-down:before {
	content: "\e208";
}
.ico-circle-arrow-up:before {
	content: "\e6a0";
}
.ico-stairs-down:before {
	content: "\e209";
}
.ico-circle-arrow-down:before {
	content: "\e6a1";
}
.ico-globe:before {
	content: "\e6a2";
}
.ico-stairs-down2:before {
	content: "\e20a";
}
.ico-chart:before {
	content: "\e20b";
}
.ico-wrench5:before {
	content: "\e6a3";
}
.ico-tasks:before {
	content: "\e6a4";
}
.ico-stairs:before {
	content: "\e20c";
}
.ico-filter:before {
	content: "\e6a5";
}
.ico-stairs2:before {
	content: "\e20d";
}
.ico-ladder:before {
	content: "\e20e";
}
.ico-briefcase:before {
	content: "\e6a6";
}
.ico-fullscreen2:before {
	content: "\e6a7";
}
.ico-cake:before {
	content: "\e20f";
}
.ico-group:before {
	content: "\e6a8";
}
.ico-gift2:before {
	content: "\e210";
}
.ico-link:before {
	content: "\e6a9";
}
.ico-gift22:before {
	content: "\e211";
}
.ico-balloon:before {
	content: "\e212";
}
.ico-cloud:before {
	content: "\e6aa";
}
.ico-beaker:before {
	content: "\e6ab";
}
.ico-rating:before {
	content: "\e213";
}
.ico-cut:before {
	content: "\e6ac";
}
.ico-rating2:before {
	content: "\e214";
}
.ico-copy5:before {
	content: "\e6ad";
}
.ico-rating3:before {
	content: "\e215";
}
.ico-paper-clip:before {
	content: "\e6ae";
}
.ico-podium:before {
	content: "\e216";
}
.ico-medal:before {
	content: "\e217";
}
.ico-save:before {
	content: "\e6af";
}
.ico-medal2:before {
	content: "\e218";
}
.ico-sign-blank:before {
	content: "\e6b0";
}
.ico-reorder:before {
	content: "\e6b1";
}
.ico-medal3:before {
	content: "\e219";
}
.ico-list-ul:before {
	content: "\e6b2";
}
.ico-medal4:before {
	content: "\e21a";
}
.ico-medal5:before {
	content: "\e21b";
}
.ico-list-ol:before {
	content: "\e6b3";
}
.ico-strikethrough:before {
	content: "\e6b4";
}
.ico-crown:before {
	content: "\e21c";
}
.ico-trophy2:before {
	content: "\e21d";
}
.ico-underline:before {
	content: "\e6b5";
}
.ico-trophy22:before {
	content: "\e21e";
}
.ico-table:before {
	content: "\e6b6";
}
.ico-magic:before {
	content: "\e6b7";
}
.ico-trophy-star:before {
	content: "\e21f";
}
.ico-truck:before {
	content: "\e6b8";
}
.ico-diamond:before {
	content: "\e220";
}
.ico-diamond2:before {
	content: "\e221";
}
.ico-pinterest:before {
	content: "\e6b9";
}
.ico-glass2:before {
	content: "\e222";
}
.ico-pinterest-sign:before {
	content: "\e6ba";
}
.ico-google-plus-sign:before {
	content: "\e6bb";
}
.ico-glass22:before {
	content: "\e223";
}
.ico-bottle:before {
	content: "\e224";
}
.ico-google-plus:before {
	content: "\e6bc";
}
.ico-bottle2:before {
	content: "\e225";
}
.ico-money:before {
	content: "\e6bd";
}
.ico-caret-down:before {
	content: "\e6be";
}
.ico-mug:before {
	content: "\e226";
}
.ico-food:before {
	content: "\e227";
}
.ico-caret-up:before {
	content: "\e6bf";
}
.ico-caret-left:before {
	content: "\e6c0";
}
.ico-food2:before {
	content: "\e228";
}
.ico-caret-right:before {
	content: "\e6c1";
}
.ico-hamburger:before {
	content: "\e229";
}
.ico-cup:before {
	content: "\e22a";
}
.ico-columns:before {
	content: "\e6c2";
}
.ico-sort:before {
	content: "\e6c3";
}
.ico-cup2:before {
	content: "\e22b";
}
.ico-sort-down:before {
	content: "\e6c4";
}
.ico-leaf2:before {
	content: "\e22c";
}
.ico-leaf22:before {
	content: "\e22d";
}
.ico-sort-up:before {
	content: "\e6c5";
}
.ico-envelope-alt:before {
	content: "\e6c6";
}
.ico-apple-fruit:before {
	content: "\e22e";
}
.ico-linkedin:before {
	content: "\e6c7";
}
.ico-tree:before {
	content: "\e22f";
}
.ico-undo3:before {
	content: "\e6c8";
}
.ico-tree2:before {
	content: "\e230";
}
.ico-legal:before {
	content: "\e6c9";
}
.ico-paw:before {
	content: "\e231";
}
.ico-dashboard:before {
	content: "\e6ca";
}
.ico-steps:before {
	content: "\e232";
}
.ico-flower:before {
	content: "\e233";
}
.ico-comment-alt:before {
	content: "\e6cb";
}
.ico-comments-alt:before {
	content: "\e6cc";
}
.ico-rocket:before {
	content: "\e234";
}
.ico-meter:before {
	content: "\e235";
}
.ico-bolt:before {
	content: "\e6cd";
}
.ico-sitemap:before {
	content: "\e6ce";
}
.ico-meter2:before {
	content: "\e236";
}
.ico-meter-slow:before {
	content: "\e237";
}
.ico-umbrella:before {
	content: "\e6cf";
}
.ico-paste4:before {
	content: "\e6d0";
}
.ico-meter-medium:before {
	content: "\e238";
}
.ico-meter-fast:before {
	content: "\e239";
}
.ico-lightbulb:before {
	content: "\e6d1";
}
.ico-exchange:before {
	content: "\e6d2";
}
.ico-dashboard2:before {
	content: "\e23a";
}
.ico-cloud-download:before {
	content: "\e6d3";
}
.ico-hammer2:before {
	content: "\e23b";
}
.ico-balance:before {
	content: "\e23c";
}
.ico-cloud-upload:before {
	content: "\e6d4";
}
.ico-user-md:before {
	content: "\e6d5";
}
.ico-bomb:before {
	content: "\e23d";
}
.ico-stethoscope:before {
	content: "\e6d6";
}
.ico-fire2:before {
	content: "\e23e";
}
.ico-suitcase:before {
	content: "\e6d7";
}
.ico-fire22:before {
	content: "\e23f";
}
.ico-bell-alt:before {
	content: "\e6d8";
}
.ico-lab:before {
	content: "\e240";
}
.ico-coffee:before {
	content: "\e6d9";
}
.ico-atom:before {
	content: "\e241";
}
.ico-atom2:before {
	content: "\e242";
}
.ico-food3:before {
	content: "\e6da";
}
.ico-magnet2:before {
	content: "\e243";
}
.ico-file-alt:before {
	content: "\e6db";
}
.ico-magnet22:before {
	content: "\e244";
}
.ico-building:before {
	content: "\e6dc";
}
.ico-magnet3:before {
	content: "\e245";
}
.ico-hospital:before {
	content: "\e6dd";
}
.ico-magnet4:before {
	content: "\e246";
}
.ico-ambulance:before {
	content: "\e6de";
}
.ico-dumbbell:before {
	content: "\e247";
}
.ico-medkit:before {
	content: "\e6df";
}
.ico-skull:before {
	content: "\e248";
}
.ico-fighter-jet:before {
	content: "\e6e0";
}
.ico-skull2:before {
	content: "\e249";
}
.ico-beer:before {
	content: "\e6e1";
}
.ico-h-sign:before {
	content: "\e6e2";
}
.ico-skull3:before {
	content: "\e24a";
}
.ico-plus-sign2:before {
	content: "\e6e3";
}
.ico-lamp:before {
	content: "\e24b";
}
.ico-lamp2:before {
	content: "\e24c";
}
.ico-double-angle-left:before {
	content: "\e6e4";
}
.ico-double-angle-right:before {
	content: "\e6e5";
}
.ico-lamp3:before {
	content: "\e24d";
}
.ico-double-angle-up:before {
	content: "\e6e6";
}
.ico-lamp4:before {
	content: "\e24e";
}
.ico-double-angle-down:before {
	content: "\e6e7";
}
.ico-remove2:before {
	content: "\e24f";
}
.ico-angle-left:before {
	content: "\e6e8";
}
.ico-remove22:before {
	content: "\e250";
}
.ico-remove3:before {
	content: "\e251";
}
.ico-angle-right:before {
	content: "\e6e9";
}
.ico-remove4:before {
	content: "\e252";
}
.ico-angle-up:before {
	content: "\e6ea";
}
.ico-angle-down:before {
	content: "\e6eb";
}
.ico-remove5:before {
	content: "\e253";
}
.ico-desktop:before {
	content: "\e6ec";
}
.ico-remove6:before {
	content: "\e254";
}
.ico-laptop2:before {
	content: "\e6ed";
}
.ico-remove7:before {
	content: "\e255";
}
.ico-tablet2:before {
	content: "\e6ee";
}
.ico-remove8:before {
	content: "\e256";
}
.ico-briefcase2:before {
	content: "\e257";
}
.ico-mobile4:before {
	content: "\e6ef";
}
.ico-circle-blank:before {
	content: "\e6f0";
}
.ico-briefcase22:before {
	content: "\e258";
}
.ico-quote-left:before {
	content: "\e6f1";
}
.ico-briefcase3:before {
	content: "\e259";
}
.ico-quote-right:before {
	content: "\e6f2";
}
.ico-airplane:before {
	content: "\e25a";
}
.ico-airplane2:before {
	content: "\e25b";
}
.ico-spinner13:before {
	content: "\e6f3";
}
.ico-circle:before {
	content: "\e6f4";
}
.ico-paper-plane:before {
	content: "\e25c";
}
.ico-car:before {
	content: "\e25d";
}
.ico-reply3:before {
	content: "\e6f5";
}
.ico-github-alt:before {
	content: "\e6f6";
}
.ico-gas-pump:before {
	content: "\e25e";
}
.ico-bus:before {
	content: "\e25f";
}
.ico-folder-close-alt:before {
	content: "\e6f7";
}
.ico-folder-open-alt:before {
	content: "\e6f8";
}
.ico-truck2:before {
	content: "\e260";
}
.ico-bike:before {
	content: "\e261";
}
.ico-expand-alt:before {
	content: "\e6f9";
}
.ico-road2:before {
	content: "\e262";
}
.ico-collapse-alt:before {
	content: "\e6fa";
}
.ico-smile:before {
	content: "\e6fb";
}
.ico-train:before {
	content: "\e263";
}
.ico-ship:before {
	content: "\e264";
}
.ico-frown:before {
	content: "\e6fc";
}
.ico-meh:before {
	content: "\e6fd";
}
.ico-boat:before {
	content: "\e265";
}
.ico-cube:before {
	content: "\e266";
}
.ico-gamepad4:before {
	content: "\e6fe";
}
.ico-cube2:before {
	content: "\e267";
}
.ico-keyboard3:before {
	content: "\e6ff";
}
.ico-cube3:before {
	content: "\e268";
}
.ico-flag-alt:before {
	content: "\e700";
}
.ico-cube4:before {
	content: "\e269";
}
.ico-flag-checkered:before {
	content: "\e701";
}
.ico-pyramid:before {
	content: "\e26a";
}
.ico-terminal:before {
	content: "\e702";
}
.ico-code:before {
	content: "\e703";
}
.ico-pyramid2:before {
	content: "\e26b";
}
.ico-reply-all:before {
	content: "\e704";
}
.ico-cylinder:before {
	content: "\e26c";
}
.ico-star-half-full:before {
	content: "\e705";
}
.ico-package:before {
	content: "\e26d";
}
.ico-puzzle:before {
	content: "\e26e";
}
.ico-location-arrow:before {
	content: "\e706";
}
.ico-crop:before {
	content: "\e707";
}
.ico-puzzle2:before {
	content: "\e26f";
}
.ico-code-fork:before {
	content: "\e708";
}
.ico-puzzle3:before {
	content: "\e270";
}
.ico-unlink:before {
	content: "\e709";
}
.ico-puzzle4:before {
	content: "\e271";
}
.ico-glasses:before {
	content: "\e272";
}
.ico-question:before {
	content: "\e70a";
}
.ico-info:before {
	content: "\e70b";
}
.ico-glasses2:before {
	content: "\e273";
}
.ico-exclamation:before {
	content: "\e70c";
}
.ico-glasses3:before {
	content: "\e274";
}
.ico-superscript:before {
	content: "\e70d";
}
.ico-sun-glasses:before {
	content: "\e275";
}
.ico-accessibility:before {
	content: "\e276";
}
.ico-subscript:before {
	content: "\e70e";
}
.ico-accessibility2:before {
	content: "\e277";
}
.ico-eraser:before {
	content: "\e70f";
}
.ico-puzzle5:before {
	content: "\e710";
}
.ico-brain:before {
	content: "\e278";
}
.ico-microphone:before {
	content: "\e711";
}
.ico-target:before {
	content: "\e279";
}
.ico-target2:before {
	content: "\e27a";
}
.ico-microphone-off:before {
	content: "\e712";
}
.ico-target3:before {
	content: "\e27b";
}
.ico-shield:before {
	content: "\e713";
}
.ico-gun:before {
	content: "\e27c";
}
.ico-calendar-empty:before {
	content: "\e714";
}
.ico-gun-ban:before {
	content: "\e27d";
}
.ico-fire-extinguisher:before {
	content: "\e715";
}
.ico-shield2:before {
	content: "\e27e";
}
.ico-rocket2:before {
	content: "\e716";
}
.ico-shield22:before {
	content: "\e27f";
}
.ico-maxcdn:before {
	content: "\e717";
}
.ico-shield3:before {
	content: "\e280";
}
.ico-chevron-sign-left:before {
	content: "\e718";
}
.ico-shield4:before {
	content: "\e281";
}
.ico-chevron-sign-right:before {
	content: "\e719";
}
.ico-chevron-sign-up:before {
	content: "\e71a";
}
.ico-soccer:before {
	content: "\e282";
}
.ico-football:before {
	content: "\e283";
}
.ico-chevron-sign-down:before {
	content: "\e71b";
}
.ico-baseball:before {
	content: "\e284";
}
.ico-html5:before {
	content: "\e71c";
}
.ico-basketball:before {
	content: "\e285";
}
.ico-css3:before {
	content: "\e71d";
}
.ico-golf:before {
	content: "\e286";
}
.ico-anchor:before {
	content: "\e71e";
}
.ico-hockey:before {
	content: "\e287";
}
.ico-unlock-alt:before {
	content: "\e71f";
}
.ico-racing:before {
	content: "\e288";
}
.ico-bullseye:before {
	content: "\e720";
}
.ico-eight-ball:before {
	content: "\e289";
}
.ico-ellipsis-horizontal:before {
	content: "\e721";
}
.ico-ellipsis-vertical:before {
	content: "\e722";
}
.ico-bowling-ball:before {
	content: "\e28a";
}
.ico-bowling:before {
	content: "\e28b";
}
.ico-rss-sign:before {
	content: "\e723";
}
.ico-play-sign:before {
	content: "\e724";
}
.ico-bowling2:before {
	content: "\e28c";
}
.ico-lightning:before {
	content: "\e28d";
}
.ico-ticket2:before {
	content: "\e725";
}
.ico-power:before {
	content: "\e28e";
}
.ico-minus-sign-alt:before {
	content: "\e726";
}
.ico-power2:before {
	content: "\e28f";
}
.ico-check-minus:before {
	content: "\e727";
}
.ico-switch:before {
	content: "\e290";
}
.ico-level-up:before {
	content: "\e728";
}
.ico-power-cord:before {
	content: "\e291";
}
.ico-level-down:before {
	content: "\e729";
}
.ico-cord:before {
	content: "\e292";
}
.ico-check-sign:before {
	content: "\e72a";
}
.ico-socket:before {
	content: "\e293";
}
.ico-edit-sign:before {
	content: "\e72b";
}
.ico-clipboard:before {
	content: "\e294";
}
.ico-external-link-sign:before {
	content: "\e72c";
}
.ico-clipboard2:before {
	content: "\e295";
}
.ico-share-sign:before {
	content: "\e72d";
}
.ico-signup:before {
	content: "\e296";
}
.ico-compass3:before {
	content: "\e72e";
}
.ico-clipboard3:before {
	content: "\e297";
}
.ico-collapse:before {
	content: "\e72f";
}
.ico-clipboard4:before {
	content: "\e298";
}
.ico-collapse-top:before {
	content: "\e730";
}
.ico-list2:before {
	content: "\e299";
}
.ico-expand4:before {
	content: "\e731";
}
.ico-list22:before {
	content: "\e29a";
}
.ico-euro:before {
	content: "\e732";
}
.ico-list3:before {
	content: "\e29b";
}
.ico-gbp:before {
	content: "\e733";
}
.ico-numbered-list:before {
	content: "\e29c";
}
.ico-dollar:before {
	content: "\e734";
}
.ico-rupee:before {
	content: "\e735";
}
.ico-list4:before {
	content: "\e29d";
}
.ico-yen:before {
	content: "\e736";
}
.ico-list5:before {
	content: "\e29e";
}
.ico-renminbi:before {
	content: "\e737";
}
.ico-playlist:before {
	content: "\e29f";
}
.ico-grid:before {
	content: "\e2a0";
}
.ico-won:before {
	content: "\e738";
}
.ico-bitcoin:before {
	content: "\e739";
}
.ico-grid2:before {
	content: "\e2a1";
}
.ico-grid3:before {
	content: "\e2a2";
}
.ico-file11:before {
	content: "\e73a";
}
.ico-grid4:before {
	content: "\e2a3";
}
.ico-file-text:before {
	content: "\e73b";
}
.ico-grid5:before {
	content: "\e2a4";
}
.ico-sort-by-alphabet:before {
	content: "\e73c";
}
.ico-sort-by-alphabet-alt:before {
	content: "\e73d";
}
.ico-grid6:before {
	content: "\e2a5";
}
.ico-sort-by-attributes:before {
	content: "\e73e";
}
.ico-tree3:before {
	content: "\e2a6";
}
.ico-sort-by-attributes-alt:before {
	content: "\e73f";
}
.ico-tree4:before {
	content: "\e2a7";
}
.ico-sort-by-order:before {
	content: "\e740";
}
.ico-tree5:before {
	content: "\e2a8";
}
.ico-sort-by-order-alt:before {
	content: "\e741";
}
.ico-menu:before {
	content: "\e2a9";
}
.ico-thumbs-up2:before {
	content: "\e742";
}
.ico-menu2:before {
	content: "\e2aa";
}
.ico-thumbs-down2:before {
	content: "\e743";
}
.ico-circle-small:before {
	content: "\e2ab";
}
.ico-menu3:before {
	content: "\e2ac";
}
.ico-youtube-sign:before {
	content: "\e744";
}
.ico-menu4:before {
	content: "\e2ad";
}
.ico-youtube:before {
	content: "\e745";
}
.ico-xing:before {
	content: "\e746";
}
.ico-menu5:before {
	content: "\e2ae";
}
.ico-menu6:before {
	content: "\e2af";
}
.ico-xing-sign:before {
	content: "\e747";
}
.ico-youtube-play:before {
	content: "\e748";
}
.ico-menu7:before {
	content: "\e2b0";
}
.ico-menu8:before {
	content: "\e2b1";
}
.ico-dropbox:before {
	content: "\e749";
}
.ico-stackexchange:before {
	content: "\e74a";
}
.ico-menu9:before {
	content: "\e2b2";
}
.ico-instagram:before {
	content: "\e74b";
}
.ico-cloud2:before {
	content: "\e2b3";
}
.ico-flickr:before {
	content: "\e74c";
}
.ico-cloud22:before {
	content: "\e2b4";
}
.ico-cloud3:before {
	content: "\e2b5";
}
.ico-adn:before {
	content: "\e74d";
}
.ico-cloud-download2:before {
	content: "\e2b6";
}
.ico-bitbucket:before {
	content: "\e74e";
}
.ico-cloud-upload2:before {
	content: "\e2b7";
}
.ico-bitbucket-sign:before {
	content: "\e74f";
}
.ico-tumblr:before {
	content: "\e750";
}
.ico-download22:before {
	content: "\e2b8";
}
.ico-tumblr-sign:before {
	content: "\e751";
}
.ico-upload22:before {
	content: "\e2b9";
}
.ico-long-arrow-down:before {
	content: "\e752";
}
.ico-download3:before {
	content: "\e2ba";
}
.ico-long-arrow-up:before {
	content: "\e753";
}
.ico-upload3:before {
	content: "\e2bb";
}
.ico-download4:before {
	content: "\e2bc";
}
.ico-long-arrow-left:before {
	content: "\e754";
}
.ico-upload4:before {
	content: "\e2bd";
}
.ico-long-arrow-right:before {
	content: "\e755";
}
.ico-download5:before {
	content: "\e2be";
}
.ico-apple:before {
	content: "\e756";
}
.ico-upload5:before {
	content: "\e2bf";
}
.ico-windows:before {
	content: "\e757";
}
.ico-download6:before {
	content: "\e2c0";
}
.ico-android:before {
	content: "\e758";
}
.ico-upload6:before {
	content: "\e2c1";
}
.ico-linux:before {
	content: "\e759";
}
.ico-download7:before {
	content: "\e2c2";
}
.ico-dribbble:before {
	content: "\e75a";
}
.ico-upload7:before {
	content: "\e2c3";
}
.ico-skype:before {
	content: "\e75b";
}
.ico-globe2:before {
	content: "\e2c4";
}
.ico-foursquare:before {
	content: "\e75c";
}
.ico-globe22:before {
	content: "\e2c5";
}
.ico-trello:before {
	content: "\e75d";
}
.ico-globe3:before {
	content: "\e2c6";
}
.ico-female:before {
	content: "\e75e";
}
.ico-earth:before {
	content: "\e2c7";
}
.ico-male:before {
	content: "\e75f";
}
.ico-network:before {
	content: "\e2c8";
}
.ico-gittip:before {
	content: "\e760";
}
.ico-link2:before {
	content: "\e2c9";
}
.ico-sun:before {
	content: "\e761";
}
.ico-link22:before {
	content: "\e2ca";
}
.ico-moon:before {
	content: "\e762";
}
.ico-archive2:before {
	content: "\e763";
}
.ico-link3:before {
	content: "\e2cb";
}
.ico-bug3:before {
	content: "\e764";
}
.ico-link222:before {
	content: "\e2cc";
}
.ico-vk:before {
	content: "\e765";
}
.ico-link4:before {
	content: "\e2cd";
}
.ico-weibo:before {
	content: "\e766";
}
.ico-link5:before {
	content: "\e2ce";
}
.ico-link6:before {
	content: "\e2cf";
}
.ico-renren:before {
	content: "\e767";
}
.ico-anchor2:before {
	content: "\e2d0";
}
.ico-flag2:before {
	content: "\e2d1";
}
.ico-flag22:before {
	content: "\e2d2";
}
.ico-flag3:before {
	content: "\e2d3";
}
.ico-flag4:before {
	content: "\e2d4";
}
.ico-flag5:before {
	content: "\e2d5";
}
.ico-flag6:before {
	content: "\e2d6";
}
.ico-attachment:before {
	content: "\e2d7";
}
.ico-attachment2:before {
	content: "\e2d8";
}
.ico-eye:before {
	content: "\e2d9";
}
.ico-eye-blocked:before {
	content: "\e2da";
}
.ico-eye2:before {
	content: "\e2db";
}
.ico-eye3:before {
	content: "\e2dc";
}
.ico-eye-blocked2:before {
	content: "\e2dd";
}
.ico-eye4:before {
	content: "\e2de";
}
.ico-eye5:before {
	content: "\e2df";
}
.ico-eye6:before {
	content: "\e2e0";
}
.ico-eye7:before {
	content: "\e2e1";
}
.ico-eye8:before {
	content: "\e2e2";
}
.ico-bookmark2:before {
	content: "\e2e3";
}
.ico-bookmark22:before {
	content: "\e2e4";
}
.ico-bookmarks:before {
	content: "\e2e5";
}
.ico-bookmark3:before {
	content: "\e2e6";
}
.ico-spotlight:before {
	content: "\e2e7";
}
.ico-starburst:before {
	content: "\e2e8";
}
.ico-snowflake:before {
	content: "\e2e9";
}
.ico-temperature:before {
	content: "\e2ea";
}
.ico-temperature2:before {
	content: "\e2eb";
}
.ico-weather-lightning:before {
	content: "\e2ec";
}
.ico-weather-rain:before {
	content: "\e2ed";
}
.ico-weather-snow:before {
	content: "\e2ee";
}
.ico-windy:before {
	content: "\e2ef";
}
.ico-fan:before {
	content: "\e2f0";
}
.ico-umbrella2:before {
	content: "\e2f1";
}
.ico-sun2:before {
	content: "\e2f2";
}
.ico-sun22:before {
	content: "\e2f3";
}
.ico-brightness-high:before {
	content: "\e2f4";
}
.ico-brightness-medium:before {
	content: "\e2f5";
}
.ico-brightness-low:before {
	content: "\e2f6";
}
.ico-brightness-contrast:before {
	content: "\e2f7";
}
.ico-contrast:before {
	content: "\e2f8";
}
.ico-moon2:before {
	content: "\e2f9";
}
.ico-bed:before {
	content: "\e2fa";
}
.ico-bed2:before {
	content: "\e2fb";
}
.ico-star2:before {
	content: "\e2fc";
}
.ico-star22:before {
	content: "\e2fd";
}
.ico-star3:before {
	content: "\e2fe";
}
.ico-star4:before {
	content: "\e2ff";
}
.ico-star5:before {
	content: "\e300";
}
.ico-star6:before {
	content: "\e301";
}
.ico-heart2:before {
	content: "\e302";
}
.ico-heart22:before {
	content: "\e303";
}
.ico-heart3:before {
	content: "\e304";
}
.ico-heart4:before {
	content: "\e305";
}
.ico-heart-broken:before {
	content: "\e306";
}
.ico-heart5:before {
	content: "\e307";
}
.ico-heart6:before {
	content: "\e308";
}
.ico-heart-broken2:before {
	content: "\e309";
}
.ico-heart7:before {
	content: "\e30a";
}
.ico-heart8:before {
	content: "\e30b";
}
.ico-heart-broken3:before {
	content: "\e30c";
}
.ico-lips:before {
	content: "\e30d";
}
.ico-lips2:before {
	content: "\e30e";
}
.ico-thumbs-up3:before {
	content: "\e30f";
}
.ico-thumbs-up22:before {
	content: "\e310";
}
.ico-thumbs-down3:before {
	content: "\e311";
}
.ico-thumbs-down22:before {
	content: "\e312";
}
.ico-thumbs-up32:before {
	content: "\e313";
}
.ico-thumbs-up4:before {
	content: "\e314";
}
.ico-thumbs-up5:before {
	content: "\e315";
}
.ico-thumbs-up6:before {
	content: "\e316";
}
.ico-people:before {
	content: "\e317";
}
.ico-man:before {
	content: "\e318";
}
.ico-male2:before {
	content: "\e319";
}
.ico-woman:before {
	content: "\e31a";
}
.ico-female2:before {
	content: "\e31b";
}
.ico-peace:before {
	content: "\e31c";
}
.ico-yin-yang:before {
	content: "\e31d";
}
.ico-happy:before {
	content: "\e31e";
}
.ico-happy2:before {
	content: "\e31f";
}
.ico-smiley:before {
	content: "\e320";
}
.ico-smiley2:before {
	content: "\e321";
}
.ico-tongue:before {
	content: "\e322";
}
.ico-tongue2:before {
	content: "\e323";
}
.ico-sad:before {
	content: "\e324";
}
.ico-sad2:before {
	content: "\e325";
}
.ico-wink:before {
	content: "\e326";
}
.ico-wink2:before {
	content: "\e327";
}
.ico-grin:before {
	content: "\e328";
}
.ico-grin2:before {
	content: "\e329";
}
.ico-cool:before {
	content: "\e32a";
}
.ico-cool2:before {
	content: "\e32b";
}
.ico-angry:before {
	content: "\e32c";
}
.ico-angry2:before {
	content: "\e32d";
}
.ico-evil:before {
	content: "\e32e";
}
.ico-evil2:before {
	content: "\e32f";
}
.ico-shocked:before {
	content: "\e330";
}
.ico-shocked2:before {
	content: "\e331";
}
.ico-confused:before {
	content: "\e332";
}
.ico-confused2:before {
	content: "\e333";
}
.ico-neutral:before {
	content: "\e334";
}
.ico-neutral2:before {
	content: "\e335";
}
.ico-wondering:before {
	content: "\e336";
}
.ico-wondering2:before {
	content: "\e337";
}
.ico-cursor:before {
	content: "\e338";
}
.ico-cursor2:before {
	content: "\e339";
}
.ico-point-up:before {
	content: "\e33a";
}
.ico-point-right:before {
	content: "\e33b";
}
.ico-point-down:before {
	content: "\e33c";
}
.ico-point-left:before {
	content: "\e33d";
}
.ico-pointer:before {
	content: "\e33e";
}
.ico-hand:before {
	content: "\e33f";
}
.ico-stack-empty:before {
	content: "\e340";
}
.ico-stack-plus:before {
	content: "\e341";
}
.ico-stack-minus:before {
	content: "\e342";
}
.ico-stack-star:before {
	content: "\e343";
}
.ico-stack-picture:before {
	content: "\e344";
}
.ico-stack-down:before {
	content: "\e345";
}
.ico-stack-up:before {
	content: "\e346";
}
.ico-stack-cancel:before {
	content: "\e347";
}
.ico-stack-checkmark:before {
	content: "\e348";
}
.ico-stack-list:before {
	content: "\e349";
}
.ico-stack-clubs:before {
	content: "\e34a";
}
.ico-stack-spades:before {
	content: "\e34b";
}
.ico-stack-hearts:before {
	content: "\e34c";
}
.ico-stack-diamonds:before {
	content: "\e34d";
}
.ico-stack-user:before {
	content: "\e34e";
}
.ico-stack4:before {
	content: "\e34f";
}
.ico-stack-music:before {
	content: "\e350";
}
.ico-stack-play:before {
	content: "\e351";
}
.ico-move2:before {
	content: "\e352";
}
.ico-resize:before {
	content: "\e353";
}
.ico-resize2:before {
	content: "\e354";
}
.ico-warning:before {
	content: "\e355";
}
.ico-warning2:before {
	content: "\e356";
}
.ico-notification:before {
	content: "\e357";
}
.ico-notification2:before {
	content: "\e358";
}
.ico-question2:before {
	content: "\e359";
}
.ico-question22:before {
	content: "\e35a";
}
.ico-question3:before {
	content: "\e35b";
}
.ico-question4:before {
	content: "\e35c";
}
.ico-question5:before {
	content: "\e35d";
}
.ico-plus-circle:before {
	content: "\e35e";
}
.ico-plus-circle2:before {
	content: "\e35f";
}
.ico-minus-circle:before {
	content: "\e360";
}
.ico-minus-circle2:before {
	content: "\e361";
}
.ico-info2:before {
	content: "\e362";
}
.ico-info22:before {
	content: "\e363";
}
.ico-blocked:before {
	content: "\e364";
}
.ico-cancel-circle:before {
	content: "\e365";
}
.ico-cancel-circle2:before {
	content: "\e366";
}
.ico-checkmark-circle:before {
	content: "\e367";
}
.ico-checkmark-circle2:before {
	content: "\e368";
}
.ico-cancel:before {
	content: "\e369";
}
.ico-close:before {
	content: "\e36b";
}
.ico-close2:before {
	content: "\e36c";
}
.ico-close3:before {
	content: "\e36d";
}
.ico-close4:before {
	content: "\e36e";
}
.ico-checkmark:before {
	content: "\e370";
}
.ico-checkmark2:before {
	content: "\e371";
}
.ico-checkmark3:before {
	content: "\e372";
}
.ico-checkmark4:before {
	content: "\e373";
}
.ico-spell-check:before {
	content: "\e374";
}
.ico-minus2:before {
	content: "\e375";
}
.ico-plus2:before {
	content: "\e376";
}
.ico-minus22:before {
	content: "\e377";
}
.ico-plus22:before {
	content: "\e378";
}
.ico-enter:before {
	content: "\e379";
}
.ico-exit:before {
	content: "\e37a";
}
.ico-enter2:before {
	content: "\e37b";
}
.ico-exit2:before {
	content: "\e37c";
}
.ico-enter3:before {
	content: "\e37d";
}
.ico-exit3:before {
	content: "\e37e";
}
.ico-exit4:before {
	content: "\e37f";
}
.ico-play32:before {
	content: "\e380";
}
.ico-pause2:before {
	content: "\e381";
}
.ico-stop2:before {
	content: "\e382";
}
.ico-backward2:before {
	content: "\e383";
}
.ico-forward22:before {
	content: "\e384";
}
.ico-play4:before {
	content: "\e385";
}
.ico-pause22:before {
	content: "\e386";
}
.ico-stop22:before {
	content: "\e387";
}
.ico-backward22:before {
	content: "\e388";
}
.ico-forward3:before {
	content: "\e389";
}
.ico-first:before {
	content: "\e38a";
}
.ico-last:before {
	content: "\e38b";
}
.ico-previous:before {
	content: "\e38c";
}
.ico-next:before {
	content: "\e38d";
}
.ico-eject2:before {
	content: "\e38e";
}
.ico-volume-high:before {
	content: "\e38f";
}
.ico-volume-medium:before {
	content: "\e390";
}
.ico-volume-low:before {
	content: "\e391";
}
.ico-volume-mute:before {
	content: "\e392";
}
.ico-volume-mute2:before {
	content: "\e393";
}
.ico-volume-increase:before {
	content: "\e394";
}
.ico-volume-decrease:before {
	content: "\e395";
}
.ico-volume-high2:before {
	content: "\e396";
}
.ico-volume-medium2:before {
	content: "\e397";
}
.ico-volume-low2:before {
	content: "\e398";
}
.ico-volume-mute3:before {
	content: "\e399";
}
.ico-volume-mute4:before {
	content: "\e39a";
}
.ico-volume-increase2:before {
	content: "\e39b";
}
.ico-volume-decrease2:before {
	content: "\e39c";
}
.ico-volume5:before {
	content: "\e39d";
}
.ico-volume4:before {
	content: "\e39e";
}
.ico-volume3:before {
	content: "\e39f";
}
.ico-volume2:before {
	content: "\e3a0";
}
.ico-volume1:before {
	content: "\e3a1";
}
.ico-volume0:before {
	content: "\e3a2";
}
.ico-volume-mute5:before {
	content: "\e3a3";
}
.ico-volume-mute6:before {
	content: "\e3a4";
}
.ico-loop:before {
	content: "\e3a5";
}
.ico-loop2:before {
	content: "\e3a6";
}
.ico-loop3:before {
	content: "\e3a7";
}
.ico-loop4:before {
	content: "\e3a8";
}
.ico-loop5:before {
	content: "\e3a9";
}
.ico-shuffle:before {
	content: "\e3aa";
}
.ico-shuffle2:before {
	content: "\e3ab";
}
.ico-wave:before {
	content: "\e3ac";
}
.ico-wave2:before {
	content: "\e3ad";
}
.ico-arrow-first:before {
	content: "\e3ae";
}
.ico-arrow-right2:before {
	content: "\e3af";
}
.ico-arrow-up2:before {
	content: "\e3b0";
}
.ico-arrow-right22:before {
	content: "\e3b1";
}
.ico-arrow-down2:before {
	content: "\e3b2";
}
.ico-arrow-left2:before {
	content: "\e3b3";
}
.ico-arrow-up22:before {
	content: "\e3b4";
}
.ico-arrow-right3:before {
	content: "\e3b5";
}
.ico-arrow-down22:before {
	content: "\e3b6";
}
.ico-arrow-left22:before {
	content: "\e3b7";
}
.ico-arrow-up-left:before {
	content: "\e3b8";
}
.ico-arrow-up3:before {
	content: "\e3b9";
}
.ico-arrow-up-right:before {
	content: "\e3ba";
}
.ico-arrow-right4:before {
	content: "\e3bb";
}
.ico-arrow-down-right:before {
	content: "\e3bc";
}
.ico-arrow-down3:before {
	content: "\e3bd";
}
.ico-arrow-down-left:before {
	content: "\e3be";
}
.ico-arrow-left3:before {
	content: "\e3bf";
}
.ico-arrow-up-left2:before {
	content: "\e3c0";
}
.ico-arrow-up4:before {
	content: "\e3c1";
}
.ico-arrow-up-right2:before {
	content: "\e3c2";
}
.ico-arrow-right5:before {
	content: "\e3c3";
}
.ico-arrow-down-right2:before {
	content: "\e3c4";
}
.ico-arrow-down4:before {
	content: "\e3c5";
}
.ico-arrow-down-left2:before {
	content: "\e3c6";
}
.ico-arrow-left4:before {
	content: "\e3c7";
}
.ico-arrow-up-left3:before {
	content: "\e3c8";
}
.ico-arrow-up5:before {
	content: "\e3c9";
}
.ico-arrow-up-right3:before {
	content: "\e3ca";
}
.ico-arrow-right6:before {
	content: "\e3cb";
}
.ico-arrow-down-right3:before {
	content: "\e3cc";
}
.ico-arrow-down5:before {
	content: "\e3cd";
}
.ico-arrow-down-left3:before {
	content: "\e3ce";
}
.ico-arrow-left5:before {
	content: "\e3cf";
}
.ico-arrow-up-left4:before {
	content: "\e3d0";
}
.ico-arrow-up6:before {
	content: "\e3d1";
}
.ico-arrow-up-right4:before {
	content: "\e3d2";
}
.ico-arrow-right7:before {
	content: "\e3d3";
}
.ico-arrow-down-right4:before {
	content: "\e3d4";
}
.ico-arrow-down6:before {
	content: "\e3d5";
}
.ico-arrow-down-left4:before {
	content: "\e3d6";
}
.ico-arrow-left6:before {
	content: "\e3d7";
}
.ico-arrow:before {
	content: "\e3d8";
}
.ico-arrow2:before {
	content: "\e3d9";
}
.ico-arrow3:before {
	content: "\e3da";
}
.ico-arrow4:before {
	content: "\e3db";
}
.ico-arrow5:before {
	content: "\e3dc";
}
.ico-arrow6:before {
	content: "\e3dd";
}
.ico-arrow7:before {
	content: "\e3de";
}
.ico-arrow8:before {
	content: "\e3df";
}
.ico-arrow-up-left5:before {
	content: "\e3e0";
}
.ico-arrow-square:before {
	content: "\e3e1";
}
.ico-arrow-up-right5:before {
	content: "\e3e2";
}
.ico-arrow-right8:before {
	content: "\e3e3";
}
.ico-arrow-down-right5:before {
	content: "\e3e4";
}
.ico-arrow-down7:before {
	content: "\e3e5";
}
.ico-arrow-down-left5:before {
	content: "\e3e6";
}
.ico-arrow-left7:before {
	content: "\e3e7";
}
.ico-arrow-up7:before {
	content: "\e3e8";
}
.ico-arrow-right9:before {
	content: "\e3e9";
}
.ico-arrow-down8:before {
	content: "\e3ea";
}
.ico-arrow-left8:before {
	content: "\e3eb";
}
.ico-arrow-up8:before {
	content: "\e3ec";
}
.ico-arrow-right10:before {
	content: "\e3ed";
}
.ico-arrow-bottom:before {
	content: "\e3ee";
}
.ico-arrow-left9:before {
	content: "\e3ef";
}
.ico-arrow-up-left6:before {
	content: "\e3f0";
}
.ico-arrow-up9:before {
	content: "\e3f1";
}
.ico-arrow-up-right6:before {
	content: "\e3f2";
}
.ico-arrow-right11:before {
	content: "\e3f3";
}
.ico-arrow-down-right6:before {
	content: "\e3f4";
}
.ico-arrow-down9:before {
	content: "\e3f5";
}
.ico-arrow-down-left6:before {
	content: "\e3f6";
}
.ico-arrow-left10:before {
	content: "\e3f7";
}
.ico-arrow-up-left7:before {
	content: "\e3f8";
}
.ico-arrow-up10:before {
	content: "\e3f9";
}
.ico-arrow-up-right7:before {
	content: "\e3fa";
}
.ico-arrow-right12:before {
	content: "\e3fb";
}
.ico-arrow-down-right7:before {
	content: "\e3fc";
}
.ico-arrow-down10:before {
	content: "\e3fd";
}
.ico-arrow-down-left7:before {
	content: "\e3fe";
}
.ico-arrow-left11:before {
	content: "\e3ff";
}
.ico-arrow-up11:before {
	content: "\e400";
}
.ico-arrow-right13:before {
	content: "\e401";
}
.ico-arrow-down11:before {
	content: "\e402";
}
.ico-arrow-left12:before {
	content: "\e403";
}
.ico-arrow-up12:before {
	content: "\e404";
}
.ico-arrow-right14:before {
	content: "\e405";
}
.ico-arrow-down12:before {
	content: "\e406";
}
.ico-arrow-left13:before {
	content: "\e407";
}
.ico-arrow-up13:before {
	content: "\e408";
}
.ico-arrow-right15:before {
	content: "\e409";
}
.ico-arrow-down13:before {
	content: "\e40a";
}
.ico-arrow-left14:before {
	content: "\e40b";
}
.ico-arrow-up14:before {
	content: "\e40c";
}
.ico-arrow-right16:before {
	content: "\e40d";
}
.ico-arrow-down14:before {
	content: "\e40e";
}
.ico-arrow-left15:before {
	content: "\e40f";
}
.ico-arrow-up15:before {
	content: "\e410";
}
.ico-arrow-right17:before {
	content: "\e411";
}
.ico-arrow-down15:before {
	content: "\e412";
}
.ico-arrow-left16:before {
	content: "\e413";
}
.ico-arrow-up16:before {
	content: "\e414";
}
.ico-arrow-right18:before {
	content: "\e415";
}
.ico-arrow-down16:before {
	content: "\e416";
}
.ico-arrow-left17:before {
	content: "\e417";
}
.ico-menu10:before {
	content: "\e418";
}
.ico-menu11:before {
	content: "\e419";
}
.ico-menu-close:before {
	content: "\e41a";
}
.ico-menu-close2:before {
	content: "\e41b";
}
.ico-enter4:before {
	content: "\e41c";
}
.ico-enter5:before {
	content: "\e41d";
}
.ico-esc:before {
	content: "\e41e";
}
.ico-backspace:before {
	content: "\e41f";
}
.ico-backspace2:before {
	content: "\e420";
}
.ico-backspace3:before {
	content: "\e421";
}
.ico-tab:before {
	content: "\e422";
}
.ico-transmission:before {
	content: "\e423";
}
.ico-transmission2:before {
	content: "\e424";
}
.ico-sort2:before {
	content: "\e425";
}
.ico-sort22:before {
	content: "\e426";
}
.ico-key-keyboard:before {
	content: "\e427";
}
.ico-key-A:before {
	content: "\e428";
}
.ico-key-up:before {
	content: "\e429";
}
.ico-key-right:before {
	content: "\e42a";
}
.ico-key-down:before {
	content: "\e42b";
}
.ico-key-left:before {
	content: "\e42c";
}
.ico-command:before {
	content: "\e42d";
}
.ico-checkbox-checked:before {
	content: "\e42e";
}
.ico-checkbox-unchecked:before {
	content: "\e42f";
}
.ico-square:before {
	content: "\e430";
}
.ico-checkbox-partial:before {
	content: "\e431";
}
.ico-checkbox:before {
	content: "\e432";
}
.ico-checkbox-unchecked2:before {
	content: "\e433";
}
.ico-checkbox-partial2:before {
	content: "\e434";
}
.ico-checkbox-checked2:before {
	content: "\e435";
}
.ico-checkbox-unchecked3:before {
	content: "\e436";
}
.ico-checkbox-partial3:before {
	content: "\e437";
}
.ico-radio-checked:before {
	content: "\e438";
}
.ico-radio-unchecked:before {
	content: "\e439";
}
.ico-circle2:before {
	content: "\e43a";
}
.ico-circle22:before {
	content: "\e43b";
}
.ico-crop2:before {
	content: "\e43c";
}
.ico-crop22:before {
	content: "\e43d";
}
.ico-vector:before {
	content: "\e43e";
}
.ico-rulers:before {
	content: "\e43f";
}
.ico-scissors:before {
	content: "\e440";
}
.ico-scissors2:before {
	content: "\e441";
}
.ico-scissors3:before {
	content: "\e442";
}
.ico-filter2:before {
	content: "\e443";
}
.ico-filter22:before {
	content: "\e444";
}
.ico-filter3:before {
	content: "\e445";
}
.ico-filter4:before {
	content: "\e446";
}
.ico-font2:before {
	content: "\e447";
}
.ico-font-size:before {
	content: "\e448";
}
.ico-type:before {
	content: "\e449";
}
.ico-text-height2:before {
	content: "\e44a";
}
.ico-text-width2:before {
	content: "\e44b";
}
.ico-height:before {
	content: "\e44c";
}
.ico-width:before {
	content: "\e44d";
}
.ico-bold2:before {
	content: "\e44e";
}
.ico-underline2:before {
	content: "\e44f";
}
.ico-italic2:before {
	content: "\e450";
}
.ico-strikethrough2:before {
	content: "\e451";
}
.ico-strikethrough22:before {
	content: "\e452";
}
.ico-font-size2:before {
	content: "\e453";
}
.ico-bold22:before {
	content: "\e454";
}
.ico-underline22:before {
	content: "\e455";
}
.ico-italic22:before {
	content: "\e456";
}
.ico-strikethrough3:before {
	content: "\e457";
}
.ico-omega:before {
	content: "\e458";
}
.ico-sigma:before {
	content: "\e459";
}
.ico-nbsp:before {
	content: "\e45a";
}
.ico-page-break:before {
	content: "\e45b";
}
.ico-page-break2:before {
	content: "\e45c";
}
.ico-superscript2:before {
	content: "\e45d";
}
.ico-subscript2:before {
	content: "\e45e";
}
.ico-superscript22:before {
	content: "\e45f";
}
.ico-subscript22:before {
	content: "\e460";
}
.ico-text-color:before {
	content: "\e461";
}
.ico-highlight:before {
	content: "\e462";
}
.ico-pagebreak:before {
	content: "\e463";
}
.ico-clear-formatting:before {
	content: "\e464";
}
.ico-table2:before {
	content: "\e465";
}
.ico-table22:before {
	content: "\e466";
}
.ico-insert-template:before {
	content: "\e467";
}
.ico-pilcrow:before {
	content: "\e468";
}
.ico-left-toright:before {
	content: "\e469";
}
.ico-right-toleft:before {
	content: "\e46a";
}
.ico-paragraph-left:before {
	content: "\e46b";
}
.ico-paragraph-center:before {
	content: "\e46c";
}
.ico-paragraph-right:before {
	content: "\e46d";
}
.ico-paragraph-justify:before {
	content: "\e46e";
}
.ico-paragraph-left2:before {
	content: "\e46f";
}
.ico-paragraph-center2:before {
	content: "\e470";
}
.ico-paragraph-right2:before {
	content: "\e471";
}
.ico-paragraph-justify2:before {
	content: "\e472";
}
.ico-indent-increase:before {
	content: "\e473";
}
.ico-indent-decrease:before {
	content: "\e474";
}
.ico-paragraph-left3:before {
	content: "\e475";
}
.ico-paragraph-center3:before {
	content: "\e476";
}
.ico-paragraph-right3:before {
	content: "\e477";
}
.ico-paragraph-justify3:before {
	content: "\e478";
}
.ico-share2:before {
	content: "\e47b";
}
.ico-new-tab:before {
	content: "\e47c";
}
.ico-new-tab2:before {
	content: "\e47d";
}
.ico-popout:before {
	content: "\e47e";
}
.ico-embed:before {
	content: "\e47f";
}
.ico-code2:before {
	content: "\e480";
}
.ico-console:before {
	content: "\e481";
}
.ico-seven-segment0:before {
	content: "\e482";
}
.ico-seven-segment1:before {
	content: "\e483";
}
.ico-seven-segment2:before {
	content: "\e484";
}
.ico-seven-segment3:before {
	content: "\e485";
}
.ico-seven-segment4:before {
	content: "\e486";
}
.ico-seven-segment5:before {
	content: "\e487";
}
.ico-seven-segment6:before {
	content: "\e488";
}
.ico-seven-segment7:before {
	content: "\e489";
}
.ico-seven-segment8:before {
	content: "\e48a";
}
.ico-seven-segment9:before {
	content: "\e48b";
}
.ico-share22:before {
	content: "\e48c";
}
.ico-share3:before {
	content: "\e48d";
}
.ico-mail:before {
	content: "\e48e";
}
.ico-mail2:before {
	content: "\e48f";
}
.ico-mail3:before {
	content: "\e490";
}
.ico-mail4:before {
	content: "\e491";
}
.ico-google:before {
	content: "\e492";
}
.ico-google-plus2:before {
	content: "\e493";
}
.ico-google-plus22:before {
	content: "\e494";
}
.ico-google-plus3:before {
	content: "\e495";
}
.ico-google-plus4:before {
	content: "\e496";
}
.ico-google-drive:before {
	content: "\e497";
}
.ico-facebook2:before {
	content: "\e498";
}
.ico-facebook22:before {
	content: "\e499";
}
.ico-facebook3:before {
	content: "\e49a";
}
.ico-facebook4:before {
	content: "\e49b";
}
.ico-instagram2:before {
	content: "\e49c";
}
.ico-twitter2:before {
	content: "\e49d";
}
.ico-twitter22:before {
	content: "\e49e";
}
.ico-twitter3:before {
	content: "\e49f";
}
.ico-feed2:before {
	content: "\e4a0";
}
.ico-feed3:before {
	content: "\e4a1";
}
.ico-feed4:before {
	content: "\e4a2";
}
.ico-youtube2:before {
	content: "\e4a3";
}
.ico-youtube22:before {
	content: "\e4a4";
}
.ico-vimeo:before {
	content: "\e4a5";
}
.ico-vimeo2:before {
	content: "\e4a6";
}
.ico-vimeo3:before {
	content: "\e4a7";
}
.ico-lanyrd:before {
	content: "\e4a8";
}
.ico-flickr2:before {
	content: "\e4a9";
}
.ico-flickr22:before {
	content: "\e4aa";
}
.ico-flickr3:before {
	content: "\e4ab";
}
.ico-flickr4:before {
	content: "\e4ac";
}
.ico-picassa:before {
	content: "\e4ad";
}
.ico-picassa2:before {
	content: "\e4ae";
}
.ico-dribbble2:before {
	content: "\e4af";
}
.ico-dribbble22:before {
	content: "\e4b0";
}
.ico-dribbble3:before {
	content: "\e4b1";
}
.ico-forrst:before {
	content: "\e4b2";
}
.ico-forrst2:before {
	content: "\e4b3";
}
.ico-deviantart:before {
	content: "\e4b4";
}
.ico-deviantart2:before {
	content: "\e4b5";
}
.ico-steam:before {
	content: "\e4b6";
}
.ico-steam2:before {
	content: "\e4b7";
}
.ico-github2:before {
	content: "\e4b8";
}
.ico-github22:before {
	content: "\e4b9";
}
.ico-github3:before {
	content: "\e4ba";
}
.ico-github4:before {
	content: "\e4bb";
}
.ico-github5:before {
	content: "\e4bc";
}
.ico-wordpress:before {
	content: "\e4bd";
}
.ico-wordpress2:before {
	content: "\e4be";
}
.ico-joomla:before {
	content: "\e4bf";
}
.ico-blogger:before {
	content: "\e4c0";
}
.ico-blogger2:before {
	content: "\e4c1";
}
.ico-tumblr2:before {
	content: "\e4c2";
}
.ico-tumblr22:before {
	content: "\e4c3";
}
.ico-yahoo:before {
	content: "\e4c4";
}
.ico-tux:before {
	content: "\e4c5";
}
.ico-apple2:before {
	content: "\e4c6";
}
.ico-finder:before {
	content: "\e4c7";
}
.ico-android2:before {
	content: "\e4c8";
}
.ico-windows2:before {
	content: "\e4c9";
}
.ico-windows8:before {
	content: "\e4ca";
}
.ico-soundcloud:before {
	content: "\e4cb";
}
.ico-soundcloud2:before {
	content: "\e4cc";
}
.ico-skype2:before {
	content: "\e4cd";
}
.ico-reddit:before {
	content: "\e4ce";
}
.ico-linkedin2:before {
	content: "\e4cf";
}
.ico-lastfm:before {
	content: "\e4d0";
}
.ico-lastfm2:before {
	content: "\e4d1";
}
.ico-delicious:before {
	content: "\e4d2";
}
.ico-stumbleupon:before {
	content: "\e4d3";
}
.ico-stumbleupon2:before {
	content: "\e4d4";
}
.ico-stackoverflow:before {
	content: "\e4d5";
}
.ico-pinterest2:before {
	content: "\e4d6";
}
.ico-pinterest22:before {
	content: "\e4d7";
}
.ico-xing2:before {
	content: "\e4d8";
}
.ico-xing22:before {
	content: "\e4d9";
}
.ico-flattr:before {
	content: "\e4da";
}
.ico-foursquare2:before {
	content: "\e4db";
}
.ico-foursquare22:before {
	content: "\e4dc";
}
.ico-paypal:before {
	content: "\e4dd";
}
.ico-paypal2:before {
	content: "\e4de";
}
.ico-paypal3:before {
	content: "\e4df";
}
.ico-yelp:before {
	content: "\e4e0";
}
.ico-libreoffice:before {
	content: "\e4e1";
}
.ico-file-pdf:before {
	content: "\e4e2";
}
.ico-file-openoffice:before {
	content: "\e4e3";
}
.ico-file-word:before {
	content: "\e4e4";
}
.ico-file-excel:before {
	content: "\e4e5";
}
.ico-file-zip:before {
	content: "\e4e6";
}
.ico-file-powerpoint:before {
	content: "\e4e7";
}
.ico-file-xml:before {
	content: "\e4e8";
}
.ico-file-css:before {
	content: "\e4e9";
}
.ico-html52:before {
	content: "\e4ea";
}
.ico-html522:before {
	content: "\e4eb";
}
.ico-css32:before {
	content: "\e4ec";
}
.ico-chrome:before {
	content: "\e4ed";
}
.ico-firefox:before {
	content: "\e4ee";
}
.ico-IE:before {
	content: "\e4ef";
}
.ico-opera:before {
	content: "\e4f0";
}
.ico-safari:before {
	content: "\e4f1";
}
.ico-IcoMoon:before {
	content: "\e4f2";
}
.ico-indent-decrease2:before {
	content: "\e47a";
}
.ico-indent-decrease3:before {
	content: "\e4f3";
}
.ico-indent-increase2:before {
	content: "\e479";
}
.ico-indent-increase22:before {
	content: "\e4f4";
}
/* ----------------------------
 *
 * Blockquote
 *
 * --------------------------- */

blockquote {
	padding-left: 40px;
	border-width: 0px;
}
blockquote > p {
	position: relative;
	font-style: italic;
	font-size: 18px !important;
}
blockquote > p:before {
	position: absolute;
	top: -1px;
	margin-left: -25px;
	font-family: "iconfont";
	font-size: 18px;
	content: "\e19f";
	color: #eeeeee;
}
blockquote > p:after {
	position: absolute;
	bottom: -1px;
	margin-left: 5px;
	font-family: "iconfont";
	font-size: 18px;
	content: "\e1a0";
	color: #eeeeee;
}
.blockquote-reverse {
	padding-left: 20px;
	padding-right: 40px;
	border-width: 0px;
}
/* ----------------------------
 *
 * Breadcrumb
 *
 * --------------------------- */

.breadcrumb.breadcrumb-transparent {
	background-color: transparent;
}
/* ----------------------------
 *
 * Typography
 *
 * --------------------------- */

p {
	line-height: 1.6
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	margin-top: 20px;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
	color: inherit;
}
/* Helper
-------------------------------*/
/* 
 * bold
 */

.bold {
	font-weight: 700;
}
/* 
 * semi bold
 */

strong, .semibold {
	font-weight: 600;
}
/* 
 * Thin
 */

.thin {
	font-weight: 300;
}
/* 
 * Normal
 */

.normal {
	font-weight: normal !important;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Color
-------------------------------*/
/* 
 * white 
 */

.text-white {
	color: #ffffff !important;
}
/* 
 * black 
 */

.text-black {
	color: #333 !important;
}
/* 
 * table 
 */

.text-table {
	color: #5E5E5E !important;
}
/* 
 * accent 
 */

.text-accent {
	color: #00b6ad !important;
}
a.text-accent:hover {
	color: #009d95 !important;
}
/* 
 * default 
 */

.text-default {
	color: #777777 !important;
}
a.text-default:hover {
	color: #5e5e5e !important;
}
/* 
 * white 
 */

.text-white {
	color: #f2f2f2 !important;
}
a.text-white:hover {
	color: #ffffff !important;
}
/* 
 * muted 
 */

.text-muted {
	color: #a2a2a2 !important;
}
a.text-muted:hover {
	color: #bbbbbb !important;
}
/* 
 * primary 
 */

.text-primary {
	color: #00b1e1 !important;
}
a.text-primary:hover {
	color: #009dc8 !important;
}
/* 
 * success 
 */

.text-success {
	color: #91c854 !important;
}
a.text-success:hover {
	color: #85c241 !important;
}
/* 
 * info 
 */

.text-info {
	color: #63d3e9 !important;
}
a.text-info:hover {
	color: #4dcde6 !important;
}
/* 
 * warning 
 */

.text-warning {
	color: #ffd66a !important;
}
a.text-warning:hover {
	color: #ffcf51 !important;
}
/* 
 * orange 
 */

.text-orange {
	color: #FF6E00 !important;
}
a.text-orange:hover {
	color: #CD5900 !important;
}
/* 
 * green 
 */

.text-green {
	color: #007F0A !important;
}
a.text-green:hover {
	color: #115900 !important;
}
/* 
 * red 
 */

.text-red {
	color: #DD0003 !important;
}
a.text-red:hover {
	color: #B80003 !important;
}
/* 
 * danger 
 */

.text-danger {
	color: #ed5466 !important;
}
a.text-danger:hover {
	color: #eb3d51 !important;
}
/* 
 * teal 
 */

.text-teal {
	color: #6bccb4 !important;
}
a.text-teal:hover {
	color: #58c5aa !important;
}
/* 
 * buy 
 */

.text-buy {
	color: #1a5d00 !important;
}
a.text-buy:hover {
	color: #154900 !important;
}
/* 
 * sell 
 */

.text-sell {
	color: #b2030f !important;
}
a.text-sell:hover {
	color: #9a020d !important;
}
/* Shadow text
-------------------------------*/

.textshadowblack {
	text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.8);
}
.longshadow {
	text-shadow: #e2e2e2 1px 1px, #e2e2e2 2px 2px, #e2e2e2 3px 3px, #e3e3e3 4px 4px, #e5e5e5 5px 5px, #e7e7e7 6px 6px, #e8e8e8 7px 7px, #eaeaea 8px 8px, #ececec 9px 9px, #eeeeee 10px 10px;
}
/* Dropcap
-------------------------------*/

.dropcap {
	float: left;
	padding: 0px 10px;
	font-size: 32px;
	margin-right: 10px;
	border-radius: 3px;
}
/* ----------------------------
 *
 * Image
 *
 * --------------------------- */

.img-circle {
	border-radius: 50% !important;
}
.img-bordered {
	-webkit-box-shadow: 0px 0px 0px 3px #ffffff;
	box-shadow: 0px 0px 0px 3px #ffffff;
}
.img-bordered-primary {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #00b1e1;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #00b1e1;
}
.img-bordered-success {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #91c854;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #91c854;
}
.img-bordered-info {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #63d3e9;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #63d3e9;
}
.img-bordered-warning {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffd66a;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffd66a;
}
.img-bordered-danger {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ed5466;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ed5466;
}
.img-bordered-inverse {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #2a2a2a;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #2a2a2a;
}
.img-bordered-teal {
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #6bccb4;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #6bccb4;
}
/*
 * image group
 */

.img-group > img, .img-group > .more {
	width: 38px;
	height: 38px;
	-webkit-box-shadow: 0 0 0 2px #ffffff;
	box-shadow: 0 0 0 2px #ffffff;
}
.img-group > .more {
	display: inline-block;
	vertical-align: top;
	background-color: #00b6ad;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}
.img-group-stack > img ~ img, .img-group-stack > img ~ .more {
	margin-left: -18px;
}
/*
 * image grid
 */

.img-grid .row {
	margin: 0px;
}
.img-grid .row + .row {
	padding-top: 5px;
}
.img-grid .row > [class^="col-"], .img-grid .row [class*=" col-"] {
	padding: 0px;
}
.img-grid .row > [class^="col-"] + [class^="col-"], .img-grid .row [class*=" col-"] + [class^="col-"], .img-grid .row > [class^="col-"] [class*=" col-"], .img-grid .row [class*=" col-"] [class*=" col-"] {
	padding-left: 5px;
}
.img-grid + .row {
	padding-top: 5px;
}
/* ----------------------------
 *
 * Spinner / Loading indicator
 *
 * --------------------------- */

.indicator {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
	cursor: progress;
}
.indicator.inline {
	display: block;
	position: relative;
	z-index: 9;
	height: 34px;
	background-color: transparent;
	border-radius: 0px;
}
.indicator > .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
	background-image: url("../img/loading/spinner.gif");
	background-repeat: no-repeat;
}
.indicator > .spinner.spinner1 {
	background-image: url("../img/loading/spinner1.gif");
}
.indicator > .spinner.spinner2 {
	background-image: url("../img/loading/spinner2.gif");
}
.indicator > .spinner.spinner3 {
	background-image: url("../img/loading/spinner3.gif");
}
.indicator > .spinner.spinner4 {
	background-image: url("../img/loading/spinner4.gif");
}
.indicator > .spinner.spinner5 {
	background-image: url("../img/loading/spinner5.gif");
}
.indicator > .spinner.spinner6 {
	background-image: url("../img/loading/spinner6.gif");
}
.indicator > .spinner.spinner7 {
	background-image: url("../img/loading/spinner7.gif");
}
.indicator > .spinner.spinner8 {
	background-image: url("../img/loading/spinner8.gif");
}
.indicator > .spinner.spinner9 {
	background-image: url("../img/loading/spinner9.gif");
}
.indicator > .spinner.spinner10 {
	background-image: url("../img/loading/spinner10.gif");
}
.indicator > .spinner.spinner11 {
	background-image: url("../img/loading/spinner11.gif");
}
.indicator > .spinner.spinner12 {
	background-image: url("../img/loading/spinner12.gif");
}
.indicator > .spinner.spinner13 {
	background-image: url("../img/loading/spinner13.gif");
}
.indicator > .spinner.spinner14 {
	background-image: url("../img/loading/spinner14.gif");
}
.indicator > .spinner.spinner15 {
	background-image: url("../img/loading/spinner15.gif");
}
.indicator > .spinner.spinner16 {
	background-image: url("../img/loading/spinner16.gif");
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
.indicator .spinner {
	background-image: url("../img/loading/spinner@2x.gif");
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}
.indicator .spinner.spinner1 {
	background-image: url("../img/loading/spinner1@2x.gif");
}
.indicator .spinner.spinner2 {
	background-image: url("../img/loading/spinner2@2x.gif");
}
.indicator .spinner.spinner3 {
	background-image: url("../img/loading/spinner3@2x.gif");
}
.indicator .spinner.spinner4 {
	background-image: url("../img/loading/spinner4@2x.gif");
}
.indicator .spinner.spinner5 {
	background-image: url("../img/loading/spinner5@2x.gif");
}
.indicator .spinner.spinner6 {
	background-image: url("../img/loading/spinner6@2x.gif");
}
.indicator .spinner.spinner7 {
	background-image: url("../img/loading/spinner7@2x.gif");
}
.indicator .spinner.spinner8 {
	background-image: url("../img/loading/spinner8@2x.gif");
}
.indicator .spinner.spinner9 {
	background-image: url("../img/loading/spinner9@2x.gif");
}
.indicator .spinner.spinner10 {
	background-image: url("../img/loading/spinner10@2x.gif");
}
.indicator .spinner.spinner11 {
	background-image: url("../img/loading/spinner11@2x.gif");
}
.indicator .spinner.spinner12 {
	background-image: url("../img/loading/spinner12@2x.gif");
}
.indicator .spinner.spinner13 {
	background-image: url("../img/loading/spinner13@2x.gif");
}
.indicator .spinner.spinner14 {
	background-image: url("../img/loading/spinner14@2x.gif");
}
.indicator .spinner.spinner15 {
	background-image: url("../img/loading/spinner15@2x.gif");
}
.indicator .spinner.spinner16 {
	background-image: url("../img/loading/spinner16@2x.gif");
}
}
/* ----------------------------
 *
 * Google prettify
 *
 * --------------------------- */

.pln {
	color: #000000;
}
.str {
	color: #008800;
}
.kwd {
	color: #000088;
}
.com {
	color: #880000;
}
.typ {
	color: #660066;
}
.lit {
	color: #006666;
}
.pun, .opn, .clo {
	color: #666600;
}
.tag {
	color: #000088;
}
.atn {
	color: #660066;
}
.atv {
	color: #008800;
}
.dec, .var {
	color: #660066;
}
.fun {
	color: #ff0000;
}
pre.prettyprint {
	padding: 2px;
}
ol.linenums {
	margin: 0px;
}
li.L1, li.L3, li.L5, li.L7, li.L9 {
	background: #eeeeee;
}
/* ----------------------------
 *
 * Progress Bar
 *
 * --------------------------- */

.progress {
	display: block;
	margin-bottom: 15px;
	background-color: #e6ebed;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress.progress-sm {
	height: 15px;
}
.progress.progress-xs {
	height: 6px;
}
.progress .progress-bar {
	background-color: #00b1e1;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress .progress-bar.progress-bar-success {
	background-color: #91c854;
}
.progress .progress-bar.progress-bar-info {
	background-color: #63d3e9;
}
.progress .progress-bar.progress-bar-warning {
	background-color: #ffd66a;
}
.progress .progress-bar.progress-bar-danger {
	background-color: #ed5466;
}
/* ----------------------------
 *
 * Modal
 *
 * --------------------------- */

.modal-content {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.modal-header {
	border-bottom: 1px solid #cfd9db;
}
.modal-header + .modal-body {
	border-radius: 0px;
}
.modal-body {
	background-color: #f5f7f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.modal-footer {
	margin-top: 0px;
	border-top: 1px solid #cfd9db;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
/* ----------------------------
 *
 * Alert
 *
 * --------------------------- */

.alert {
	padding: 10px;
}
.alert:empty {
	display: none;
}
.alert-dismissable {
	padding-right: 10px;
}
.alert-dismissable .close {
	right: 0px;
}
/* success */

.alert-success {
	color: #4e7325 !important;
	background-color: #e0f0cf;
	border-color: #d2e8b8;
}
.alert-success .gritter-item, .alert-success .gritter-close {
	color: #4e7325 !important;
}
/* info */

.alert-info {
	color: #16879d !important;
	background-color: #e9f9fc;
	border-color: #d3f3f9;
}
.alert-info .gritter-item, .alert-info .gritter-close {
	color: #16879d !important;
}
/* warning */

.alert-warning {
	color: #da9e00 !important;
	background-color: #fff9ea;
	border-color: #fff3d5;
}
.alert-warning .gritter-item, .alert-warning .gritter-close {
	color: #da9e00 !important;
}
/* danger */

.alert-danger {
	color: #e8263d !important;
	background-color: #fcdee2;
	border-color: #faccd1;
}
.alert-danger .gritter-item, .alert-danger .gritter-close {
	color: #e8263d !important;
}
/* ----------------------------
 *
 * Animation - http://daneden.me/animate
 *
 * --------------------------- */

.animation {
	visibility: hidden;
}
.animation.delay {
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.animation.infinite {
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animation.animating {
	visibility: visible;
	-webkit-animation-duration: 800ms;
	-o-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animation.animated {
	visibility: visible;
}
.animation.hinge {
	-webkit-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -o-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -o-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.bounce {
	-webkit-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
 @-webkit-keyframes flash {
 0%, 50%, 100% {
 opacity: 1;
}
 25%,  75% {
 opacity: 0;
}
}
 @-o-keyframes flash {
 0%, 50%, 100% {
 opacity: 1;
}
 25%,  75% {
 opacity: 0;
}
}
 @keyframes flash {
 0%, 50%, 100% {
 opacity: 1;
}
 25%,  75% {
 opacity: 0;
}
}
.flash {
	-webkit-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes rubberBand {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 30% {
 -webkit-transform: scaleX(1.25) scaleY(0.75);
 transform: scaleX(1.25) scaleY(0.75);
}
 40% {
 -webkit-transform: scaleX(0.75) scaleY(1.25);
 transform: scaleX(0.75) scaleY(1.25);
}
 60% {
 -webkit-transform: scaleX(1.15) scaleY(0.85);
 transform: scaleX(1.15) scaleY(0.85);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes rubberBand {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 30% {
 -webkit-transform: scaleX(1.25) scaleY(0.75);
 -ms-transform: scaleX(1.25) scaleY(0.75);
 -o-transform: scaleX(1.25) scaleY(0.75);
 transform: scaleX(1.25) scaleY(0.75);
}
 40% {
 -webkit-transform: scaleX(0.75) scaleY(1.25);
 -ms-transform: scaleX(0.75) scaleY(1.25);
 -o-transform: scaleX(0.75) scaleY(1.25);
 transform: scaleX(0.75) scaleY(1.25);
}
 60% {
 -webkit-transform: scaleX(1.15) scaleY(0.85);
 -ms-transform: scaleX(1.15) scaleY(0.85);
 -o-transform: scaleX(1.15) scaleY(0.85);
 transform: scaleX(1.15) scaleY(0.85);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes rubberBand {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 30% {
 -webkit-transform: scaleX(1.25) scaleY(0.75);
 -ms-transform: scaleX(1.25) scaleY(0.75);
 -o-transform: scaleX(1.25) scaleY(0.75);
 transform: scaleX(1.25) scaleY(0.75);
}
 40% {
 -webkit-transform: scaleX(0.75) scaleY(1.25);
 -ms-transform: scaleX(0.75) scaleY(1.25);
 -o-transform: scaleX(0.75) scaleY(1.25);
 transform: scaleX(0.75) scaleY(1.25);
}
 60% {
 -webkit-transform: scaleX(1.15) scaleY(0.85);
 -ms-transform: scaleX(1.15) scaleY(0.85);
 -o-transform: scaleX(1.15) scaleY(0.85);
 transform: scaleX(1.15) scaleY(0.85);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	-o-animation-name: rubberBand;
	animation-name: rubberBand;
}
 @-webkit-keyframes shake {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 10%,  30%,  50%,  70%,  90% {
 -webkit-transform: translateX(-10px);
 transform: translateX(-10px);
}
 20%,  40%,  60%,  80% {
 -webkit-transform: translateX(10px);
 transform: translateX(10px);
}
}
 @-o-keyframes shake {
 0%, 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 10%,  30%,  50%,  70%,  90% {
 -webkit-transform: translateX(-10px);
 -ms-transform: translateX(-10px);
 -o-transform: translateX(-10px);
 transform: translateX(-10px);
}
 20%,  40%,  60%,  80% {
 -webkit-transform: translateX(10px);
 -ms-transform: translateX(10px);
 -o-transform: translateX(10px);
 transform: translateX(10px);
}
}
 @keyframes shake {
 0%, 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 10%,  30%,  50%,  70%,  90% {
 -webkit-transform: translateX(-10px);
 -ms-transform: translateX(-10px);
 -o-transform: translateX(-10px);
 transform: translateX(-10px);
}
 20%,  40%,  60%,  80% {
 -webkit-transform: translateX(10px);
 -ms-transform: translateX(10px);
 -o-transform: translateX(10px);
 transform: translateX(10px);
}
}
.shake {
	-webkit-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
 @-webkit-keyframes swing {
 20% {
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 40% {
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 60% {
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 80% {
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-o-keyframes swing {
 20% {
 -webkit-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -o-transform: rotate(15deg);
 transform: rotate(15deg);
}
 40% {
 -webkit-transform: rotate(-10deg);
 -ms-transform: rotate(-10deg);
 -o-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 60% {
 -webkit-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -o-transform: rotate(5deg);
 transform: rotate(5deg);
}
 80% {
 -webkit-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -o-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes swing {
 20% {
 -webkit-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -o-transform: rotate(15deg);
 transform: rotate(15deg);
}
 40% {
 -webkit-transform: rotate(-10deg);
 -ms-transform: rotate(-10deg);
 -o-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 60% {
 -webkit-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -o-transform: rotate(5deg);
 transform: rotate(5deg);
}
 80% {
 -webkit-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -o-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
 @-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
 @-o-keyframes tada {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 -ms-transform: scale(0.9) rotate(-3deg);
 -o-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 -ms-transform: scale(1.1) rotate(3deg);
 -o-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 -ms-transform: scale(1.1) rotate(-3deg);
 -o-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 -o-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
 @keyframes tada {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 -ms-transform: scale(0.9) rotate(-3deg);
 -o-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 -ms-transform: scale(1.1) rotate(3deg);
 -o-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 -ms-transform: scale(1.1) rotate(-3deg);
 -o-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 -o-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.tada {
	-webkit-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
 0% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
 15% {
 -webkit-transform: translateX(-25%) rotate(-5deg);
 transform: translateX(-25%) rotate(-5deg);
}
 30% {
 -webkit-transform: translateX(20%) rotate(3deg);
 transform: translateX(20%) rotate(3deg);
}
 45% {
 -webkit-transform: translateX(-15%) rotate(-3deg);
 transform: translateX(-15%) rotate(-3deg);
}
 60% {
 -webkit-transform: translateX(10%) rotate(2deg);
 transform: translateX(10%) rotate(2deg);
}
 75% {
 -webkit-transform: translateX(-5%) rotate(-1deg);
 transform: translateX(-5%) rotate(-1deg);
}
 100% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
}
 @-o-keyframes wobble {
 0% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
 15% {
 -webkit-transform: translateX(-25%) rotate(-5deg);
 -ms-transform: translateX(-25%) rotate(-5deg);
 -o-transform: translateX(-25%) rotate(-5deg);
 transform: translateX(-25%) rotate(-5deg);
}
 30% {
 -webkit-transform: translateX(20%) rotate(3deg);
 -ms-transform: translateX(20%) rotate(3deg);
 -o-transform: translateX(20%) rotate(3deg);
 transform: translateX(20%) rotate(3deg);
}
 45% {
 -webkit-transform: translateX(-15%) rotate(-3deg);
 -ms-transform: translateX(-15%) rotate(-3deg);
 -o-transform: translateX(-15%) rotate(-3deg);
 transform: translateX(-15%) rotate(-3deg);
}
 60% {
 -webkit-transform: translateX(10%) rotate(2deg);
 -ms-transform: translateX(10%) rotate(2deg);
 -o-transform: translateX(10%) rotate(2deg);
 transform: translateX(10%) rotate(2deg);
}
 75% {
 -webkit-transform: translateX(-5%) rotate(-1deg);
 -ms-transform: translateX(-5%) rotate(-1deg);
 -o-transform: translateX(-5%) rotate(-1deg);
 transform: translateX(-5%) rotate(-1deg);
}
 100% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
 @keyframes wobble {
 0% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
 15% {
 -webkit-transform: translateX(-25%) rotate(-5deg);
 -ms-transform: translateX(-25%) rotate(-5deg);
 -o-transform: translateX(-25%) rotate(-5deg);
 transform: translateX(-25%) rotate(-5deg);
}
 30% {
 -webkit-transform: translateX(20%) rotate(3deg);
 -ms-transform: translateX(20%) rotate(3deg);
 -o-transform: translateX(20%) rotate(3deg);
 transform: translateX(20%) rotate(3deg);
}
 45% {
 -webkit-transform: translateX(-15%) rotate(-3deg);
 -ms-transform: translateX(-15%) rotate(-3deg);
 -o-transform: translateX(-15%) rotate(-3deg);
 transform: translateX(-15%) rotate(-3deg);
}
 60% {
 -webkit-transform: translateX(10%) rotate(2deg);
 -ms-transform: translateX(10%) rotate(2deg);
 -o-transform: translateX(10%) rotate(2deg);
 transform: translateX(10%) rotate(2deg);
}
 75% {
 -webkit-transform: translateX(-5%) rotate(-1deg);
 -ms-transform: translateX(-5%) rotate(-1deg);
 -o-transform: translateX(-5%) rotate(-1deg);
 transform: translateX(-5%) rotate(-1deg);
}
 100% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
.wobble {
	-webkit-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
 @-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.3);
 transform: scale(0.3);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.3);
 -ms-transform: scale(0.3);
 -o-transform: scale(0.3);
 transform: scale(0.3);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 -o-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.3);
 -ms-transform: scale(0.3);
 -o-transform: scale(0.3);
 transform: scale(0.3);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 -o-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 -ms-transform: translateY(30px);
 -o-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -o-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 -ms-transform: translateY(30px);
 -o-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -o-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(30px);
 transform: translateX(30px);
}
 80% {
 -webkit-transform: translateX(-10px);
 transform: translateX(-10px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(30px);
 -ms-transform: translateX(30px);
 -o-transform: translateX(30px);
 transform: translateX(30px);
}
 80% {
 -webkit-transform: translateX(-10px);
 -ms-transform: translateX(-10px);
 -o-transform: translateX(-10px);
 transform: translateX(-10px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(30px);
 -ms-transform: translateX(30px);
 -o-transform: translateX(30px);
 transform: translateX(30px);
}
 80% {
 -webkit-transform: translateX(-10px);
 -ms-transform: translateX(-10px);
 -o-transform: translateX(-10px);
 transform: translateX(-10px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px);
 transform: translateX(-30px);
}
 80% {
 -webkit-transform: translateX(10px);
 transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px);
 -ms-transform: translateX(-30px);
 -o-transform: translateX(-30px);
 transform: translateX(-30px);
}
 80% {
 -webkit-transform: translateX(10px);
 -ms-transform: translateX(10px);
 -o-transform: translateX(10px);
 transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px);
 -ms-transform: translateX(-30px);
 -o-transform: translateX(-30px);
 transform: translateX(-30px);
}
 80% {
 -webkit-transform: translateX(10px);
 -ms-transform: translateX(10px);
 -o-transform: translateX(10px);
 transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes bounceInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 -webkit-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 -webkit-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 25% {
 -webkit-transform: scale(0.95);
 transform: scale(0.95);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.3);
 transform: scale(0.3);
}
}
 @-o-keyframes bounceOut {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 25% {
 -webkit-transform: scale(0.95);
 -ms-transform: scale(0.95);
 -o-transform: scale(0.95);
 transform: scale(0.95);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.3);
 -ms-transform: scale(0.3);
 -o-transform: scale(0.3);
 transform: scale(0.3);
}
}
 @keyframes bounceOut {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 25% {
 -webkit-transform: scale(0.95);
 -ms-transform: scale(0.95);
 -o-transform: scale(0.95);
 transform: scale(0.95);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.3);
 -ms-transform: scale(0.3);
 -o-transform: scale(0.3);
 transform: scale(0.3);
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
 @-webkit-keyframes bounceOutDown {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
 @-o-keyframes bounceOutDown {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
 @keyframes bounceOutDown {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
 @-o-keyframes bounceOutLeft {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
 @keyframes bounceOutLeft {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
 @-o-keyframes bounceOutRight {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
 @keyframes bounceOutRight {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @-o-keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 -o-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 -o-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-o-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 -o-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 -o-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @-o-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOutDown {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
}
 @-o-keyframes fadeOutDown {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 -o-transform: translateY(20px);
 transform: translateY(20px);
}
}
 @keyframes fadeOutDown {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 -o-transform: translateY(20px);
 transform: translateY(20px);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
 @-webkit-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
 @-o-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
 @keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
 @-webkit-keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
}
 @-o-keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
}
 @keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
 @-webkit-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
 @-o-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
 @keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
 @-webkit-keyframes fadeOutRight {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
}
 @-o-keyframes fadeOutRight {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
}
 @keyframes fadeOutRight {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
 @-webkit-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
 @-o-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
 @keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
 @-webkit-keyframes fadeOutUp {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
 @-o-keyframes fadeOutUp {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
 @keyframes fadeOutUp {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
 @-webkit-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @-o-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
 0% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @-o-keyframes flip {
 0% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 -webkit-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 -webkit-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
 0% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
 -webkit-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
 -webkit-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	-o-animation-name: flip;
	animation-name: flip;
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-10deg);
 transform: perspective(400px) rotateX(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
 @-o-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 -ms-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-10deg);
 -ms-transform: perspective(400px) rotateX(-10deg);
 transform: perspective(400px) rotateX(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 -ms-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 -ms-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
 @keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 -ms-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-10deg);
 -ms-transform: perspective(400px) rotateX(-10deg);
 transform: perspective(400px) rotateX(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 -ms-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 -ms-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateY(-10deg);
 transform: perspective(400px) rotateY(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
 @-o-keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 -ms-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateY(-10deg);
 -ms-transform: perspective(400px) rotateY(-10deg);
 transform: perspective(400px) rotateY(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateY(10deg);
 -ms-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 -ms-transform: perspective(400px) rotateY(0deg);
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
 @keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 -ms-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateY(-10deg);
 -ms-transform: perspective(400px) rotateY(-10deg);
 transform: perspective(400px) rotateY(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateY(10deg);
 -ms-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 -ms-transform: perspective(400px) rotateY(0deg);
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-o-animation-name: flipInY;
	animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @-o-keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 -ms-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 -ms-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 -ms-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 -ms-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	-o-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
 0% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
 @-o-keyframes flipOutY {
 0% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 -ms-transform: perspective(400px) rotateY(0deg);
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 -ms-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
 @keyframes flipOutY {
 0% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 -ms-transform: perspective(400px) rotateY(0deg);
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 -ms-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-o-animation-name: flipOutY;
	animation-name: flipOutY;
}
 @-webkit-keyframes lightSpeedIn {
 0% {
 -webkit-transform: translateX(100%) skewX(-30deg);
 transform: translateX(100%) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: translateX(-20%) skewX(30deg);
 transform: translateX(-20%) skewX(30deg);
 opacity: 1;
}
 80% {
 -webkit-transform: translateX(0%) skewX(-15deg);
 transform: translateX(0%) skewX(-15deg);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(0%) skewX(0deg);
 transform: translateX(0%) skewX(0deg);
 opacity: 1;
}
}
 @-o-keyframes lightSpeedIn {
 0% {
 -webkit-transform: translateX(100%) skewX(-30deg);
 -ms-transform: translateX(100%) skewX(-30deg);
 -o-transform: translateX(100%) skewX(-30deg);
 transform: translateX(100%) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: translateX(-20%) skewX(30deg);
 -ms-transform: translateX(-20%) skewX(30deg);
 -o-transform: translateX(-20%) skewX(30deg);
 transform: translateX(-20%) skewX(30deg);
 opacity: 1;
}
 80% {
 -webkit-transform: translateX(0%) skewX(-15deg);
 -ms-transform: translateX(0%) skewX(-15deg);
 -o-transform: translateX(0%) skewX(-15deg);
 transform: translateX(0%) skewX(-15deg);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(0%) skewX(0deg);
 -ms-transform: translateX(0%) skewX(0deg);
 -o-transform: translateX(0%) skewX(0deg);
 transform: translateX(0%) skewX(0deg);
 opacity: 1;
}
}
 @keyframes lightSpeedIn {
 0% {
 -webkit-transform: translateX(100%) skewX(-30deg);
 -ms-transform: translateX(100%) skewX(-30deg);
 -o-transform: translateX(100%) skewX(-30deg);
 transform: translateX(100%) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: translateX(-20%) skewX(30deg);
 -ms-transform: translateX(-20%) skewX(30deg);
 -o-transform: translateX(-20%) skewX(30deg);
 transform: translateX(-20%) skewX(30deg);
 opacity: 1;
}
 80% {
 -webkit-transform: translateX(0%) skewX(-15deg);
 -ms-transform: translateX(0%) skewX(-15deg);
 -o-transform: translateX(0%) skewX(-15deg);
 transform: translateX(0%) skewX(-15deg);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(0%) skewX(0deg);
 -ms-transform: translateX(0%) skewX(0deg);
 -o-transform: translateX(0%) skewX(0deg);
 transform: translateX(0%) skewX(0deg);
 opacity: 1;
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
 0% {
 -webkit-transform: translateX(0%) skewX(0deg);
 transform: translateX(0%) skewX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(100%) skewX(-30deg);
 transform: translateX(100%) skewX(-30deg);
 opacity: 0;
}
}
 @-o-keyframes lightSpeedOut {
 0% {
 -webkit-transform: translateX(0%) skewX(0deg);
 -ms-transform: translateX(0%) skewX(0deg);
 -o-transform: translateX(0%) skewX(0deg);
 transform: translateX(0%) skewX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(100%) skewX(-30deg);
 -ms-transform: translateX(100%) skewX(-30deg);
 -o-transform: translateX(100%) skewX(-30deg);
 transform: translateX(100%) skewX(-30deg);
 opacity: 0;
}
}
 @keyframes lightSpeedOut {
 0% {
 -webkit-transform: translateX(0%) skewX(0deg);
 -ms-transform: translateX(0%) skewX(0deg);
 -o-transform: translateX(0%) skewX(0deg);
 transform: translateX(0%) skewX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(100%) skewX(-30deg);
 -ms-transform: translateX(100%) skewX(-30deg);
 -o-transform: translateX(100%) skewX(-30deg);
 transform: translateX(100%) skewX(-30deg);
 opacity: 0;
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
 0% {
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateIn {
 0% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(-200deg);
 -ms-transform: rotate(-200deg);
 -o-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateIn {
 0% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(-200deg);
 -ms-transform: rotate(-200deg);
 -o-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateInDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateInDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateInDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateInDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateInUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateInUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
 0% {
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOut {
 0% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(200deg);
 -ms-transform: rotate(200deg);
 -o-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
 @keyframes rotateOut {
 0% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 -o-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform: rotate(200deg);
 -ms-transform: rotate(200deg);
 -o-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 -ms-transform-origin: left bottom;
 -o-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
 @-webkit-keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes slideInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}
 @-webkit-keyframes slideOutLeft {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
 @-o-keyframes slideOutLeft {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
 @keyframes slideOutLeft {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 -o-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
 @-o-keyframes slideOutRight {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
 @keyframes slideOutRight {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 -o-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @-o-keyframes slideOutUp {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @keyframes slideOutUp {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 -o-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
 @-webkit-keyframes slideInUp {
 0% {
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes slideInUp {
 0% {
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slideInUp {
 0% {
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	-o-animation-name: slideInUp;
	animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
 @-o-keyframes slideOutDown {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
 @keyframes slideOutDown {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 -o-transform: translateY(2000px);
 transform: translateY(2000px);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	-o-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
 @-webkit-keyframes hinge {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%,  60% {
 -webkit-transform: rotate(80deg);
 transform: rotate(80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40% {
 -webkit-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 80% {
 -webkit-transform: rotate(60deg) translateY(0);
 transform: rotate(60deg) translateY(0);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(700px);
 transform: translateY(700px);
 opacity: 0;
}
}
 @-o-keyframes hinge {
 0% {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%,  60% {
 -webkit-transform: rotate(80deg);
 -ms-transform: rotate(80deg);
 -o-transform: rotate(80deg);
 transform: rotate(80deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40% {
 -webkit-transform: rotate(60deg);
 -ms-transform: rotate(60deg);
 -o-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 80% {
 -webkit-transform: rotate(60deg) translateY(0);
 -ms-transform: rotate(60deg) translateY(0);
 -o-transform: rotate(60deg) translateY(0);
 transform: rotate(60deg) translateY(0);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(700px);
 -ms-transform: translateY(700px);
 -o-transform: translateY(700px);
 transform: translateY(700px);
 opacity: 0;
}
}
 @keyframes hinge {
 0% {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%,  60% {
 -webkit-transform: rotate(80deg);
 -ms-transform: rotate(80deg);
 -o-transform: rotate(80deg);
 transform: rotate(80deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40% {
 -webkit-transform: rotate(60deg);
 -ms-transform: rotate(60deg);
 -o-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 80% {
 -webkit-transform: rotate(60deg) translateY(0);
 -ms-transform: rotate(60deg) translateY(0);
 -o-transform: rotate(60deg) translateY(0);
 transform: rotate(60deg) translateY(0);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(700px);
 -ms-transform: translateY(700px);
 -o-transform: translateY(700px);
 transform: translateY(700px);
 opacity: 0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
 @-o-keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%) rotate(-120deg);
 -ms-transform: translateX(-100%) rotate(-120deg);
 -o-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 -ms-transform: translateX(0px) rotate(0deg);
 -o-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
 @keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%) rotate(-120deg);
 -ms-transform: translateX(-100%) rotate(-120deg);
 -o-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 -ms-transform: translateX(0px) rotate(0deg);
 -o-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(100%) rotate(120deg);
 transform: translateX(100%) rotate(120deg);
}
}
 @-o-keyframes rollOut {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 -ms-transform: translateX(0px) rotate(0deg);
 -o-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(100%) rotate(120deg);
 -ms-transform: translateX(100%) rotate(120deg);
 -o-transform: translateX(100%) rotate(120deg);
 transform: translateX(100%) rotate(120deg);
}
}
 @keyframes rollOut {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 -ms-transform: translateX(0px) rotate(0deg);
 -o-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(100%) rotate(120deg);
 -ms-transform: translateX(100%) rotate(120deg);
 -o-transform: translateX(100%) rotate(120deg);
 transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}
/* ----------------------------
 *
 * Nav
 *
 * --------------------------- */

.nav > li h1, .nav > li h2, .nav > li h3, .nav > li h4, .nav > li h5, .nav > li h6 {
	margin: 0px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}
/* Pills */

.nav-pills > li > a {
	border-radius: 3px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #00b1e1;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background-color: #eeeeee;
}
/* Tabs */

.nav-tabs {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #dde4e6;
}
.nav-tabs > li > a {
	color: #aaaaaa;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.nav-tabs > li > a:hover, .nav-tabs > li.open > a {
	color: #777777;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #cfd9db;
	border-bottom-color: transparent;
	color: #5e5e5e;
}
/* tab content */

.tab-content.panel {
	border-top-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.tab-content.panel .tab-pane {
	padding: 15px;
}
/* Justified */

.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-color: #cfd9db;
}
.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover {
	border-bottom-color: transparent;
}
/* Section */

.nav-section.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-section > li {
	position: relative;
}
.nav-section > li > a, .nav-section > li > .section {
	position: relative;
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
}
/* border */

.nav-section > li > a:after, .nav-section > li > .section:after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 1px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyMTUsIDIyNCwgMjI2KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q3ZTBlMiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjE1LCAyMjQsIDIyNikiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 224, 226, 0.2)), color-stop(50%, #d7e0e2), to(rgba(215, 224, 226, 0.2)));
	background-image: linear-gradient(to bottom, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
}
.nav-section > li:last-child > a:after, .nav-section > li:last-child > .section:after {
	background: none;
	-webkit-filter: none;
	filter: none;
}
/* ----------------------------
*
* Table
*
* --------------------------- */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
	border-color: #e6ebed;/*	padding: 10px;*/
}
.table > thead > tr > th, .table tr > th {
	color: #5e5e5e;
	/*text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);*/
	font-weight: 600;/*
	background-color: #f9f9f9;
*/
}
.table > thead > tr > th {
	border-bottom: 0px solid #cfd9db !important;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 100%;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table > tfoot > tr > th {
	color: #333
}
.table-responsive > .table {
	margin-bottom: 0px;
}
/* image */

.table .media-object {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.table .media-object > img {
	width: 100%;
}
/* Table email */

.table-email > tbody > tr:first-child > td {
	border-top-width: 0px;
}
/* 
* meta 
*/

.table-email > tbody > tr > td.meta > .sender {
	margin: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #5e5e5e;
}
.table-email > tbody > tr > td.meta > .date {
	margin: 0px;
	font-size: 12px;
	color: #aaaaaa;
}
/* 
* message 
*/

.table-email > tbody > tr > td.message > .heading {
	margin: 0px;
	font-size: 13px;
	font-weight: 600;
}
.table-email > tbody > tr > td.message > .text {
	margin: 0px;
	color: #919191;
}
/* Table layout */

.table-layout {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
	padding: 0px;
}
.table-layout.table-layout-section > [class*=" col-xs"], .table-layout.table-layout-section > [class^="col-xs"] {
	border-right: 1px solid #ecf0f1;
}
.table-layout.table-layout-section > [class*=" col-xs"]:last-child, .table-layout.table-layout-section > [class^="col-xs"]:last-child {
	border-right-width: 0px;
}
.table-layout > [class*=" col-"], .table-layout > [class^="col-"] {
	position: static;
	padding: 0px;
}
.table-layout > .col-xs-1, .table-layout > .col-xs-2, .table-layout > .col-xs-3, .table-layout > .col-xs-4, .table-layout > .col-xs-5, .table-layout > .col-xs-6, .table-layout > .col-xs-7, .table-layout > .col-xs-8, .table-layout > .col-xs-9, .table-layout > .col-xs-10, .table-layout > .col-xs-11 {
	display: table-cell;
	table-layout: fixed;
	float: none;
	vertical-align: middle;
}

@media (min-width: 768px) {
.table-layout > .col-sm-1,  .table-layout > .col-sm-2,  .table-layout > .col-sm-3,  .table-layout > .col-sm-4,  .table-layout > .col-sm-5,  .table-layout > .col-sm-6,  .table-layout > .col-sm-7,  .table-layout > .col-sm-8,  .table-layout > .col-sm-9,  .table-layout > .col-sm-10,  .table-layout > .col-sm-11 {
	display: table-cell;
	table-layout: fixed;
	float: none;
	vertical-align: middle;
}
.table-layout.table-layout-section > [class*=" col-sm"],  .table-layout.table-layout-section > [class^="col-sm"] {
	border-right: 1px solid #ecf0f1;
}
.table-layout.table-layout-section > [class*=" col-sm"]:last-child,  .table-layout.table-layout-section > [class^="col-sm"]:last-child {
	border-right-width: 0px;
}
}

@media (min-width: 992px) {
.table-layout > .col-md-1,  .table-layout > .col-md-2,  .table-layout > .col-md-3,  .table-layout > .col-md-4,  .table-layout > .col-md-5,  .table-layout > .col-md-6,  .table-layout > .col-md-7,  .table-layout > .col-md-8,  .table-layout > .col-md-9,  .table-layout > .col-md-10,  .table-layout > .col-md-11 {
	display: table-cell;
	table-layout: fixed;
	float: none;
	vertical-align: middle;
}
.table-layout.table-layout-section > [class*=" col-md"],  .table-layout.table-layout-section > [class^="col-md"] {
	border-right: 1px solid #ecf0f1;
}
.table-layout.table-layout-section > [class*=" col-md"]:last-child,  .table-layout.table-layout-section > [class^="col-md"]:last-child {
	border-right-width: 0px;
}
}

@media (min-width: 1200px) {
.table-layout > .col-lg-1,  .table-layout > .col-lg-2,  .table-layout > .col-lg-3,  .table-layout > .col-lg-4,  .table-layout > .col-lg-5,  .table-layout > .col-lg-6,  .table-layout > .col-lg-7,  .table-layout > .col-lg-8,  .table-layout > .col-lg-9,  .table-layout > .col-lg-10,  .table-layout > .col-lg-11 {
	display: table-cell;
	table-layout: fixed;
	float: none;
	vertical-align: middle;
}
.table-layout.table-layout-section > [class*=" col-lg"],  .table-layout.table-layout-section > [class^="col-lg"] {
	border-right: 1px solid #ecf0f1;
}
.table-layout.table-layout-section > [class*=" col-lg"]:last-child,  .table-layout.table-layout-section > [class^="col-lg"]:last-child {
	border-right-width: 0px;
}
}
/* Table contextual */
/* 
* hover 
*/

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f3f3f3;
}
/* 
* striped 
*/

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr.odd > td, .table-striped > tbody > tr:nth-child(odd) > th, .table-striped > tbody > tr.odd > th {
	background-color: #fbfbfb;
}
/* 
* stroke 
*/

.table > thead > tr > td.stroke, .table > tbody > tr > td.stroke, .table > tfoot > tr > td.stroke, .table > thead > tr > th.stroke, .table > tbody > tr > th.stroke, .table > tfoot > tr > th.stroke, .table > thead > tr.stroke > td, .table > tbody > tr.stroke > td, .table > tfoot > tr.stroke > td, .table > thead > tr.stroke > th, .table > tbody > tr.stroke > th, .table > tfoot > tr.stroke > th {
	background-color: #ecf0f1;
	color: #ccc;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	text-decoration: line-through;
}
.table-hover > tbody > tr.stroke:hover > td {
	background-color: #f5f5f5;
}
/* 
* active 
*/

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
	background-color: #ecf0f1 !important;
	border-color: #cfd9db;
}
/* 
* info 
*/

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr > .info:hover, .table-hover > tbody > .info:hover > td, .table-hover > tbody > .info:hover > th {
	background-color: #e9f9fc !important;
	border-color: #d3f3f9;
}
/* 
* warning 
*/

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
	background-color: #fff9ea !important;
	border-color: #fff3d5;
}
/* 
* success 
*/

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
	background-color: #e0f0cf !important;
	border-color: #d2e8b8;
}
/* 
* danger 
*/

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
	background-color: #fcdee2 !important;
	border-color: #faccd1;
}
/* Table td toolbar */

.table td .toolbar {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.table td .toolbar .btn.btn-link {
	border: none;
	padding: 0px 5px;
}
.table td .toolbar.toolbar-hover {
	display: none;
}
.table tr:hover .toolbar.toolbar-hover {
	display: inline-block;
}
.table.noborder > thead > tr > th, .table.noborder > tbody > tr > th, .table.noborder > tfoot > tr > th, .table.noborder > thead > tr > td, .table.noborder > tbody > tr > td, .table.noborder > tfoot > tr > td {
	border-top: 0px solid #DDD;
}
.table.vert-top > thead > tr > th, .table.vert-top > tbody > tr > th, .table.vert-top > tfoot > tr > th, .table.vert-top > thead > tr > td, .table.vert-top > tbody > tr > td, .table.vert-top > tfoot > tr > td {
	vertical-align: top;
}
.table.valign-top > thead > tr > th, .table.valign-top > tbody > tr > th, .table.valign-top > tfoot > tr > th, .table.valign-top > thead > tr > td, .table.valign-top > tbody > tr > td, .table.valign-top > tfoot > tr > td {
	vertical-align: top;
}

/* Media query
-------------------------------*/

@media (max-width: 768px) {
.table td .toolbar {
	min-width: 80px;
}
.table-responsive {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 0px;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.panel .table-responsive {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
}
/* ----------------------------
 *
 * Thumbnails
 *
 * --------------------------- */

.thumbnail {
	position: relative;
	padding: 0px;
	border-width: 0px;
	border-radius: 3px;
}
.thumbnail .media {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.thumbnail .media > img, .thumbnail .media > iframe {
	position: relative;
	z-index: 2;
	border-radius: 3px;
	border: 0px;
}
.thumbnail .media > img[data-toggle="unveil"] {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.thumbnail .media > img[data-toggle="unveil"].unveiled {
	opacity: 1;
}
.thumbnail .media > .indicator {
	display: block;
	z-index: 1;
}
.thumbnail .media > .overlay {
	position: absolute;
	z-index: 4;
	border-radius: 3px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 182, 173, 0.4);
	opacity: 0;
	color: #ffffff;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.thumbnail .media > .overlay.show {
	opacity: 1;
}
.thumbnail .media > .overlay > .toolbar {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	text-align: center;
}
.thumbnail .media > .overlay > .toolbar > .btn {
	width: 40px;
	line-height: 26px;
	border-radius: 50%;
	overflow: hidden;
	border: 0px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	transition: transform 300ms ease;
}
.thumbnail .media > .overlay > .toolbar > .btn + .btn {
	-webkit-transition: -webkit-transform 250ms ease;
	-o-transition: -o-transform 250ms ease;
	transition: transform 250ms ease;
}
.thumbnail .media > .overlay > .toolbar > .btn + .btn + .btn {
	-webkit-transition: -webkit-transform 200ms ease;
	-o-transition: -o-transform 200ms ease;
	transition: transform 200ms ease;
}
.thumbnail .media > .overlay > .toolbar > .btn + .btn + .btn + .btn {
	-webkit-transition: -webkit-transform 150ms ease;
	-o-transition: -o-transform 150ms ease;
	transition: transform 150ms ease;
}
.thumbnail .media > .overlay > .toolbar > .btn + .btn + .btn + .btn + .btn {
	-webkit-transition: -webkit-transform 100ms ease;
	-o-transition: -o-transform 100ms ease;
	transition: transform 100ms ease;
}
.touch .thumbnail .media > .overlay > .toolbar > .btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.touch .thumbnail .media > .overlay > .toolbar {
	top: 15px;
	margin-top: 0px;
}
.touch .thumbnail .media > .overlay {
	background-color: transparent;
	opacity: 1;
}
.thumbnail .media .meta {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
	color: #ffffff;
	padding: 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.thumbnail .media .meta.meta-hover {
	top: -20%;
	-webkit-transition: top ease-in-out 0.3s;
	-o-transition: top ease-in-out 0.3s;
	transition: top ease-in-out 0.3s;
}
.thumbnail .media .meta.bottom {
	top: auto;
	bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.thumbnail .media .meta.bottom.meta-hover {
	top: auto;
	bottom: -20%;
	-webkit-transition: bottom ease-in-out 0.3s;
	-o-transition: bottom ease-in-out 0.3s;
	transition: bottom ease-in-out 0.3s;
}
.thumbnail .media .meta.dark, .thumbnail .media .meta.darken {
	background-color: rgba(0, 0, 0, 0.5);
}
.thumbnail .media .meta.light {
	background-color: rgba(255, 255, 255, 0.7);
}
.thumbnail .media:hover > .overlay {
	opacity: 1;
}
.thumbnail .media:hover > .overlay > .toolbar > .btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.thumbnail .media:hover .meta.meta-hover {
	top: 0;
	-webkit-transition: top ease-in-out 0.3s;
	-o-transition: top ease-in-out 0.3s;
	transition: top ease-in-out 0.3s;
}
.thumbnail .media:hover .meta.bottom.meta-hover {
	top: auto;
	bottom: 0;
	-webkit-transition: bottom ease-in-out 0.3s;
	-o-transition: bottom ease-in-out 0.3s;
	transition: bottom ease-in-out 0.3s;
}
.thumbnail > .caption .tag {
	font-size: 11px;
	color: #919191;
	margin: 0px;
}
.thumbnail > .caption ~ .caption {
	border-top: 1px solid #cfd9db;
}
.thumbnail.thumbnail-album {
	border: 1px solid #cfd9db;
	background-color: #ffffff;
	padding: 0px;
	border-radius: 4px;
}
.thumbnail.thumbnail-album > .media > img, .thumbnail.thumbnail-album > .media > .overlay {
	border-radius: 3px 3px 0px 0px;
}
.thumbnail.thumbnail-album .meta {
	padding: 9px;
	margin: 0px;
}
.thumbnail.thumbnail-album .meta > li {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
a.thumbnail {
	position: relative;
	padding: 4px;
	border-width: 1px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #00b1e1;
}
/*
 * panel reset
 */

.panel .thumbnail {
	border-radius: 0px;
	border: 0px;
	margin-bottom: 0px;
}
.panel .thumbnail + .thumbnail {
	margin-top: 5px;
}
.panel .thumbnail .media img, .panel .thumbnail .media iframe {
	border-radius: 0px;
}
.panel .thumbnail .media > .overlay {
	border-radius: 0px;
}
.panel .thumbnail.thumbnail-album .media > .overlay {
	border-radius: 0px;
}
/* ----------------------------
 *
 * Panel
 *
 * --------------------------- */

.panel {
	/* max-width: 100%;  required by text ellipsis */
	
	position: relative;
	border-width: 1px;
	border-color: #cfd9db;
	border-bottom-width: 2px;
	border-bottom-color: #c0cdd1;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;/*
     * inside sidebar
     */
}
.panel.no-border {
	border-width: 0px;
}
.panel hr {
	border-color: #dde4e6;
}
.sidebar .panel {
	background-color: transparent;
	border-radius: 0px !important;
	color: #888888;
	border-width: 0px !important;
}
.panel > .panel-collapse.pull {
	display: none;
}
.panel > .panel-collapse.pull.out {
	position: relative;
	display: block;
}
.panel > .panel-collapse.pulling {
	position: relative;
	overflow: hidden;
}
/* panel widget
 -------------------------------*/

.widget {
	margin-bottom: 20px;
}
.widget .panel, .widget.panel {
	border-bottom-width: 1px;
	border-bottom-color: #cfd9db;
	overflow: hidden;
}
/* panel ribbon
 *   - contextual
 -------------------------------*/

.panel > .panel-ribbon {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: -1px;
	left: -1px;
	width: 40px;
	height: 40px;
	border-top-left-radius: 3px;
	color: #888888;
	text-decoration: none;
}
.panel > .panel-ribbon.pull-right {
	left: auto;
	right: -1px;
	border-top-right-radius: 3px;
	text-align: right;
}
.panel > .panel-ribbon > [class*=" ico-"], .panel > .panel-ribbon > [class^="ico-"] {
	display: inline-block;
	position: relative;
	width: 13px;
	line-height: 13px;
	margin-top: 6px;
	margin-left: 6px;
	text-align: center;
	z-index: 1;
}
.panel > .panel-ribbon.pull-right > [class*=" ico-"], .panel > .panel-ribbon.pull-right > [class^="ico-"] {
	margin-right: 6px;
	margin-left: 0px;
}
.panel > .panel-ribbon.pull-right:after {
	border-width: 0 40px 40px 0;
	border-color: transparent #eeeeee transparent transparent;
}
.panel > .panel-ribbon:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #eeeeee transparent transparent transparent;
}
/*
 * contextual
 */
/* primary */

.panel > .panel-ribbon-primary {
	color: #007594;
}
.panel > .panel-ribbon-primary:after {
	border-color: #00b1e1 transparent transparent transparent;
}
.panel > .panel-ribbon-primary.pull-right:after {
	border-color: transparent #00b1e1 transparent transparent;
}
/* success */

.panel > .panel-ribbon-success {
	color: #6b9d32;
}
.panel > .panel-ribbon-success:after {
	border-color: #91c854 transparent transparent transparent;
}
.panel > .panel-ribbon-success.pull-right:after {
	border-color: transparent #91c854 transparent transparent;
}
/* warning */

.panel > .panel-ribbon-warning {
	color: #ffc11e;
}
.panel > .panel-ribbon-warning:after {
	border-color: #ffd66a transparent transparent transparent;
}
.panel > .panel-ribbon-warning.pull-right:after {
	border-color: transparent #ffd66a transparent transparent;
}
/* info */

.panel > .panel-ribbon-info {
	color: #20c0e0;
}
.panel > .panel-ribbon-info:after {
	border-color: #63d3e9 transparent transparent transparent;
}
.panel > .panel-ribbon-info.pull-right:after {
	border-color: transparent #63d3e9 transparent transparent;
}
/* danger */

.panel > .panel-ribbon-danger {
	color: #dd172f;
}
.panel > .panel-ribbon-danger:after {
	border-color: #ed5466 transparent transparent transparent;
}
.panel > .panel-ribbon-danger.pull-right:after {
	border-color: transparent #ed5466 transparent transparent;
}
/* inverse */

.panel > .panel-ribbon-inverse {
	color: #040404;
}
.panel > .panel-ribbon-inverse:after {
	border-color: #2a2a2a transparent transparent transparent;
}
.panel > .panel-ribbon-inverse.pull-right:after {
	border-color: transparent #2a2a2a transparent transparent;
}
/* teal */

.panel > .panel-ribbon-teal {
	color: #3cae92;
}
.panel > .panel-ribbon-teal:after {
	border-color: #6bccb4 transparent transparent transparent;
}
.panel > .panel-ribbon-teal.pull-right:after {
	border-color: transparent #6bccb4 transparent transparent;
}
/* panel heading  
 *   - panel icon
 *   - contextual
 *   - reset
 -------------------------------*/

.panel-heading {
	padding: 0px 15px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	/* experiment */
	
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	border: 1px solid transparent;
}
.panel-heading > .panel-title, .panel-heading > .panel-toolbar {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 40px;
	float: none !important;
}
.panel-heading > .panel-title.ellipsis, .panel-heading > .panel-toolbar.ellipsis {
	max-width: 10px;
}
.panel-heading > .panel-title {
	font-size: 14px;
	font-weight: 600;
}
.panel-heading > .panel-title > .icon {
	margin-right: 5px;
}
.panel-heading > .panel-title > a, .panel-heading > .panel-title > a:hover, .panel-heading > .panel-title > a:active, .panel-heading > .panel-title > a:focus {
	text-decoration: none;
	outline: 0;
}
.panel-heading > .panel .panel-heading + .panel-body {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* Panel Toolbar
 *   static text
 *   button link
 *   option
 *   input field
 *   tabs
 -------------------------------*/

.panel-toolbar-wrapper {
	display: block;
	background-color: #fbfbfb;
	border-bottom: 1px solid #e6ebed;
	padding: 0px 15px;
}
.panel-toolbar-wrapper.bottom {
	border-bottom-width: 0px;
	border-top: 1px solid #cfd9db;
}
.panel-toolbar-wrapper > .panel-toolbar {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 40px;
	float: none !important;
}
.panel-toolbar-wrapper > .panel-toolbar.ellipsis {
	max-width: 10px;
}
.panel .panel-footer > .panel-toolbar-wrapper {
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
}
/* 
 * static text
 */

.panel .panel-toolbar .static-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	color: #777777;
}
/* 
 * btn-link 
 */

.panel .panel-toolbar .btn-link {
	color: #f3f3f3;
	text-decoration: none;
}
.panel .panel-toolbar .btn-link:hover, .panel .panel-toolbar .btn-link:focus, .panel .panel-toolbar .btn-link:active {
	color: #ffffff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel.panel-default .panel-toolbar .btn-link {
	color: #00b1e1;
}
.panel.panel-default .panel-toolbar .btn-link:hover, .panel.panel-default .panel-toolbar .btn-link:active, .panel.panel-default .panel-toolbar .btn-link:focus {
	color: #009dc8;
}
/* 
 * option
 */

.panel .panel-toolbar > .option {
	display: inline-block;
	float: right;
	min-height: 34px;
}
.panel .panel-toolbar > .option > .btn {
	float: left;
	background-color: transparent;
	color: #f3f3f3;
	padding-left: 6px;
	padding-right: 6px;
}
.panel.panel-default .panel-toolbar > .option > .btn {
	color: #777777;
}
.panel .panel-toolbar > .option > .btn:hover, .panel .panel-toolbar > .option > .btn:active, .panel .panel-toolbar > .option > .btn:focus {
	color: #ffffff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel.panel-default .panel-toolbar > .option > .btn:hover, .panel.panel-default .panel-toolbar > .option > .btn:active, .panel.panel-default .panel-toolbar > .option > .btn:focus {
	color: #5e5e5e;
}
/* icon */

.panel .panel-toolbar > .option > .btn .arrow, .panel .panel-toolbar > .option > .btn .reload, .panel .panel-toolbar > .option > .btn .remove {
	display: block;
	font-family: 'iconfont';
	font-size: 12px;
	width: 12px;
	text-align: center;
	font-style: normal;
}
.panel .panel-toolbar > .option > .btn.up > .arrow:before {
	content: "\e670";
}
.panel .panel-toolbar > .option > .btn > .arrow:before {
	content: "\e671";
}
.panel .panel-toolbar > .option > .btn > .reload:before {
	content: "\e61d";
	font-size: 13px;
}
.panel .panel-toolbar > .option > .btn > .remove:before {
	content: "\e36c";
}
/*
 * input field
 */

.panel .panel-toolbar > .form-horizontal .form-group {
	margin: 0px;
}
.panel .panel-toolbar > .form-horizontal .has-feedback .form-control-feedback {
	right: 0px;
}
/*
 * tabs
 */

.panel .panel-toolbar > .nav-tabs {
	border-bottom: 0px;
	margin-bottom: -4px;
	margin-top: 6px;
	background-color: transparent;
}
.panel .panel-toolbar > .nav-tabs > li > a {
	padding: 8px 15px;
	line-height: 20px;
	border: 1px solid transparent;
	border-radius: 3px 3px 0px 0px;
	color: #f3f3f3;
}
.panel .panel-toolbar > .nav-tabs > li.active > a, .panel .panel-toolbar > .nav-tabs > li.active > a:hover, .panel .panel-toolbar > .nav-tabs > li.active > a:active, .panel .panel-toolbar > .nav-tabs > li.active > a:focus {
	border-color: #cfd9db;
	border-bottom-color: transparent;
	background-color: #ffffff;
	color: #444444;
}
.panel .panel-toolbar > .nav-tabs > li.active > a:before {
	display: none;
}
/* panel default reset */

.panel-default .panel-toolbar > .nav-tabs > li > a:hover, .panel-default .panel-toolbar > .nav-tabs > li.open > a {
	border-bottom-color: #cfd9db;
	color: #777777;
}
.panel-default .panel-toolbar > .nav-tabs > li > a {
	color: #aaaaaa;
}
/* tab inside panel toolbar wrapper */

.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li > a {
	color: #aaaaaa;
}
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li > a:hover, .panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.open > a, .panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a, .panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a:hover, .panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a:active, .panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a:focus {
	color: #777777;
}
/* panel body
 *   - indicator
 *   - scrollable
 *   - info
 *   - background
 *   - iframe
 *   - contextual
 -------------------------------*/

.panel-body {
	position: relative;
}
.panel-body:last-child {
	border-bottom: 0px;
}
.panel-body.no-contextual {
	background-color: inherit !important;
	color: inherit !important;
}
.panel .panel-body + .table-responsive {
	border-top: 1px solid #e6ebed;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
	border-color: #e6ebed;
}
/*
 * indicator
 */

.panel-body > .indicator {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
/*
 * scrollable
 */

.panel .viewport:after {
	pointer-events: none;
	position: absolute;
	content: "";
	z-index: 10;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 15%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 15%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(15%, #ffffff), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, rgba(255, 255, 255, 0) 100%);
}
.panel .viewport:before {
	pointer-events: none;
	position: absolute;
	content: "";
	z-index: 10;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 85%, #ffffff 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 85%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, #ffffff), to(#ffffff));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 85%, #ffffff 100%);
}
.touch .panel-body.slimscroll {
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
/* panel footer  
 -------------------------------*/

.panel-footer {
	overflow: auto;
	background-color: #f8f8f8;
	border-top: 1px solid #e6ebed;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-body .panel-footer {
	margin: 15px -15px -15px -15px;
}
.panel-footer + .panel-body {
	border-top: 1px solid #cfd9db;
}
/* panel group 
 *    - arrow
 *    - plus
 -------------------------------*/

.panel-group .panel {
	border-radius: 4px;
}
.panel-group.panel-group-compact .panel, .panel-group.panel-group-compact .panel .panel-heading {
	border-bottom: none;
	border-radius: 0px;
}
.panel-group.panel-group-compact .panel:first-child, .panel-group.panel-group-compact .panel:first-child .panel-heading {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-group.panel-group-compact .panel:last-child {
	border-bottom: 1px solid #cfd9db;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-group.panel-group-compact .panel + .panel {
	margin: 0px;
}
.panel-group.panel-group-compact .panel-minimal:last-child {
	border-bottom-width: 0px;
}
/* 
 * arrow 
 */

.panel-group .panel-title > a > .arrow, .panel-group .panel-title > a > .plus {
	text-align: left;
	font-family: "iconfont";
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	width: 12px;
}
.panel-group .panel-title > a > .arrow:before {
	content: "\e670";
}
.panel-group .panel-title > a.collapsed > .arrow:before {
	content: "\e671";
}
.panel-group .panel-title > a > .plus:before {
	content: "\e662";
}
.panel-group .panel-title > a.collapsed > .plus:before {
	content: "\e661";
}
/* Panel Header contextual
 *   - default
 *   - primary
 *   - success
 *   - info
 *   - warning
 *   - danger
 *   - inverse
 *   - teal
 *   - reset
 -------------------------------*/
/* 
 * default 
 */

.panel-default > .panel-heading {
	color: #444444;
	background-color: #f1f1f1;
	border-color: #cfd9db;
}
/* 
 * primary 
 */

.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #276FB7;
	border-color: #256FAD;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #009dc8;
}
/* 
 * success 
 */

.panel-success > .panel-heading {
	color: #ffffff;
	background-color: #91c854;
	border-color: #85c241;
}
/* 
 * info 
 */

.panel-info > .panel-heading {
	color: #ffffff;
	background-color: #00b1e1;
	border-color: #00a5d2;
}
/* 
 * warning 
 */

.panel-warning > .panel-heading {
	color: #ffffff;
	background-color: #ffd66a;
	border-color: #ffce4b;
}
/*
 * danger 
 */

.panel-danger > .panel-heading {
	color: #ffffff;
	background-color: #ed5466;
	border-color: #ea384d;
}
/* 
 * inverse 
 */

.panel-inverse > .panel-heading {
	color: #ffffff;
	background-color: #2a2a2a;
	border-color: #1b1b1b;
}
/* 
 * teal
 */

.panel-teal > .panel-heading {
	color: #ffffff;
	background-color: #6bccb4;
	border-color: #58c5aa;
}
/* Panel Minimal
 -------------------------------*/

.panel.panel-minimal {
	border-width: 0px;
	border-radius: 0px;
	background-color: transparent;
}
.panel.panel-minimal > .panel-heading {
	border-width: 0px;
	background-color: transparent !important;
}
.panel.panel-minimal > .panel-toolbar-wrapper {
	background-color: transparent;
	border-color: transparent;
}
.panel.panel-minimal .panel-footer {
	background-color: transparent;
	border-width: 0px;
}
/* Panel No Border
 -------------------------------*/

.panel.panel-noborder {
	border-width: 0px;
}
/* Panel Table layout
 -------------------------------*/

.table-layout > [class*=" col-"].panel-minimal:first-child + [class*=" col-"].panel, .table-layout > [class^="col-"].panel-minimal:first-child + [class^="col-"].panel {
	border-left-width: 1px;
}
.table-layout > [class*=" col-"].panel-minimal:first-child + [class*=" col-"].panel.panel-minimal, .table-layout > [class^="col-"].panel-minimal:first-child + [class^="col-"].panel.panel-minimal {
	border-left-width: 0px;
}
.table-layout > [class*=" col-xs"].panel, .table-layout > [class^="col-xs"].panel {
	border-radius: 0px;
}
.table-layout > [class*=" col-xs"].panel + [class*=" col-xs"].panel, .table-layout > [class^="col-xs"].panel + [class^="col-xs"].panel {
	border-left-width: 0px;
}
.table-layout > [class*=" col-xs"].panel:first-child, .table-layout > [class^="col-xs"].panel:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.table-layout > [class*=" col-xs"].panel:last-child, .table-layout > [class^="col-xs"].panel:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media (min-width: 768px) {
.table-layout > [class*=" col-sm"].panel,  .table-layout > [class^="col-sm"].panel {
	border-radius: 0px;
}
.table-layout > [class*=" col-sm"].panel + [class*=" col-sm"].panel,  .table-layout > [class^="col-sm"].panel + [class^="col-sm"].panel {
	border-left-width: 0px;
}
.table-layout > [class*=" col-sm"].panel:first-child,  .table-layout > [class^="col-sm"].panel:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.table-layout > [class*=" col-sm"].panel:last-child,  .table-layout > [class^="col-sm"].panel:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
}

@media (min-width: 992px) {
.table-layout > [class*=" col-md"].panel,  .table-layout > [class^="col-md"].panel {
	border-radius: 0px;
}
.table-layout > [class*=" col-md"].panel + [class*=" col-md"].panel,  .table-layout > [class^="col-md"].panel + [class^="col-md"].panel {
	border-left-width: 0px;
}
.table-layout > [class*=" col-md"].panel:first-child,  .table-layout > [class^="col-md"].panel:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.table-layout > [class*=" col-md"].panel:last-child,  .table-layout > [class^="col-md"].panel:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
}

@media (min-width: 1200px) {
.table-layout > [class*=" col-lg"].panel,  .table-layout > [class^="col-lg"].panel {
	border-radius: 0px;
}
.table-layout > [class*=" col-lg"].panel + [class*=" col-lg"].panel,  .table-layout > [class^="col-lg"].panel + [class^="col-lg"].panel {
	border-left-width: 0px;
}
.table-layout > [class*=" col-lg"].panel:first-child,  .table-layout > [class^="col-lg"].panel:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.table-layout > [class*=" col-lg"].panel:last-child,  .table-layout > [class^="col-lg"].panel:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
}
/* Panel Thumbnail
 -------------------------------*/

.panel > .thumbnail, .panel .panel-figure > .thumbnail {
	border-radius: 0px;
	border-width: 0px;
	margin: 0px;
}
.panel > .thumbnail > .media > .overlay, .panel > .thumbnail > .media > img, .panel .panel-figure > .thumbnail > .media > .overlay, .panel .panel-figure > .thumbnail > .media > img {
	border-radius: 0px;
}
.panel > .thumbnail > .caption, .panel > .thumbnail > .meta, .panel .panel-figure > .thumbnaill > .caption, .panel .panel-figure > .thumbnaill > .meta {
	padding: 9px 15px;
}
/* ----------------------------
 *
 * Page Header
 *
 * --------------------------- */

.container-fluid .page-header {
	width: auto;
	float: none;
}
.container-fluid .page-header.page-header-block {
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.page-header {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 15px;
	margin: 0px 0 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	overflow: visible;
}
.page-header .title {
	margin: 0px;
	color: #5e5e5e;
	font-size: 18px;
	line-height: 34px;
}
.page-header > [class*=" col-"], .page-header > [class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.page-header .page-header-section + .page-header-section {
	margin-top: 10px;
}
.page-header .toolbar {
	text-align: left;
	margin-bottom: 5px;
}
.page-header .toolbar [class*=" col-"], .page-header .toolbar [class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.page-header .toolbar .toolbar-label {
	display: block;
	text-align: left;
}
.page-header.page-header-block {
	padding: 14px 15px 16px 15px;
	background-color: #fbfcfc;
}
.page-header.page-header-block .title {
	margin: 0px;
}
.page-header.page-header-block > [class*=" col-"], .page-header.page-header-block > [class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
.page-header .breadcrumb {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 768px) {
.page-header .page-header-section {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	margin-top: 0px;
}
.page-header .toolbar {
	text-align: right;
	margin-bottom: 0px;
}
.page-header .toolbar .toolbar-label {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
}
}
/* ----------------------------
 *
 * Jumbotron
 *
 * --------------------------- */

.jumbotron {
	position: relative;
	padding: 0px;
	background-color: transparent;
	background: none;
	-webkit-background-size: cover;
	background-size: cover;
	color: #ffffff !important;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 28px;
	line-height: 1.4;
}
.jumbotron:first-child {
	margin: 0px;
}
.jumbotron p {
	font-size: 13px;
	font-weight: normal;
}

/* ----------------------------
 *
 * Jumbotron - screen-sm
 *
 * --------------------------- */

@media (min-width: 768px) {
.jumbotron h1,  .jumbotron .h1 {
	font-size: 34px;
}
}

/* ----------------------------
 *
 * Jumbotron - screen-md
 *
 * --------------------------- */

@media (min-width: 992px) {
.jumbotron h1,  .jumbotron .h1 {
	font-size: 38px;
}
}
/* ----------------------------
 *
 * List Group
 *
 * --------------------------- */

.list-group-header {
	font-weight: 600;
	padding: 10px 15px;
	color: #777777;
	font-size: 14px;
}
.list-group-item {
	border-color: #ecf0f1;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color: #00b1e1;
	border-color: #00a5d2;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color: #f7f7f7;
	color: #777777;
}
/* list table */

.list-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.list-table > li {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	width: auto;
	padding: 0px 5px;
}
.list-table > li:first-child {
	padding-left: 0px;
}
.list-table > li:last-child {
	padding-right: 0px;
}
/* list tabs */

.list-group-tabs > .list-group-item {
	padding: 0px;
}
.list-group-tabs > .list-group-item:first-child > a {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-tabs > .list-group-item:last-child > a {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-tabs > .list-group-item > a {
	display: block;
	padding: 10px 15px;
	color: #797b7c;
}
.list-group-tabs > .list-group-item.active {
	color: #fff;
	background-color: #e4e7ea;
	border-color: #e4e7ea;
}
.list-group-tabs > .list-group-item.active > a {
	color: #545556;
}
/* ----------------------------
 *
 * Media list
 *
 * --------------------------- */

.media-list > .media {
	overflow: auto;
	position: relative;
	padding: 10px 15px;
}
.media-list > .media + .media {
	margin-top: 0px;
}
.media-list > a.media {
	display: block;
}
.media-list > a.media:active {
	background-color: #eeeeee;
}
.media-list > a.media:hover, .media-list > a.media:focus {
	background-color: rgba(238, 238, 238, 0.15);
	outline: 0;
}
.media-list > .media:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 75px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid #dde4e6;
}
.media-list > .media:last-child:after {
	border-bottom-width: 0px;
}
/* border variation */

.media-list > .media.border-dotted:after {
	border-bottom-style: dotted;
}
.media-list > .media.no-border:after {
	border-bottom-width: 0px;
}
/*
 * Media body
 */

.media-list .media-body {
	display: block;
	overflow: hidden;
	zoom: 1;
}
/* media heading */

.media-list > .media > .media-body > .media-heading {
	display: block;
	font-weight: 600;
	color: #00b6ad;
	margin-bottom: 0px;
}
/* media text */

.media-list > .media > .media-body > .media-text {
	display: block;
	color: #444444;
	margin: 0px;
}
/* media meta */

.media-list > .media > .media-body .media-meta {
	font-size: 11px;
	margin: 0px;
}
.media-list > .media > .media-body span.media-meta, .media-list > .media > .media-body p.media-meta, .media-list > .media > .media-body small.media-meta {
	color: #777777;
}
.media-list > .media > .media-body span.media-meta + span.media-meta {
	margin-left: 3px;
}
/* Media status - read */

.media-list > .media.read > .media-body > .media-heading, .media-list > .media.read > .media-body > .media-text, .media-list > .media.read > .media-body span.media-meta, .media-list > .media.read > .media-body p.media-meta, .media-list > .media.read > .media-body small.media-meta {
	color: #aaaaaa;
}
/*
 * Media object
 */

.media-list > .media .media-object {
	width: 50px;
	height: 50px;
	text-align: center;
}
.media-list > .media .media-object.pull-left {
	padding-right: 0;
	margin-right: 10px;
}
.media-list > .media .media-object.pull-right {
	padding-left: 0;
	margin-left: 10px;
}
/* image */

.media-list > .media .media-object > img {
	max-width: 100%;
}
/* icon */

.media-list > .media .media-object > [class*=" ico-"], .media-list > .media .media-object > [class^="ico-"], .media-list > .media .media-object > [class*=" fa-"], .media-list > .media .media-object > [class^="fa-"] {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0px auto;
	line-height: 33px;
	text-align: center;
	background-color: #ecf0f1;
	color: #b1c2c6;
	border-radius: 50%;
}
/* 
 * Media list feed
----------------------------------------------------------------------------- */
/*
 * Media
 */

.media-list-feed > .media {
	z-index: 1;
	overflow: visible;
}
.media-list-feed > .media + .media {
	margin-top: 10px;
}
.media-list-feed > .media:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -50%;
	top: -50%;
	left: 32px;
	right: auto;
	width: 1px;
	height: auto;
	border-bottom-width: 0px;
	background-color: #dde4e6;
}
.media-list-feed > .media:first-child:after {
	top: 20%;
}
.media-list-feed > .media:last-child:after {
	background-color: transparent;
	bottom: 0;
}
/*
 * Media body
 */

.media-list-feed > .media > .media-body {
	display: table-cell;
}
/* media heading */

.media-list-feed > .media > .media-body > .media-heading {
	margin-top: 7px;
	margin-bottom: 5px;
}
/* media text */

.media-list-feed > .media > .media-body > .media-text {
	margin-bottom: 5px;
}
/*
 * Media object
 */

.media-list-feed > .media .media-object {
	width: 34px;
	height: 34px;
}
/* 
 * Media list contact
----------------------------------------------------------------------------- */

.media-list-contact {
/*
     * Media
     */
	/*
     * Media object
     */
	/*
     * Inside sidebar
     */
}
.media-list-contact > a.media:active, .media-list-contact > a.media:hover, .media-list-contact > a.media:focus {
	background-color: transparent;
}
.media-list-contact > .media:after {
	left: 65px;
}
.media-list-contact > .media .media-object {
	width: 40px;
	height: 40px;
}
.sidebar .media-list-contact > .media:after {
	border-color: #2f2f2f;
}
.sidebar .media-list-contact > .media > .media-body > .media-heading {
	color: #888888;
}
.sidebar .media-list-contact > .media:active {
	background-color: #2f2f2f;
}
/* 
 * Media list bubble
----------------------------------------------------------------------------- */
/*
 * Media
 */

.media-list-bubble > .media {
	display: block;
	padding: 15px;
}
.media-list-bubble > a.media:active, .media-list-bubble > a.media:hover, .media-list-bubble > a.media:focus {
	background-color: transparent;
}
.media-list-bubble > .media:after {
	display: none;
}
/*
 * Media object
 */

.media-list-bubble > .media .media-object {
	position: relative;
	float: left;
	margin-right: 15px;
}
.media-list-bubble > .media-right .media-object {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
}
/* arrow left */

.media-list-bubble > .media .media-object:after {
	content: "";
	position: absolute;
	top: 7px;
	right: -18px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f3f3f3 transparent transparent;
}
/* arrow right */

.media-list-bubble > .media-right .media-object:after {
	left: -18px;
	right: auto;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #00b1e1;
}
/*
 * Media body
 */

.media-list-bubble > .media-right > .media-body {
	text-align: right;
}
/* media text */

.media-list-bubble > .media > .media-body .media-text {
	display: inline-block;
	padding: 8px;
	background-color: #f3f3f3;
	border-radius: 6px;/*float: left;
    clear: both;*/
}
.media-list-bubble > .media-right > .media-body .media-text {
	/*float: right;*/
	
	color: #f2f2f2;
	background-color: #00b1e1;
}
.media-list-bubble > .media > .media-body .media-text ~ .media-text {
	margin-top: 5px;
}
/* media meta */

.media-list-bubble > .media > .media-body span.media-meta, .media-list-bubble > .media > .media-body p.media-meta, .media-list-bubble > .media > .media-body small.media-meta {
	color: #bbbbbb;
	padding: 0px 3px;
	margin-top: 5px;
}
/* 
 * Media list comment
----------------------------------------------------------------------------- */

.media-list-comment .media {
	padding: 0px;
}
.media-list-comment .media + .media {
	margin-top: 25px;
}
.media-list-comment .media .media {
	margin-top: 25px;
}
.media-list-comment .media .media + .media {
	margin-top: 25px;
}
/* ----------------------------
 *
 * Background Color
 *
 * --------------------------- */
/* white */

.bgcolor-white {
	background-color: rgba(255, 255, 255, 0.98) !important;
	color: #444444 !important;
	border-color: #cfd9db !important;
}
/* default */

.bgcolor-default {
	background-color: #f6f6f6 !important;
	color: #444444 !important;
	border-color: #cfd9db !important;
}
/* dark */

.bgcolor-dark {
	background-color: #444444 !important;
	color: #d9d9d9 !important;
	border-color: #cfd9db !important;
}
.bgcolor-dark.bgcolor-dark-darken10 {
	background-color: #2b2b2b !important;
}
/* primary */

.bgcolor-primary {
	background-color: #276FB7 !important;
	color: #ffffff !important;
	color: rgba(255, 255, 255, 0.99) !important;
	border-color: #256FAD !important;
}
/* info */

.bgcolor-info {
	background-color: #00B1E1 !important;
	color: #ffffff !important;
	border-color: #00A5D2 !important;
}
/* success */

.bgcolor-success {
	background-color: #91c854 !important;
	color: #ffffff !important;
	border-color: #87c345 !important;
}
/* warning */

.bgcolor-warning {
	background-color: #ffd66a !important;
	color: #ffffff !important;
	border-color: #ffd056 !important;
}
/* danger */

.bgcolor-danger {
	background-color: #ed5466 !important;
	color: #ffffff !important;
	border-color: #eb4255 !important;
}
/* inverse */

.bgcolor-inverse {
	background-color: #2a2a2a !important;
	color: #ffffff !important;
	border-color: #202020 !important;
}
/* teal */

.bgcolor-teal {
	background-color: #6bccb4 !important;
	color: #ffffff !important;
	border-color: #5cc7ac !important;
}
/* accent */

.bgcolor-accent {
	background-color: #00b6ad !important;
	color: #ffffff !important;
	border-color: #00a29a !important;
}
/* buy */

.bgcolor-buy {
	background-color: #006b00 !important;
	color: #ffffff !important;
	border-color: #015f01 !important;
}
/* sell */

.bgcolor-sell {
	background-color: #c20000 !important;
	color: #ffffff !important;
	border-color: #b20101 !important;
}
/* transparent */

.nobg {
	background-color: transparent !important;
}
/* ----------------------------
 *
 * To Top Scroller
 *
 * --------------------------- */

.totop {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 88, 182, 0.80);
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
	font-size: 16px;
}
.totop.pull-left {
	right: auto;
	left: 10px;
}
.totop:hover, .totop:active, .totop:focus {
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 88, 130, 0.90);
	outline: 0;
}
/* hide on sidebar open */

.sidebar-open-rtl .totop, .sidebar-open-ltr .totop {
	opacity: 0;
}
/* ----------------------------
 *
 * Custom Scrollbar - slimscroll
 *
 * --------------------------- */

.scrollbar {
	background-color: rgba(163, 182, 187, 0.9) !important;
	border: 0px !important;
	border-radius: 0px !important;
}
/* ----------------------------
 *
 * IFrame
 *
 * --------------------------- */

.iframe-container {
	position: relative;
	padding-bottom: 45%;
	padding-top: 30px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------
 *
 * NProgress
 *
 * --------------------------- */
/* Make clicks pass-through */

#nprogress {
	position: absolute;
	z-index: 9999;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(238, 238, 238, 0.9);/* bar */
	/* Fancy blur effect  */
}
#nprogress .bar {
	background: #ed5466;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	-webkit-box-shadow: 0 0 10px #ed5466, 0 0 5px #ed5466;
	box-shadow: 0 0 10px #ed5466, 0 0 5px #ed5466;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}
/* spinner keyframe animation */

@-webkit-keyframes nprogress-spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-o-keyframes nprogress-spinner {
 0% {
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes nprogress-spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* ----------------------------
 *
 * Timeline
 *
 * --------------------------- */

.timeline {
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 0px;
	list-style-type: none;
}
.timeline:after {
	position: absolute;
	width: 2px;
	left: 50%;
	margin-left: -2px;
	top: 0px;
	bottom: 0px;
	content: "";
	background-color: #dde4e6;
}
.timeline .header {
	position: relative;
	z-index: 10;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #ecf0f1;
}
.timeline .header.year {
	background: #dde4e6;
	font-size: 14px;
	font-weight: 600;
	max-width: 120px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #aaaaaa;
	border-radius: 3px;
	text-align: center;
}
.timeline .events {
	padding-left: 0px;
	overflow: auto;
}
.timeline .events > .wrapper {
	list-style: none;
	width: 45%;
	clear: both;
}
.timeline .events > .wrapper.featured {
	float: none !important;
	clear: both !important;
	margin-top: 80px !important;
	margin-left: auto;
	margin-right: auto;
}
.timeline .events > .wrapper.featured > .panel:after, .timeline .events > .wrapper.featured > .panel:before {
	display: none;
}
.timeline .events > .wrapper.featured > .figure {
	margin-top: -54px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin-left: -24px;
	font-size: 16px;
}
.timeline .events > .wrapper:nth-of-type(odd) {
	float: left;
	clear: left;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel {
	z-index: 5;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel:after, .timeline .events > .wrapper:nth-of-type(odd) > .panel:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel:after {
	right: -10px;
	top: 10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel:before {
	right: -11px;
	top: 10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #cfd9db;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-default:after {
	border-color: transparent transparent transparent #f6f6f6;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-default:before {
	border-color: transparent transparent transparent #cfd9db;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-primary:after {
	border-color: transparent transparent transparent #00b1e1;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-primary:before {
	border-color: transparent transparent transparent #00a5d2;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-success:after {
	border-color: transparent transparent transparent #91c854;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-success:before {
	border-color: transparent transparent transparent #85c241;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-info:after {
	border-color: transparent transparent transparent #63d3e9;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-info:before {
	border-color: transparent transparent transparent #48cbe5;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-warning:after {
	border-color: transparent transparent transparent #ffd66a;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-warning:before {
	border-color: transparent transparent transparent #ffce4b;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-danger:after {
	border-color: transparent transparent transparent #ed5466;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-danger:before {
	border-color: transparent transparent transparent #ea384d;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-inverse:after {
	border-color: transparent transparent transparent #2a2a2a;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-inverse:before {
	border-color: transparent transparent transparent #1b1b1b;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-teal:after {
	border-color: transparent transparent transparent #6bccb4;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel.panel-teal:before {
	border-color: transparent transparent transparent #58c5aa;
}
.timeline .events > .wrapper:nth-of-type(even) {
	float: right;
	clear: right;
	margin-top: 44px;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel {
	z-index: 5;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel:after, .timeline .events > .wrapper:nth-of-type(even) > .panel:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel:after {
	left: -10px;
	top: 10px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ffffff transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel:before {
	left: -11px;
	top: 10px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #cfd9db transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-default:after {
	border-color: transparent #f6f6f6 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-default:before {
	border-color: transparent #cfd9db transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-primary:after {
	border-color: transparent #00b1e1 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-primary:before {
	border-color: transparent #00a5d2 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-success:after {
	border-color: transparent #91c854 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-success:before {
	border-color: transparent #85c241 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-info:after {
	border-color: transparent #63d3e9 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-info:before {
	border-color: transparent #48cbe5 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-warning:after {
	border-color: transparent #ffd66a transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-warning:before {
	border-color: transparent #ffce4b transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-danger:after {
	border-color: transparent #ed5466 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-danger:before {
	border-color: transparent #ea384d transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-inverse:after {
	border-color: transparent #2a2a2a transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-inverse:before {
	border-color: transparent #1b1b1b transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-teal:after {
	border-color: transparent #6bccb4 transparent transparent;
}
.timeline .events > .wrapper:nth-of-type(even) > .panel.panel-teal:before {
	border-color: transparent #58c5aa transparent transparent;
}
.timeline .events > .wrapper > .figure {
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-top: 5px;
	margin-left: -18px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	color: #b1c2c6;
	background-color: #ecf0f1;
	-webkit-box-shadow: 0px 0px 0px 3px #ecf0f1;
	box-shadow: 0px 0px 0px 3px #ecf0f1;
}
.timeline .events > .wrapper > .figure > img {
	width: 100%;
}

/* ----------------------------
 *
 * Timeline - screenxs
 *
 * --------------------------- */

@media (max-width: 767px) {
.timeline .events {
	padding-left: 0px;
}
.timeline .events > .wrapper {
	width: auto;
}
.timeline .events > .wrapper:nth-of-type(odd),  .timeline .events > .wrapper:nth-of-type(even) {
	float: none;
	clear: both;
	margin-top: 48px;
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel:after,  .timeline .events > .wrapper:nth-of-type(even) > .panel:after,  .timeline .events > .wrapper:nth-of-type(odd) > .panel:before,  .timeline .events > .wrapper:nth-of-type(even) > .panel:before {
	display: none;
}
.timeline .events > .wrapper > .figure {
	margin-top: -41px;
}
}
/* ----------------------------
 *
 * Tooltip
 *
 * --------------------------- */

.tooltip .tooltip-inner {
	text-shadow: none !important;
}
/* ----------------------------
 *
 * Horizontal rule
 *
 * --------------------------- */

hr {
	border-color: #e6ebed;
}
/* ----------------------------
 *
 * Pattern
 *
 * --------------------------- */

.pattern {
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.pattern.overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.pattern.overlay.overlay-accent {
	background-color: rgba(0, 182, 173, 0.8);
}
.pattern.overlay.overlay-primary {
	background-color: rgba(0, 177, 225, 0.8);
}
.pattern.overlay.overlay-info {
	background-color: rgba(99, 211, 233, 0.8);
}
.pattern.overlay.overlay-success {
	background-color: rgba(145, 200, 84, 0.8);
}
.pattern.overlay.overlay-warning {
	background-color: rgba(255, 214, 106, 0.8);
}
.pattern.overlay.overlay-danger {
	background-color: rgba(237, 84, 102, 0.8);
}
.pattern + .container, .pattern .container-fluid {
	position: relative;
	z-index: 2;
}
.pattern.pattern1 {
	background-image: url("../img/pattern/cartographer.png");
}
.pattern.pattern2 {
	background-image: url("../img/pattern/dark-stripes.png");
}
.pattern.pattern3 {
	background-image: url("../img/pattern/dark-wall.png");
}
.pattern.pattern4 {
	background-image: url("../img/pattern/darth-stripe.png");
}
.pattern.pattern5 {
	background-image: url("../img/pattern/egg-shell.png");
}
.pattern.pattern6 {
	background-image: url("../img/pattern/escheresque-dark.png");
}
.pattern.pattern7 {
	background-image: url("../img/pattern/fabric-1-dark.png");
}
.pattern.pattern8 {
	background-image: url("../img/pattern/fake-brick.png");
}
.pattern.pattern9 {
	background-image: url("../img/pattern/inspiration-geometry.png");
}
.pattern.pattern10 {
	background-image: url("../img/pattern/low-contrast-linen.png");
}
.pattern.pattern11 {
	background-image: url("../img/pattern/maze-black.png");
}
.pattern.pattern12 {
	background-image: url("../img/pattern/outlets.png");
}
.pattern.pattern13 {
	background-image: url("../img/pattern/shattered.png");
}
.pattern.pattern14 {
	background-image: url("../img/pattern/translucent-fibres.png");
}
.pattern.pattern15 {
	background-image: url("../img/pattern/diagmonds.png");
}
/* ----------------------------
 *
 * Folded Corner Note
 *
 * --------------------------- */

.note {
	position: relative;
	padding: 8px 25px 8px 15px;
	overflow: hidden;
}
.note:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}
.note.note-rounded {
	border-radius: 3px 0px 3px 3px;
}
.note.note-rounded:before {
	border-width: 8px;
	border-radius: 0 0 0 3px;
}
.note.note-default {
	background: #dde4e6;
	color: #444444;
}
.note.note-default:before {
	border-color: #ffffff #ffffff #c3d0d3 #c3d0d3;
}
.note.note-default.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #c3d0d3 #c3d0d3;
}
.note.note-primary {
	background: #00b1e1;
	color: #ffffff;
}
.note.note-primary:before {
	border-color: #ffffff #ffffff #0091b8 #0091b8;
}
.note.note-primary.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #0091b8 #0091b8;
}
.note.note-info {
	background: #63d3e9;
	color: #ffffff;
}
.note.note-info:before {
	border-color: #ffffff #ffffff #3fc9e4 #3fc9e4;
}
.note.note-info.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #3fc9e4 #3fc9e4;
}
.note.note-success {
	background: #91c854;
	color: #ffffff;
}
.note.note-success:before {
	border-color: #ffffff #ffffff #7db83b #7db83b;
}
.note.note-success.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #7db83b #7db83b;
}
.note.note-warning {
	background: #ffd66a;
	color: #ffffff;
}
.note.note-warning:before {
	border-color: #ffffff #ffffff #ffcb41 #ffcb41;
}
.note.note-warning.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #ffcb41 #ffcb41;
}
.note.note-danger {
	background: #ed5466;
	color: #ffffff;
}
.note.note-danger:before {
	border-color: #ffffff #ffffff #e92f45 #e92f45;
}
.note.note-danger.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #e92f45 #e92f45;
}
.note.note-inverse {
	background: #2a2a2a;
	color: #ffffff;
}
.note.note-inverse:before {
	border-color: #ffffff #ffffff #161616 #161616;
}
.note.note-inverse.onbg:before {
	border-color: #f3f5f6 #f3f5f6 #161616 #161616;
}
.bgcolor-white .note.note-default:before, .bgcolor-white .note.note-primary:before, .bgcolor-white .note.note-info:before, .bgcolor-white .note.note-success:before, .bgcolor-white .note.note-warning:before, .bgcolor-white .note.note-danger:before, .bgcolor-white .note.note-inverse:before {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}
/* ----------------------------
 *
 * Offcanvas
 *
 * --------------------------- */

.offcanvas-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.offcanvas-container .offcanvas-wrapper {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform, left;
	-o-transition-property: -o-transform, left;
	transition-property: transform, left;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.offcanvas-container .offcanvas-content {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
.offcanvas-container .offcanvas-left {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
}
.offcanvas-container .offcanvas-right {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
}
.offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
	left: 100%;
	-webkit-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease;
}
.offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
	left: -100%;
	-webkit-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease;
}
.csstransforms3d .offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
	left: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	transition: transform 0.2s ease;
}
.csstransforms3d .offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
	left: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	transition: transform 0.2s ease;
}
.no-csstransforms3d .offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
	left: 100%;
}
.no-csstransforms3d .offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
	left: -100%;
}
.switch {
	vertical-align: middle;
	margin-bottom: 0;
	line-height: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.switch input {
	position: absolute;
	opacity: 0;
}
.switch input ~ .text {
	display: inline-block;
	font-weight: 400;
	line-height: 24px;
	vertical-align: middle;
}
.switch input ~ .switch {
	font-size: 24px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #ccc;
	-webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
	box-shadow: inset 0 0 0 1px #e5e5e5;
	cursor: pointer;
	height: 24px;
	width: 38.4px;
	border-radius: 28px;
	-webkit-transition: border 0.25s 0.15s, -webkit-box-shadow 0.25s 0.3s, padding 0.25s;
	-o-transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
	transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
}
.switch input ~ .switch:after {
	position: absolute;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 24px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.05);
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	left: 0;
	top: 0;
	-webkit-transition: border .25s .15s, left .25s .1s, right .15s .175s;
	-o-transition: border .25s .15s, left .25s .1s, right .15s .175s;
	transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.switch input:checked ~ .switch {
	border-color: #91c854;
	-webkit-box-shadow: inset 0 0 0 0.6em #91c854;
	box-shadow: inset 0 0 0 0.6em #91c854;
	-webkit-transition: border 0.25s, -webkit-box-shadow 0.25s, padding 0.25s 0.15s;
	-o-transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
	transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
}
.switch input:checked ~ .switch:after {
	border-color: #91c854;
	left: 0.6em;
	right: 0;
	-webkit-transition: border .25s, left .15s .25s, right .25s .175s;
	-o-transition: border .25s, left .15s .25s, right .25s .175s;
	transition: border .25s, left .15s .25s, right .25s .175s;
}
.switch.switch-primary input:checked ~ .switch {
	border-color: #00b1e1;
	-webkit-box-shadow: inset 0 0 0 0.6em #00b1e1;
	box-shadow: inset 0 0 0 0.6em #00b1e1;
}
.switch.switch-primary input:checked ~ .switch:after {
	border-color: #00b1e1;
}
.switch.switch-info input:checked ~ .switch {
	border-color: #63d3e9;
	-webkit-box-shadow: inset 0 0 0 0.6em #63d3e9;
	box-shadow: inset 0 0 0 0.6em #63d3e9;
}
.switch.switch-info input:checked ~ .switch:after {
	border-color: #63d3e9;
}
.switch.switch-success input:checked ~ .switch {
	border-color: #91c854;
	-webkit-box-shadow: inset 0 0 0 0.6em #91c854;
	box-shadow: inset 0 0 0 0.6em #91c854;
}
.switch.switch-success input:checked ~ .switch:after {
	border-color: #91c854;
}
.switch.switch-warning input:checked ~ .switch {
	border-color: #ffd66a;
	-webkit-box-shadow: inset 0 0 0 0.6em #ffd66a;
	box-shadow: inset 0 0 0 0.6em #ffd66a;
}
.switch.switch-warning input:checked ~ .switch:after {
	border-color: #ffd66a;
}
.switch.switch-danger input:checked ~ .switch {
	border-color: #ed5466;
	-webkit-box-shadow: inset 0 0 0 0.6em #ed5466;
	box-shadow: inset 0 0 0 0.6em #ed5466;
}
.switch.switch-danger input:checked ~ .switch:after {
	border-color: #ed5466;
}
.switch.switch-lg input ~ .text {
	line-height: 28px;
}
.switch.switch-lg input ~ .switch {
	font-size: 28px;
	height: 28px;
	width: 44.8px;
	border-radius: 28px;
}
.switch.switch-lg input ~ .switch:after {
	border-radius: 28px;
	height: 28px;
	width: 28px;
}
.switch.switch-sm input ~ .text {
	line-height: 20px;
}
.switch.switch-sm input ~ .switch {
	font-size: 20px;
	height: 20px;
	width: 32px;
	border-radius: 20px;
}
.switch.switch-sm input ~ .switch:after {
	border-radius: 20px;
	height: 20px;
	width: 20px;
}
.switch.switch-xs input ~ .text {
	line-height: 16px;
}
.switch.switch-xs input ~ .switch {
	font-size: 16px;
	height: 16px;
	width: 25.6px;
	border-radius: 16px;
}
.switch.switch-xs input ~ .switch:after {
	border-radius: 16px;
	height: 16px;
	width: 16px;
}
.popover {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	border: 1px solid #cfd9db;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.popover-title {
	font-size: 13px;
	border-bottom: #cfd9db;
	border-radius: 2px 2px 0 0;
}
.popover.top > .arrow {
	border-top-color: #cfd9db;
}
.popover.right > .arrow {
	border-right-color: #cfd9db;
}
.popover.bottom > .arrow {
	border-bottom-color: #cfd9db;
}
.popover.left > .arrow {
	border-left-color: #cfd9db;
}
/* ----------------------------
 *
 * Sidebar menu
 *
 * --------------------------- */

.topmenu, .mainmenu {
	margin: 0;
	padding: 0;
}
.topmenu li, .mainmenu li {
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
}
.topmenu li.submenu-header, .mainmenu li.submenu-header {
	display: none;
}
.topmenu li:after, .mainmenu li:after {
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	bottom: -1px;
	border-top: 1px solid #2f2f2f;
}
.topmenu li:last-child:after, .mainmenu li:last-child:after {
	border: 0px;
}
.topmenu li.active, .mainmenu li.active {
	background-color: #2f2f2f;
}
.topmenu li.active:after, .mainmenu li.active:after {
	border-color: transparent;
}
.topmenu li.active a, .mainmenu li.active a {
	color: #c3c3c3;
}
.topmenu li.active a > .figure > [class^="ico-"], .mainmenu li.active a > .figure > [class^="ico-"], .topmenu li.active a > .figure > [class*=" ico-"], .mainmenu li.active a > .figure > [class*=" ico-"] {
	color: #00b6ad;
}
.topmenu li.active a > .figure > .hasnotification, .mainmenu li.active a > .figure > .hasnotification {
	-webkit-box-shadow: 0px 0px 0px 2px #2f2f2f;
	box-shadow: 0px 0px 0px 2px #2f2f2f;
}
.topmenu li.open a, .mainmenu li.open a {
	color: #c3c3c3;
}
.topmenu li.open a > .arrow:before, .mainmenu li.open a > .arrow:before {
	content: "\e671";
}
.topmenu li a, .mainmenu li a {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
	text-decoration: none;
	color: #909090;
	outline: 0;
	padding: 10px 25px 10px 15px;
}
.topmenu li a:hover, .mainmenu li a:hover {
	color: #c3c3c3;
}
.topmenu li a > .figure, .mainmenu li a > .figure {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	width: 40px;
	padding-left: 10px;
	font-size: 16px;
}
.topmenu li a > .figure > .hasnotification, .mainmenu li a > .figure > .hasnotification {
	position: absolute;
	left: 20px;
	-webkit-box-shadow: 0px 0px 0px 2px #2a2a2a;
	box-shadow: 0px 0px 0px 2px #2a2a2a;
}
.topmenu li a > .text, .mainmenu li a > .text {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	width: 100%;
	line-height: 30px;/*
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
*/
}
.topmenu li a > .number, .mainmenu li a > .number {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	width: 40px;
	font-weight: normal;
}
.topmenu li a > .number > .badge, .mainmenu li a > .number > .badge, .topmenu li a > .number > .label, .mainmenu li a > .number > .label {
	float: right;
	max-width: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.topmenu li a > .arrow, .mainmenu li a > .arrow {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	font-weight: normal;
	width: 20px;
	text-align: right;
}
.topmenu li a > .arrow:before, .mainmenu li a > .arrow:before {
	font-family: "iconfont";
	content: "\e64f";
	font-size: 10px;
}
.topmenu li > .submenu, .mainmenu li > .submenu {
	position: relative;
	overflow: hidden;
	background-color: #202020;
}
.topmenu li > .submenu:after, .mainmenu li > .submenu:after {
	position: absolute;
	content: "";
	left: 32px;
	top: 0px;
	bottom: 0px;
	border-left: 1px solid #2f2f2f;
}
.topmenu li > .submenu li a, .mainmenu li > .submenu li a {
	font-size: 13px;
	color: #777777;
	padding: 0px 25px 0px 10px;
}
.topmenu li > .submenu li a > .figure, .mainmenu li > .submenu li a > .figure {
	width: 22px;
	padding-left: 0px;
}
.topmenu li > .submenu li a > .figure > [class*=" ico-"], .mainmenu li > .submenu li a > .figure > [class*=" ico-"], .topmenu li > .submenu li a > .figure > [class^="ico-"], .mainmenu li > .submenu li a > .figure > [class^="ico-"] {
	color: #777777;
}
.topmenu li > .submenu li a > .text, .mainmenu li > .submenu li a > .text {
	font-weight: normal;
}
.topmenu li > .submenu li a > .arrow:before, .mainmenu li > .submenu li a > .arrow:before {
	content: "\e64f";
}
.topmenu li > .submenu li a:hover, .mainmenu li > .submenu li a:hover {
	color: #c3c3c3;
}
.topmenu li > .submenu li a:hover > .figure > [class*=" ico-"], .mainmenu li > .submenu li a:hover > .figure > [class*=" ico-"], .topmenu li > .submenu li a:hover > .figure > [class^="ico-"], .mainmenu li > .submenu li a:hover > .figure > [class^="ico-"] {
	color: #c3c3c3;
}
.topmenu li > .submenu li:after, .mainmenu li > .submenu li:after {
	z-index: 1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2f2f2f;
	left: -12px;
	top: 11px;
	bottom: auto;
	border-color: transparent;
	-webkit-box-shadow: 0px 0px 0px 2px #202020;
	box-shadow: 0px 0px 0px 2px #202020;
}
.topmenu li > .submenu li.active, .mainmenu li > .submenu li.active {
	background-color: transparent;
}
.topmenu li > .submenu li.active:after, .mainmenu li > .submenu li.active:after {
	background-color: #00b6ad;
}
.topmenu li > .submenu li.active a, .mainmenu li > .submenu li.active a {
	color: #c3c3c3;
}
.topmenu li > .submenu li.active a > .text, .mainmenu li > .submenu li.active a > .text {
/*font-weight: 600;*/
}
.topmenu li > .submenu li.active a > .figure > [class*=" ico-"], .mainmenu li > .submenu li.active a > .figure > [class*=" ico-"], .topmenu li > .submenu li.active a > .figure > [class^="ico-"], .mainmenu li > .submenu li.active a > .figure > [class^="ico-"] {
	color: #c3c3c3;
}
.topmenu li > .submenu li.open a > .arrow:before, .mainmenu li > .submenu li.open a > .arrow:before {
	content: "\e671";
}
.topmenu li > .submenu .submenu, .mainmenu li > .submenu .submenu {
	overflow: hidden;
	padding-left: 10px;
}
.topmenu li > .submenu .submenu:after, .mainmenu li > .submenu .submenu:after {
	display: none;
}
.topmenu li > .submenu .submenu li:after, .mainmenu li > .submenu .submenu li:after {
	display: none;
}
.topmenu li > .submenu .submenu li.active a, .mainmenu li > .submenu .submenu li.active a {
	color: #c3c3c3;
}
.topmenu li > .submenu .submenu li.active a > .text, .mainmenu li > .submenu .submenu li.active a > .text {
/*font-weight: bold;*/
}
.topmenu li > .submenu .submenu li.open a > .arrow:before, .mainmenu li > .submenu .submenu li.open a > .arrow:before {
	content: "\e671";
}
.topmenu li > .submenu .submenu li a, .mainmenu li > .submenu .submenu li a {
	color: #777777;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topmenu li > .submenu .submenu li a:hover, .mainmenu li > .submenu .submenu li a:hover {
	color: #c3c3c3;
}
.topmenu li > .submenu .submenu li a > .text, .mainmenu li > .submenu .submenu li a > .text {
	font-weight: normal;
}
.topmenu li > .submenu .submenu li a > .arrow:before, .mainmenu li > .submenu .submenu li a > .arrow:before {
	content: "\e64f";
}

/* ----------------------------
 * Template Sidebar - screen-sm and up
 * --------------------------- */

@media (min-width: 768px) {
.sidebar-minimized .topmenu.topmenu-responsive > li:after,  .screen-sm .topmenu.topmenu-responsive > li:after,  .sidebar-minimized .mainmenu.mainmenu-responsive > li:after,  .screen-sm .mainmenu.mainmenu-responsive > li:after {
	left: 0px;
	right: 0px;
}
.sidebar-minimized .topmenu.topmenu-responsive > li:before,  .screen-sm .topmenu.topmenu-responsive > li:before,  .sidebar-minimized .mainmenu.mainmenu-responsive > li:before,  .screen-sm .mainmenu.mainmenu-responsive > li:before {
	display: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0px;
	margin-top: -8px;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #202020 transparent transparent;
}
.sidebar-minimized .topmenu.topmenu-responsive > li.hover > .submenu,  .screen-sm .topmenu.topmenu-responsive > li.hover > .submenu,  .sidebar-minimized .mainmenu.mainmenu-responsive > li.hover > .submenu,  .screen-sm .mainmenu.mainmenu-responsive > li.hover > .submenu {
	display: block;
	visibility: visible;
}
.sidebar-minimized .topmenu.topmenu-responsive > li.hover:before,  .screen-sm .topmenu.topmenu-responsive > li.hover:before,  .sidebar-minimized .mainmenu.mainmenu-responsive > li.hover:before,  .screen-sm .mainmenu.mainmenu-responsive > li.hover:before {
	display: block;
}
.sidebar-minimized .topmenu.topmenu-responsive > li.active > a > .number .label,  .screen-sm .topmenu.topmenu-responsive > li.active > a > .number .label,  .sidebar-minimized .mainmenu.mainmenu-responsive > li.active > a > .number .label,  .screen-sm .mainmenu.mainmenu-responsive > li.active > a > .number .label,  .sidebar-minimized .topmenu.topmenu-responsive > li.active > a > .number .badge,  .screen-sm .topmenu.topmenu-responsive > li.active > a > .number .badge,  .sidebar-minimized .mainmenu.mainmenu-responsive > li.active > a > .number .badge,  .screen-sm .mainmenu.mainmenu-responsive > li.active > a > .number .badge {
	-webkit-box-shadow: 0px 0px 0px 2px #2f2f2f;
	box-shadow: 0px 0px 0px 2px #2f2f2f;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > a,  .screen-sm .topmenu.topmenu-responsive > li > a,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a,  .screen-sm .mainmenu.mainmenu-responsive > li > a {
	padding-top: 17.5px;
	padding-bottom: 17.5px;
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > a > .text,  .screen-sm .topmenu.topmenu-responsive > li > a > .text,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a > .text,  .screen-sm .mainmenu.mainmenu-responsive > li > a > .text {
	display: none;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > a > .number,  .screen-sm .topmenu.topmenu-responsive > li > a > .number,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a > .number,  .screen-sm .mainmenu.mainmenu-responsive > li > a > .number {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: auto;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > a > .number .label,  .screen-sm .topmenu.topmenu-responsive > li > a > .number .label,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a > .number .label,  .screen-sm .mainmenu.mainmenu-responsive > li > a > .number .label,  .sidebar-minimized .topmenu.topmenu-responsive > li > a > .number .badge,  .screen-sm .topmenu.topmenu-responsive > li > a > .number .badge,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a > .number .badge,  .screen-sm .mainmenu.mainmenu-responsive > li > a > .number .badge {
	-webkit-box-shadow: 0px 0px 0px 2px #2a2a2a;
	box-shadow: 0px 0px 0px 2px #2a2a2a;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > a > .arrow,  .screen-sm .topmenu.topmenu-responsive > li > a > .arrow,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a > .arrow,  .screen-sm .mainmenu.mainmenu-responsive > li > a > .arrow {
	display: none;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > a > .figure,  .screen-sm .topmenu.topmenu-responsive > li > a > .figure,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > a > .figure,  .screen-sm .mainmenu.mainmenu-responsive > li > a > .figure {
	display: block;
	width: auto;
	font-size: 18px;
	padding: 0px;
	text-align: center;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu,  .screen-sm .topmenu.topmenu-responsive > li > .submenu,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu {
	background-color: transparent;
	display: none;
	position: absolute;
	z-index: 2;
	left: 60px;
	top: 0px;
	/*width: 200px;*/
		
	width: 250px;
	height: auto !important;
	padding-left: 0;
	margin: 5px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu:before,  .screen-sm .topmenu.topmenu-responsive > li > .submenu:before,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu:before,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #202020;
	border-radius: inherit;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu:after,  .screen-sm .topmenu.topmenu-responsive > li > .submenu:after,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu:after,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu:after {
	display: none;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu > li.submenu-header,  .screen-sm .topmenu.topmenu-responsive > li > .submenu > li.submenu-header,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu > li.submenu-header,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu > li.submenu-header {
	display: block;
	font-size: 15px;
	color: #c3c3c3;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu > li.submenu-header:after,  .screen-sm .topmenu.topmenu-responsive > li > .submenu > li.submenu-header:after,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu > li.submenu-header:after,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu > li.submenu-header:after {
	display: none;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu > li:after,  .screen-sm .topmenu.topmenu-responsive > li > .submenu > li:after,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu > li:after,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu > li:after {
	left: 15px;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu > li > a,  .screen-sm .topmenu.topmenu-responsive > li > .submenu > li > a,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu > li > a,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu > li > a {
	padding-left: 35px;
	padding-right: 15px;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu > li:last-child,  .screen-sm .topmenu.topmenu-responsive > li > .submenu > li:last-child,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu > li:last-child,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu > li:last-child {
	margin-bottom: 6px;
}
.sidebar-minimized .topmenu.topmenu-responsive > li > .submenu .submenu,  .screen-sm .topmenu.topmenu-responsive > li > .submenu .submenu,  .sidebar-minimized .mainmenu.mainmenu-responsive > li > .submenu .submenu,  .screen-sm .mainmenu.mainmenu-responsive > li > .submenu .submenu {
	position: static;
	padding-left: 30px;
}
}
/* Container with Sidebar */

.container.withsidebar {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
.container.withsidebar {
	width: 100%;
}
}

@media (min-width: 992px) {
.container.withsidebar {
	width: 100%;
}
}

@media (min-width: 1200px) {
.container.withsidebar {
	width: 945px;
}
}
/* Container with SubMenu */

.container.withsubmenu {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.submenufixed {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
	float: left
}

@media (min-width: 768px) {
.submenufixed {
	width: 29%;
}
.container.withsubmenu {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 69.5%;
}
}

@media (min-width: 992px) {
.submenufixed {
	width: 29%;
}
.container.withsubmenu {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 69.5%;
}
}

@media (min-width: 1200px) {
.submenufixed {
	width: 225px;
}
.container.withsubmenu {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 710px;
}
}
/* the norm */
#gritter-notice-wrapper {
	position: fixed;
	top: 20px;
	right: 50%;
	margin-right: -150px;
	width: 301px;
	z-index: 9999;
	overflow: hidden;
}
#gritter-notice-wrapper.top-left {
	left: 20px;
	right: auto;
}
#gritter-notice-wrapper.bottom-right {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
}
#gritter-notice-wrapper.bottom-left {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 20px;
}

@media screen and (min-width: 768px) {
#gritter-notice-wrapper {
	top: 20px;
	right: 20px;
	margin-right: 0px;
}
#gritter-notice-wrapper.top-left {
	left: 20px;
	right: auto;
}
#gritter-notice-wrapper.bottom-right {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
}
#gritter-notice-wrapper.bottom-left {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 20px;
}
}
.gritter-item-wrapper {
	position: relative;
	margin: 0 0 10px 0;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
}
.gritter-item {
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #eee;
	padding: 15px;
}
.gritter-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
	text-align: center;
	color: #eee;
}
.gritter-close:hover, .gritter-close:active, .gritter-close:focus {
	color: #fff;
}
.gritter-close:after {
	font-family: "iconfont";
	font-weight: normal;
	font-size: 13px;
	content: "\e36c";
}
.gritter-title {
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 3px 0;
	display: block;
}
.gritter-image {
	display: table-cell;
	width: 54px;
	border-radius: 50%;
	vertical-align: middle;
}
.gritter-image > img {
	display: block;
	width: 100%;
	border-radius: 50%;
}
.gritter-with-image, .gritter-without-image {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-left: 64px;
}
.gritter-without-image {
	padding-left: 0px;
}
.gritter-with-image p, .gritter-without-image p {
	padding: 0;
	margin: 0;
}
/* light */
.gritter-item-wrapper.gritter-light {
	background-color: white;
	box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.15);
}
.gritter-item-wrapper.gritter-light .gritter-item {
	color: #999;
}
.gritter-item-wrapper.gritter-light .gritter-close {
	color: #999;
}
.gritter-item-wrapper.gritter-light .gritter-close:hover, .gritter-item-wrapper.gritter-light .gritter-close:active, .gritter-item-wrapper.gritter-light .gritter-close:focus {
	color: #666;
}
.gritter-item-wrapper.gritter-light .gritter-title {
	color: #555;
}
/* ----------------------------
 * Theme Color
 * --------------------------- */

.scrollbar {
	border-radius: 6px !important;
	width: 5px !important;
}
#header.navbar .navbar-toolbar .navbar-nav > li > a {
	padding: 0px 10px;
}
#header.navbar {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(95, 95, 95, 0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(95, 95, 95, 0);
	box-shadow: 0px 0px 5px 0px rgba(95, 95, 95, 0);
}
#header.navbar .navbar-toolbar {
	height: auto;
}
#header.navbar {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.bartop1 {
	height: 4px;
	background: #276FB7;
}
.bartop2 {
	height: 3px;
	background: #A8A8A8
}

@media (min-width: 768px) {
#header.navbar {
}
}

@media (min-width: 992px) {
#header.navbar {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 970px;
}
}

@media (min-width: 1200px) {
#header.navbar {
	width: 1170px;
}
}

@media (max-width: 767px) {
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a {
	color: rgba(255, 255, 255, 0.7);
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus {
	color: rgba(255, 255, 255, 0.95);
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus {
	background-color: #40464C;
	color: #fff;
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .label,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .badge,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .hasnotification {
	-webkit-box-shadow: 0 0 0 1px #404448;
	box-shadow: 0 0 0 1px #404448;
}
#header.navbar .navbar-toolbar .navbar-nav > li > a {
	color: rgba(0, 0, 0, 0.6);
}
#header.navbar .navbar-toolbar .navbar-nav > li > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > li > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li > a:focus {
	color: rgba(0, 0, 0, 0.7);
}
#header.navbar .navbar-toolbar .navbar-nav > li > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li > a:focus {
	background-color: rgba(247, 247, 247, 0.95);
}
#header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .label,  #header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .badge,  #header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .hasnotification {
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
}
#header.navbar .navbar-toolbar .navbar-nav > li.open > a,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a:focus,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a:focus {
	background-color: rgba(245, 245, 245, 0);
	color: rgba(0, 0, 0, 0.8);
}
.topmenu li a, .mainmenu li a {
	padding: 10px 15px 10px 20px;
}
}

@media (min-width: 768px) {
#header.navbar {
	height: auto;/*background-color:rgba(255,255,255,0.95)*/
}
#header.navbar .navbar-header {
	/*background-color: #FFFFFF;*/
	position: absolute;
	z-index: 10;
}
#header.navbar .navbar-header > .navbar-brand {
	width: 172px;
}
#header.navbar .navbar-toolbar {
	margin-left: 0px !important;
}
#header.navbar .navbar-toolbar > .navbar-collapse {
	border-top: 2px outset rgba(18,52,91,0.95);
	border-bottom: 2px inset rgba(18,52,91,0.95);
	background-color: rgba(18,52,91,0.95)
}
#header.navbar .navbar-toolbar .navbar-nav > li.active > a::after {
	border-top: 0px solid #009BFF;
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a,  #header.navbar .navbar-toolbar .navbar-nav > li > a {
	color: rgba(0, 0, 0, 0.6);
}
.whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li > a {
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 2px #000000;
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > li > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li > a:active,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus,  #header.navbar .navbar-toolbar .navbar-nav > li > a:focus {
	color: rgba(0, 0, 0, 0.7);
}
.whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:hover,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li > a:hover,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li > a:focus {
	color: rgba(255, 255, 255, 0.7);
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li > a:active,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus,  #header.navbar .navbar-toolbar .navbar-nav > li > a:focus {
	background-color: #e3e5e8;
	color: #2e3032;
}
.whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li > a:focus {
	background-color: #333;
	color: #ECECEC;
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .label,  #header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .label,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .badge,  #header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .badge,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .hasnotification,  #header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .hasnotification {
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a:hover,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a:active,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:active,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a:active,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:focus,  #header.navbar .navbar-toolbar .navbar-nav > li.open > a:focus,  #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:focus,  #header.navbar .navbar-toolbar .navbar-nav > li.active > a:focus {
	background-color: rgba(180,160,180,0);
	color: rgba(0, 0, 0, 0.75);
}
.whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.open > a,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.active > a,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:hover,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.open > a:hover,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:hover,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.active > a:hover,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.open > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.active > a:active,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:focus,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.open > a:focus,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:focus,  .whiteheader #header.navbar .navbar-toolbar .navbar-nav > li.active > a:focus {
	background-color: rgba(20,20,20,0);
	color: rgba(255, 255, 255, 0.75);
}
#header.navbar #navbar-collapse > ul.navbar-nav {
	padding: 0px 3px;
	width: 100%;
	display: block !important;
	text-transform: uppercase;
	font-weight: 600;
}
#header.navbar #navbar-collapse > .tab-content > .tab-pane.active {
	padding: 3px 8px;
	width: 100%;
	background-color: rgba(255,255,255,1);
}
#header.navbar #navbar-collapse > .tab-content > .tab-pane ul.list-inline {
	margin-bottom: 0px;
}
#header.navbar #navbar-collapse .titletopmenu {
	font-size: 11px;
	line-height: 120%;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.6);
}
#navbar-collapse > .navbar-nav > .navbar-main.open > a,  #navbar-collapse > .navbar-nav > li.open > a,  #navbar-collapse > .navbar-nav > .navbar-main.active > a,  #navbar-collapse > .navbar-nav > li.active > a,  #navbar-collapse > .navbar-nav > .navbar-main.open > a:hover,  #navbar-collapse > .navbar-nav > li.open > a:hover,  #navbar-collapse > .navbar-nav > .navbar-main.active > a:hover,  #navbar-collapse > .navbar-nav > li.active > a:hover,  #navbar-collapse > .navbar-nav > .navbar-main.open > a:active,  #navbar-collapse > .navbar-nav > li.open > a:active,  #navbar-collapse > .navbar-nav > .navbar-main.active > a:active,  #navbar-collapse > .navbar-nav > li.active > a:active,  #navbar-collapse > .navbar-nav > .navbar-main.open > a:focus,  #navbar-collapse > .navbar-nav > li.open > a:focus,  #navbar-collapse > .navbar-nav > .navbar-main.active > a:focus,  #navbar-collapse > .navbar-nav > li.active > a:focus {
	background-color: rgba(180,160,180,0) !important;
	color: rgba(255, 255, 255, 1) !important;
}
#navbar-collapse > .navbar-nav > .navbar-main > a,  #navbar-collapse > .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 12px;
}
#navbar-collapse > .navbar-nav > .navbar-main > a:active,  #navbar-collapse > .navbar-nav > li > a:active,  #navbar-collapse > .navbar-nav > .navbar-main > a:focus,  #navbar-collapse > .navbar-nav > li > a:focus,  #navbar-collapse > .navbar-nav > .navbar-main > a:hover,  #navbar-collapse > .navbar-nav > li > a:hover {
	background-color: transparent !important;
	color: rgba(255, 255, 255, 0.95) !important;
}
#navbar-collapse .tab-content ul.list-inline > li {
	padding-top: 1px;
	padding-bottom: 1px;
}
#navbar-collapse .tab-content ul.list-inline > li > a {
	color: #227DBF;
}
#navbar-collapse .tab-content ul.list-inline > li.active > a,  #navbar-collapse .tab-content ul.list-inline > li > a:hover {
	color: #00A3FF;
}
}
.sidebar {
	background-color: #40464c;
	color: rgba(255, 255, 255, 0.5) !important;
}
.sidebar .header, .sidebar .footer {
	background-color: #40464c;
}
.sidebar .header:after, .sidebar .footer:after {
	border-color: transparent;
}
.sidebar .content .heading {
	color: rgba(255, 255, 255, 0.6);
}
.sidebar .media-list > .media .media-heading {
	color: rgba(255, 255, 255, 0.6) !important;
}
.sidebar .media-list > .media .media-meta {
	color: rgba(255, 255, 255, 0.4) !important;
}
.sidebar .media-list > .media:after {
	border-color: #5b6165;
}
.sidebar .media-list > .media:active {
	background-color: #5b6165;
}
.sidebar .topmenu > li:after, .sidebar .mainmenu > li:after {
	border-color: #5b6165;
}
.sidebar-minimized .sidebar .topmenu li:before, .sidebar-minimized .sidebar .mainmenu li:before, .screen-sm .sidebar .topmenu li:before, .screen-sm .sidebar .mainmenu li:before {
	border-color: transparent #262a2c transparent transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.sidebar .topmenu li.active, .sidebar .mainmenu li.active {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.7) !important;
}
.sidebar .topmenu li.active > a, .sidebar .mainmenu li.active > a, .sidebar .topmenu li.active > a:hover, .sidebar .mainmenu li.active > a:hover, .sidebar .topmenu li.active > a:focus, .sidebar .mainmenu li.active > a:focus {
	color: rgba(255, 255, 255, 0.9);
}
.sidebar .topmenu li.active > a > .figure > [class^="ico-"], .sidebar .mainmenu li.active > a > .figure > [class^="ico-"], .sidebar .topmenu li.active > a > .figure > [class*=" ico-"], .sidebar .mainmenu li.active > a > .figure > [class*=" ico-"] {
	color: inherit;
}
.sidebar .topmenu li.open > a, .sidebar .mainmenu li.open > a, .sidebar .topmenu li.open > a:hover, .sidebar .mainmenu li.open > a:hover, .sidebar .topmenu li.open > a:focus, .sidebar .mainmenu li.open > a:focus {
	color: rgba(255, 255, 255, 0.9);
}
.sidebar .topmenu li a, .sidebar .mainmenu li a {
	color: rgba(255, 255, 255, 0.5);
}
.sidebar .topmenu li a:hover, .sidebar .mainmenu li a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.sidebar .topmenu li > .submenu, .sidebar .mainmenu li > .submenu {
	background-color: #50575e;
}
.sidebar-minimized .sidebar .topmenu li > .submenu, .sidebar-minimized .sidebar .mainmenu li > .submenu, .screen-sm .sidebar .topmenu li > .submenu, .screen-sm .sidebar .mainmenu li > .submenu {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background-color: transparent;
}
.sidebar-minimized .sidebar .topmenu li > .submenu:before, .sidebar-minimized .sidebar .mainmenu li > .submenu:before, .screen-sm .sidebar .topmenu li > .submenu:before, .screen-sm .sidebar .mainmenu li > .submenu:before {
	background-color: #262a2c;
}
.sidebar .topmenu li > .submenu.submenu-header, .sidebar .mainmenu li > .submenu.submenu-header {
	color: rgba(255, 255, 255, 0.7);
}
.sidebar .topmenu li > .submenu:after, .sidebar .mainmenu li > .submenu:after {
	border-color: #272a2d;
	top: 15px;
	bottom: 15px;
}
.sidebar .topmenu li > .submenu > li.submenu-header, .sidebar .mainmenu li > .submenu > li.submenu-header {
	color: rgba(255, 255, 255, 0.7) !important;
}
.sidebar .topmenu li > .submenu > li a, .sidebar .mainmenu li > .submenu > li a {
	color: rgba(255, 255, 255, 0.5) !important;
}
.sidebar .topmenu li > .submenu > li a:hover, .sidebar .mainmenu li > .submenu > li a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}
.sidebar .topmenu li > .submenu > li:after, .sidebar .mainmenu li > .submenu > li:after {
	background-color: #333;
	-webkit-box-shadow: 0px 0px 0px 2px #212426;
	box-shadow: 0px 0px 0px 2px #212426;
}
.sidebar .topmenu li > .submenu > li.active a, .sidebar .mainmenu li > .submenu > li.active a {
	color: rgba(255, 255, 255, 0.7);
}
.sidebar .topmenu li > .submenu .submenu, .sidebar .mainmenu li > .submenu .submenu {
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar-minimized .sidebar .topmenu li > .submenu .submenu, .sidebar-minimized .sidebar .mainmenu li > .submenu .submenu, .screen-sm .sidebar .topmenu li > .submenu .submenu, .screen-sm .sidebar .mainmenu li > .submenu .submenu {
	padding-left: 30px;
}

/* Sidebar & screen-sm and up */

@media (min-width: 768px) {
/* Push right */
	
.csstransforms3d.sidebar-open-ltr #main {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.no-csstransforms3d.sidebar-open-ltr #main {
	left: 0px;
	right: auto;
}
/* Push left */
	
.csstransforms3d.sidebar-open-rtl #main {
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0);
}
.no-csstransforms3d.sidebar-open-rtl #main {
	right: 240px;
	left: auto;
}
.sidebar-left.sidebar-menu ~ #main {
	margin-left: 0px;
}
.sidebar-minimized .sidebar-left.sidebar-menu ~ #main,  .screen-sm .sidebar-left.sidebar-menu ~ #main {
	margin-left: 0px;
}
}
/* ----------------------------
 * Customize
 * --------------------------- */

html body {
	/*background-color: #f3f5f6;*/
	background-color: #fff;
}
a {
	color: #227DBF;
	text-decoration: none;
}
a.qlink {
	color: #93a7bc;
	text-decoration: none;
}
.text-primary {
	color: #276FB7 !important;
}
.text-shadow-black {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8)
}
.page-header.page-header-block {
	padding: 8px 17px;
	background-color: #FFF;
}
.tab-content > .dropdown > .tab-pane {
	display: none;
	visibility: hidden;
}
.tab-content > .dropdown > .active {
	display: block;
	visibility: visible;
}
.portfolioHighlight {
	background: none repeat scroll 0% 0% #DBF0FF;
}
/* ----------------------------
 * OPTION
 * --------------------------- */

li.droplevel-2 {
	padding-left: 18px;
}
ul.list-inline > li.droplevel-2 {
	padding-left: 5px;
}
li.ui-menu-item a {
	font-size: 12px;
	font-family: Arial;
	line-height: 130% !important;
}
span.typefundAutoComplete {
	color: #666;
	clear: both;
	font-size: 10px;
	padding-left: 3px;
}
span.typefundAutoComplete:before {
	content: "(";
}
span.typefundAutoComplete:after {
	content: ")";
}
#drawerbottom {
	position: fixed;
	width: 100%;
	bottom: 0%;
	margin-bottom: -20px;
	margin-left: -10px;
	z-index: 1005;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

@media screen and (orientation:portrait) {
#drawerbottom .widget.panel .content.slimscroll {
	height: 300px !important;
	overflow-y: auto;
}
#drawerbottom.toggledrawer {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-transform: translateY(320px);
	-ms-transform: translateY(320px);
	-o-transform: translateY(320px);
	transform: translateY(320px);
}
}

@media screen and (orientation:landscape) {
#drawerbottom .widget.panel .content.slimscroll {
	height: 160px !important;
	overflow-y: auto;
}
#drawerbottom.toggledrawer {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-transform: translateY(180px);
	-ms-transform: translateY(180px);
	-o-transform: translateY(180px);
	transform: translateY(180px);
}
}
.simplebuypanel, .simplesellpanel {
	position: absolute;
	z-index: 10;
}
.dropdown-menu.dropdown-menu-alt.auto {
	min-width: auto;
}
.inputAddEdit {
	padding: 0px !important;
	background-color: transparent !important;
	border: medium none !important;
	box-shadow: none !important;
	font-weight: 600;
	height: 16px;
	font-size: 14px;
}
.manualportfolio {
	position: absolute;
	margin-left: 178px;
}
/* ----------------------------
 * FONTAWESOME
 * --------------------------- */
.fa {
	transform: none
}
/* ----------------------------
 * SWEET ALERT
 * --------------------------- */

body.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
.sweet-overlay {
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* IE8 */
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 10000;
}
.sweet-alert {
	background-color: white;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 99999;
}

@media all and (max-width: 540px) {
.sweet-alert {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	left: 15px;
	right: 15px;
}
}
.sweet-alert h2 {
	color: #575757;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 25px 0;
	padding: 0;
	line-height: 40px;
	display: block;
}
.sweet-alert p {
	color: #777;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.sweet-alert fieldset {
	border: none;
	position: relative;
}
.sweet-alert .sa-error-container {
	background-color: #f1f1f1;
	margin-left: -17px;
	margin-right: -17px;
	overflow: hidden;
	padding: 0 10px;
	max-height: 0;
	webkit-transition: padding 0.15s, max-height 0.15s;
	transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
	padding: 10px 0;
	max-height: 100px;
	webkit-transition: padding 0.2s, max-height 0.2s;
	transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: white;
	line-height: 24px;
	text-align: center;
	margin-right: 3px;
}
.sweet-alert .sa-error-container p {
	display: inline-block;
}
.sweet-alert .sa-input-error {
	position: absolute;
	top: 29px;
	right: 26px;
	width: 20px;
	height: 20px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
	content: "";
	width: 20px;
	height: 6px;
	background-color: #f06e57;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sweet-alert input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	height: 43px;
	margin-top: 10px;
	margin-bottom: 17px;
	font-size: 18px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
	padding: 0 12px;
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sweet-alert input:focus {
	outline: none;
	box-shadow: 0px 0px 3px #c4e6f5;
	border: 1px solid #b4dbed;
}
 .sweet-alert input:focus::-moz-placeholder {
 transition: opacity 0.3s 0.03s ease;
 opacity: 0.5;
}
 .sweet-alert input:focus:-ms-input-placeholder {
 transition: opacity 0.3s 0.03s ease;
 opacity: 0.5;
}
 .sweet-alert input:focus::-webkit-input-placeholder {
 transition: opacity 0.3s 0.03s ease;
 opacity: 0.5;
}
 .sweet-alert input::-moz-placeholder {
 color: #bdbdbd;
}
 .sweet-alert input:-ms-input-placeholder {
 color: #bdbdbd;
}
 .sweet-alert input::-webkit-input-placeholder {
 color: #bdbdbd;
}
.sweet-alert.show-input input {
	display: block;
}
.sweet-alert button {
	background-color: #00B1E1;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
}
.sweet-alert button:focus {
	outline: none;
	box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
	background-color: #a1d9f2;
}
.sweet-alert button:active {
	background-color: #81ccee;
}
.sweet-alert button.cancel {
	background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
	background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
	background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
	box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
 .sweet-alert button::-moz-focus-inner {
 border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
	padding-bottom: 40px;
}
.sweet-alert .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
	border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
	position: relative;
	display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #F27474;
	display: block;
	top: 37px;
	border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
	border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
	border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
	border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
 0% {
 -webkit-transform: scale(0.7);
 transform: scale(0.7);
}
 45% {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
 80% {
 -webkit-transform: scale(0.95);
 transform: scale(0.95);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes showSweetAlert {
 0% {
 -webkit-transform: scale(0.7);
 transform: scale(0.7);
}
 45% {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
 80% {
 -webkit-transform: scale(0.95);
 transform: scale(0.95);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes hideSweetAlert {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
}
 @keyframes hideSweetAlert {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
}
 @-webkit-keyframes slideFromTop {
 0% {
 top: 0%;
}
 100% {
 top: 50%;
}
}
 @keyframes slideFromTop {
 0% {
 top: 0%;
}
 100% {
 top: 50%;
}
}
 @-webkit-keyframes slideToTop {
 0% {
 top: 50%;
}
 100% {
 top: 0%;
}
}
 @keyframes slideToTop {
 0% {
 top: 50%;
}
 100% {
 top: 0%;
}
}
 @-webkit-keyframes slideFromBottom {
 0% {
 top: 70%;
}
 100% {
 top: 50%;
}
}
 @keyframes slideFromBottom {
 0% {
 top: 70%;
}
 100% {
 top: 50%;
}
}
 @-webkit-keyframes slideToBottom {
 0% {
 top: 50%;
}
 100% {
 top: 70%;
}
}
 @keyframes slideToBottom {
 0% {
 top: 50%;
}
 100% {
 top: 70%;
}
}
.showSweetAlert[data-animation=pop] {
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideFromTop 0.3s;
	animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideFromBottom 0.3s;
	animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation=pop] {
	-webkit-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideToTop 0.4s;
	animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideToBottom 0.3s;
	animation: slideToBottom 0.3s;
}
 @-webkit-keyframes animateSuccessTip {
 0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
 @keyframes animateSuccessTip {
 0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
 @-webkit-keyframes animateSuccessLong {
 0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0px;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}
 @keyframes animateSuccessLong {
 0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0px;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}
 @-webkit-keyframes rotatePlaceholder {
 0% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 5% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 12% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
 100% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
}
 @keyframes rotatePlaceholder {
 0% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 5% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 12% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
 100% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
}
.animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}
 @-webkit-keyframes animateErrorIcon {
 0% {
 -webkit-transform: rotateX(100deg);
 transform: rotateX(100deg);
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
 @keyframes animateErrorIcon {
 0% {
 -webkit-transform: rotateX(100deg);
 transform: rotateX(100deg);
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
.animateErrorIcon {
	-webkit-animation: animateErrorIcon 0.5s;
	animation: animateErrorIcon 0.5s;
}
 @-webkit-keyframes animateXMark {
 0% {
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
 margin-top: 26px;
 opacity: 0;
}
 50% {
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
 margin-top: 26px;
 opacity: 0;
}
 80% {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
 margin-top: -6px;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 margin-top: 0;
 opacity: 1;
}
}
 @keyframes animateXMark {
 0% {
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
 margin-top: 26px;
 opacity: 0;
}
 50% {
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
 margin-top: 26px;
 opacity: 0;
}
 80% {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
 margin-top: -6px;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 margin-top: 0;
 opacity: 1;
}
}
.animateXMark {
	-webkit-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
}
 @-webkit-keyframes pulseWarning {
 0% {
 border-color: #F8D486;
}
 100% {
 border-color: #F8BB86;
}
}
 @keyframes pulseWarning {
 0% {
 border-color: #F8D486;
}
 100% {
 border-color: #F8BB86;
}
}
.pulseWarning {
	-webkit-animation: pulseWarning 0.75s infinite alternate;
	animation: pulseWarning 0.75s infinite alternate;
}
 @-webkit-keyframes pulseWarningIns {
 0% {
 background-color: #F8D486;
}
 100% {
 background-color: #F8BB86;
}
}
 @keyframes pulseWarningIns {
 0% {
 background-color: #F8D486;
}
 100% {
 background-color: #F8BB86;
}
}
.pulseWarningIns {
	-webkit-animation: pulseWarningIns 0.75s infinite alternate;
	animation: pulseWarningIns 0.75s infinite alternate;
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform: rotate(45deg) \9;
	transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform: rotate(-45deg) \9;
	transform: rotate(-45deg) \9;
}
/* Success icon */
.sweet-alert .sa-icon.sa-success {
	border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
	transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
	transform: rotate(-45deg) \9;
}
