html{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display: block;
}
audio,canvas,progress,video{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]){
	display: none;
	height: 0;
}
[hidden],template{
	display: none;
}
a{
	background: transparent;
}
a:hover,
a:focus{
	outline: none !important;
	color: #00b3fe;
}
abbr[title]{
	border-bottom: 1px dotted;
}
b,strong{
	font-weight: bold;
}
dfn{
	font-style: italic;
}
h1{
	font-size: 2em;
	margin: 0.67em 0;
}
mark{
	background: #ff0;
	color: #000;
}
small{
	font-size: 80%;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{
	top: -0.5em;
}
sub{
	bottom: -0.25em;
}
img,
.pull-left,
.pull-right{
	max-width: 100%;
	border: 0;
}
svg:not(:root){
	overflow: hidden;
}
figure{
	margin: 1em 40px;
}
hr{
	box-sizing: content-box;
	height: 0;
	moz-box-sizing: content-box;
}
pre{
	overflow: auto;
}
code,kbd,pre,samp{
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea{
	color: inherit;
	font: inherit;
	margin: 0;
}
button{
	overflow: visible;
}
button,select{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	border: 0;
	padding: 0;
}
input{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]{
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}
input[type="search"]{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
	webkit-appearance: none;
}
fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend{
	border: 0;
	padding: 0;
}
textarea{
	overflow: auto;
}
optgroup{
	font-weight: bold;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td,th{
	padding: 0;
}
@media print{
	*{
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,a:visited{
		text-decoration: underline;
	}
	a[href]:after{
		content: " (" attr(href) ")";
	}
	abbr[title]:after{
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,a[href^="#"]:after{
		content: "";
	}
	pre,blockquote{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead{
		display: table-header-group;
	}
	tr,img{
		page-break-inside: avoid;
	}
	img{
		max-width: 100% !important;
	}
	p,h2,h3{
		orphans: 3;
		widows: 3;
	}
	h2,h3{
		page-break-after: avoid;
	}
	select{
		background: #fff !important;
	}
	.navbar{
		display: none;
	}
	.table td,.table th{
		background-color: #fff !important;
	}
	.btn>.caret,.dropup>.btn>.caret{
		border-top-color: #000 !important;
	}
	.label{
		border: 1px solid #000;
	}
	.table{
		border-collapse: collapse !important;
	}
	.table-bordered th,.table-bordered td{
		border: 1px solid #ddd !important;
	}
}
*{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
*:before,*:after{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
html{
	font-size: 62.5%;
	webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	background-color: #fff;
	color: #555;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}
input,button,select,textarea{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a{
	color: #3aadc9;
	text-decoration: none;
}
figure{
	margin: 0;
}
img{
	vertical-align: middle;
}
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded{
	border-radius: 6px;
}
.img-thumbnail{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.42857143;
	max-width: 100%;
	padding: 4px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle{
	border-radius: 50%;
}
hr{
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sr-only{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: inherit;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	line-height: 1.1;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{
	color: #999;
	font-weight: normal;
	line-height: 1;
}
h1,.h1,h2,.h2,h3,.h3{
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{
	font-size: 75%;
}
h4,.h4,h5,.h5,h6,.h6{
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{
	font-size: 75%;
}
h1,.h1{
	font-size: 36px;
}
h2,.h2{
	font-size: 28px;
}
h3,.h3{
	font-size: 24px;
}
h4,.h4{
	font-size: 18px;
}
h5,.h5{
	font-size: 14px;
}
h6,.h6{
	font-size: 12px;
}
p{
	margin: 0 0 10px;
}
.lead{
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (min-width:768px){
	.lead{
		font-size: 21px;
	}
}
small,.small{
	font-size: 85%;
}
cite{
	font-style: normal;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
.text-muted{
	color: #999;
}
.text-primary{
	color: #3aadc9;
}
a.text-primary:hover{
	color: #2d8ca3;
}
.text-success{
	color: #3c763d;
}
a.text-success:hover{
	color: #2b542c;
}
.text-info{
	color: #31708f;
}
a.text-info:hover{
	color: #245269;
}
.text-warning{
	color: #8a6d3b;
}
a.text-warning:hover{
	color: #66512c;
}
.text-danger{
	color: #a94442;
}
a.text-danger:hover{
	color: #843534;
}
.bg-primary{
	background-color: #3aadc9;
	color: #fff;
}
a.bg-primary:hover{
	background-color: #2d8ca3;
}
.bg-success{
	background-color: #dff0d8;
}
a.bg-success:hover{
	background-color: #c1e2b3;
}
.bg-info{
	background-color: #d9edf7;
}
a.bg-info:hover{
	background-color: #afd9ee;
}
.bg-warning{
	background-color: #fcf8e3;
}
a.bg-warning:hover{
	background-color: #f7ecb5;
}
.bg-danger{
	background-color: #f2dede;
}
a.bg-danger:hover{
	background-color: #e4b9b9;
}
.page-header{
	background: url(../images/line-top.png) bottom center no-repeat;
	margin: 40px 0 20px;
	padding-bottom: 10px;
}
ul,ol{
	margin-bottom: 10px;
	margin-top: 0;
}
ul ul,ol ul,ul ol,ol ol{
	margin-bottom: 0;
}
.list-unstyled{
	list-style: none;
	padding-left: 0;
}
.list-inline{
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
}
.list-inline>li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl{
	margin-bottom: 20px;
	margin-top: 0;
}
dt,dd{
	line-height: 1.42857143;
}
dt{
	font-weight: bold;
}
dd{
	margin-left: 0;
}
@media (min-width:768px){
	.dl-horizontal dt{
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd{
		margin-left: 180px;
	}
}
abbr[title],abbr[data-original-title]{
	border-bottom: 1px dotted #999;
	cursor: help;
}
.initialism{
	font-size: 90%;
	text-transform: uppercase;
}
blockquote{
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{
	margin-bottom: 0;
}
blockquote footer,blockquote small,blockquote .small{
	color: #999;
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
}
blockquote footer:before,blockquote small:before,blockquote .small:before{
	content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right{
	border-left: 0;
	border-right: 5px solid #eee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{
	content: '';
}
.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{
	content: '\00A0 \2014';
}
blockquote:before,blockquote:after{
	content: "";
}
address{
	font-style: normal;
	line-height: 1.42857143;
	margin-bottom: 20px;
}
code,kbd,pre,samp{
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code{
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
kbd{
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}
pre{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	margin: 0 0 10px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code{
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable{
	max-height: 340px;
	overflow-y: scroll;
}
.container{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.container{
		width: 750px;
	}
}
@media (min-width:992px){
	.container{
		width: 970px;
	}
}
@media (min-width:1200px){
	.container{
		width: 1170px;
	}
}
.container-fluid{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float: left;
}
.col-xs-12{
	width: 100%;
}
.col-xs-11{
	width: 91.66666667%;
}
.col-xs-10{
	width: 83.33333333%;
}
.col-xs-9{
	width: 75%;
}
.col-xs-8{
	width: 66.66666667%;
}
.col-xs-7{
	width: 58.33333333%;
}
.col-xs-6{
	width: 50%;
}
.col-xs-5{
	width: 41.66666667%;
}
.col-xs-4{
	width: 33.33333333%;
}
.col-xs-3{
	width: 25%;
}
.col-xs-2{
	width: 16.66666667%;
}
.col-xs-1{
	width: 8.33333333%;
}
.col-xs-pull-12{
	right: 100%;
}
.col-xs-pull-11{
	right: 91.66666667%;
}
.col-xs-pull-10{
	right: 83.33333333%;
}
.col-xs-pull-9{
	right: 75%;
}
.col-xs-pull-8{
	right: 66.66666667%;
}
.col-xs-pull-7{
	right: 58.33333333%;
}
.col-xs-pull-6{
	right: 50%;
}
.col-xs-pull-5{
	right: 41.66666667%;
}
.col-xs-pull-4{
	right: 33.33333333%;
}
.col-xs-pull-3{
	right: 25%;
}
.col-xs-pull-2{
	right: 16.66666667%;
}
.col-xs-pull-1{
	right: 8.33333333%;
}
.col-xs-pull-0{
	right: 0;
}
.col-xs-push-12{
	left: 100%;
}
.col-xs-push-11{
	left: 91.66666667%;
}
.col-xs-push-10{
	left: 83.33333333%;
}
.col-xs-push-9{
	left: 75%;
}
.col-xs-push-8{
	left: 66.66666667%;
}
.col-xs-push-7{
	left: 58.33333333%;
}
.col-xs-push-6{
	left: 50%;
}
.col-xs-push-5{
	left: 41.66666667%;
}
.col-xs-push-4{
	left: 33.33333333%;
}
.col-xs-push-3{
	left: 25%;
}
.col-xs-push-2{
	left: 16.66666667%;
}
.col-xs-push-1{
	left: 8.33333333%;
}
.col-xs-push-0{
	left: 0;
}
.col-xs-offset-12{
	margin-left: 100%;
}
.col-xs-offset-11{
	margin-left: 91.66666667%;
}
.col-xs-offset-10{
	margin-left: 83.33333333%;
}
.col-xs-offset-9{
	margin-left: 75%;
}
.col-xs-offset-8{
	margin-left: 66.66666667%;
}
.col-xs-offset-7{
	margin-left: 58.33333333%;
}
.col-xs-offset-6{
	margin-left: 50%;
}
.col-xs-offset-5{
	margin-left: 41.66666667%;
}
.col-xs-offset-4{
	margin-left: 33.33333333%;
}
.col-xs-offset-3{
	margin-left: 25%;
}
.col-xs-offset-2{
	margin-left: 16.66666667%;
}
.col-xs-offset-1{
	margin-left: 8.33333333%;
}
.col-xs-offset-0{
	margin-left: 0;
}
@media (min-width:768px){
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
		float: left;
	}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66666667%;
	}
	.col-sm-10{
		width: 83.33333333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.66666667%;
	}
	.col-sm-7{
		width: 58.33333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66666667%;
	}
	.col-sm-4{
		width: 33.33333333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66666667%;
	}
	.col-sm-1{
		width: 8.33333333%;
	}
	.col-sm-pull-12{
		right: 100%;
	}
	.col-sm-pull-11{
		right: 91.66666667%;
	}
	.col-sm-pull-10{
		right: 83.33333333%;
	}
	.col-sm-pull-9{
		right: 75%;
	}
	.col-sm-pull-8{
		right: 66.66666667%;
	}
	.col-sm-pull-7{
		right: 58.33333333%;
	}
	.col-sm-pull-6{
		right: 50%;
	}
	.col-sm-pull-5{
		right: 41.66666667%;
	}
	.col-sm-pull-4{
		right: 33.33333333%;
	}
	.col-sm-pull-3{
		right: 25%;
	}
	.col-sm-pull-2{
		right: 16.66666667%;
	}
	.col-sm-pull-1{
		right: 8.33333333%;
	}
	.col-sm-pull-0{
		right: 0;
	}
	.col-sm-push-12{
		left: 100%;
	}
	.col-sm-push-11{
		left: 91.66666667%;
	}
	.col-sm-push-10{
		left: 83.33333333%;
	}
	.col-sm-push-9{
		left: 75%;
	}
	.col-sm-push-8{
		left: 66.66666667%;
	}
	.col-sm-push-7{
		left: 58.33333333%;
	}
	.col-sm-push-6{
		left: 50%;
	}
	.col-sm-push-5{
		left: 41.66666667%;
	}
	.col-sm-push-4{
		left: 33.33333333%;
	}
	.col-sm-push-3{
		left: 25%;
	}
	.col-sm-push-2{
		left: 16.66666667%;
	}
	.col-sm-push-1{
		left: 8.33333333%;
	}
	.col-sm-push-0{
		left: 0;
	}
	.col-sm-offset-12{
		margin-left: 100%;
	}
	.col-sm-offset-11{
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10{
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9{
		margin-left: 75%;
	}
	.col-sm-offset-8{
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7{
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6{
		margin-left: 50%;
	}
	.col-sm-offset-5{
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4{
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3{
		margin-left: 25%;
	}
	.col-sm-offset-2{
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1{
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0{
		margin-left: 0;
	}
}
@media (min-width:992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
		float: left;
	}
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66666667%;
	}
	.col-md-10{
		width: 83.33333333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.66666667%;
	}
	.col-md-7{
		width: 58.33333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66666667%;
	}
	.col-md-4{
		width: 33.33333333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66666667%;
	}
	.col-md-1{
		width: 8.33333333%;
	}
	.col-md-pull-12{
		right: 100%;
	}
	.col-md-pull-11{
		right: 91.66666667%;
	}
	.col-md-pull-10{
		right: 83.33333333%;
	}
	.col-md-pull-9{
		right: 75%;
	}
	.col-md-pull-8{
		right: 66.66666667%;
	}
	.col-md-pull-7{
		right: 58.33333333%;
	}
	.col-md-pull-6{
		right: 50%;
	}
	.col-md-pull-5{
		right: 41.66666667%;
	}
	.col-md-pull-4{
		right: 33.33333333%;
	}
	.col-md-pull-3{
		right: 25%;
	}
	.col-md-pull-2{
		right: 16.66666667%;
	}
	.col-md-pull-1{
		right: 8.33333333%;
	}
	.col-md-pull-0{
		right: 0;
	}
	.col-md-push-12{
		left: 100%;
	}
	.col-md-push-11{
		left: 91.66666667%;
	}
	.col-md-push-10{
		left: 83.33333333%;
	}
	.col-md-push-9{
		left: 75%;
	}
	.col-md-push-8{
		left: 66.66666667%;
	}
	.col-md-push-7{
		left: 58.33333333%;
	}
	.col-md-push-6{
		left: 50%;
	}
	.col-md-push-5{
		left: 41.66666667%;
	}
	.col-md-push-4{
		left: 33.33333333%;
	}
	.col-md-push-3{
		left: 25%;
	}
	.col-md-push-2{
		left: 16.66666667%;
	}
	.col-md-push-1{
		left: 8.33333333%;
	}
	.col-md-push-0{
		left: 0;
	}
	.col-md-offset-12{
		margin-left: 100%;
	}
	.col-md-offset-11{
		margin-left: 91.66666667%;
	}
	.col-md-offset-10{
		margin-left: 83.33333333%;
	}
	.col-md-offset-9{
		margin-left: 75%;
	}
	.col-md-offset-8{
		margin-left: 66.66666667%;
	}
	.col-md-offset-7{
		margin-left: 58.33333333%;
	}
	.col-md-offset-6{
		margin-left: 50%;
	}
	.col-md-offset-5{
		margin-left: 41.66666667%;
	}
	.col-md-offset-4{
		margin-left: 33.33333333%;
	}
	.col-md-offset-3{
		margin-left: 25%;
	}
	.col-md-offset-2{
		margin-left: 16.66666667%;
	}
	.col-md-offset-1{
		margin-left: 8.33333333%;
	}
	.col-md-offset-0{
		margin-left: 0;
	}
}
@media (min-width:1200px){
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
		float: left;
	}
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66666667%;
	}
	.col-lg-10{
		width: 83.33333333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.66666667%;
	}
	.col-lg-7{
		width: 58.33333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66666667%;
	}
	.col-lg-4{
		width: 33.33333333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66666667%;
	}
	.col-lg-1{
		width: 8.33333333%;
	}
	.col-lg-pull-12{
		right: 100%;
	}
	.col-lg-pull-11{
		right: 91.66666667%;
	}
	.col-lg-pull-10{
		right: 83.33333333%;
	}
	.col-lg-pull-9{
		right: 75%;
	}
	.col-lg-pull-8{
		right: 66.66666667%;
	}
	.col-lg-pull-7{
		right: 58.33333333%;
	}
	.col-lg-pull-6{
		right: 50%;
	}
	.col-lg-pull-5{
		right: 41.66666667%;
	}
	.col-lg-pull-4{
		right: 33.33333333%;
	}
	.col-lg-pull-3{
		right: 25%;
	}
	.col-lg-pull-2{
		right: 16.66666667%;
	}
	.col-lg-pull-1{
		right: 8.33333333%;
	}
	.col-lg-pull-0{
		right: 0;
	}
	.col-lg-push-12{
		left: 100%;
	}
	.col-lg-push-11{
		left: 91.66666667%;
	}
	.col-lg-push-10{
		left: 83.33333333%;
	}
	.col-lg-push-9{
		left: 75%;
	}
	.col-lg-push-8{
		left: 66.66666667%;
	}
	.col-lg-push-7{
		left: 58.33333333%;
	}
	.col-lg-push-6{
		left: 50%;
	}
	.col-lg-push-5{
		left: 41.66666667%;
	}
	.col-lg-push-4{
		left: 33.33333333%;
	}
	.col-lg-push-3{
		left: 25%;
	}
	.col-lg-push-2{
		left: 16.66666667%;
	}
	.col-lg-push-1{
		left: 8.33333333%;
	}
	.col-lg-push-0{
		left: 0;
	}
	.col-lg-offset-12{
		margin-left: 100%;
	}
	.col-lg-offset-11{
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10{
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9{
		margin-left: 75%;
	}
	.col-lg-offset-8{
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7{
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6{
		margin-left: 50%;
	}
	.col-lg-offset-5{
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4{
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3{
		margin-left: 25%;
	}
	.col-lg-offset-2{
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1{
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0{
		margin-left: 0;
	}
}
table{
	background-color: transparent;
	max-width: 100%;
}
th{
	text-align: left;
}
.table{
	margin-bottom: 20px;
	width: 100%;
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{
	border-top: 1px solid #ddd;
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top;
}
.table>thead>tr>th{
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{
	border-top: 0;
}
.table>tbody+tbody{
	border-top: 2px solid #ddd;
}
.table .table{
	background-color: #fff;
}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{
	padding: 5px;
}
.table-bordered{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{
	background-color: #f5f5f5;
}
table col[class*="c-"]{
	display: table-column;
	float: none;
	position: static;
}
table td[class*="c-"],table th[class*="c-"]{
	display: table-cell;
	float: none;
	position: static;
}
.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{
	background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{
	background-color: #e8e8e8;
}
.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{
	background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{
	background-color: #d0e9c6;
}
.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{
	background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{
	background-color: #c4e3f3;
}
.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{
	background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{
	background-color: #faf2cc;
}
.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{
	background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{
	background-color: #ebcccc;
}
@media (max-width:767px){
	.table-responsive{
		border: 1px solid #ddd;
		margin-bottom: 15px;
		ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: scroll;
		overflow-y: hidden;
		webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.table-responsive>.table{
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{
		white-space: nowrap;
	}
	.table-responsive>.table-bordered{
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{
		border-bottom: 0;
	}
}
fieldset{
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
label{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}
input[type="search"]{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
input[type="radio"],input[type="checkbox"]{
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type="file"]{
	display: block;
}
input[type="range"]{
	display: block;
	width: 100%;
}
select[multiple],select[size]{
	height: auto;
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
output{
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	padding-top: 7px;
}
.form-control{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 100%;
}
.form-control:focus{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder{
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder{
	color: #999;
}
.form-control::-webkit-input-placeholder{
	color: #999;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}
textarea.form-control{
	height: auto;
}
input[type="search"]{
	webkit-appearance: none;
}
input[type="date"]{
	line-height: 34px;
}
.form-group{
	margin-bottom: 15px;
}
.radio,.checkbox{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 20px;
	padding-left: 20px;
}
.radio label,.checkbox label{
	cursor: pointer;
	display: inline;
	font-weight: normal;
}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{
	float: left;
	margin-left: -20px;
}
.radio+.radio,.checkbox+.checkbox{
	margin-top: -5px;
}
.radio-inline,.checkbox-inline{
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{
	margin-left: 10px;
	margin-top: 0;
}
input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{
	cursor: not-allowed;
}
.input-sm{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-sm{
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,select[multiple].input-sm{
	height: auto;
}
.input-lg{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33;
	padding: 10px 16px;
}
select.input-lg{
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,select[multiple].input-lg{
	height: auto;
}
.has-feedback{
	position: relative;
}
.has-feedback .form-control{
	padding-right: 42.5px;
}
.has-feedback .form-control-feedback{
	display: block;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 25px;
	width: 34px;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{
	color: #3c763d;
}
.has-success .form-control{
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus{
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}
.has-success .input-group-addon{
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.has-success .form-control-feedback{
	color: #3c763d;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{
	color: #8a6d3b;
}
.has-warning .form-control{
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus{
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon{
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.has-warning .form-control-feedback{
	color: #8a6d3b;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{
	color: #a94442;
}
.has-error .form-control{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus{
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}
.has-error .input-group-addon{
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-error .form-control-feedback{
	color: #a94442;
}
.form-control-static{
	margin-bottom: 0;
}
.help-block{
	color: #959595;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width:768px){
	.form-inline .form-group{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .input-group>.form-control{
		width: 100%;
	}
	.form-inline .control-label{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,.form-inline .checkbox{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{
		float: none;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback{
		top: 0;
	}
}
.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio,.form-horizontal .checkbox{
	min-height: 27px;
}
.form-horizontal .form-group{
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-control-static{
	padding-top: 7px;
}
@media (min-width:768px){
	.form-horizontal .control-label{
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback{
	right: 15px;
	top: 0;
}
.btn{
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	moz-user-select: none;
	ms-user-select: none;
	padding: 6px 12px;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
}
.btn:focus,.btn:active:focus,.btn.active:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover,.btn:focus{
	color: #333;
	text-decoration: none;
}
.btn:active,.btn.active{
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0;
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	pointer-events: none;
	webkit-box-shadow: none;
}
.btn-default{
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{
	background-color: #ebebeb;
	border-color: #adadad;
	color: #333;
}
.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: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: #fff;
	border-color: #ccc;
}
.btn-default .badge{
	background-color: #333;
	color: #fff;
}
.btn-primary{
	background-color: #3aadc9;
	border-color: #329db7;
	color: #fff;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
	background-color: #2f93ab;
	border-color: #257487;
	color: #fff;
}
.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: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: #3aadc9;
	border-color: #329db7;
}
.btn-primary .badge{
	background-color: #fff;
	color: #3aadc9;
}
.btn-success{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{
	background-color: #47a447;
	border-color: #398439;
	color: #fff;
}
.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: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: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge{
	background-color: #fff;
	color: #5cb85c;
}
.btn-info{
	background-color: #00b3fe;
	border-color: #00b3fe;
	color: #fff;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{
	background-color: #39b3d7;
	border-color: #269abc;
	color: #fff;
}
.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: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: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge{
	background-color: #fff;
	color: #5bc0de;
}
.btn-warning{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{
	background-color: #ed9c28;
	border-color: #d58512;
	color: #fff;
}
.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: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: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge{
	background-color: #fff;
	color: #f0ad4e;
}
.btn-danger{
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{
	background-color: #d2322d;
	border-color: #ac2925;
	color: #fff;
}
.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: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: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge{
	background-color: #fff;
	color: #d9534f;
}
.btn-link{
	border-radius: 0;
	color: #3aadc9;
	cursor: pointer;
	font-weight: normal;
}
.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{
	background-color: transparent;
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{
	border-color: transparent;
}
.btn-link:hover,.btn-link:focus{
	background-color: transparent;
	color: #277b8f;
	text-decoration: underline;
}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{
	color: #999;
	text-decoration: none;
}
.btn-lg,.btn-group-lg>.btn{
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}
.btn-sm,.btn-group-sm>.btn{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs,.btn-group-xs>.btn{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block{
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.btn-block+.btn-block{
	margin-top: 5px;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{
	width: 100%;
}
.fade{
	opacity: 0;
	transition: opacity .15s linear;
	webkit-transition: opacity .15s linear;
}
.fade.in{
	opacity: 1;
}
.collapse{
	display: none;
}
.collapse.in{
	display: block;
}
.collapsing{
	height: 0;
	overflow: hidden;
	position: relative;
	transition: height .35s ease;
	webkit-transition: height .35s ease;
}
@font-face{
	font-family: 'Glyphicons Halflings';
	src: url('//static.omegatheme.com/templates/omegatheme/bootstrap3/fonts/glyphicons-halflings-regular.eot');
	src: url('//static.omegatheme.com/templates/omegatheme/bootstrap3/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../bootstrap3/fonts/glyphicons-halflings-regular.woff') format('woff'),url('//static.omegatheme.com/templates/omegatheme/bootstrap3/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('//static.omegatheme.com/templates/omegatheme/bootstrap3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before{
	content: "\2a";
}
.glyphicon-plus:before{
	content: "\2b";
}
.glyphicon-euro:before{
	content: "\20ac";
}
.glyphicon-minus:before{
	content: "\2212";
}
.glyphicon-cloud:before{
	content: "\2601";
}
.glyphicon-envelope:before{
	content: "\2709";
}
.glyphicon-pencil:before{
	content: "\270f";
}
.glyphicon-glass:before{
	content: "\e001";
}
.glyphicon-music:before{
	content: "\e002";
}
.glyphicon-search:before{
	content: "\e003";
}
.glyphicon-heart:before{
	content: "\e005";
}
.glyphicon-star:before{
	content: "\e006";
}
.glyphicon-star-empty:before{
	content: "\e007";
}
.glyphicon-user:before{
	content: "\e008";
}
.glyphicon-film:before{
	content: "\e009";
}
.glyphicon-th-large:before{
	content: "\e010";
}
.glyphicon-th:before{
	content: "\e011";
}
.glyphicon-th-list:before{
	content: "\e012";
}
.glyphicon-ok:before{
	content: "\e013";
}
.glyphicon-remove:before{
	content: "\e014";
}
.glyphicon-zoom-in:before{
	content: "\e015";
}
.glyphicon-zoom-out:before{
	content: "\e016";
}
.glyphicon-off:before{
	content: "\e017";
}
.glyphicon-signal:before{
	content: "\e018";
}
.glyphicon-cog:before{
	content: "\e019";
}
.glyphicon-trash:before{
	content: "\e020";
}
.glyphicon-home:before{
	content: "\e021";
}
.glyphicon-file:before{
	content: "\e022";
}
.glyphicon-time:before{
	content: "\e023";
}
.glyphicon-road:before{
	content: "\e024";
}
.glyphicon-download-alt:before{
	content: "\e025";
}
.glyphicon-download:before{
	content: "\e026";
}
.glyphicon-upload:before{
	content: "\e027";
}
.glyphicon-inbox:before{
	content: "\e028";
}
.glyphicon-play-circle:before{
	content: "\e029";
}
.glyphicon-repeat:before{
	content: "\e030";
}
.glyphicon-refresh:before{
	content: "\e031";
}
.glyphicon-list-alt:before{
	content: "\e032";
}
.glyphicon-lock:before{
	content: "\e033";
}
.glyphicon-flag:before{
	content: "\e034";
}
.glyphicon-headphones:before{
	content: "\e035";
}
.glyphicon-volume-off:before{
	content: "\e036";
}
.glyphicon-volume-down:before{
	content: "\e037";
}
.glyphicon-volume-up:before{
	content: "\e038";
}
.glyphicon-qrcode:before{
	content: "\e039";
}
.glyphicon-barcode:before{
	content: "\e040";
}
.glyphicon-tag:before{
	content: "\e041";
}
.glyphicon-tags:before{
	content: "\e042";
}
.glyphicon-book:before{
	content: "\e043";
}
.glyphicon-bookmark:before{
	content: "\e044";
}
.glyphicon-print:before{
	content: "\e045";
}
.glyphicon-camera:before{
	content: "\e046";
}
.glyphicon-font:before{
	content: "\e047";
}
.glyphicon-bold:before{
	content: "\e048";
}
.glyphicon-italic:before{
	content: "\e049";
}
.glyphicon-text-height:before{
	content: "\e050";
}
.glyphicon-text-width:before{
	content: "\e051";
}
.glyphicon-align-left:before{
	content: "\e052";
}
.glyphicon-align-center:before{
	content: "\e053";
}
.glyphicon-align-right:before{
	content: "\e054";
}
.glyphicon-align-justify:before{
	content: "\e055";
}
.glyphicon-list:before{
	content: "\e056";
}
.glyphicon-indent-left:before{
	content: "\e057";
}
.glyphicon-indent-right:before{
	content: "\e058";
}
.glyphicon-facetime-video:before{
	content: "\e059";
}
.glyphicon-picture:before{
	content: "\e060";
}
.glyphicon-map-marker:before{
	content: "\e062";
}
.glyphicon-adjust:before{
	content: "\e063";
}
.glyphicon-tint:before{
	content: "\e064";
}
.glyphicon-edit:before{
	content: "\e065";
}
.glyphicon-share:before{
	content: "\e066";
}
.glyphicon-check:before{
	content: "\e067";
}
.glyphicon-move:before{
	content: "\e068";
}
.glyphicon-step-backward:before{
	content: "\e069";
}
.glyphicon-fast-backward:before{
	content: "\e070";
}
.glyphicon-backward:before{
	content: "\e071";
}
.glyphicon-play:before{
	content: "\e072";
}
.glyphicon-pause:before{
	content: "\e073";
}
.glyphicon-stop:before{
	content: "\e074";
}
.glyphicon-forward:before{
	content: "\e075";
}
.glyphicon-fast-forward:before{
	content: "\e076";
}
.glyphicon-step-forward:before{
	content: "\e077";
}
.glyphicon-eject:before{
	content: "\e078";
}
.glyphicon-chevron-left:before{
	content: "\e079";
}
.glyphicon-chevron-right:before{
	content: "\e080";
}
.glyphicon-plus-sign:before{
	content: "\e081";
}
.glyphicon-minus-sign:before{
	content: "\e082";
}
.glyphicon-remove-sign:before{
	content: "\e083";
}
.glyphicon-ok-sign:before{
	content: "\e084";
}
.glyphicon-question-sign:before{
	content: "\e085";
}
.glyphicon-info-sign:before{
	content: "\e086";
}
.glyphicon-screenshot:before{
	content: "\e087";
}
.glyphicon-remove-circle:before{
	content: "\e088";
}
.glyphicon-ok-circle:before{
	content: "\e089";
}
.glyphicon-ban-circle:before{
	content: "\e090";
}
.glyphicon-arrow-left:before{
	content: "\e091";
}
.glyphicon-arrow-right:before{
	content: "\e092";
}
.glyphicon-arrow-up:before{
	content: "\e093";
}
.glyphicon-arrow-down:before{
	content: "\e094";
}
.glyphicon-share-alt:before{
	content: "\e095";
}
.glyphicon-resize-full:before{
	content: "\e096";
}
.glyphicon-resize-small:before{
	content: "\e097";
}
.glyphicon-exclamation-sign:before{
	content: "\e101";
}
.glyphicon-gift:before{
	content: "\e102";
}
.glyphicon-leaf:before{
	content: "\e103";
}
.glyphicon-fire:before{
	content: "\e104";
}
.glyphicon-eye-open:before{
	content: "\e105";
}
.glyphicon-eye-close:before{
	content: "\e106";
}
.glyphicon-warning-sign:before{
	content: "\e107";
}
.glyphicon-plane:before{
	content: "\e108";
}
.glyphicon-calendar:before{
	content: "\e109";
}
.glyphicon-random:before{
	content: "\e110";
}
.glyphicon-comment:before{
	content: "\e111";
}
.glyphicon-magnet:before{
	content: "\e112";
}
.glyphicon-chevron-up:before{
	content: "\e113";
}
.glyphicon-chevron-down:before{
	content: "\e114";
}
.glyphicon-retweet:before{
	content: "\e115";
}
.glyphicon-shopping-cart:before{
	content: "\e116";
}
.glyphicon-folder-close:before{
	content: "\e117";
}
.glyphicon-folder-open:before{
	content: "\e118";
}
.glyphicon-resize-vertical:before{
	content: "\e119";
}
.glyphicon-resize-horizontal:before{
	content: "\e120";
}
.glyphicon-hdd:before{
	content: "\e121";
}
.glyphicon-bullhorn:before{
	content: "\e122";
}
.glyphicon-bell:before{
	content: "\e123";
}
.glyphicon-certificate:before{
	content: "\e124";
}
.glyphicon-thumbs-up:before{
	content: "\e125";
}
.glyphicon-thumbs-down:before{
	content: "\e126";
}
.glyphicon-hand-right:before{
	content: "\e127";
}
.glyphicon-hand-left:before{
	content: "\e128";
}
.glyphicon-hand-up:before{
	content: "\e129";
}
.glyphicon-hand-down:before{
	content: "\e130";
}
.glyphicon-circle-arrow-right:before{
	content: "\e131";
}
.glyphicon-circle-arrow-left:before{
	content: "\e132";
}
.glyphicon-circle-arrow-up:before{
	content: "\e133";
}
.glyphicon-circle-arrow-down:before{
	content: "\e134";
}
.glyphicon-globe:before{
	content: "\e135";
}
.glyphicon-wrench:before{
	content: "\e136";
}
.glyphicon-tasks:before{
	content: "\e137";
}
.glyphicon-filter:before{
	content: "\e138";
}
.glyphicon-briefcase:before{
	content: "\e139";
}
.glyphicon-fullscreen:before{
	content: "\e140";
}
.glyphicon-dashboard:before{
	content: "\e141";
}
.glyphicon-paperclip:before{
	content: "\e142";
}
.glyphicon-heart-empty:before{
	content: "\e143";
}
.glyphicon-link:before{
	content: "\e144";
}
.glyphicon-phone:before{
	content: "\e145";
}
.glyphicon-pushpin:before{
	content: "\e146";
}
.glyphicon-usd:before{
	content: "\e148";
}
.glyphicon-gbp:before{
	content: "\e149";
}
.glyphicon-sort:before{
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before{
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before{
	content: "\e152";
}
.glyphicon-sort-by-order:before{
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before{
	content: "\e154";
}
.glyphicon-sort-by-attributes:before{
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before{
	content: "\e156";
}
.glyphicon-unchecked:before{
	content: "\e157";
}
.glyphicon-expand:before{
	content: "\e158";
}
.glyphicon-collapse-down:before{
	content: "\e159";
}
.glyphicon-collapse-up:before{
	content: "\e160";
}
.glyphicon-log-in:before{
	content: "\e161";
}
.glyphicon-flash:before{
	content: "\e162";
}
.glyphicon-log-out:before{
	content: "\e163";
}
.glyphicon-new-window:before{
	content: "\e164";
}
.glyphicon-record:before{
	content: "\e165";
}
.glyphicon-save:before{
	content: "\e166";
}
.glyphicon-open:before{
	content: "\e167";
}
.glyphicon-saved:before{
	content: "\e168";
}
.glyphicon-import:before{
	content: "\e169";
}
.glyphicon-export:before{
	content: "\e170";
}
.glyphicon-send:before{
	content: "\e171";
}
.glyphicon-floppy-disk:before{
	content: "\e172";
}
.glyphicon-floppy-saved:before{
	content: "\e173";
}
.glyphicon-floppy-remove:before{
	content: "\e174";
}
.glyphicon-floppy-save:before{
	content: "\e175";
}
.glyphicon-floppy-open:before{
	content: "\e176";
}
.glyphicon-credit-card:before{
	content: "\e177";
}
.glyphicon-transfer:before{
	content: "\e178";
}
.glyphicon-cutlery:before{
	content: "\e179";
}
.glyphicon-header:before{
	content: "\e180";
}
.glyphicon-compressed:before{
	content: "\e181";
}
.glyphicon-earphone:before{
	content: "\e182";
}
.glyphicon-phone-alt:before{
	content: "\e183";
}
.glyphicon-tower:before{
	content: "\e184";
}
.glyphicon-stats:before{
	content: "\e185";
}
.glyphicon-sd-video:before{
	content: "\e186";
}
.glyphicon-hd-video:before{
	content: "\e187";
}
.glyphicon-subtitles:before{
	content: "\e188";
}
.glyphicon-sound-stereo:before{
	content: "\e189";
}
.glyphicon-sound-dolby:before{
	content: "\e190";
}
.glyphicon-sound-5-1:before{
	content: "\e191";
}
.glyphicon-sound-6-1:before{
	content: "\e192";
}
.glyphicon-sound-7-1:before{
	content: "\e193";
}
.glyphicon-copyright-mark:before{
	content: "\e194";
}
.glyphicon-registration-mark:before{
	content: "\e195";
}
.glyphicon-cloud-download:before{
	content: "\e197";
}
.glyphicon-cloud-upload:before{
	content: "\e198";
}
.glyphicon-tree-conifer:before{
	content: "\e199";
}
.glyphicon-tree-deciduous:before{
	content: "\e200";
}
.caret{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropdown{
	position: relative;
}
.dropdown-toggle:focus{
	outline: 0;
}
.dropdown-menu{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	z-index: 1000;
}
.dropdown-menu.pull-right{
	left: auto;
	right: 0;
}
.dropdown-menu .divider{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.dropdown-menu>li>a{
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857143;
	padding: 8px 20px;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
	background-color: #3aadc9;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
	color: #999;
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: none;
}
.open>.dropdown-menu{
	display: block;
}
.open>a{
	outline: 0;
}
.dropdown-menu-right{
	left: auto;
	right: 0;
}
.dropdown-menu-left{
	left: 0;
	right: auto;
}
.dropdown-header{
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 1.42857143;
	padding: 3px 20px;
}
.dropdown-backdrop{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
.pull-right>.dropdown-menu{
	left: auto;
	right: 0;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
	border-bottom: 4px solid;
	border-top: 0;
	content: "";
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}
@media (min-width:768px){
	.navbar-right .dropdown-menu{
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left{
		left: 0;
		right: auto;
	}
}
.btn-group,.btn-group-vertical{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn{
	float: left;
	position: relative;
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{
	z-index: 2;
}
.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{
	outline: none;
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{
	margin-left: -1px;
}
.btn-toolbar{
	margin-left: -5px;
}
.btn-toolbar .btn-group,.btn-toolbar .input-group{
	float: left;
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{
	margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
	border-radius: 0;
}
.btn-group>.btn:first-child{
	margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group>.btn-group{
	float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{
	border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
	outline: 0;
}
.btn-group>.btn+.dropdown-toggle{
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle{
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle{
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link{
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn .caret{
	margin-left: 0;
}
.btn-lg .caret{
	border-bottom-width: 0;
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret{
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.btn-group-vertical>.btn-group>.btn{
	float: none;
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child){
	border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child){
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}
.btn-group-vertical>.btn:last-child:not(:first-child){
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{
	border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified{
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group{
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified>.btn-group .btn{
	width: 100%;
}
[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{
	display: none;
}
.input-group{
	border-collapse: separate;
	display: table;
	position: relative;
}
.input-group[class*="c-"]{
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control{
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33;
	padding: 10px 16px;
}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{
	height: auto;
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{
	height: auto;
}
.input-group-addon,.input-group-btn,.input-group .form-control{
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){
	border-radius: 0;
}
.input-group-addon,.input-group-btn{
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon.input-sm{
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg{
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{
	margin-top: 0;
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child{
	border-right: 0;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child{
	border-left: 0;
}
.input-group-btn{
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-btn>.btn{
	position: relative;
}
.input-group-btn>.btn+.btn{
	margin-left: -1px;
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{
	z-index: 2;
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{
	margin-right: -1px;
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{
	margin-left: -1px;
}
.nav{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav>li{
	display: block;
	position: relative;
}
.menumagenmarket>li{
	float:left;
}
.nav>li>a{
	display: block;
	padding: 10px;
	position: relative;
}
.nav>li>a:hover,.nav>li>a:focus{
	background-color: none;
	text-decoration: none;
}
.nav>li.disabled>a{
	color: #999;
}
.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{
	background-color: transparent;
	color: #999;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{
	background-color: #eee;
	border-color: #3aadc9;
}
.nav .nav-divider{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.nav>li>a>img{
	max-width: none;
}
.nav-tabs{
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a{
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857143;
	margin-right: 2px;
}
.nav-tabs>li>a:hover{
	border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	cursor: default;
}
.nav-tabs.nav-justified{
	border-bottom: 0;
	width: 100%;
}
.nav-tabs.nav-justified>li{
	float: none;
}
.nav-tabs.nav-justified>li>a{
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu{
	left: auto;
	top: auto;
}
@media (min-width:768px){
	.nav-tabs.nav-justified>li{
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified>li>a{
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified>li>a{
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
	border: 1px solid #ddd;
}
@media (min-width:768px){
	.nav-tabs.nav-justified>li>a{
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
		border-bottom-color: #fff;
	}
}
.nav-pills>li{
	float: left;
}
.nav-pills>li>a{
	border-radius: 4px;
}
.nav-pills>li+li{
	margin-left: 2px;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{
	background-color: #3aadc9;
	color: #fff;
}
.nav-stacked>li{
	float: none;
}
.nav-stacked>li+li{
	margin-left: 0;
	margin-top: 2px;
}
.nav-justified{
	width: 100%;
}
.nav-justified>li{
	float: none;
}
.nav-justified>li>a{
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu{
	left: auto;
	top: auto;
}
@media (min-width:768px){
	.nav-justified>li{
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a{
		margin-bottom: 0;
	}
}
.nav-tabs-justified{
	border-bottom: 0;
}
.nav-tabs-justified>li>a{
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{
	border: 1px solid #ddd;
}
@media (min-width:768px){
	.nav-tabs-justified>li>a{
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{
		border-bottom-color: #fff;
	}
}
.tab-content>.tab-pane{
	display: none;
}
.tab-content>.active{
	display: block;
}
.nav-tabs .dropdown-menu{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}
.navbar{
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 40px;
	position: relative;
}
@media (min-width:768px){
	.navbar{
		border-radius: none;
	}
}
@media (min-width:768px){
	.navbar-header{
		float: left;
	}
}
.navbar-collapse{
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	max-height: 340px;
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px;
	webkit-overflow-scrolling: touch;
}
.navbar-collapse.in{
	overflow-y: auto;
}
@media (min-width:768px){
	.navbar-collapse{
		border-top: 0;
		box-shadow: none;
		width: auto;
	}
	.navbar-collapse.collapse{
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}
	.navbar-collapse.in{
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
		padding-left: 0;
		padding-right: 0;
	}
}
.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width:768px){
	.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{
		margin-left: 0;
		margin-right: 0;
	}
}
.navbar-static-top{
	border-width: 0 0 1px;
	z-index: 1000;
}
@media (min-width:768px){
	.navbar-static-top{
		border-radius: 0;
	}
}
.navbar-fixed-top,.navbar-fixed-bottom{
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
@media (min-width:768px){
	.navbar-fixed-top,.navbar-fixed-bottom{
		border-radius: 0;
	}
}
.navbar-fixed-top{
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-bottom{
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand{
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 20px;
	padding: 10px 15px;
}
.navbar-brand:hover,.navbar-brand:focus{
	text-decoration: none;
}
@media (min-width:768px){
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{
		margin-left: -15px;
	}
}
.navbar-toggle{
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 3px;
	margin-right: 15px;
	margin-top: 3px;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle:focus{
	outline: none;
}
.navbar-toggle .icon-bar{
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 4px;
}
@media (min-width:768px){
	.navbar-toggle{
		display: none;
	}
}
.navbar-nav{
	margin: 5px -15px;
}
.navbar-nav>li>a{
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width:767px){
	.navbar-nav .open .dropdown-menu{
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a{
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{
		background-image: none;
	}
}
@media (min-width:768px){
	.navbar-nav{
		float: left;
		margin: 0;
	}
	.navbar-nav>li{
		float: left;
	}
	.navbar-nav>li>a{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.navbar-nav.navbar-right:last-child{
		margin-right: -15px;
	}
}
@media (min-width:768px){
	.navbar-left{
		float: left !important;
	}
	.navbar-right{
		float: right !important;
	}
}
.navbar-form{
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin-bottom: 3px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 3px;
	padding: 10px 15px;
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}
@media (min-width:768px){
	.navbar-form .form-group{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.navbar-form .input-group>.form-control{
		width: 100%;
	}
	.navbar-form .control-label{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,.navbar-form .checkbox{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{
		float: none;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback{
		top: 0;
	}
}
@media (max-width:767px){
	.navbar-form .form-group{
		margin-bottom: 5px;
	}
}
@media (min-width:768px){
	.navbar-form{
		border: 0;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		webkit-box-shadow: none;
		width: auto;
	}
	.navbar-form.navbar-right:last-child{
		margin-right: -15px;
	}
}
.navbar-nav>li>.dropdown-menu{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.navbar-btn{
	margin-bottom: 3px;
	margin-top: 3px;
}
.navbar-btn.btn-sm{
	margin-bottom: 5px;
	margin-top: 5px;
}
.navbar-btn.btn-xs{
	margin-bottom: 9px;
	margin-top: 9px;
}
.navbar-text{
	margin-bottom: 10px;
	margin-top: 10px;
}
@media (min-width:768px){
	.navbar-text{
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-text.navbar-right:last-child{
		margin-right: 0;
	}
}
.navbar-default{
	background-color: transparent;
	border-color: none;
}
.navbar-default .navbar-brand{
	color: #f9f9f9;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{
	background-color: transparent;
	color: #e0e0e0;
}
.navbar-default .navbar-text{
	color: #f9f9f9;
}
.navbar-default .navbar-nav>li>a{
	color: #f9f9f9;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	background-color: #3aadc9;
	color: #f9f9f9;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
	background-color: transparent;
	color: #f9f9f9;
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{
	background-color: transparent;
	color: #f9f9f9;
}
.navbar-default .navbar-toggle{
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #888;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{
	border-color: none;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
	background-color: transparent;
	color: #f9f9f9;
}
@media (max-width:767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #f9f9f9;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
		background-color: #3aadc9;
		color: #f9f9f9;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
		background-color: transparent;
		color: #f9f9f9;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{
		background-color: transparent;
		color: #f9f9f9;
	}
}
.navbar-default .navbar-link{
	color: #f9f9f9;
}
.navbar-default .navbar-link:hover{
	color: #f9f9f9;
}
.navbar-inverse{
	background-color: transparent;
	border-color: none;
}
.navbar-inverse .navbar-brand{
	color: #f9f9f9;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-text{
	color: #999;
}
.navbar-inverse .navbar-nav>li>a{
	color: #f9f9f9;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
	background-color: #3aadc9;
	color: #f9f9f9;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{
	background-color: transparent;
	color: #f9f9f9;
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{
	background-color: transparent;
	color: #666;
}
.navbar-inverse .navbar-toggle{
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{
	border-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{
	background-color: transparent;
	color: #f9f9f9;
}
@media (max-width:767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{
		border-color: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider{
		background-color: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		color: #f9f9f9;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{
		background-color: #3aadc9;
		color: #f9f9f9;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{
		background-color: transparent;
		color: #f9f9f9;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{
		background-color: transparent;
		color: #666;
	}
}
.navbar-inverse .navbar-link{
	color: #f9f9f9;
}
.navbar-inverse .navbar-link:hover{
	color: #f9f9f9;
}
.breadcrumb{
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px;
}
.breadcrumb>li{
	display: inline-block;
}
.breadcrumb>li+li:before{
	color: #ccc;
	content: "/\00a0";
	padding: 0 5px;
}
.breadcrumb>.active{
	color: #999;
}
.pagination{
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.pagination>li{
	display: inline;
}
.pagination>li>a,.pagination>li>span{
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3aadc9;
	float: left;
	line-height: 1.42857143;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{
	background-color: #eee;
	border-color: #ddd;
	color: #277b8f;
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{
	background-color: #3aadc9;
	border-color: #3aadc9;
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{
	background-color: #fff;
	border-color: #ddd;
	color: #999;
	cursor: not-allowed;
}
.pagination-lg>li>a,.pagination-lg>li>span{
	font-size: 18px;
	padding: 10px 16px;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm>li>a,.pagination-sm>li>span{
	font-size: 12px;
	padding: 5px 10px;
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager{
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}
.pager li{
	display: inline;
}
.pager li>a,.pager li>span{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}
.pager li>a:hover,.pager li>a:focus{
	background-color: #eee;
	text-decoration: none;
}
.pager .next>a,.pager .next>span{
	float: right;
}
.pager .previous>a,.pager .previous>span{
	float: left;
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{
	background-color: #fff;
	color: #999;
	cursor: not-allowed;
}
.label{
	border-radius: .25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label[href]:hover,.label[href]:focus{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.label:empty{
	display: none;
}
.btn .label{
	position: relative;
	top: -1px;
}
.label-default{
	background-color: #999;
}
.label-default[href]:hover,.label-default[href]:focus{
	background-color: #808080;
}
.label-primary{
	background-color: #00b3fe;
}
.label-primary[href]:hover,.label-primary[href]:focus{
	background-color: #2d8ca3;
}
.label-success{
	background-color: #5cb85c;
}
.label-success[href]:hover,.label-success[href]:focus{
	background-color: #449d44;
}
.label-info{
	background-color: #5bc0de;
}
.label-info[href]:hover,.label-info[href]:focus{
	background-color: #31b0d5;
}
.label-warning{
	background-color: #f0ad4e;
}
.label-warning[href]:hover,.label-warning[href]:focus{
	background-color: #ec971f;
}
.label-danger{
	background-color: #d9534f;
}
.label-danger[href]:hover,.label-danger[href]:focus{
	background-color: #c9302c;
}
.badge{
	background-color: #999;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.badge:empty{
	display: none;
}
.btn .badge{
	position: relative;
	top: -1px;
}
.btn-xs .badge{
	padding: 1px 5px;
	top: 0;
}
a.badge:hover,a.badge:focus{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{
	background-color: #fff;
	color: #3aadc9;
}
.nav-pills>li>a>.badge{
	margin-left: 3px;
}
.jumbotron{
	background-color: #eee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px;
}
.jumbotron h1,.jumbotron .h1{
	color: inherit;
}
.jumbotron p{
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}
.container .jumbotron{
	border-radius: 6px;
}
.jumbotron .container{
	max-width: 100%;
}
@media screen and (min-width:768px){
	.jumbotron{
		padding-bottom: 48px;
		padding-top: 48px;
	}
	.container .jumbotron{
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,.jumbotron .h1{
		font-size: 63px;
	}
}
.thumbnail{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857143;
	margin-bottom: 20px;
	padding: 4px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.thumbnail>img,.thumbnail a>img{
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{
	border-color: #3aadc9;
}
.thumbnail .caption{
	color: #555;
	padding: 9px;
}
.alert{
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4{
	color: inherit;
	margin-top: 0;
}
.alert .alert-link{
	font-weight: bold;
}
.alert>p,.alert>ul{
	margin-bottom: 0;
}
.alert>p+p{
	margin-top: 5px;
}
.alert-dismissable{
	padding-right: 35px;
}
.alert-dismissable .close{
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr{
	border-top-color: #c9e2b3;
}
.alert-success .alert-link{
	color: #2b542c;
}
.alert-info{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr{
	border-top-color: #a6e1ec;
}
.alert-info .alert-link{
	color: #245269;
}
.alert-warning{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr{
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link{
	color: #66512c;
}
.alert-danger{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr{
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link{
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes{
	from{
		background-position: 40px 0;
	}
	to{
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes{
	from{
		background-position: 40px 0;
	}
	to{
		background-position: 0 0;
	}
}
.progress{
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar{
	background-color: #3aadc9;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	transition: width .6s ease;
	webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	webkit-transition: width .6s ease;
	width: 0%;
}
.progress-striped .progress-bar{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar{
	animation: progress-bar-stripes 2s linear infinite;
	webkit-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success{
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info{
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning{
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger{
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.media,.media-body{
	overflow: hidden;
	zoom: 1;
}
.media,.media .media{
	margin-top: 15px;
}
.media:first-child{
	margin-top: 0;
}
.media-object{
	display: block;
}
.media-heading{
	margin: 0 0 5px;
}
.media>.pull-left{
	margin-right: 10px;
}
.media>.pull-right{
	margin-left: 10px;
}
.media-list{
	list-style: none;
	padding-left: 0;
}
.list-group{
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item{
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.list-group-item:first-child{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}
.list-group-item>.badge{
	float: right;
}
.list-group-item>.badge+.badge{
	margin-right: 5px;
}
a.list-group-item{
	color: #555;
}
a.list-group-item .list-group-item-heading{
	color: #333;
}
a.list-group-item:hover,a.list-group-item:focus{
	background-color: #f5f5f5;
	text-decoration: none;
}
a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{
	background-color: #3aadc9;
	border-color: #3aadc9;
	color: #fff;
	z-index: 2;
}
a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{
	color: inherit;
}
a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{
	color: #daf0f5;
}
.list-group-item-success{
	background-color: #dff0d8;
	color: #3c763d;
}
a.list-group-item-success{
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading{
	color: inherit;
}
a.list-group-item-success:hover,a.list-group-item-success:focus{
	background-color: #d0e9c6;
	color: #3c763d;
}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}
.list-group-item-info{
	background-color: #d9edf7;
	color: #31708f;
}
a.list-group-item-info{
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading{
	color: inherit;
}
a.list-group-item-info:hover,a.list-group-item-info:focus{
	background-color: #c4e3f3;
	color: #31708f;
}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}
.list-group-item-warning{
	background-color: #fcf8e3;
	color: #8a6d3b;
}
a.list-group-item-warning{
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading{
	color: inherit;
}
a.list-group-item-warning:hover,a.list-group-item-warning:focus{
	background-color: #faf2cc;
	color: #8a6d3b;
}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}
.list-group-item-danger{
	background-color: #f2dede;
	color: #a94442;
}
a.list-group-item-danger{
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading{
	color: inherit;
}
a.list-group-item-danger:hover,a.list-group-item-danger:focus{
	background-color: #ebcccc;
	color: #a94442;
}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}
.list-group-item-heading{
	margin-bottom: 5px;
	margin-top: 0;
}
.list-group-item-text{
	line-height: 1.3;
	margin-bottom: 0;
}
.panel{
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body{
	padding: 15px;
}
.panel-heading{
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.panel-heading>.dropdown .dropdown-toggle{
	color: inherit;
}
.panel-title{
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-title>a{
	color: inherit;
}
.panel-footer{
	background-color: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
.panel>.list-group{
	margin-bottom: 0;
}
.panel>.list-group .list-group-item{
	border-radius: 0;
	border-width: 1px 0;
}
.panel>.list-group:first-child .list-group-item:first-child{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child{
	border-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child{
	border-top-width: 0;
}
.panel>.table,.panel>.table-responsive>.table{
	margin-bottom: 0;
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{
	border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{
	border-top-right-radius: 3px;
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{
	border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{
	border-top: 0;
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{
	border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{
	border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{
	border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{
	border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{
	border-bottom: 0;
}
.panel>.table-responsive{
	border: 0;
	margin-bottom: 0;
}
.panel-group{
	margin-bottom: 20px;
}
.panel-group .panel{
	border-radius: 4px;
	margin-bottom: 0;
	overflow: hidden;
}
.panel-group .panel+.panel{
	margin-top: 5px;
}
.panel-group .panel-heading{
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body{
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer{
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body{
	border-bottom: 1px solid #ddd;
}
.panel-default{
	border-color: #ddd;
}
.panel-default>.panel-heading{
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #ddd;
}
.panel-default>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color: #ddd;
}
.panel-primary{
	border-color: #3aadc9;
}
.panel-primary>.panel-heading{
	background-color: #3aadc9;
	border-color: #3aadc9;
	color: #fff;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #3aadc9;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color: #3aadc9;
}
.panel-success{
	border-color: #d6e9c6;
}
.panel-success>.panel-heading{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.panel-success>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #d6e9c6;
}
.panel-success>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color: #d6e9c6;
}
.panel-info{
	border-color: #bce8f1;
}
.panel-info>.panel-heading{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.panel-info>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #bce8f1;
}
.panel-info>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color: #bce8f1;
}
.panel-warning{
	border-color: #faebcc;
}
.panel-warning>.panel-heading{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #faebcc;
}
.panel-warning>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color: #faebcc;
}
.panel-danger{
	border-color: #ebccd1;
}
.panel-danger>.panel-heading{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #ebccd1;
}
.panel-danger>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color: #ebccd1;
}
.well{
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote{
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-lg{
	border-radius: 6px;
	padding: 24px;
}
.well-sm{
	border-radius: 3px;
	padding: 9px;
}
.close{
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #fff;
}
.close:hover,.close:focus{
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
	text-decoration: none;
}
button.close{
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	webkit-appearance: none;
}
.modal-open{
	overflow: hidden;
}
.modal{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1050;
}
.modal.fade .modal-dialog{
	moz-transition: -moz-transform 0.3s ease-out;
	ms-transform: translate(0, -25%);
	o-transition: -o-transform 0.3s ease-out;
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
	webkit-transform: translate(0, -25%);
	webkit-transition: -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog{
	ms-transform: translate(0, 0);
	transform: translate(0, 0);
	webkit-transform: translate(0, 0);
}
.modal-dialog{
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	outline: none;
	position: relative;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.modal-backdrop{
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade{
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in{
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header{
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
	padding: 15px;
}
.modal-header .close{
	margin-top: -2px;
}
.modal-title{
	line-height: 1.42857143;
	margin: 0;
}
.modal-body{
	padding: 20px;
	position: relative;
}
.modal-footer{
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
}
.modal-footer .btn+.btn{
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn{
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block{
	margin-left: 0;
}
@media (min-width:768px){
	.modal-dialog{
		margin: 30px auto;
		width: 600px;
	}
	.modal-content{
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}
	.modal-sm{
		width: 300px;
	}
}
@media (min-width:992px){
	.modal-lg{
		width: 900px;
	}
}
.tooltip{
	display: block;
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1030;
}
.tooltip.in{
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top{
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right{
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom{
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left{
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner{
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow{
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
}
.tooltip.top-right .tooltip-arrow{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	right: 5px;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	right: 5px;
	top: 0;
}
.popover{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	left: 0;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
	z-index: 1010;
}
.popover.top{
	margin-top: -10px;
}
.popover.right{
	margin-left: 10px;
}
.popover.bottom{
	margin-top: 10px;
}
.popover.left{
	margin-left: -10px;
}
.popover-title{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content{
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover>.arrow{
	border-width: 11px;
}
.popover>.arrow:after{
	border-width: 10px;
	content: "";
}
.popover.top>.arrow{
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top>.arrow:after{
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.right>.arrow{
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right>.arrow:after{
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom>.arrow{
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom>.arrow:after{
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left>.arrow{
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left>.arrow:after{
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}
.carousel{
	position: relative;
}
.carousel-inner{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item{
	display: none;
	position: relative;
	transition: .6s ease-in-out left;
	webkit-transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
	line-height: 1;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
	display: block;
}
.carousel-inner>.active{
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev{
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next{
	left: 100%;
}
.carousel-inner>.prev{
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
	left: 0;
}
.carousel-inner>.active.left{
	left: -100%;
}
.carousel-inner>.active.right{
	left: 100%;
}
.carousel-control{
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: .5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	top: 0;
	width: 15%;
}
.carousel-control.left{
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right{
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	left: auto;
	right: 0;
}
.carousel-control:hover,.carousel-control:focus{
	color: #fff;
	filter: alpha(opacity=90);
	opacity: .9;
	outline: none;
	text-decoration: none;
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{
	left: 50%;
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{
	right: 50%;
}
.carousel-control .icon-prev,.carousel-control .icon-next{
	font-family: serif;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev:before{
	content: '\2039';
}
.carousel-control .icon-next:before{
	content: '\203a';
}
.carousel-indicators{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li{
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active{
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption{
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	z-index: 10;
}
.carousel-caption .btn{
	text-shadow: none;
}
@media screen and (min-width:768px){
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{
		font-size: 30px;
		height: 30px;
		margin-left: -15px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-caption{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators{
		bottom: 20px;
	}
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{
	content: " ";
	display: table;
}
.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{
	clear: both;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden{
	display: none !important;
	visibility: hidden !important;
}
.affix{
	position: fixed;
}
@-ms-viewport{
	width: device-width;
}
.visible-xs,.visible-sm,.visible-md,.visible-lg{
	display: none !important;
}
@media (max-width:767px){
	.visible-xs{
		display: block !important;
	}
	table.visible-xs{
		display: table;
	}
	tr.visible-xs{
		display: table-row !important;
	}
	th.visible-xs,td.visible-xs{
		display: table-cell !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.visible-sm{
		display: block !important;
	}
	table.visible-sm{
		display: table;
	}
	tr.visible-sm{
		display: table-row !important;
	}
	th.visible-sm,td.visible-sm{
		display: table-cell !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.visible-md{
		display: block !important;
	}
	table.visible-md{
		display: table;
	}
	tr.visible-md{
		display: table-row !important;
	}
	th.visible-md,td.visible-md{
		display: table-cell !important;
	}
}
@media (min-width:1200px){
	.visible-lg{
		display: block !important;
	}
	table.visible-lg{
		display: table;
	}
	tr.visible-lg{
		display: table-row !important;
	}
	th.visible-lg,td.visible-lg{
		display: table-cell !important;
	}
}
@media (max-width:767px){
	.hidden-xs{
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-sm{
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{
		display: none !important;
	}
}
@media (min-width:1200px){
	.hidden-lg{
		display: none !important;
	}
}
.visible-print{
	display: none !important;
}
@media print{
	.visible-print{
		display: block !important;
	}
	table.visible-print{
		display: table;
	}
	tr.visible-print{
		display: table-row !important;
	}
	th.visible-print,td.visible-print{
		display: table-cell !important;
	}
}
@media print{
	.hidden-print{
		display: none !important;
	}
}
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn:active,.btn.active{
	background-image: none;
}
.btn-default{
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #ccc;
	border-color: #dbdbdb;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	text-shadow: 0 1px 0 #fff;
}
.btn-default:hover,.btn-default:focus{
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn-default:active,.btn-default.active{
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-primary{
	border-color: #287e93;
}
.btn-primary:hover,.btn-primary:focus{
	background-color: #2b859b;
	background-position: 0 -15px;
}
.btn-primary:active,.btn-primary.active{
	background-color: #2b859b;
	border-color: #287e93;
}
.btn-success{
	border-color: #3e8f3e;
}
.btn-success:hover,.btn-success:focus{
	background-color: #419641;
	background-position: 0 -15px;
}
.btn-success:active,.btn-success.active{
	background-color: #419641;
	border-color: #3e8f3e;
}
.btn-info{
	border-color: #00b3fe;
}
.btn-info:hover,.btn-info:focus{
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active,.btn-info.active{
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-danger{
	background-image: none !important;
	border-color: #fd6152 !important;
	background-color: #fd6152;
}
.btn-danger:hover,.btn-danger:focus{
	background-color: #fd6152;
	border-color: #fd6152;
}
.btn-danger:active,.btn-danger.active{
	background-color: #fd6152;
	border-color: #fd6152;
}
.btn-warning{
	border-color: #e38d13;
}
.btn-warning:hover,.btn-warning:focus{
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-warning:active,.btn-warning.active{
	background-color: #eb9316;
	border-color: #e38d13;
}
.btn-danger{
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
}
.btn-danger:hover,.btn-danger:focus{
	background-color: #c12e2a;
	background-position: 0 -15px;
}
.btn-danger:active,.btn-danger.active{
	background-color: #c12e2a;
	border-color: #b92c28;
}
.thumbnail,.img-thumbnail{
	box-shadow: 0 1px 2px rgba(0,0,0,0.075);
	webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
	background-color: #e8e8e8;
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
	background-color: #329db7;
	background-image: linear-gradient(to bottom, #3aadc9 0, #329db7 100%);
	background-image: -webkit-linear-gradient(top, #3aadc9 0, #329db7 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3aadc9', endColorstr='#ff329db7', GradientType=0);
}
.navbar-default{
	background-image: linear-gradient(to bottom, rgba(26,26,26,0) 0, transparent 100%);
	background-image: -webkit-linear-gradient(top, rgba(26,26,26,0) 0, transparent 100%);
	background-repeat: repeat-x;
	border-radius: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#00000000', GradientType=0);
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
}
.navbar-default .navbar-nav>.active>a{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
	background-repeat: repeat-x;
	box-shadow: inset 0 3px 9px rgba(0,0,0,0.075);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.075);
}
.navbar-brand,.navbar-nav>li>a{
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
.navbar-inverse{
	background-image: linear-gradient(to bottom, rgba(26,26,26,0) 0, transparent 100%);
	background-image: -webkit-linear-gradient(top, rgba(26,26,26,0) 0, transparent 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#00000000', GradientType=0);
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{
	border-radius: 0;
}
.alert{
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
}
.alert-success{
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-repeat: repeat-x;
	border-color: #b2dba1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.alert-info{
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-repeat: repeat-x;
	border-color: #9acfea;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.alert-warning{
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-repeat: repeat-x;
	border-color: #f5e79e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.alert-danger{
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.progress{
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar{
	background-image: linear-gradient(to bottom, #3aadc9 0, #2d8ca3 100%);
	background-image: -webkit-linear-gradient(top, #3aadc9 0, #2d8ca3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3aadc9', endColorstr='#ff2d8ca3', GradientType=0);
}
.progress-bar-success{
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info{
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning{
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger{
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group{
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.075);
	webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{
	background-image: linear-gradient(to bottom, #3aadc9 0, #2f95ad 100%);
	background-image: -webkit-linear-gradient(top, #3aadc9 0, #2f95ad 100%);
	background-repeat: repeat-x;
	border-color: #2f95ad;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3aadc9', endColorstr='#ff2f95ad', GradientType=0);
	text-shadow: 0 -1px 0 #2d8ca3;
}
.panel{
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.panel-default>.panel-heading{
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary>.panel-heading{
	background-image: linear-gradient(to bottom, #3aadc9 0, #329db7 100%);
	background-image: -webkit-linear-gradient(top, #3aadc9 0, #329db7 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3aadc9', endColorstr='#ff329db7', GradientType=0);
}
.panel-success>.panel-heading{
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info>.panel-heading{
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning>.panel-heading{
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger>.panel-heading{
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
	background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well{
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);
}
@font-face{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}
.fa{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	webkit-font-smoothing: antialiased;
}
.fa-lg{
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%;
}
.fa-2x{
	font-size: 2em;
}
.fa-3x{
	font-size: 3em;
}
.fa-4x{
	font-size: 4em;
}
.fa-5x{
	font-size: 5em;
}
.fa-fw{
	text-align: center;
	width: 1.2857142857142858em;
}
.fa-ul{
	list-style-type: none;
	margin-left: 2.142857142857143em;
	padding-left: 0;
}
.fa-ul>li{
	position: relative;
}
.fa-li{
	left: -2.142857142857143em;
	position: absolute;
	text-align: center;
	top: .14285714285714285em;
	width: 2.142857142857143em;
}
.fa-li.fa-lg{
	left: -1.8571428571428572em;
}
.fa-border{
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
.fa.pull-left{
	margin-right: .3em;
}
.fa.pull-right{
	margin-left: .3em;
}
.fa-spin{
	animation: spin 2s infinite linear;
	moz-animation: spin 2s infinite linear;
	o-animation: spin 2s infinite linear;
	webkit-animation: spin 2s infinite linear;
}
@-moz-keyframes spin{
	0%{
		moz-transform: rotate(0deg);
	}
	100%{
		moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin{
	0%{
		webkit-transform: rotate(0deg);
	}
	100%{
		webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin{
	0%{
		o-transform: rotate(0deg);
	}
	100%{
		o-transform: rotate(359deg);
	}
}
@-ms-keyframes spin{
	0%{
		ms-transform: rotate(0deg);
	}
	100%{
		ms-transform: rotate(359deg);
	}
}
@keyframes spin{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(359deg);
	}
}
.fa-rotate-90{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	moz-transform: rotate(90deg);
	ms-transform: rotate(90deg);
	o-transform: rotate(90deg);
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
}
.fa-rotate-180{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	moz-transform: rotate(180deg);
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
.fa-rotate-270{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	moz-transform: rotate(270deg);
	ms-transform: rotate(270deg);
	o-transform: rotate(270deg);
	transform: rotate(270deg);
	webkit-transform: rotate(270deg);
}
.fa-flip-horizontal{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
	moz-transform: scale(-1,1);
	ms-transform: scale(-1,1);
	o-transform: scale(-1,1);
	transform: scale(-1,1);
	webkit-transform: scale(-1,1);
}
.fa-flip-vertical{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
	moz-transform: scale(1,-1);
	ms-transform: scale(1,-1);
	o-transform: scale(1,-1);
	transform: scale(1,-1);
	webkit-transform: scale(1,-1);
}
.fa-stack{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.fa-stack-1x,.fa-stack-2x{
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.fa-stack-1x{
	line-height: inherit;
}
.fa-stack-2x{
	font-size: 2em;
}
.fa-inverse{
	color: #fff;
}
.fa-glass:before{
	content: "\f000";
}
.fa-music:before{
	content: "\f001";
}
.fa-search:before{
	content: "\f002";
}
.fa-envelope-o:before{
	content: "\f003";
}
.fa-heart:before{
	content: "\f004";
}
.fa-star:before{
	content: "\f005";
}
.fa-star-o:before{
	content: "\f006";
}
.fa-user:before{
	content: "\f007";
}
.fa-film:before{
	content: "\f008";
}
.fa-th-large:before{
	content: "\f009";
}
.fa-th:before{
	content: "\f00a";
}
.fa-th-list:before{
	content: "\f00b";
}
.fa-check:before{
	content: "\f00c";
}
.fa-times:before{
	content: "\f00d";
}
.fa-search-plus:before{
	content: "\f00e";
}
.fa-search-minus:before{
	content: "\f010";
}
.fa-power-off:before{
	content: "\f011";
}
.fa-signal:before{
	content: "\f012";
}
.fa-gear:before,.fa-cog:before{
	content: "\f013";
}
.fa-trash-o:before{
	content: "\f014";
}
.fa-home:before{
	content: "\f015";
}
.fa-file-o:before{
	content: "\f016";
}
.fa-clock-o:before{
	content: "\f017";
}
.fa-road:before{
	content: "\f018";
}
.fa-download:before{
	content: "\f019";
}
.fa-arrow-circle-o-down:before{
	content: "\f01a";
}
.fa-arrow-circle-o-up:before{
	content: "\f01b";
}
.fa-inbox:before{
	content: "\f01c";
}
.fa-play-circle-o:before{
	content: "\f01d";
}
.fa-rotate-right:before,.fa-repeat:before{
	content: "\f01e";
}
.fa-refresh:before{
	content: "\f021";
}
.fa-list-alt:before{
	content: "\f022";
}
.fa-lock:before{
	content: "\f023";
}
.fa-flag:before{
	content: "\f024";
}
.fa-headphones:before{
	content: "\f025";
}
.fa-volume-off:before{
	content: "\f026";
}
.fa-volume-down:before{
	content: "\f027";
}
.fa-volume-up:before{
	content: "\f028";
}
.fa-qrcode:before{
	content: "\f029";
}
.fa-barcode:before{
	content: "\f02a";
}
.fa-tag:before{
	content: "\f02b";
}
.fa-tags:before{
	content: "\f02c";
}
.fa-book:before{
	content: "\f02d";
}
.fa-bookmark:before{
	content: "\f02e";
}
.fa-print:before{
	content: "\f02f";
}
.fa-camera:before{
	content: "\f030";
}
.fa-font:before{
	content: "\f031";
}
.fa-bold:before{
	content: "\f032";
}
.fa-italic:before{
	content: "\f033";
}
.fa-text-height:before{
	content: "\f034";
}
.fa-text-width:before{
	content: "\f035";
}
.fa-align-left:before{
	content: "\f036";
}
.fa-align-center:before{
	content: "\f037";
}
.fa-align-right:before{
	content: "\f038";
}
.fa-align-justify:before{
	content: "\f039";
}
.fa-list:before{
	content: "\f03a";
}
.fa-dedent:before,.fa-outdent:before{
	content: "\f03b";
}
.fa-indent:before{
	content: "\f03c";
}
.fa-video-camera:before{
	content: "\f03d";
}
.fa-picture-o:before{
	content: "\f03e";
}
.fa-pencil:before{
	content: "\f040";
}
.fa-map-marker:before{
	content: "\f041";
}
.fa-adjust:before{
	content: "\f042";
}
.fa-tint:before{
	content: "\f043";
}
.fa-edit:before,.fa-pencil-square-o:before{
	content: "\f044";
}
.fa-share-square-o:before{
	content: "\f045";
}
.fa-check-square-o:before{
	content: "\f046";
}
.fa-arrows:before{
	content: "\f047";
}
.fa-step-backward:before{
	content: "\f048";
}
.fa-fast-backward:before{
	content: "\f049";
}
.fa-backward:before{
	content: "\f04a";
}
.fa-play:before{
	content: "\f04b";
}
.fa-pause:before{
	content: "\f04c";
}
.fa-stop:before{
	content: "\f04d";
}
.fa-forward:before{
	content: "\f04e";
}
.fa-fast-forward:before{
	content: "\f050";
}
.fa-step-forward:before{
	content: "\f051";
}
.fa-eject:before{
	content: "\f052";
}
.fa-chevron-left:before{
	content: "\f053";
}
.fa-chevron-right:before{
	content: "\f054";
}
.fa-plus-circle:before{
	content: "\f055";
}
.fa-minus-circle:before{
	content: "\f056";
}
.fa-times-circle:before{
	content: "\f057";
}
.fa-check-circle:before{
	content: "\f058";
}
.fa-question-circle:before{
	content: "\f059";
}
.fa-info-circle:before{
	content: "\f05a";
}
.fa-crosshairs:before{
	content: "\f05b";
}
.fa-times-circle-o:before{
	content: "\f05c";
}
.fa-check-circle-o:before{
	content: "\f05d";
}
.fa-ban:before{
	content: "\f05e";
}
.fa-arrow-left:before{
	content: "\f060";
}
.fa-arrow-right:before{
	content: "\f061";
}
.fa-arrow-up:before{
	content: "\f062";
}
.fa-arrow-down:before{
	content: "\f063";
}
.fa-mail-forward:before,.fa-share:before{
	content: "\f064";
}
.fa-expand:before{
	content: "\f065";
}
.fa-compress:before{
	content: "\f066";
}
.fa-plus:before{
	content: "\f067";
}
.fa-minus:before{
	content: "\f068";
}
.fa-asterisk:before{
	content: "\f069";
}
.fa-exclamation-circle:before{
	content: "\f06a";
}
.fa-gift:before{
	content: "\f06b";
}
.fa-leaf:before{
	content: "\f06c";
}
.fa-fire:before{
	content: "\f06d";
}
.fa-eye:before{
	content: "\f06e";
}
.fa-eye-slash:before{
	content: "\f070";
}
.fa-warning:before,.fa-exclamation-triangle:before{
	content: "\f071";
}
.fa-plane:before{
	content: "\f072";
}
.fa-calendar:before{
	content: "\f073";
}
.fa-random:before{
	content: "\f074";
}
.fa-comment:before{
	content: "\f075";
}
.fa-magnet:before{
	content: "\f076";
}
.fa-chevron-up:before{
	content: "\f077";
}
.fa-chevron-down:before{
	content: "\f078";
}
.fa-retweet:before{
	content: "\f079";
}
.fa-shopping-cart:before{
	content: "\f07a";
}
.fa-folder:before{
	content: "\f07b";
}
.fa-folder-open:before{
	content: "\f07c";
}
.fa-arrows-v:before{
	content: "\f07d";
}
.fa-arrows-h:before{
	content: "\f07e";
}
.fa-bar-chart-o:before{
	content: "\f080";
}
.fa-twitter-square:before{
	content: "\f081";
}
.fa-facebook-square:before{
	content: "\f082";
}
.fa-camera-retro:before{
	content: "\f083";
}
.fa-key:before{
	content: "\f084";
}
.fa-gears:before,.fa-cogs:before{
	content: "\f085";
}
.fa-comments:before{
	content: "\f086";
}
.fa-thumbs-o-up:before{
	content: "\f087";
}
.fa-thumbs-o-down:before{
	content: "\f088";
}
.fa-star-half:before{
	content: "\f089";
}
.fa-heart-o:before{
	content: "\f08a";
}
.fa-sign-out:before{
	content: "\f08b";
}
.fa-linkedin-square:before{
	content: "\f08c";
}
.fa-thumb-tack:before{
	content: "\f08d";
}
.fa-external-link:before{
	content: "\f08e";
}
.fa-sign-in:before{
	content: "\f090";
}
.fa-trophy:before{
	content: "\f091";
}
.fa-github-square:before{
	content: "\f092";
}
.fa-upload:before{
	content: "\f093";
}
.fa-lemon-o:before{
	content: "\f094";
}
.fa-phone:before{
	content: "\f095";
}
.fa-square-o:before{
	content: "\f096";
}
.fa-bookmark-o:before{
	content: "\f097";
}
.fa-phone-square:before{
	content: "\f098";
}
.fa-twitter:before{
	content: "\f099";
}
.fa-facebook:before{
	content: "\f09a";
}
.fa-github:before{
	content: "\f09b";
}
.fa-unlock:before{
	content: "\f09c";
}
.fa-credit-card:before{
	content: "\f09d";
}
.fa-rss:before{
	content: "\f09e";
}
.fa-hdd-o:before{
	content: "\f0a0";
}
.fa-bullhorn:before{
	content: "\f0a1";
}
.fa-bell:before{
	content: "\f0f3";
}
.fa-certificate:before{
	content: "\f0a3";
}
.fa-hand-o-right:before{
	content: "\f0a4";
}
.fa-hand-o-left:before{
	content: "\f0a5";
}
.fa-hand-o-up:before{
	content: "\f0a6";
}
.fa-hand-o-down:before{
	content: "\f0a7";
}
.fa-arrow-circle-left:before{
	content: "\f0a8";
}
.fa-arrow-circle-right:before{
	content: "\f0a9";
}
.fa-arrow-circle-up:before{
	content: "\f0aa";
}
.fa-arrow-circle-down:before{
	content: "\f0ab";
}
.fa-globe:before{
	content: "\f0ac";
}
.fa-wrench:before{
	content: "\f0ad";
}
.fa-tasks:before{
	content: "\f0ae";
}
.fa-filter:before{
	content: "\f0b0";
}
.fa-briefcase:before{
	content: "\f0b1";
}
.fa-arrows-alt:before{
	content: "\f0b2";
}
.fa-group:before,.fa-users:before{
	content: "\f0c0";
}
.fa-chain:before,.fa-link:before{
	content: "\f0c1";
}
.fa-cloud:before{
	content: "\f0c2";
}
.fa-flask:before{
	content: "\f0c3";
}
.fa-cut:before,.fa-scissors:before{
	content: "\f0c4";
}
.fa-copy:before,.fa-files-o:before{
	content: "\f0c5";
}
.fa-paperclip:before{
	content: "\f0c6";
}
.fa-save:before,.fa-floppy-o:before{
	content: "\f0c7";
}
.fa-square:before{
	content: "\f0c8";
}
.fa-bars:before{
	content: "\f0c9";
}
.fa-list-ul:before{
	content: "\f0ca";
}
.fa-list-ol:before{
	content: "\f0cb";
}
.fa-strikethrough:before{
	content: "\f0cc";
}
.fa-underline:before{
	content: "\f0cd";
}
.fa-table:before{
	content: "\f0ce";
}
.fa-magic:before{
	content: "\f0d0";
}
.fa-truck:before{
	content: "\f0d1";
}
.fa-pinterest:before{
	content: "\f0d2";
}
.fa-pinterest-square:before{
	content: "\f0d3";
}
.fa-google-plus-square:before{
	content: "\f0d4";
}
.fa-google-plus:before{
	content: "\f0d5";
}
.fa-money:before{
	content: "\f0d6";
}
.fa-caret-down:before{
	content: "\f0d7";
}
.fa-caret-up:before{
	content: "\f0d8";
}
.fa-caret-left:before{
	content: "\f0d9";
}
.fa-caret-right:before{
	content: "\f0da";
}
.fa-columns:before{
	content: "\f0db";
}
.fa-unsorted:before,.fa-sort:before{
	content: "\f0dc";
}
.fa-sort-down:before,.fa-sort-asc:before{
	content: "\f0dd";
}
.fa-sort-up:before,.fa-sort-desc:before{
	content: "\f0de";
}
.fa-envelope:before{
	content: "\f0e0";
}
.fa-linkedin:before{
	content: "\f0e1";
}
.fa-rotate-left:before,.fa-undo:before{
	content: "\f0e2";
}
.fa-legal:before,.fa-gavel:before{
	content: "\f0e3";
}
.fa-dashboard:before,.fa-tachometer:before{
	content: "\f0e4";
}
.fa-comment-o:before{
	content: "\f0e5";
}
.fa-comments-o:before{
	content: "\f0e6";
}
.fa-flash:before,.fa-bolt:before{
	content: "\f0e7";
}
.fa-sitemap:before{
	content: "\f0e8";
}
.fa-umbrella:before{
	content: "\f0e9";
}
.fa-paste:before,.fa-clipboard:before{
	content: "\f0ea";
}
.fa-lightbulb-o:before{
	content: "\f0eb";
}
.fa-exchange:before{
	content: "\f0ec";
}
.fa-cloud-download:before{
	content: "\f0ed";
}
.fa-cloud-upload:before{
	content: "\f0ee";
}
.fa-user-md:before{
	content: "\f0f0";
}
.fa-stethoscope:before{
	content: "\f0f1";
}
.fa-suitcase:before{
	content: "\f0f2";
}
.fa-bell-o:before{
	content: "\f0a2";
}
.fa-coffee:before{
	content: "\f0f4";
}
.fa-cutlery:before{
	content: "\f0f5";
}
.fa-file-text-o:before{
	content: "\f0f6";
}
.fa-building-o:before{
	content: "\f0f7";
}
.fa-hospital-o:before{
	content: "\f0f8";
}
.fa-ambulance:before{
	content: "\f0f9";
}
.fa-medkit:before{
	content: "\f0fa";
}
.fa-fighter-jet:before{
	content: "\f0fb";
}
.fa-beer:before{
	content: "\f0fc";
}
.fa-h-square:before{
	content: "\f0fd";
}
.fa-plus-square:before{
	content: "\f0fe";
}
.fa-angle-double-left:before{
	content: "\f100";
}
.fa-angle-double-right:before{
	content: "\f101";
}
.fa-angle-double-up:before{
	content: "\f102";
}
.fa-angle-double-down:before{
	content: "\f103";
}
.fa-angle-left:before{
	content: "\f104";
}
.fa-angle-right:before{
	content: "\f105";
}
.fa-angle-up:before{
	content: "\f106";
}
.fa-angle-down:before{
	content: "\f107";
}
.fa-desktop:before{
	content: "\f108";
}
.fa-laptop:before{
	content: "\f109";
}
.fa-tablet:before{
	content: "\f10a";
}
.fa-mobile-phone:before,.fa-mobile:before{
	content: "\f10b";
}
.fa-circle-o:before{
	content: "\f10c";
}
.fa-quote-left:before{
	content: "\f10d";
}
.fa-quote-right:before{
	content: "\f10e";
}
.fa-spinner:before{
	content: "\f110";
}
.fa-circle:before{
	content: "\f111";
}
.fa-mail-reply:before,.fa-reply:before{
	content: "\f112";
}
.fa-github-alt:before{
	content: "\f113";
}
.fa-folder-o:before{
	content: "\f114";
}
.fa-folder-open-o:before{
	content: "\f115";
}
.fa-smile-o:before{
	content: "\f118";
}
.fa-frown-o:before{
	content: "\f119";
}
.fa-meh-o:before{
	content: "\f11a";
}
.fa-gamepad:before{
	content: "\f11b";
}
.fa-keyboard-o:before{
	content: "\f11c";
}
.fa-flag-o:before{
	content: "\f11d";
}
.fa-flag-checkered:before{
	content: "\f11e";
}
.fa-terminal:before{
	content: "\f120";
}
.fa-code:before{
	content: "\f121";
}
.fa-reply-all:before{
	content: "\f122";
}
.fa-mail-reply-all:before{
	content: "\f122";
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
	content: "\f123";
}
.fa-location-arrow:before{
	content: "\f124";
}
.fa-crop:before{
	content: "\f125";
}
.fa-code-fork:before{
	content: "\f126";
}
.fa-unlink:before,.fa-chain-broken:before{
	content: "\f127";
}
.fa-question:before{
	content: "\f128";
}
.fa-info:before{
	content: "\f129";
}
.fa-exclamation:before{
	content: "\f12a";
}
.fa-superscript:before{
	content: "\f12b";
}
.fa-subscript:before{
	content: "\f12c";
}
.fa-eraser:before{
	content: "\f12d";
}
.fa-puzzle-piece:before{
	content: "\f12e";
}
.fa-microphone:before{
	content: "\f130";
}
.fa-microphone-slash:before{
	content: "\f131";
}
.fa-shield:before{
	content: "\f132";
}
.fa-calendar-o:before{
	content: "\f133";
}
.fa-fire-extinguisher:before{
	content: "\f134";
}
.fa-rocket:before{
	content: "\f135";
}
.fa-maxcdn:before{
	content: "\f136";
}
.fa-chevron-circle-left:before{
	content: "\f137";
}
.fa-chevron-circle-right:before{
	content: "\f138";
}
.fa-chevron-circle-up:before{
	content: "\f139";
}
.fa-chevron-circle-down:before{
	content: "\f13a";
}
.fa-html5:before{
	content: "\f13b";
}
.fa-css3:before{
	content: "\f13c";
}
.fa-anchor:before{
	content: "\f13d";
}
.fa-unlock-alt:before{
	content: "\f13e";
}
.fa-bullseye:before{
	content: "\f140";
}
.fa-ellipsis-h:before{
	content: "\f141";
}
.fa-ellipsis-v:before{
	content: "\f142";
}
.fa-rss-square:before{
	content: "\f143";
}
.fa-play-circle:before{
	content: "\f144";
}
.fa-ticket:before{
	content: "\f145";
}
.fa-minus-square:before{
	content: "\f146";
}
.fa-minus-square-o:before{
	content: "\f147";
}
.fa-level-up:before{
	content: "\f148";
}
.fa-level-down:before{
	content: "\f149";
}
.fa-check-square:before{
	content: "\f14a";
}
.fa-pencil-square:before{
	content: "\f14b";
}
.fa-external-link-square:before{
	content: "\f14c";
}
.fa-share-square:before{
	content: "\f14d";
}
.fa-compass:before{
	content: "\f14e";
}
.fa-toggle-down:before,.fa-caret-square-o-down:before{
	content: "\f150";
}
.fa-toggle-up:before,.fa-caret-square-o-up:before{
	content: "\f151";
}
.fa-toggle-right:before,.fa-caret-square-o-right:before{
	content: "\f152";
}
.fa-euro:before,.fa-eur:before{
	content: "\f153";
}
.fa-gbp:before{
	content: "\f154";
}
.fa-dollar:before,.fa-usd:before{
	content: "\f155";
}
.fa-rupee:before,.fa-inr:before{
	content: "\f156";
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{
	content: "\f157";
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{
	content: "\f158";
}
.fa-won:before,.fa-krw:before{
	content: "\f159";
}
.fa-bitcoin:before,.fa-btc:before{
	content: "\f15a";
}
.fa-file:before{
	content: "\f15b";
}
.fa-file-text:before{
	content: "\f15c";
}
.fa-sort-alpha-asc:before{
	content: "\f15d";
}
.fa-sort-alpha-desc:before{
	content: "\f15e";
}
.fa-sort-amount-asc:before{
	content: "\f160";
}
.fa-sort-amount-desc:before{
	content: "\f161";
}
.fa-sort-numeric-asc:before{
	content: "\f162";
}
.fa-sort-numeric-desc:before{
	content: "\f163";
}
.fa-thumbs-up:before{
	content: "\f164";
}
.fa-thumbs-down:before{
	content: "\f165";
}
.fa-youtube-square:before{
	content: "\f166";
}
.fa-youtube:before{
	content: "\f167";
}
.fa-xing:before{
	content: "\f168";
}
.fa-xing-square:before{
	content: "\f169";
}
.fa-youtube-play:before{
	content: "\f16a";
}
.fa-dropbox:before{
	content: "\f16b";
}
.fa-stack-overflow:before{
	content: "\f16c";
}
.fa-instagram:before{
	content: "\f16d";
}
.fa-flickr:before{
	content: "\f16e";
}
.fa-adn:before{
	content: "\f170";
}
.fa-bitbucket:before{
	content: "\f171";
}
.fa-bitbucket-square:before{
	content: "\f172";
}
.fa-tumblr:before{
	content: "\f173";
}
.fa-tumblr-square:before{
	content: "\f174";
}
.fa-long-arrow-down:before{
	content: "\f175";
}
.fa-long-arrow-up:before{
	content: "\f176";
}
.fa-long-arrow-left:before{
	content: "\f177";
}
.fa-long-arrow-right:before{
	content: "\f178";
}
.fa-apple:before{
	content: "\f179";
}
.fa-windows:before{
	content: "\f17a";
}
.fa-android:before{
	content: "\f17b";
}
.fa-linux:before{
	content: "\f17c";
}
.fa-dribbble:before{
	content: "\f17d";
}
.fa-skype:before{
	content: "\f17e";
}
.fa-foursquare:before{
	content: "\f180";
}
.fa-trello:before{
	content: "\f181";
}
.fa-female:before{
	content: "\f182";
}
.fa-male:before{
	content: "\f183";
}
.fa-gittip:before{
	content: "\f184";
}
.fa-sun-o:before{
	content: "\f185";
}
.fa-moon-o:before{
	content: "\f186";
}
.fa-archive:before{
	content: "\f187";
}
.fa-bug:before{
	content: "\f188";
}
.fa-vk:before{
	content: "\f189";
}
.fa-weibo:before{
	content: "\f18a";
}
.fa-renren:before{
	content: "\f18b";
}
.fa-pagelines:before{
	content: "\f18c";
}
.fa-stack-exchange:before{
	content: "\f18d";
}
.fa-arrow-circle-o-right:before{
	content: "\f18e";
}
.fa-arrow-circle-o-left:before{
	content: "\f190";
}
.fa-toggle-left:before,.fa-caret-square-o-left:before{
	content: "\f191";
}
.fa-dot-circle-o:before{
	content: "\f192";
}
.fa-wheelchair:before{
	content: "\f193";
}
.fa-vimeo-square:before{
	content: "\f194";
}
.fa-turkish-lira:before,.fa-try:before{
	content: "\f195";
}
.fa-plus-square-o:before{
	content: "\f196";
}
@font-face{
	font-family:icomoon;
	src:url(../fonts/icomoon.eot);
	src:url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.svg) format("svg");
	font-weight:400;
	font-style:normal
}
[class^="icon-"],[class*=" icon-"]{
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	webkit-font-smoothing: antialiased;
}
.icon-home:before{
	content: "\e600";
}
.icon-home2:before{
	content: "\e601";
}
.icon-home3:before{
	content: "\e602";
}
.icon-office:before{
	content: "\e603";
}
.icon-newspaper:before{
	content: "\e604";
}
.icon-pencil:before{
	content: "\e605";
}
.icon-pencil2:before{
	content: "\e606";
}
.icon-quill:before{
	content: "\e607";
}
.icon-pen:before{
	content: "\e608";
}
.icon-blog:before{
	content: "\e609";
}
.icon-droplet:before{
	content: "\e60a";
}
.icon-paint-format:before{
	content: "\e60b";
}
.icon-image:before{
	content: "\e60c";
}
.icon-image2:before{
	content: "\e60d";
}
.icon-images:before{
	content: "\e60e";
}
.icon-camera:before{
	content: "\e60f";
}
.icon-music:before{
	content: "\e610";
}
.icon-headphones:before{
	content: "\e611";
}
.icon-play:before{
	content: "\e612";
}
.icon-film:before{
	content: "\e613";
}
.icon-camera2:before{
	content: "\e614";
}
.icon-dice:before{
	content: "\e615";
}
.icon-pacman:before{
	content: "\e616";
}
.icon-spades:before{
	content: "\e617";
}
.icon-clubs:before{
	content: "\e618";
}
.icon-diamonds:before{
	content: "\e619";
}
.icon-pawn:before{
	content: "\e61a";
}
.icon-bullhorn:before{
	content: "\e61b";
}
.icon-connection:before{
	content: "\e61c";
}
.icon-podcast:before{
	content: "\e61d";
}
.icon-feed:before{
	content: "\e61e";
}
.icon-book:before{
	content: "\e61f";
}
.icon-books:before{
	content: "\e620";
}
.icon-library:before{
	content: "\e621";
}
.icon-file:before{
	content: "\e622";
}
.icon-profile:before{
	content: "\e623";
}
.icon-file2:before{
	content: "\e624";
}
.icon-file3:before{
	content: "\e625";
}
.icon-file4:before{
	content: "\e626";
}
.icon-copy:before{
	content: "\e627";
}
.icon-copy2:before{
	content: "\e628";
}
.icon-copy3:before{
	content: "\e629";
}
.icon-paste:before{
	content: "\e62a";
}
.icon-paste2:before{
	content: "\e62b";
}
.icon-paste3:before{
	content: "\e62c";
}
.icon-stack:before{
	content: "\e62d";
}
.icon-folder:before{
	content: "\e62e";
}
.icon-folder-open:before{
	content: "\e62f";
}
.icon-tag:before{
	content: "\e630";
}
.icon-tags:before{
	content: "\e631";
}
.icon-barcode:before{
	content: "\e632";
}
.icon-qrcode:before{
	content: "\e633";
}
.icon-ticket:before{
	content: "\e634";
}
.icon-cart:before{
	content: "\e635";
}
.icon-cart2:before{
	content: "\e636";
}
.icon-cart3:before{
	content: "\e637";
}
.icon-coin:before{
	content: "\e638";
}
.icon-credit:before{
	content: "\e639";
}
.icon-calculate:before{
	content: "\e63a";
}
.icon-support:before{
	content: "\e63b";
}
.icon-phone:before{
	content: "\e63c";
}
.icon-phone-hang-up:before{
	content: "\e63d";
}
.icon-address-book:before{
	content: "\e63e";
}
.icon-notebook:before{
	content: "\e63f";
}
.icon-envelope:before{
	content: "\e640";
}
.icon-pushpin:before{
	content: "\e641";
}
.icon-location:before{
	content: "\e642";
}
.icon-location2:before{
	content: "\e643";
}
.icon-compass:before{
	content: "\e644";
}
.icon-map:before{
	content: "\e645";
}
.icon-map2:before{
	content: "\e646";
}
.icon-history:before{
	content: "\e647";
}
.icon-clock:before{
	content: "\e648";
}
.icon-clock2:before{
	content: "\e649";
}
.icon-alarm:before{
	content: "\e64a";
}
.icon-alarm2:before{
	content: "\e64b";
}
.icon-bell:before{
	content: "\e64c";
}
.icon-stopwatch:before{
	content: "\e64d";
}
.icon-calendar:before{
	content: "\e64e";
}
.icon-calendar2:before{
	content: "\e64f";
}
.icon-print:before{
	content: "\e650";
}
.icon-keyboard:before{
	content: "\e651";
}
.icon-screen:before{
	content: "\e652";
}
.icon-laptop:before{
	content: "\e653";
}
.icon-mobile:before{
	content: "\e654";
}
.icon-mobile2:before{
	content: "\e655";
}
.icon-tablet:before{
	content: "\e656";
}
.icon-tv:before{
	content: "\e657";
}
.icon-cabinet:before{
	content: "\e658";
}
.icon-drawer:before{
	content: "\e659";
}
.icon-drawer2:before{
	content: "\e65a";
}
.icon-drawer3:before{
	content: "\e65b";
}
.icon-box-add:before{
	content: "\e65c";
}
.icon-box-remove:before{
	content: "\e65d";
}
.icon-download:before{
	content: "\e65e";
}
.icon-upload:before{
	content: "\e65f";
}
.icon-disk:before{
	content: "\e660";
}
.icon-storage:before{
	content: "\e661";
}
.icon-undo:before{
	content: "\e662";
}
.icon-redo:before{
	content: "\e663";
}
.icon-flip:before{
	content: "\e664";
}
.icon-flip2:before{
	content: "\e665";
}
.icon-undo2:before{
	content: "\e666";
}
.icon-redo2:before{
	content: "\e667";
}
.icon-forward:before{
	content: "\e668";
}
.icon-reply:before{
	content: "\e669";
}
.icon-bubble:before{
	content: "\e66a";
}
.icon-bubbles:before{
	content: "\e66b";
}
.icon-bubbles2:before{
	content: "\e66c";
}
.icon-bubble2:before{
	content: "\e66d";
}
.icon-bubbles3:before{
	content: "\e66e";
}
.icon-bubbles4:before{
	content: "\e66f";
}
.icon-user:before{
	content: "\e670";
}
.icon-users:before{
	content: "\e671";
}
.icon-user2:before{
	content: "\e672";
}
.icon-users2:before{
	content: "\e673";
}
.icon-user3:before{
	content: "\e674";
}
.icon-user4:before{
	content: "\e675";
}
.icon-quotes-left:before{
	content: "\e676";
}
.icon-busy:before{
	content: "\e677";
}
.icon-spinner:before{
	content: "\e678";
}
.icon-spinner2:before{
	content: "\e679";
}
.icon-spinner3:before{
	content: "\e67a";
}
.icon-spinner4:before{
	content: "\e67b";
}
.icon-spinner5:before{
	content: "\e67c";
}
.icon-spinner6:before{
	content: "\e67d";
}
.icon-binoculars:before{
	content: "\e67e";
}
.icon-search:before{
	content: "\e67f";
}
.icon-zoomin:before{
	content: "\e680";
}
.icon-zoomout:before{
	content: "\e681";
}
.icon-expand:before{
	content: "\e682";
}
.icon-contract:before{
	content: "\e683";
}
.icon-expand2:before{
	content: "\e684";
}
.icon-contract2:before{
	content: "\e685";
}
.icon-key:before{
	content: "\e686";
}
.icon-key2:before{
	content: "\e687";
}
.icon-lock:before{
	content: "\e688";
}
.icon-lock2:before{
	content: "\e689";
}
.icon-unlocked:before{
	content: "\e68a";
}
.icon-wrench:before{
	content: "\e68b";
}
.icon-settings:before{
	content: "\e68c";
}
.icon-equalizer:before{
	content: "\e68d";
}
.icon-cog:before{
	content: "\e68e";
}
.icon-cogs:before{
	content: "\e68f";
}
.icon-cog2:before{
	content: "\e690";
}
.icon-hammer:before{
	content: "\e691";
}
.icon-wand:before{
	content: "\e692";
}
.icon-aid:before{
	content: "\e693";
}
.icon-bug:before{
	content: "\e694";
}
.icon-pie:before{
	content: "\e695";
}
.icon-stats:before{
	content: "\e696";
}
.icon-bars:before{
	content: "\e697";
}
.icon-bars2:before{
	content: "\e698";
}
.icon-gift:before{
	content: "\e699";
}
.icon-trophy:before{
	content: "\e69a";
}
.icon-glass:before{
	content: "\e69b";
}
.icon-mug:before{
	content: "\e69c";
}
.icon-food:before{
	content: "\e69d";
}
.icon-leaf:before{
	content: "\e69e";
}
.icon-rocket:before{
	content: "\e69f";
}
.icon-meter:before{
	content: "\e6a0";
}
.icon-meter2:before{
	content: "\e6a1";
}
.icon-dashboard:before{
	content: "\e6a2";
}
.icon-hammer2:before{
	content: "\e6a3";
}
.icon-fire:before{
	content: "\e6a4";
}
.icon-lab:before{
	content: "\e6a5";
}
.icon-magnet:before{
	content: "\e6a6";
}
.icon-remove:before{
	content: "\e6a7";
}
.icon-remove2:before{
	content: "\e6a8";
}
.icon-briefcase:before{
	content: "\e6a9";
}
.icon-airplane:before{
	content: "\e6aa";
}
.icon-truck:before{
	content: "\e6ab";
}
.icon-road:before{
	content: "\e6ac";
}
.icon-accessibility:before{
	content: "\e6ad";
}
.icon-target:before{
	content: "\e6ae";
}
.icon-shield:before{
	content: "\e6af";
}
.icon-lightning:before{
	content: "\e6b0";
}
.icon-switch:before{
	content: "\e6b1";
}
.icon-powercord:before{
	content: "\e6b2";
}
.icon-signup:before{
	content: "\e6b3";
}
.icon-list:before{
	content: "\e6b4";
}
.icon-list2:before{
	content: "\e6b5";
}
.icon-numbered-list:before{
	content: "\e6b6";
}
.icon-menu:before{
	content: "\e6b7";
}
.icon-menu2:before{
	content: "\e6b8";
}
.icon-tree:before{
	content: "\e6b9";
}
.icon-cloud:before{
	content: "\e6ba";
}
.icon-cloud-download:before{
	content: "\e6bb";
}
.icon-cloud-upload:before{
	content: "\e6bc";
}
.icon-download2:before{
	content: "\e6bd";
}
.icon-upload2:before{
	content: "\e6be";
}
.icon-download3:before{
	content: "\e6bf";
}
.icon-upload3:before{
	content: "\e6c0";
}
.icon-globe:before{
	content: "\e6c1";
}
.icon-earth:before{
	content: "\e6c2";
}
.icon-link:before{
	content: "\e6c3";
}
.icon-flag:before{
	content: "\e6c4";
}
.icon-attachment:before{
	content: "\e6c5";
}
.icon-eye:before{
	content: "\e6c6";
}
.icon-eye-blocked:before{
	content: "\e6c7";
}
.icon-eye2:before{
	content: "\e6c8";
}
.icon-bookmark:before{
	content: "\e6c9";
}
.icon-bookmarks:before{
	content: "\e6ca";
}
.icon-brightness-medium:before{
	content: "\e6cb";
}
.icon-brightness-contrast:before{
	content: "\e6cc";
}
.icon-contrast:before{
	content: "\e6cd";
}
.icon-star:before{
	content: "\e6ce";
}
.icon-star2:before{
	content: "\e6cf";
}
.icon-star3:before{
	content: "\e6d0";
}
.icon-heart:before{
	content: "\e6d1";
}
.icon-heart2:before{
	content: "\e6d2";
}
.icon-heart-broken:before{
	content: "\e6d3";
}
.icon-thumbs-up:before{
	content: "\e6d4";
}
.icon-thumbs-up2:before{
	content: "\e6d5";
}
.icon-happy:before{
	content: "\e6d6";
}
.icon-happy2:before{
	content: "\e6d7";
}
.icon-smiley:before{
	content: "\e6d8";
}
.icon-smiley2:before{
	content: "\e6d9";
}
.icon-tongue:before{
	content: "\e6da";
}
.icon-tongue2:before{
	content: "\e6db";
}
.icon-sad:before{
	content: "\e6dc";
}
.icon-sad2:before{
	content: "\e6dd";
}
.icon-wink:before{
	content: "\e6de";
}
.icon-wink2:before{
	content: "\e6df";
}
.icon-grin:before{
	content: "\e6e0";
}
.icon-grin2:before{
	content: "\e6e1";
}
.icon-cool:before{
	content: "\e6e2";
}
.icon-cool2:before{
	content: "\e6e3";
}
.icon-angry:before{
	content: "\e6e4";
}
.icon-angry2:before{
	content: "\e6e5";
}
.icon-evil:before{
	content: "\e6e6";
}
.icon-evil2:before{
	content: "\e6e7";
}
.icon-shocked:before{
	content: "\e6e8";
}
.icon-shocked2:before{
	content: "\e6e9";
}
.icon-confused:before{
	content: "\e6ea";
}
.icon-confused2:before{
	content: "\e6eb";
}
.icon-neutral:before{
	content: "\e6ec";
}
.icon-neutral2:before{
	content: "\e6ed";
}
.icon-wondering:before{
	content: "\e6ee";
}
.icon-wondering2:before{
	content: "\e6ef";
}
.icon-point-up:before{
	content: "\e6f0";
}
.icon-point-right:before{
	content: "\e6f1";
}
.icon-point-down:before{
	content: "\e6f2";
}
.icon-point-left:before{
	content: "\e6f3";
}
.icon-warning:before{
	content: "\e6f4";
}
.icon-notification:before{
	content: "\e6f5";
}
.icon-question:before{
	content: "\e6f6";
}
.icon-info:before{
	content: "\e6f7";
}
.icon-info2:before{
	content: "\e6f8";
}
.icon-blocked:before{
	content: "\e6f9";
}
.icon-cancel-circle:before{
	content: "\e6fa";
}
.icon-checkmark-circle:before{
	content: "\e6fb";
}
.icon-spam:before{
	content: "\e6fc";
}
.icon-close:before{
	content: "\e6fd";
}
.icon-checkmark:before{
	content: "\e6fe";
}
.icon-checkmark2:before{
	content: "\e6ff";
}
.icon-spell-check:before{
	content: "\e700";
}
.icon-minus:before{
	content: "\e701";
}
.icon-plus:before{
	content: "\e702";
}
.icon-enter:before{
	content: "\e703";
}
.icon-exit:before{
	content: "\e704";
}
.icon-play2:before{
	content: "\e705";
}
.icon-pause:before{
	content: "\e706";
}
.icon-stop:before{
	content: "\e707";
}
.icon-backward:before{
	content: "\e708";
}
.icon-forward2:before{
	content: "\e709";
}
.icon-play3:before{
	content: "\e70a";
}
.icon-pause2:before{
	content: "\e70b";
}
.icon-stop2:before{
	content: "\e70c";
}
.icon-backward2:before{
	content: "\e70d";
}
.icon-forward3:before{
	content: "\e70e";
}
.icon-first:before{
	content: "\e70f";
}
.icon-last:before{
	content: "\e710";
}
.icon-previous:before{
	content: "\e711";
}
.icon-next:before{
	content: "\e712";
}
.icon-eject:before{
	content: "\e713";
}
.icon-volume-high:before{
	content: "\e714";
}
.icon-volume-medium:before{
	content: "\e715";
}
.icon-volume-low:before{
	content: "\e716";
}
.icon-volume-mute:before{
	content: "\e717";
}
.icon-volume-mute2:before{
	content: "\e718";
}
.icon-volume-increase:before{
	content: "\e719";
}
.icon-volume-decrease:before{
	content: "\e71a";
}
.icon-loop:before{
	content: "\e71b";
}
.icon-loop2:before{
	content: "\e71c";
}
.icon-loop3:before{
	content: "\e71d";
}
.icon-shuffle:before{
	content: "\e71e";
}
.icon-arrow-up-left:before{
	content: "\e71f";
}
.icon-arrow-up:before{
	content: "\e720";
}
.icon-arrow-up-right:before{
	content: "\e721";
}
.icon-arrow-right:before{
	content: "\e722";
}
.icon-arrow-down-right:before{
	content: "\e723";
}
.icon-arrow-down:before{
	content: "\e724";
}
.icon-arrow-down-left:before{
	content: "\e725";
}
.icon-arrow-left:before{
	content: "\e726";
}
.icon-arrow-up-left2:before{
	content: "\e727";
}
.icon-arrow-up2:before{
	content: "\e728";
}
.icon-arrow-up-right2:before{
	content: "\e729";
}
.icon-arrow-right2:before{
	content: "\e72a";
}
.icon-arrow-down-right2:before{
	content: "\e72b";
}
.icon-arrow-down2:before{
	content: "\e72c";
}
.icon-arrow-down-left2:before{
	content: "\e72d";
}
.icon-arrow-left2:before{
	content: "\e72e";
}
.icon-arrow-up-left3:before{
	content: "\e72f";
}
.icon-arrow-up3:before{
	content: "\e730";
}
.icon-arrow-up-right3:before{
	content: "\e731";
}
.icon-arrow-right3:before{
	content: "\e732";
}
.icon-arrow-down-right3:before{
	content: "\e733";
}
.icon-arrow-down3:before{
	content: "\e734";
}
.icon-arrow-down-left3:before{
	content: "\e735";
}
.icon-arrow-left3:before{
	content: "\e736";
}
.icon-tab:before{
	content: "\e737";
}
.icon-checkbox-checked:before{
	content: "\e738";
}
.icon-checkbox-unchecked:before{
	content: "\e739";
}
.icon-checkbox-partial:before{
	content: "\e73a";
}
.icon-radio-checked:before{
	content: "\e73b";
}
.icon-radio-unchecked:before{
	content: "\e73c";
}
.icon-crop:before{
	content: "\e73d";
}
.icon-scissors:before{
	content: "\e73e";
}
.icon-filter:before{
	content: "\e73f";
}
.icon-filter2:before{
	content: "\e740";
}
.icon-font:before{
	content: "\e741";
}
.icon-text-height:before{
	content: "\e742";
}
.icon-text-width:before{
	content: "\e743";
}
.icon-bold:before{
	content: "\e744";
}
.icon-underline:before{
	content: "\e745";
}
.icon-italic:before{
	content: "\e746";
}
.icon-strikethrough:before{
	content: "\e747";
}
.icon-omega:before{
	content: "\e748";
}
.icon-sigma:before{
	content: "\e749";
}
.icon-table:before{
	content: "\e74a";
}
.icon-table2:before{
	content: "\e74b";
}
.icon-insert-template:before{
	content: "\e74c";
}
.icon-pilcrow:before{
	content: "\e74d";
}
.icon-lefttoright:before{
	content: "\e74e";
}
.icon-righttoleft:before{
	content: "\e74f";
}
.icon-paragraph-left:before{
	content: "\e750";
}
.icon-paragraph-center:before{
	content: "\e751";
}
.icon-paragraph-right:before{
	content: "\e752";
}
.icon-paragraph-justify:before{
	content: "\e753";
}
.icon-paragraph-left2:before{
	content: "\e754";
}
.icon-paragraph-center2:before{
	content: "\e755";
}
.icon-paragraph-right2:before{
	content: "\e756";
}
.icon-paragraph-justify2:before{
	content: "\e757";
}
.icon-indent-increase:before{
	content: "\e758";
}
.icon-indent-decrease:before{
	content: "\e759";
}
.icon-newtab:before{
	content: "\e75a";
}
.icon-embed:before{
	content: "\e75b";
}
.icon-code:before{
	content: "\e75c";
}
.icon-console:before{
	content: "\e75d";
}
.icon-share:before{
	content: "\e75e";
}
.icon-mail:before{
	content: "\e75f";
}
.icon-mail2:before{
	content: "\e760";
}
.icon-mail3:before{
	content: "\e761";
}
.icon-mail4:before{
	content: "\e762";
}
.icon-google:before{
	content: "\e763";
}
.icon-googleplus:before{
	content: "\e764";
}
.icon-googleplus2:before{
	content: "\e765";
}
.icon-googleplus3:before{
	content: "\e766";
}
.icon-googleplus4:before{
	content: "\e767";
}
.icon-google-drive:before{
	content: "\e768";
}
.icon-facebook:before{
	content: "\e769";
}
.icon-facebook2:before{
	content: "\e76a";
}
.icon-facebook3:before{
	content: "\e76b";
}
.icon-instagram:before{
	content: "\e76c";
}
.icon-twitter:before{
	content: "\e76d";
}
.icon-twitter2:before{
	content: "\e76e";
}
.icon-twitter3:before{
	content: "\e76f";
}
.icon-feed2:before{
	content: "\e770";
}
.icon-feed3:before{
	content: "\e771";
}
.icon-feed4:before{
	content: "\e772";
}
.icon-youtube:before{
	content: "\e773";
}
.icon-youtube2:before{
	content: "\e774";
}
.icon-vimeo:before{
	content: "\e775";
}
.icon-vimeo2:before{
	content: "\e776";
}
.icon-vimeo3:before{
	content: "\e777";
}
.icon-lanyrd:before{
	content: "\e778";
}
.icon-flickr:before{
	content: "\e779";
}
.icon-flickr2:before{
	content: "\e77a";
}
.icon-flickr3:before{
	content: "\e77b";
}
.icon-flickr4:before{
	content: "\e77c";
}
.icon-picassa:before{
	content: "\e77d";
}
.icon-picassa2:before{
	content: "\e77e";
}
.icon-dribbble:before{
	content: "\e77f";
}
.icon-dribbble2:before{
	content: "\e780";
}
.icon-dribbble3:before{
	content: "\e781";
}
.icon-forrst:before{
	content: "\e782";
}
.icon-forrst2:before{
	content: "\e783";
}
.icon-deviantart:before{
	content: "\e784";
}
.icon-deviantart2:before{
	content: "\e785";
}
.icon-steam:before{
	content: "\e786";
}
.icon-steam2:before{
	content: "\e787";
}
.icon-github:before{
	content: "\e788";
}
.icon-github2:before{
	content: "\e789";
}
.icon-github3:before{
	content: "\e78a";
}
.icon-github4:before{
	content: "\e78b";
}
.icon-github5:before{
	content: "\e78c";
}
.icon-wordpress:before{
	content: "\e78d";
}
.icon-wordpress2:before{
	content: "\e78e";
}
.icon-joomla:before{
	content: "\e78f";
}
.icon-blogger:before{
	content: "\e790";
}
.icon-blogger2:before{
	content: "\e791";
}
.icon-tumblr:before{
	content: "\e792";
}
.icon-tumblr2:before{
	content: "\e793";
}
.icon-yahoo:before{
	content: "\e794";
}
.icon-tux:before{
	content: "\e795";
}
.icon-apple:before{
	content: "\e796";
}
.icon-finder:before{
	content: "\e797";
}
.icon-android:before{
	content: "\e798";
}
.icon-windows:before{
	content: "\e799";
}
.icon-windows8:before{
	content: "\e79a";
}
.icon-soundcloud:before{
	content: "\e79b";
}
.icon-soundcloud2:before{
	content: "\e79c";
}
.icon-skype:before{
	content: "\e79d";
}
.icon-reddit:before{
	content: "\e79e";
}
.icon-linkedin:before{
	content: "\e79f";
}
.icon-lastfm:before{
	content: "\e7a0";
}
.icon-lastfm2:before{
	content: "\e7a1";
}
.icon-delicious:before{
	content: "\e7a2";
}
.icon-stumbleupon:before{
	content: "\e7a3";
}
.icon-stumbleupon2:before{
	content: "\e7a4";
}
.icon-stackoverflow:before{
	content: "\e7a5";
}
.icon-pinterest:before{
	content: "\e7a6";
}
.icon-pinterest2:before{
	content: "\e7a7";
}
.icon-xing:before{
	content: "\e7a8";
}
.icon-xing2:before{
	content: "\e7a9";
}
.icon-flattr:before{
	content: "\e7aa";
}
.icon-foursquare:before{
	content: "\e7ab";
}
.icon-foursquare2:before{
	content: "\e7ac";
}
.icon-paypal:before{
	content: "\e7ad";
}
.icon-paypal2:before{
	content: "\e7ae";
}
.icon-paypal3:before{
	content: "\e7af";
}
.icon-yelp:before{
	content: "\e7b0";
}
.icon-libreoffice:before{
	content: "\e7b1";
}
.icon-file-pdf:before{
	content: "\e7b2";
}
.icon-file-openoffice:before{
	content: "\e7b3";
}
.icon-file-word:before{
	content: "\e7b4";
}
.icon-file-excel:before{
	content: "\e7b5";
}
.icon-file-zip:before{
	content: "\e7b6";
}
.icon-file-powerpoint:before{
	content: "\e7b7";
}
.icon-file-xml:before{
	content: "\e7b8";
}
.icon-file-css:before{
	content: "\e7b9";
}
.icon-html5:before{
	content: "\e7ba";
}
.icon-html52:before{
	content: "\e7bb";
}
.icon-css3:before{
	content: "\e7bc";
}
.icon-chrome:before{
	content: "\e7bd";
}
.icon-firefox:before{
	content: "\e7be";
}
.icon-IE:before{
	content: "\e7bf";
}
.icon-opera:before{
	content: "\e7c0";
}
.icon-safari:before{
	content: "\e7c1";
}
.icon-IcoMoon:before{
	content: "\e7c2";
}
.icon-store:before{
	content: "\e7c3";
}
.icon-out:before{
	content: "\e7c4";
}
.icon-in:before{
	content: "\e7c5";
}
.icon-in-alt:before{
	content: "\e7c6";
}
.icon-home4:before{
	content: "\e7c7";
}
.icon-lightbulb:before{
	content: "\e7c8";
}
.icon-anchor:before{
	content: "\e7c9";
}
.icon-feather:before{
	content: "\e7ca";
}
.icon-expand3:before{
	content: "\e7cb";
}
.icon-maximize:before{
	content: "\e7cc";
}
.icon-search2:before{
	content: "\e7cd";
}
.icon-zoomin2:before{
	content: "\e7ce";
}
.icon-zoomout2:before{
	content: "\e7cf";
}
.icon-add:before{
	content: "\e7d0";
}
.icon-subtract:before{
	content: "\e7d1";
}
.icon-exclamation:before{
	content: "\e7d2";
}
.icon-question2:before{
	content: "\e7d3";
}
.icon-close2:before{
	content: "\e7d4";
}
.icon-cmd:before{
	content: "\e7d5";
}
.icon-forbid:before{
	content: "\e7d6";
}
.icon-book2:before{
	content: "\e7d7";
}
.icon-spinner7:before{
	content: "\e7d8";
}
.icon-play4:before{
	content: "\e7d9";
}
.icon-stop3:before{
	content: "\e7da";
}
.icon-pause3:before{
	content: "\e7db";
}
.icon-forward4:before{
	content: "\e7dc";
}
.icon-rewind:before{
	content: "\e7dd";
}
.icon-sound:before{
	content: "\e7de";
}
.icon-sound-alt:before{
	content: "\e7df";
}
.icon-soundoff:before{
	content: "\e7e0";
}
.icon-task:before{
	content: "\e7e1";
}
.icon-inbox:before{
	content: "\e7e2";
}
.icon-inbox-alt:before{
	content: "\e7e3";
}
.icon-envelope2:before{
	content: "\e7e4";
}
.icon-compose:before{
	content: "\e7e5";
}
.icon-newspaper2:before{
	content: "\e7e6";
}
.icon-newspaper-alt:before{
	content: "\e7e7";
}
.icon-clipboard:before{
	content: "\e7e8";
}
.icon-calendar3:before{
	content: "\e7e9";
}
.icon-hyperlink:before{
	content: "\e7ea";
}
.icon-trash:before{
	content: "\e7eb";
}
.icon-trash-alt:before{
	content: "\e7ec";
}
.icon-grid:before{
	content: "\e7ed";
}
.icon-grid-alt:before{
	content: "\e7ee";
}
.icon-menu3:before{
	content: "\e7ef";
}
.icon-list3:before{
	content: "\e7f0";
}
.icon-gallery:before{
	content: "\e7f1";
}
.icon-calculator:before{
	content: "\e7f2";
}
.icon-windows2:before{
	content: "\e7f3";
}
.icon-browser:before{
	content: "\e7f4";
}
.icon-alarm3:before{
	content: "\e7f5";
}
.icon-clock3:before{
	content: "\e7f6";
}
.icon-attachment2:before{
	content: "\e7f7";
}
.icon-settings2:before{
	content: "\e7f8";
}
.icon-portfolio:before{
	content: "\e7f9";
}
.icon-user5:before{
	content: "\e7fa";
}
.icon-users3:before{
	content: "\e7fb";
}
.icon-heart3:before{
	content: "\e7fc";
}
.icon-chat:before{
	content: "\e7fd";
}
.icon-comments:before{
	content: "\e7fe";
}
.icon-screen2:before{
	content: "\e7ff";
}
.icon-iphone:before{
	content: "\e800";
}
.icon-ipad:before{
	content: "\e801";
}
.icon-forkandspoon:before{
	content: "\e802";
}
.icon-forkandknife:before{
	content: "\e803";
}
.icon-instagram2:before{
	content: "\e804";
}
.icon-facebook4:before{
	content: "\e805";
}
.icon-delicious2:before{
	content: "\e806";
}
.icon-googleplus5:before{
	content: "\e807";
}
.icon-dribbble4:before{
	content: "\e808";
}
.icon-pin:before{
	content: "\e809";
}
.icon-pin-alt:before{
	content: "\e80a";
}
.icon-camera3:before{
	content: "\e80b";
}
.icon-brightness:before{
	content: "\e80c";
}
.icon-brightness-half:before{
	content: "\e80d";
}
.icon-moon:before{
	content: "\e80e";
}
.icon-cloud2:before{
	content: "\e80f";
}
.icon-circle-full:before{
	content: "\e810";
}
.icon-circle-half:before{
	content: "\e811";
}
.icon-globe2:before{
	content: "\e812";
}
.icon-heart4:before{
	content: "\e813";
}
.icon-cloud3:before{
	content: "\e814";
}
.icon-star4:before{
	content: "\e815";
}
.icon-tv2:before{
	content: "\e816";
}
.icon-sound2:before{
	content: "\e817";
}
.icon-video:before{
	content: "\e818";
}
.icon-trash2:before{
	content: "\e819";
}
.icon-user6:before{
	content: "\e81a";
}
.icon-key3:before{
	content: "\e81b";
}
.icon-search3:before{
	content: "\e81c";
}
.icon-settings3:before{
	content: "\e81d";
}
.icon-camera4:before{
	content: "\e81e";
}
.icon-tag2:before{
	content: "\e81f";
}
.icon-lock3:before{
	content: "\e820";
}
.icon-bulb:before{
	content: "\e821";
}
.icon-pen2:before{
	content: "\e822";
}
.icon-diamond:before{
	content: "\e823";
}
.icon-display:before{
	content: "\e824";
}
.icon-location3:before{
	content: "\e825";
}
.icon-eye3:before{
	content: "\e826";
}
.icon-bubble3:before{
	content: "\e827";
}
.icon-stack2:before{
	content: "\e828";
}
.icon-cup:before{
	content: "\e829";
}
.icon-phone2:before{
	content: "\e82a";
}
.icon-news:before{
	content: "\e82b";
}
.icon-mail5:before{
	content: "\e82c";
}
.icon-like:before{
	content: "\e82d";
}
.icon-photo:before{
	content: "\e82e";
}
.icon-note:before{
	content: "\e82f";
}
.icon-clock4:before{
	content: "\e830";
}
.icon-paperplane:before{
	content: "\e831";
}
.icon-params:before{
	content: "\e832";
}
.icon-banknote:before{
	content: "\e833";
}
.icon-data:before{
	content: "\e834";
}
.icon-music2:before{
	content: "\e835";
}
.icon-megaphone:before{
	content: "\e836";
}
.icon-study:before{
	content: "\e837";
}
.icon-lab2:before{
	content: "\e838";
}
.icon-food2:before{
	content: "\e839";
}
.icon-t-shirt:before{
	content: "\e83a";
}
.icon-fire2:before{
	content: "\e83b";
}
.icon-clip:before{
	content: "\e83c";
}
.icon-shop:before{
	content: "\e83d";
}
.icon-calendar4:before{
	content: "\e83e";
}
.icon-wallet:before{
	content: "\e83f";
}
.icon-vynil:before{
	content: "\e840";
}
.icon-truck2:before{
	content: "\e841";
}
.icon-world:before{
	content: "\e842";
}
.icon-phone3:before{
	content: "\e843";
}
.icon-mobile3:before{
	content: "\e844";
}
.icon-mouse:before{
	content: "\e845";
}
.icon-directions:before{
	content: "\e846";
}
.icon-mail6:before{
	content: "\e847";
}
.icon-paperplane2:before{
	content: "\e848";
}
.icon-pencil3:before{
	content: "\e849";
}
.icon-feather2:before{
	content: "\e84a";
}
.icon-paperclip:before{
	content: "\e84b";
}
.icon-drawer4:before{
	content: "\e84c";
}
.icon-reply2:before{
	content: "\e84d";
}
.icon-reply-all:before{
	content: "\e84e";
}
.icon-forward5:before{
	content: "\e84f";
}
.icon-user7:before{
	content: "\e850";
}
.icon-users4:before{
	content: "\e851";
}
.icon-user-add:before{
	content: "\e852";
}
.icon-vcard:before{
	content: "\e853";
}
.icon-export:before{
	content: "\e854";
}
.icon-location4:before{
	content: "\e855";
}
.icon-map3:before{
	content: "\e856";
}
.icon-compass2:before{
	content: "\e857";
}
.icon-location5:before{
	content: "\e858";
}
.icon-target2:before{
	content: "\e859";
}
.icon-share2:before{
	content: "\e85a";
}
.icon-sharable:before{
	content: "\e85b";
}
.icon-heart5:before{
	content: "\e85c";
}
.icon-heart6:before{
	content: "\e85d";
}
.icon-star5:before{
	content: "\e85e";
}
.icon-star6:before{
	content: "\e85f";
}
.icon-thumbsup:before{
	content: "\e860";
}
.icon-thumbsdown:before{
	content: "\e861";
}
.icon-chat2:before{
	content: "\e862";
}
.icon-comment:before{
	content: "\e863";
}
.icon-quote:before{
	content: "\e864";
}
.icon-house:before{
	content: "\e865";
}
.icon-popup:before{
	content: "\e866";
}
.icon-search4:before{
	content: "\e867";
}
.icon-flashlight:before{
	content: "\e868";
}
.icon-printer:before{
	content: "\e869";
}
.icon-bell2:before{
	content: "\e86a";
}
.icon-link2:before{
	content: "\e86b";
}
.icon-flag2:before{
	content: "\e86c";
}
.icon-cog3:before{
	content: "\e86d";
}
.icon-tools:before{
	content: "\e86e";
}
.icon-trophy2:before{
	content: "\e86f";
}
.icon-tag3:before{
	content: "\e870";
}
.icon-camera5:before{
	content: "\e871";
}
.icon-megaphone2:before{
	content: "\e872";
}
.icon-moon2:before{
	content: "\e873";
}
.icon-palette:before{
	content: "\e874";
}
.icon-leaf2:before{
	content: "\e875";
}
.icon-music3:before{
	content: "\e876";
}
.icon-music4:before{
	content: "\e877";
}
.icon-new:before{
	content: "\e878";
}
.icon-graduation:before{
	content: "\e879";
}
.icon-book3:before{
	content: "\e87a";
}
.icon-newspaper3:before{
	content: "\e87b";
}
.icon-bag:before{
	content: "\e87c";
}
.icon-airplane2:before{
	content: "\e87d";
}
.icon-lifebuoy:before{
	content: "\e87e";
}
.icon-eye4:before{
	content: "\e87f";
}
.icon-clock5:before{
	content: "\e880";
}
.icon-microphone:before{
	content: "\e881";
}
.icon-calendar5:before{
	content: "\e882";
}
.icon-bolt:before{
	content: "\e883";
}
.icon-thunder:before{
	content: "\e884";
}
.icon-droplet2:before{
	content: "\e885";
}
.icon-cd:before{
	content: "\e886";
}
.icon-briefcase2:before{
	content: "\e887";
}
.icon-air:before{
	content: "\e888";
}
.icon-hourglass:before{
	content: "\e889";
}
.icon-gauge:before{
	content: "\e88a";
}
.icon-language:before{
	content: "\e88b";
}
.icon-network:before{
	content: "\e88c";
}
.icon-key4:before{
	content: "\e88d";
}
.icon-battery:before{
	content: "\e88e";
}
.icon-bucket:before{
	content: "\e88f";
}
.icon-magnet2:before{
	content: "\e890";
}
.icon-drive:before{
	content: "\e891";
}
.icon-cup2:before{
	content: "\e892";
}
.icon-rocket2:before{
	content: "\e893";
}
.icon-brush:before{
	content: "\e894";
}
.icon-suitcase:before{
	content: "\e895";
}
.icon-cone:before{
	content: "\e896";
}
.icon-earth2:before{
	content: "\e897";
}
.icon-keyboard2:before{
	content: "\e898";
}
.icon-browser2:before{
	content: "\e899";
}
.icon-publish:before{
	content: "\e89a";
}
.icon-progress-3:before{
	content: "\e89b";
}
.icon-progress-2:before{
	content: "\e89c";
}
.icon-brogress-1:before{
	content: "\e89d";
}
.icon-progress-0:before{
	content: "\e89e";
}
.icon-sun:before{
	content: "\e89f";
}
.icon-sun2:before{
	content: "\e8a0";
}
.icon-adjust:before{
	content: "\e8a1";
}
.icon-code2:before{
	content: "\e8a2";
}
.icon-screen3:before{
	content: "\e8a3";
}
.icon-infinity:before{
	content: "\e8a4";
}
.icon-light-bulb:before{
	content: "\e8a5";
}
.icon-creditcard:before{
	content: "\e8a6";
}
.icon-database:before{
	content: "\e8a7";
}
.icon-voicemail:before{
	content: "\e8a8";
}
.icon-clipboard2:before{
	content: "\e8a9";
}
.icon-cart4:before{
	content: "\e8aa";
}
.icon-box:before{
	content: "\e8ab";
}
.icon-ticket2:before{
	content: "\e8ac";
}
.icon-rss:before{
	content: "\e8ad";
}
.icon-signal:before{
	content: "\e8ae";
}
.icon-thermometer:before{
	content: "\e8af";
}
.icon-droplets:before{
	content: "\e8b0";
}
.icon-uniE8B1:before{
	content: "\e8b1";
}
.icon-statistics:before{
	content: "\e8b2";
}
.icon-pie2:before{
	content: "\e8b3";
}
.icon-bars3:before{
	content: "\e8b4";
}
.icon-graph:before{
	content: "\e8b5";
}
.icon-lock4:before{
	content: "\e8b6";
}
.icon-lock-open:before{
	content: "\e8b7";
}
.icon-logout:before{
	content: "\e8b8";
}
.icon-login:before{
	content: "\e8b9";
}
.icon-checkmark3:before{
	content: "\e8ba";
}
.icon-cross:before{
	content: "\e8bb";
}
.icon-minus2:before{
	content: "\e8bc";
}
.icon-plus2:before{
	content: "\e8bd";
}
.icon-cross2:before{
	content: "\e8be";
}
.icon-minus3:before{
	content: "\e8bf";
}
.icon-plus3:before{
	content: "\e8c0";
}
.icon-cross3:before{
	content: "\e8c1";
}
.icon-minus4:before{
	content: "\e8c2";
}
.icon-plus4:before{
	content: "\e8c3";
}
.icon-erase:before{
	content: "\e8c4";
}
.icon-blocked2:before{
	content: "\e8c5";
}
.icon-info3:before{
	content: "\e8c6";
}
.icon-info4:before{
	content: "\e8c7";
}
.icon-question3:before{
	content: "\e8c8";
}
.icon-help:before{
	content: "\e8c9";
}
.icon-warning2:before{
	content: "\e8ca";
}
.icon-cycle:before{
	content: "\e8cb";
}
.icon-cw:before{
	content: "\e8cc";
}
.icon-ccw:before{
	content: "\e8cd";
}
.icon-shuffle2:before{
	content: "\e8ce";
}
.icon-arrow:before{
	content: "\e8cf";
}
.icon-arrow2:before{
	content: "\e8d0";
}
.icon-retweet:before{
	content: "\e8d1";
}
.icon-loop4:before{
	content: "\e8d2";
}
.icon-history2:before{
	content: "\e8d3";
}
.icon-back:before{
	content: "\e8d4";
}
.icon-switch2:before{
	content: "\e8d5";
}
.icon-list4:before{
	content: "\e8d6";
}
.icon-add-to-list:before{
	content: "\e8d7";
}
.icon-layout:before{
	content: "\e8d8";
}
.icon-list5:before{
	content: "\e8d9";
}
.icon-text:before{
	content: "\e8da";
}
.icon-text2:before{
	content: "\e8db";
}
.icon-document:before{
	content: "\e8dc";
}
.icon-docs:before{
	content: "\e8dd";
}
.icon-landscape:before{
	content: "\e8de";
}
.icon-pictures:before{
	content: "\e8df";
}
.icon-video2:before{
	content: "\e8e0";
}
.icon-music5:before{
	content: "\e8e1";
}
.icon-folder2:before{
	content: "\e8e2";
}
.icon-archive:before{
	content: "\e8e3";
}
.icon-trash3:before{
	content: "\e8e4";
}
.icon-upload4:before{
	content: "\e8e5";
}
.icon-download4:before{
	content: "\e8e6";
}
.icon-disk2:before{
	content: "\e8e7";
}
.icon-install:before{
	content: "\e8e8";
}
.icon-cloud4:before{
	content: "\e8e9";
}
.icon-upload5:before{
	content: "\e8ea";
}
.icon-bookmark2:before{
	content: "\e8eb";
}
.icon-bookmarks2:before{
	content: "\e8ec";
}
.icon-book4:before{
	content: "\e8ed";
}
.icon-play5:before{
	content: "\e8ee";
}
.icon-pause4:before{
	content: "\e8ef";
}
.icon-record:before{
	content: "\e8f0";
}
.icon-stop4:before{
	content: "\e8f1";
}
.icon-next2:before{
	content: "\e8f2";
}
.icon-previous2:before{
	content: "\e8f3";
}
.icon-first2:before{
	content: "\e8f4";
}
.icon-last2:before{
	content: "\e8f5";
}
.icon-resize-enlarge:before{
	content: "\e8f6";
}
.icon-resize-shrink:before{
	content: "\e8f7";
}
.icon-volume:before{
	content: "\e8f8";
}
.icon-sound3:before{
	content: "\e8f9";
}
.icon-mute:before{
	content: "\e8fa";
}
.icon-flow-cascade:before{
	content: "\e8fb";
}
.icon-flow-branch:before{
	content: "\e8fc";
}
.icon-flow-tree:before{
	content: "\e8fd";
}
.icon-flow-line:before{
	content: "\e8fe";
}
.icon-flow-parallel:before{
	content: "\e8ff";
}
.icon-arrow-left4:before{
	content: "\e900";
}
.icon-arrow-down4:before{
	content: "\e901";
}
.icon-arrow-up-upload:before{
	content: "\e902";
}
.icon-arrow-right4:before{
	content: "\e903";
}
.icon-arrow-left5:before{
	content: "\e904";
}
.icon-arrow-down5:before{
	content: "\e905";
}
.icon-arrow-up4:before{
	content: "\e906";
}
.icon-arrow-right5:before{
	content: "\e907";
}
.icon-arrow-left6:before{
	content: "\e908";
}
.icon-arrow-down6:before{
	content: "\e909";
}
.icon-arrow-up5:before{
	content: "\e90a";
}
.icon-arrow-right6:before{
	content: "\e90b";
}
.icon-arrow-left7:before{
	content: "\e90c";
}
.icon-arrow-down7:before{
	content: "\e90d";
}
.icon-arrow-up6:before{
	content: "\e90e";
}
.icon-arrow-right7:before{
	content: "\e90f";
}
.icon-arrow-left8:before{
	content: "\e910";
}
.icon-arrow-down8:before{
	content: "\e911";
}
.icon-arrow-up7:before{
	content: "\e912";
}
.icon-arrow-right8:before{
	content: "\e913";
}
.icon-arrow-left9:before{
	content: "\e914";
}
.icon-arrow-down9:before{
	content: "\e915";
}
.icon-arrow-up8:before{
	content: "\e916";
}
.icon-arrow-right9:before{
	content: "\e917";
}
.icon-arrow-left10:before{
	content: "\e918";
}
.icon-arrow-down10:before{
	content: "\e919";
}
.icon-arrow-up9:before{
	content: "\e91a";
}
.icon-uniE91B:before{
	content: "\e91b";
}
.icon-arrow-left11:before{
	content: "\e91c";
}
.icon-arrow-down11:before{
	content: "\e91d";
}
.icon-arrow-up10:before{
	content: "\e91e";
}
.icon-arrow-right10:before{
	content: "\e91f";
}
.icon-menu4:before{
	content: "\e920";
}
.icon-ellipsis:before{
	content: "\e921";
}
.icon-dots:before{
	content: "\e922";
}
.icon-dot:before{
	content: "\e923";
}
.icon-cc:before{
	content: "\e924";
}
.icon-cc-by:before{
	content: "\e925";
}
.icon-cc-nc:before{
	content: "\e926";
}
.icon-cc-nc-eu:before{
	content: "\e927";
}
.icon-cc-nc-jp:before{
	content: "\e928";
}
.icon-cc-sa:before{
	content: "\e929";
}
.icon-cc-nd:before{
	content: "\e92a";
}
.icon-cc-pd:before{
	content: "\e92b";
}
.icon-cc-zero:before{
	content: "\e92c";
}
.icon-cc-share:before{
	content: "\e92d";
}
.icon-cc-share2:before{
	content: "\e92e";
}
.icon-danielbruce:before{
	content: "\e92f";
}
.icon-danielbruce2:before{
	content: "\e930";
}
.icon-github6:before{
	content: "\e931";
}
.icon-github7:before{
	content: "\e932";
}
.icon-flickr5:before{
	content: "\e933";
}
.icon-flickr6:before{
	content: "\e934";
}
.icon-vimeo4:before{
	content: "\e935";
}
.icon-vimeo5:before{
	content: "\e936";
}
.icon-twitter4:before{
	content: "\e937";
}
.icon-twitter5:before{
	content: "\e938";
}
.icon-facebook5:before{
	content: "\e939";
}
.icon-facebook6:before{
	content: "\e93a";
}
.icon-facebook7:before{
	content: "\e93b";
}
.icon-googleplus6:before{
	content: "\e93c";
}
.icon-googleplus7:before{
	content: "\e93d";
}
.icon-pinterest3:before{
	content: "\e93e";
}
.icon-pinterest4:before{
	content: "\e93f";
}
.icon-tumblr3:before{
	content: "\e940";
}
.icon-tumblr4:before{
	content: "\e941";
}
.icon-linkedin2:before{
	content: "\e942";
}
.icon-linkedin3:before{
	content: "\e943";
}
.icon-dribbble5:before{
	content: "\e944";
}
.icon-dribbble6:before{
	content: "\e945";
}
.icon-stumbleupon3:before{
	content: "\e946";
}
.icon-stumbleupon4:before{
	content: "\e947";
}
.icon-lastfm3:before{
	content: "\e948";
}
.icon-lastfm4:before{
	content: "\e949";
}
.icon-rdio:before{
	content: "\e94a";
}
.icon-rdio2:before{
	content: "\e94b";
}
.icon-spotify:before{
	content: "\e94c";
}
.icon-spotify2:before{
	content: "\e94d";
}
.icon-qq:before{
	content: "\e94e";
}
.icon-instagram3:before{
	content: "\e94f";
}
.icon-dropbox:before{
	content: "\e950";
}
.icon-evernote:before{
	content: "\e951";
}
.icon-flattr2:before{
	content: "\e952";
}
.icon-skype2:before{
	content: "\e953";
}
.icon-skype3:before{
	content: "\e954";
}
.icon-renren:before{
	content: "\e955";
}
.icon-sina-weibo:before{
	content: "\e956";
}
.icon-paypal4:before{
	content: "\e957";
}
.icon-picasa:before{
	content: "\e958";
}
.icon-soundcloud3:before{
	content: "\e959";
}
.icon-mixi:before{
	content: "\e95a";
}
.icon-behance:before{
	content: "\e95b";
}
.icon-circles:before{
	content: "\e95c";
}
.icon-vk:before{
	content: "\e95d";
}
.icon-smashing:before{
	content: "\e95e";
}
.tabs .tab{
	background-color: #f4f8fa;
	display: inline-block;
	margin-bottom: 1em;
	padding: .5em .5em 1em;
	position: relative;
}
.tabRemove{
	position: absolute;
	right: 2px;
	top: 2px;
}
.tabRemove>span{
	color: #bd362f;
}
.tabs .tab .col{
	float: left;
	margin: 5px 5px 15px;
}
.tabs .tab label{
	color: #686868;
}
.tabs .tab textarea{
	width: 90%;
}
@media (max-width:479px){
	.tabs .tab{
		margin-left: 0;
	}
}
.ot_info{
	display: table-cell;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.ot_info .ot_image{
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.ot_info .ot_image img{
	border: 1px solid #efefef;
	border-radius: 50%;
	float: right;
	height: 85px;
	padding: 3px;
	width: 85px;
}
.ot_info .ot_aditional{
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.ot_testimonial .ot_name{
	font-weight: 700;
}
.ot_testimonial .ot_email,.ot_testimonial .ot_work,.ot_testimonial.ot_website{
	font-size: .9em;
	opacity: .8;
}
.ot_ratting .glyphicon-star{
	color: gold;
	padding-right: 2px;
}
.ot_tcontent1,.ot_testimonial .ot_tcontent{
	color: #333;
	line-height: 20px;
	padding: 10px 0;
}
.ot_testimonial .ot_title{
	border-radius: 0;
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 20px 40px;
	position: relative;
	text-shadow: 0 1px 0 #ecfbff;
}
.ot_title:after,.ot_title:before{
	color: #999;
	content: "“";
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}
.ot_title:before{
	left: 10px;
	top: 0;
}
.ot_title:after{
	bottom: -.5em;
	content: "”";
	right: 10px;
}
.ot_testimonial{
	line-height: 1px;
	margin: 0;
	position: relative;
}
.ot_testimonial .carousel-indicators{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 105%;
	width: 60%;
	z-index: 15;
}
.ot_testimonial .carousel-indicators li{
	border: 1px solid #d3d3d3;
	display: inline-block;
	float: none;
	height: 12px;
	margin: 1px 5px 1px 1px;
	width: 12px;
}
.ot_testimonial .carousel-indicators .active{
	background-color: #269abc;
	border: 1px solid #00f;
	float: none;
	height: 12px;
	margin: 1px 5px 1px 1px;
	width: 12px;
}
.ot_testimonial .carousel-indicators li:hover{
	cursor: pointer;
}
.ot_testimonial .carousel{
	line-height: 1.2;
}
.ot_testimonial .carousel-inner>.active.left{
	left: -100%;
}
.ot_testimonial .carousel-inner>.active.right{
	left: 100%;
}
.arrow-down{
	border-bottom: 15px solid #f5f5f5;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	margin: 0 0 0 47px;
	width: 0;
}
.arrow-down1{
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f5f5f5;
	height: 0;
	margin: 0 0 0 35px;
	width: 0;
}
.glyphicon-star:before{
	content: "\e006";
}
.glyphicon{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
}
.ot_testimonial .ot_info1{
	display: block;
	width: 100%;
}
.ot_testimonial .ot_aditional1{
	display: table-cell;
	vertical-align: top;
}
.ot_testimonial .ot_image1{
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.ot_testimonial .ot_image1 img{
	border: 1px solid #efefef;
	float: right;
	height: 85px;
	padding: 3px;
	width: 85px;
}
.ot_testimonial .ot_tcontent1{
	display: block;
	width: 100%;
}
.ot_testimonial .ot_left{
	display: inline-block;
	margin: 2%;
	text-align: left;
	vertical-align: middle;
	width: 45%;
}
@media (max-width:639px){
	.ot_testimonial .ot_left{
		margin: 0 0 20px;
		width: 99%;
	}
}
.ot_list{
	margin-top: 25px;
	padding-top: 25px;
}
.ot_image1 img{
	border: 1px solid #efefef;
	float: right;
	height: 85px;
	padding: 3px;
	width: 85px;
}
#ot_wrapper{
	top: 50px;
	width: 100%;
}
#carousel-wrapper{
	padding-bottom: 10px;
	position: relative;
}
#carousel,#thumbs{
	overflow: hidden;
}
#carousel img,#carousel span,#thumbs a,#thumbs img{
	display: block;
	float: left;
}
#carousel a,#carousel span,#thumbs a,#thumbs span{
	position: relative;
}
#carousel img,#thumbs img{
	border: 1px solid #efefef;
	float: right;
	height: 85px;
	opacity: .4;
	padding: 3px;
	width: 85px;
}
#thumbs .selected img{
	opacity: 1;
}
#carousel img.glare,#thumbs img.glare{
	height: auto;
	width: 102%;
}
#thumbs-wrapper{
	padding: 10px 40px;
	position: relative;
}
#thumbs a{
	border-color: #fff;
	height: 100px;
	width: 150px;
}
#thumbs a.selected,#thumbs a:hover{
	border-color: #566;
}
#wrapper img#shadow{
	bottom: 0;
	position: absolute;
	width: 100%;
}
#next,#prev{
	background: url(../images/carousel_nav.png) no-repeat;
	display: block;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 19px;
}
#prev{
	background-position: 0 0;
	left: 10px;
}
#next{
	background-position: -19px 0;
	right: 10px;
}
#prev:hover{
	background-position: 0 -20px;
}
#next:hover{
	background-position: -19px -20px;
}
#next.disabled,#prev.disabled{
	display: none!important;
}
#carousel span .ot_aditional{
	margin-top: 15px;
}
#carousel span .ot_aditional .ot_email,#carousel span .ot_aditional .ot_name,#carousel span .ot_aditional .ot_ratting,#carousel span .ot_aditional .ot_website,#carousel span .ot_aditional .ot_work{
	font-size: 1em!important;
	text-align: center;
}
#carousel span .ot_aditional .ot_email span{
	float: none;
}
.ot_testimonial .ot_left .ot_aditional1 .ot_ratting,.ot_testimonial .ot_left .ot_aditional1 .ot_website,.ot_testimonial .ot_left .ot_aditional1 .ot_work{
	text-align: left;
}
@media (max-width:480px){
	#carousel,#carousel-wrapper .caroufredsel_wrapper{
		height: 300px!important;
	}
}
#thumbs a{
	margin: 0 15px;
	text-align: center;
}
.caroufredsel_wrapper .ot_tcontent .ot_title{
	margin-bottom: 0!important;
}
.caroufredsel_wrapper .ot_tcontent{
	padding-bottom: 0!important;
}
.icon-eye-open:before{
	content: "\e6c6";
}
body{
	font-size: 13px;
}
content{
	font-size: 14px;
}
.item-page .page-header h1{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 300;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
cite{
	display: block;
	font-size: 12px;
	font-style: normal;
	padding-top: 20px;
}
select{
	min-width: 60px;
}
content img{
	max-width: 100%;
}
.breadcrumb>li+li:before,.breadcrumb>li:last-child:after{
	content: ""!important;
	padding: 0;
}
.breadcrumb>li+li:after{
	color: #25839b;
	content: "> ";
	padding: 0 5px;
}
.element-invisible{
	border: 0;
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.btn-rule1{
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(6,6,6,0) 100%);
	background-repeat: repeat-x;
	border: 1px solid #00b3fe;
	box-shadow: 0 3px 9px rgba(0,0,0,.25) inset;
}
.btn-rule1:hover{
	background-color: #00b3fe!important;
	color: #F9F9F9;
}
.btn-rule2{
	background: 0 0;
	border: 1px solid #ececec;
	color: #fff;
}
.btn-rule2:hover{
	background-color: none;
	border: 1px solid #faf856;
	color: #faf856;
}
.nav-inline>li{
	display: inline-block;
	vertical-align: middle;
}
.tags a.label{
	font-size: 100%;
	font-weight: 400;
}
.tags>span{
	display: inline-block;
	margin: 5px 2px;
}
.tags>span.icon-tags{
	color: #1bc7ff;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0);
}
.label-j25{
	background-color: #a864a8;
}
.label-j30{
	background-color: #3789c0;
}
.label-ps15,.label-ps16{
	background-color: #5CB85C;
}
.block-callout{
	border-left: 3px solid #eee;
	margin: 20px 0;
	padding: 20px;
}
.block-callout h4{
	margin-bottom: 5px;
	margin-top: 0;
}
.block-callout p:last-child{
	margin-bottom: 0;
}
.block-callout code{
	background-color: #fff;
	border-radius: 3px;
}
.block-callout-danger{
	background-color: #fdf7f7;
	border-color: #d9534f;
}
.block-callout-danger h4{
	color: #d9534f;
}
.block-callout-warning{
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}
.block-callout-warning h4{
	color: #f0ad4e;
}
.block-callout-info{
	background-color: #f4f8fa;
	border-color: #5bc0de;
}
.block-callout-info h4{
	color: #5bc0de;
}
.page-header{
	margin: 20px 0 15px;
}
.jumbotron-primary{
	background-color: #FFF;
	margin: 0;
	padding: .5em 5px;
}
div.h1header{
	height: 18px;
	left: -999em;
	position: absolute;
	top: 0;
	width: 200px;
}
.top-area{
	background: #3f4a57;
	border-bottom: 1px solid #3F4A57;
	color: #D6D6D6;
}
.top-search{
	min-height: 32px;
}
.top-search div.finder{
	margin: 3px 0;
	max-width: 288px;
}
.top-search #mod-finder-searchword,.top-search div.finder button{
	background-color: #4B5663;
	border-color: #384452;
	color: #E2E2E2;
}
.top-search input.search-query{
	border-right: 0 none;
	max-width: 256px;
	width: 256px;
}
.top-search div.finder button{
	border-left: 0 none;
}
.top-search #mod-finder-searchword:focus,.top-search #mod-finder-searchword:hover,.top-search div.finder button:hover{
	background-color: #596572;
	color: #FFF;
}
.header-inner{
	padding: 0;
}
.header .banner{
	background: url(../images/banner_bg.jpg) #41A4DD;
	padding: 80px 0 0;
}
.navbar{
	margin-bottom: 0;
	padding: 20px 0;
}
.navbar.navbar-inverse{
	background-color: #333;
	border-radius: 0;
	border-bottom: solid 1px #0c0c0c;
}
.navbar-collapse{
	
}
.navbar-inverse .navbar-nav > li > a,.navbar-nav>li>a{
	border-radius: 2px;
	color: #F9F9F9;
	font-size: 16px;
	font-weight: 400;
	outline: 0;
	padding: 5px 10px;
	font-family: 'Roboto', sans-serif;
}
.navbar-nav li>a:focus{
	background: none;
}
.navbar-nav li.active>a:hover,.navbar-nav li.open>a,.navbar-nav li.open>a:focus,.navbar-nav li.open>a:hover,.navbar-nav li:hover>a,.navbar-nav li>a:hover{
	background-color: #384452!important;
	background-image: none;
	color: #F9F9F9;
}
.navbar-nav li.active>a,
.navbar-nav li>a.active{
	background: url(../images/menu-active.png) bottom left repeat-x #08cefe;
	box-shadow: none!important;
}
.navbar-nav li>a.last{
	margin-left: 30px;
	font-size: 14px;
	text-transform: uppercase;
}
.dropdown-menu li{
	clear: both;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
	background-color: #369bb1;
	background-image: none;
}
@media (min-width:768px){
	.navbar-nav>li{
		margin: 0 5px;
	}
}
.bg-water-full{
	background-color: #2e6e92;
}
.themes-showcase{
	color: #fff;
}
.themes-showcase .items{
	
}
.themes-showcase .item .xp-item-image{
	
}
#products-showcase-home .item-thumbs{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.themes-showcase .item .item-image{
	background: url(../images/banner-laptop.png) 0 0/100% 100% no-repeat;
	margin-top: 15px;
	max-height: 340px;
	overflow: hidden;
	text-align: center;
}
.themes-showcase .item .item-image-inner{
	margin: 24px 10% 46px;
	max-height: 260px;
	overflow: hidden;
}
.themes-showcase .item img{
	width: 100%;
}
.themes-showcase .item-thumb-inner{
	background: #727272;
	border-radius: 5px;
	cursor: pointer;
	max-height: 142px;
	moz-border-radius: 5px;
	overflow: hidden;
	webkit-border-radius: 5px;
}
.themes-showcase .item-thumb img{
	filter: alpha(opacity=50);
	khtml-opacity: .5;
	max-width: 100%;
	moz-opacity: .5;
	ms-filter: "alpha(Opacity=50)";
	opacity: .5;
}
.themes-showcase .item-thumb.active img{
	filter: alpha(opacity=100);
	khtml-opacity: 1;
	max-width: 100%;
	moz-opacity: 1;
	ms-filter: "alpha(Opacity=100)";
	opacity: 1;
}
.themes-showcase .carousel-indicators,.themes-showcase .carousel-indicators .active{
	bottom: auto;
	height: auto;
	left: auto;
	margin: 0;
	position: relative;
	right: auto;
	top: auto;
}
.themes-showcase .item-desc{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.themes-showcase .item h3{
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 30px;
}
.themes-showcase .item h3 span.txt-title{
	color: #054f50;
	clear: both;
	display: block;
}
.themes-showcase .item h3 a{
	color: #fff;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
}
.themes-showcase .item-links{
	padding: 10px 0;
}
.themes-showcase .item-links a{
	font-size: 16px;
	margin: 0 10px 10px 0;
	outline: 0;
	padding: 10px 20px;
}
@media (max-width:480px){
	.themes-showcase .item .item-image-inner{
		margin: 20px 10% 32px;
		max-height: 212px;
	}
}
@media (max-width:360px){
	.themes-showcase .item .item-image-inner{
		margin: 14px 9% 24px;
		max-height: 152px;
	}
}
.breadcrumbs{
	background-color: #F0F0F0;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	padding: 10px 0;
}
.breadcrumb .icon-location{
	color: #f0ad4e;
}
.breadcrumb{
	background: 0 none;
	margin: 0;
	padding-left: 0;
}
.main-top-area{
/* 	background-color: #EEE;
	border-bottom: 1px solid #CCC; */
	padding: 20px 0 0;
}
.main-top-area .module-title > span{
	color: #333;
	font-size: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.main-top-area ul.nav{
	border-bottom: 0 none;
	margin: 5px 0 0;
}
.main-area{
	margin-bottom: 0;
	padding: 2em 0;
}
.main-bottom-area{
	padding: 1em 0;
}
.bg-ex-full{
	background: url(../images/bg-extensions.png) no-repeat;
}
.extensions-showcase .item-image img{
	border-radius: 10px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
}
.extensions-showcase .item-title{
	font-size: 18px;
}
.extensions-showcase .item-title a{
	color: #333;
	outline: 0;
	font-weight: bold;
	text-decoration: none;
}
.extensions-showcase .item-title a:hover{
	color: #00b3fe;
}
.extensions-showcase .item-desc{
	font-size: 14px;
}
.bottom-1-area,.bottom-3-area{
	padding: 1em 0;
}
.bottom-2-area{
	padding: 1em 0;
}
.bg-cloud-full{
	background-color: #000;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.blog-featured h2.item-title{
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
}
h3.item-f-title{
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 26px;
}
.item-inner .item-desc-bottom{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	text-align: center;
}
.item-inner:hover .item-desc-bottom{
	display: table;
}
.item-inner .item-links{
	margin: 0;
	padding: 5px;
	display: table-cell;
    vertical-align: middle;
}
.item-inner .item-links a{
	width: 110px;
	background: #f2f2f2;
	color: #666666;
	line-height: 33px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 0;
	display: inline-block;
	border-radius: 3px;
}
.item-inner .item-links a:hover{
	text-decoration: none;
}
.item-inner .item-links a.cate-livedemo{
	background: #08cfff;
	color: #fff;
}
.item-inner .item-links a.cate-getnow,
.item-inner .item-links a.cate-getnow-free{
	background: #fa6352;
	color: #fff;
}
.news-updates .item-time{
	background-color: #00b3fe;
	border-radius: 35px;
	color: #FFF;
	height: 70px;
	margin-right: 15px;
	moz-border-radius: 35px;
	padding: 10px;
	text-align: center;
	webkit-border-radius: 35px;
	width: 70px;
}
.news-updates .item-time time{
	vertical-align: middle;
}
.news-updates .item-inner{
	overflow: hidden;
}
.news-updates .item-title{
	font-size: 18px;
}
.news-updates .item-title a{
	color: #333;
	outline: 0;
	text-decoration: none;
}
.news-updates .item-title a:hover{
	color: #00b3fe;
}
.news-updates .item-desc{
	font-size: 14px;
}
.module-title{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.module-title>span{
	color: #999;
}
.bottom-2-area{
	background-color: #696e7f;
	color: #FFF;
}
.thirdparty-extensions{
	text-align: center;
}
.bottom-3-area{
	background-color: #384452;
	color: #6F7C8B;
}
.bottom-3-area .module-title{
	color: #FFF;
}
.bottom-3-area .nav a{
	color: #6F7C8B;
}
.bottom-3-area .nav a:focus,.bottom-3-area .nav a:hover{
	color: #3AADC9;
}

#footer{
	background: url(../images/bg-footer.jpg) top center no-repeat;
	border-top: solid 1px #dddddd;
}

#footer a{
	color: #333333;
}

.footer-1-area{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333;
}

/* 
.footer-1-area{
	background-color: #384452;
	border-bottom: 1px solid #3F4C5A;
	border-top: 1px solid #3F4C5A;
}
.footer-2-area{
	background-color: #384452;
}
 */

.footer-1-area,.footer-2-area{
	padding: 1em 0;
}

.footer-2-area{
	color: #999999;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.big-footer2{
	font-size: 30px;
	font-weight: 300;
	text-align: right;
	color: #999;
}

.footer-3-area{
	padding: 40px 0 100px;
}

.footer-3-area p{
	margin: 0;
	padding: 0;
}

.footer-3-area img{
	opacity: 0.3;
}

.footer-1-area p{
	margin: 0;
	padding: 10px 0;
}
.social-links a{
	border: 1px solid #6F7C8B;
	border-radius: 22px;
	color: #DBDBDB;
	display: block;
	font-size: 24px;
	height: 44px;
	margin: 10px 8px;
	moz-border-radius: 22px;
	outline: 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	webkit-border-radius: 22px;
	width: 44px;
}
.social-links a:hover{
	border: 1px solid #00b3fe;
	color: #00b3fe;
}
.social-links.top a,.social-links.top a:hover{
	border: 0;
	font-size: 18px;
	height: 24px;
	margin: 5px;
	padding: 0;
	width: 24px;
}
.social-links.top td{
	vertical-align: middle;
}
.left .moduletable,.right .moduletable{
	margin-bottom: 30px;
}
.left .module-title,.right .module-title{
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.style-blue .module-title{
	background-color: #00b3fe;
}
.style-grey .module-title{
	background-color: #384452;
}
.style-red .module-title{
	background-color: #d85d6c;
}
.style-blue .module-title span,.style-grey .module-title span,.style-red .module-title span{
	color: #FFF;
}
.sidebar ul{
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}
.sidebar .latestnews li{
	margin: 10px 0;
}
.pagination{
	margin: 18px 0;
}
.blog .pagination{
	display: block;
}
.pagination .counter{
	margin: 0 10px;
	padding: 0 5px;
}
.pagination ul{
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	padding: 0;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.pagination ul>li{
	display: inline;
}
.pagination ul>li>a,.pagination ul>li>span{
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
	float: left;
	line-height: 18px;
	padding: 4px 12px;
	text-decoration: none;
}
.pagination ul>.active>a,.pagination ul>.active>span,.pagination ul>li>a:focus,.pagination ul>li>a:hover{
	background-color: #f5f5f5;
}
.pagination ul>.active>a,.pagination ul>.active>span{
	color: #999;
	cursor: default;
}
.pagination ul>.disabled>a,.pagination ul>.disabled>a:focus,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>span{
	background-color: transparent;
	color: #999;
	cursor: default;
}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
	border-bottom-left-radius: 4px;
	border-left-width: 1px;
	border-top-left-radius: 4px;
	moz-border-radius-bottomleft: 4px;
	moz-border-radius-topleft: 4px;
	webkit-border-bottom-left-radius: 4px;
	webkit-border-top-left-radius: 4px;
}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	moz-border-radius-bottomright: 4px;
	moz-border-radius-topright: 4px;
	webkit-border-bottom-right-radius: 4px;
	webkit-border-top-right-radius: 4px;
}
.pagination-centered{
	text-align: center;
}
.pagination-right{
	text-align: right;
}
.pagination-large ul>li>a,.pagination-large ul>li>span{
	font-size: 16.25px;
	padding: 11px 19px;
}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	moz-border-radius-bottomleft: 6px;
	moz-border-radius-topleft: 6px;
	webkit-border-bottom-left-radius: 6px;
	webkit-border-top-left-radius: 6px;
}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	moz-border-radius-bottomright: 6px;
	moz-border-radius-topright: 6px;
	webkit-border-bottom-right-radius: 6px;
	webkit-border-top-right-radius: 6px;
}
.pagination-mini ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>a,.pagination-small ul>li:first-child>span{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	moz-border-radius-bottomleft: 3px;
	moz-border-radius-topleft: 3px;
	webkit-border-bottom-left-radius: 3px;
	webkit-border-top-left-radius: 3px;
}
.pagination-mini ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>a,.pagination-small ul>li:last-child>span{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	moz-border-radius-bottomright: 3px;
	moz-border-radius-topright: 3px;
	webkit-border-bottom-right-radius: 3px;
	webkit-border-top-right-radius: 3px;
}
.pagination-small ul>li>a,.pagination-small ul>li>span{
	font-size: 12px;
	padding: 2px 10px;
}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{
	font-size: 9.75px;
	padding: 0 6px;
}
.pager{
	list-style: none;
	margin: 18px 0;
	text-align: center;
}
.pager:after,.pager:before{
	content: "";
	display: table;
	line-height: 0;
}
.pager:after{
	clear: both;
}
.pager li{
	display: inline;
}
.pager li>a,.pager li>span{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	moz-border-radius: 15px;
	padding: 5px 14px;
	webkit-border-radius: 15px;
}
.pager li>a:focus,.pager li>a:hover{
	background-color: #f5f5f5;
	text-decoration: none;
}
.pager .next>a,.pager .next>span{
	float: right;
}
.pager .previous>a,.pager .previous>span{
	float: left;
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
	background-color: #fff;
	color: #999;
	cursor: default;
}
.search-results .result-title{
	margin: 1em 0 .3em;
}
.search-results .highlight{
	background-color: #f8f1f3;
	border-radius: 4px;
	font-weight: 700;
	padding: 2px 4px;
	white-space: nowrap;
}
.pd-showcase{
	padding: 0 0 1em;
}
.pd-search-title input.filter-by-title{
	height: 30px;
	margin-bottom: 10px;
	padding: 2px 4px;
	width: 275px;
}
.pd-showcase>h2{
	margin: 0 0 20px;
}
.pd-showcase .pd-header{
	margin-bottom: 20px;
}
.pd-showcase .pd-ordering{
	text-align: right;
}
.pd-showcase .pd-ordering .btn{
	background-image: none!important;
	box-shadow: none!important;
}
.pd-showcase .items-row{
	padding: 10px 0;
}
.pd-showcase .item{
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	border-radius: 5px;
}
.pd-showcase .item-inner{
	background-color: #fcfcfc;
	padding: 20px;
	position: relative;
	border-radius: 5px;
}
.pd-showcase .item-header{
	margin-bottom: 20px;
}
.pd-showcase .item-s-title{
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.pd-showcase .item-s-title a{
	color: #333;
}
.pd-showcase.themes time{
	color: #A0A0A0;
	float: right;
	text-align: right;
}
.pd-showcase .tags>span{
	display: inline-block;
	margin: 5px 2px 10px;
}
.pd-showcase .tags .tag-active a{
	background-color: #20C9F2;
	color: #ffffff;
	padding: 5px;
}
.pd-showcase .item-desc{
	background-color: rgba(107,107,107,.5);
	color: #FFF;
	display: none;
	height: 100%;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.pd-showcase .item:hover .item-desc{
	display: block;
}
.pd-showcase .item-links a{
	margin: 5px;
}
.pd-showcase .pagination{
	display: block;
}
@media (max-width:767px){
	.pd-search-title{
		margin: 10px 0;
	}
}
.pd-showcase.extensions .item-inner{
	background-color: #FFF;
}
.pd-showcase.extensions time{
	color: #A0A0A0;
	display: block;
	margin-bottom: 10px;
}
.pd-showcase.extensions .item-s-title{
	margin: 10px 0;
}
.page-header-primary{
	text-align: left;
}
.page-header-secondary{
	text-align: center;
}
.sub-heading{
	color: #999;
	font-size: 16px;
}
.quick-info{
	background: #F6F6F6;
	border-left: 5px solid #00b3fe;
	padding: 20px 20px 0px;
}
.pd-intro .content-links{
	margin: 10px 0;
	padding: 10px 0;
}
.pd-intro .content-links a{
	margin: 0 5px;
}
.info-border{
	border-left: 5px solid #00b3fe;
}
.pd-intro .pd-tags{
	background-color: #F6F6F6;
	padding: 20px;
}
.pd-intro h3{
	margin: 0 0 10px;
}
.pd-gallery{
	background-color: #F0F0F0;
}
.pd-gallery .slide{
	max-height: 100%;
	text-align: center;
}
.pd-gallery .slide img{
	width: 100%;
}
.pd-gallery .slide>a.view-large{
	background-color: rgba(50,50,50,.5);
	border-radius: 5px;
	bottom: 0;
	color: #DDD;
	font-size: 24px;
	height: 36px;
	padding: 2px;
	position: absolute;
	right: 0;
	text-decoration: none;
	width: 36px;
}
.pd-gallery .slide>a.view-large:hover{
	color: #FFF;
}
.slidesjs-navigation{
	display: inline-block;
	margin: 2px 1px;
	outline: 0;
}
.slidesjs-pagination{
	float: right;
	list-style: none;
	margin: 6px 0 0;
}
.slidesjs-pagination li{
	display: inline-block;
	margin: 1px;
}
.slidesjs-pagination li a{
	background-color: transparent;
	border: 1px solid #3AADC9;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	height: 10px;
	margin: 0 1px;
	outline: 0;
	text-indent: -999px;
	width: 10px;
}
.slidesjs-pagination li a.active,.slidesjs-pagination li a:hover{
	background-color: #3AADC9;
}
.feature-ct{
	font-size: 16px;
}
.pd-features h3{
	color: #3F4048;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.extension .pd-tags{
	margin: 5px 0 10px;
}
.section-header{
	background: url("../images/line-bottom1.png") bottom center no-repeat;
	margin: 20px 0;
    padding: 0 0 20px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 36px;
}
.section-header h2,.section-header h4{
	margin: 10px;
}
.section-header h3{
	margin: 20px 0 0;
	color: #1bc7ff;
}
.article-related{
	margin: 30px 0;
}
.article-side{
	padding-top: 25px;
}
.article-side .article-calendar{
	margin-bottom: 20px;
	text-align: center;
	width: 60px;
}
.article-calendar .day-month{
	background-color: #f1f1f1;
	color: #888;
	display: block;
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	text-transform: uppercase;
}
.article-calendar .year{
	background-color: #555762;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
}
.article-actions{
	margin-bottom: 20px;
}
.view-article .article-icons{
	margin-top: -60px;
}
.article-side .actions{
	list-style: none;
	padding: 0;
}
.article-side .actions li{
	display: block;
	margin: 5px;
}
.article-side .actions li>a{
	color: #BBB;
	display: block;
	font-size: 0;
	outline: 0;
	text-decoration: none;
}
.article-side .actions li>a:hover{
	color: #555;
}
.article-side .actions li>a>span{
	font-size: 40px;
}
.blog .page-header{
	margin: 10px 0;
}
@media (max-width:767px){
	.article-side .article-actions,.article-side .article-calendar{
		display: inline-block;
		margin-bottom: 0;
		margin-left: 10px;
		text-align: right;
		width: auto;
	}
	.article-side{
		padding-top: 0;
	}
	.article-actions{
		margin-bottom: 0;
	}
	.article-side .actions{
		text-align: right;
	}
	.article-side .actions li{
		display: inline-block;
	}
	.article-side .actions li>a,.article-side .actions li>a>span{
		font-size: 14px;
	}
}
.article-info>dd{
	display: inline-block;
	margin-right: 8px;
}
.article-body{
	padding-bottom: 20px;
}
.article-socialshare,.article-tags{
	margin: 10px 0 20px;
	font-size: 24px;
}
.btn-facebook,.btn-google-plus,.btn-linkedin,.btn-pinterest,.btn-twitter{
	border: 1px solid #EEE;
	color: #FFF;
	padding: 4px 6px;
}
.btn-twitter{
	background-color: #00aaf0;
	border-color: #00aaf0;
}
.btn-facebook{
	background-color: #435f9f;
	border-color: #435f9f;
}
.btn-google-plus{
	background-color: #e04b34;
	border-color: #e04b34;
}
.btn-pinterest{
	background-color: #ce1f21;
	border-color: #ce1f21;
}
.btn-linkedin{
	background-color: #0a86bf;
	border-color: #0a86bf;
}
.btn-twitter:hover{
	background-color: #FFF;
	color: #00aaf0;
}
.btn-facebook:hover{
	background-color: #FFF;
	color: #435f9f;
}
.btn-google-plus:hover{
	background-color: #FFF;
	color: #e04b34;
}
.btn-pinterest:hover{
	background-color: #FFF;
	color: #ce1f21;
}
.btn-linkedin:hover{
	background-color: #FFF;
	color: #0a86bf;
}
.article-related .item .related-item-image{
	max-height: 170px;
	overflow: hidden;
}
.article-related .item img{
	max-width: 100%;
}
.related-item-info{
	background-color: #F0F0F0;
	height: 30px;
}
.related-item-info time{
	display: inline-block;
	padding: 5px 10px;
}
.article-author{
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.article-vote{
	margin: 20px 0 10px;
}
.mod_all_blogs>ul{
	list-style: none;
	margin: 0;
}
.mod_all_blogs li{
	background-color: #FFF;
	display: block;
	margin: 5px 0;
	padding: 0 !important;
	text-align: center;
}
.mod_all_blogs li a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
.mod_all_blogs li a:hover{
	background: #39C7F4;
	color: #FFF !important;
}
.tagscloud .tag{
	padding: 3px 5px;
}
.category-list .docs-category{
	min-height: 200px;
}
.category-list .docs-category:hover{
	background-color: #D9EDF7;
}
.docs-category .articles{
	list-style: none;
	padding-left: 5px;
}
.docs-category .articles li{
	border-top: 1px dotted #DDD;
	display: block;
	padding: 4px;
}
.docs-category .icon-rss{
	color: #C70;
}
.nav-list{
	background-color: #fff;
	border: 1px solid #CCC;
}
.fixed{
	position: fixed;
}
body{
	position: relative;
}
.doc-sidebar.affix{
	position: static;
}
.doc-sidebar{
	border: 1px solid #CCC;
	padding-left: 10px;
}
.doc-navigator{
	margin-bottom: 20px;
	margin-top: 20px;
}
.doc-sidebar .nav>li>a{
	color: #686868;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px 5px 20px;
}
.doc-sidebar .nav>li>a:focus,.doc-sidebar .nav>li>a:hover{
	background-color: transparent;
	border-left: 1px solid #3aadc9;
	color: #3aadc9;
	padding-left: 19px;
	text-decoration: none;
}
.doc-sidebar .nav>.active:focus>a,.doc-sidebar .nav>.active:hover>a,.doc-sidebar .nav>.active>a{
	background-color: transparent;
	border-left: 2px solid #3aadc9;
	color: #3aadc9;
	padding-left: 18px;
}
.doc-sidebar .nav .nav{
	display: none;
	padding-bottom: 10px;
}
.doc-sidebar .nav .nav>li>a{
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-top: 1px;
}
.doc-sidebar .nav .nav>li>a:focus,.doc-sidebar .nav .nav>li>a:hover{
	padding-left: 29px;
}
.doc-sidebar .nav .nav>.active:focus>a,.doc-sidebar .nav .nav>.active:hover>a,.doc-sidebar .nav .nav>.active>a{
	font-weight: 500;
	padding-left: 28px;
}
.doc-sidebar .nav .nav .nav>li>a{
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 1px;
	padding-left: 40px;
	padding-top: 1px;
}
.doc-sidebar .nav .nav .nav>li>a:focus,.doc-sidebar .nav .nav .nav>li>a:hover{
	padding-left: 39px;
}
.doc-sidebar .nav .nav .nav>.active:focus>a,.doc-sidebar .nav .nav .nav>.active:hover>a,.doc-sidebar .nav .nav .nav>.active>a{
	padding-left: 38px;
}
.doc-sidebar .nav .nav .nav .nav>li>a{
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 1px;
	padding-left: 50px;
	padding-top: 1px;
}
.doc-sidebar .nav .nav .nav .nav>li>a:focus,.doc-sidebar .nav .nav .nav .nav>li>a:hover{
	padding-left: 49px;
}
.doc-sidebar .nav .nav .nav .nav>.active:focus>a,.doc-sidebar .nav .nav .nav .nav>.active:hover>a,.doc-sidebar .nav .nav .nav .nav>.active>a{
	padding-left: 48px;
}
.back-to-top{
	color: #555;
	display: none;
	font-size: 12px;
	font-weight: 500;
	margin-left: 10px;
	margin-top: 10px;
	padding: 4px 10px;
}
.back-to-top:hover{
	color: #563d7c;
	text-decoration: none;
}
@media (min-width:768px){
	.back-to-top{
		display: block;
	}
}
@media (max-width:991px){
	.doc-sidebar{
		display: none;
	}
	#products-showcase-home .item-info{
		padding-top: 0 !important;
	}
	.themes-showcase .item h3{
		font-size: 24px;
		margin-bottom: 0;
		min-height:105px;
	}
	.navbar-header{
		width: 100%;
		text-align: center;
	}
	.navbar-header .brand.pull-left{
		float: none !important;
	}
	#omega-nav-collapse{
		margin-top: 10px;
	}
	.navbar-inverse .navbar-nav > li > a, 
	.navbar-nav > li > a{
		padding: 5px 8px;
	}
	.themes-showcase .items{
		margin-bottom: 0;
	}
}
@media (min-width:992px){
	.doc-sidebar .nav>.active>ul{
		display: block;
	}
	.doc-sidebar.affix,.doc-sidebar.affix-bottom{
		width: 213px;
	}
	.doc-sidebar.affix{
		position: fixed;
		top: 20px;
	}
	.doc-sidebar.affix-bottom{
		position: absolute;
	}
	.doc-sidebar.affix .doc-navigator,.doc-sidebar.affix-bottom .doc-navigator{
		margin-bottom: 0;
		margin-top: 0;
	}
	.themes-showcase .item h3{
		font-size: 38px;
	}
	#footer a {
		padding: 10px 5px;
	}
}
@media (min-width:1200px){
	.doc-sidebar.affix,.doc-sidebar.affix-bottom{
		width: 263px;
	}
}

@media (max-width:767px){ 	/* SOLUTION ADDED */
	h2, .h2{
		font-size: 22px;
	}
	.main-top-area {
		padding: 20px 0 0;
	}
	.mod_all_blogs > ul{
		padding: 0;
	}
	.navbar-toggle{
		margin: 0;
	}
	.main-bottom-area .module-title{
		font-size: 18px;
	}
	.btn{
		margin-bottom: 5px;
	}
	.img-responsive {
		width: 100%;
		height: auto !important;
	}
	#products-showcase-home .carousel-inner{
		width: auto;
		text-align: center;
	}
	.themes-showcase .item-links a{
		padding: 5px 10px;
	}
	.themes-showcase .item-links a.pull-right{
		float: none !important;
	}
	.pd-intro .btn-lg{
		padding: 5px 10px;
		font-size: 16px;
	}
	.container > .navbar-header, 
	.container-fluid > .navbar-header, 
	.container > .navbar-collapse, 
	.container-fluid > .navbar-collapse{
		margin: 0;
	}
	.navbar-header{
		text-align: left;
	}
	.navbar-nav li > a.last{
		margin-left: 0;
		margin-top: 13px;
	}
	.main-top-area .module-title > span{
		font-size: 18px;
		padding: 0;
	}
	.extensions-showcase .item{
		margin-bottom: 15px;
	}
	#footer,
	.big-footer2{
		text-align: center;
	}
	#footer .nav-pills > li {
		display: inline-block;
		float: none;
	}
	#footer .nav-pills > li a{
		padding: 0 10px;
	}
}

.doc-container section{
	border-bottom: 0 none;
	border-top: 1px solid #DEE4EC;
	margin-top: 30px;
	padding-top: 30px;
}
.doc-container section:first-child{
	border-top: 0 none;
	margin-top: 0;
	padding-top: 0;
}
figcaption.bg-info{
	padding: 3px 8px;
}
table caption{
	background-color: #eee;
	padding: 3px 5px;
}
.filter-branch.control-group{
	display: inline-block;
	padding: 5px 10px;
}
#Kunena div.kblock{
	margin-bottom: 30px;
}
#Kunena div.kblock.kfrontstats{
	margin: 0;
}
#Kunena div.kcc-subcat{
	min-height: 30px;
	padding: 5px;
	width: 220px;
}
.top-inner div.custom{
	overflow: hidden;
}
.header .banner{
	max-height: 535px;
	overflow: hidden;
	position: relative;
}
.omt-carousel-control{
	width: 45px;
	height: 174px;
	position: absolute;
	opacity: 0.5;
	top: 120px;
	background-image: url(../images/arrow-slider.png);
	background-repeat: no-repeat;
}
.omt-carousel-control:hover,
.omt-carousel-control:focus{
	outline: none;
	opacity: 1;
}
#products-showcase-home .item-info{
	padding-top: 40px;
}
@media (max-width:1199px){
	#products-showcase-home .item-info {
		padding-top: 0;
		padding-bottom: 40px;
	}
}
.item-thumbs ul{
	margin: 0;
	padding: 0;
}
.item-thumbs ul li{
	width: 40px;
	height: 8px;
	display: inline-block;
	overflow: hidden;
	text-indent: 10000px;
	border-radius: 5px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
	background: #84e8ff;
}
.item-thumbs ul li.active{
	background: #fa6352;
}
.omt-carousel-control.left{
	left: 0;
	background-position: top right;
}
.omt-carousel-control.right{
	right: 0;
	background-position: top left;
}
@keyframes animatedBackground{
	from{
		background-position: 0 0;
	}
	to{
		background-position: 0 50%;
	}
}
.social-shares,.social-shares__widget{
	display: inline-block;
	list-style: none!important;
	padding: 0;
	text-indent: 0!important;
	vertical-align: middle!important;
	word-spacing: 0!important;
}
.social-shares{
	opacity: 0;
}
.social-shares_visible{
	opacity: 1;
	transition: opacity .1s ease-in;
	webkit-transition: opacity .1s ease-in;
}
.social-shares>*{
	display: inline-block;
	visibility: hidden;
}
.social-shares_vertical>*{
	display: block;
}
.social-shares_visible>*{
	visibility: inherit;
}
.social-shares__widget{
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.social-shares__widget:after,.social-shares__widget:before{
	display: none!important;
}
.social-shares_vertical .social-shares__widget{
	clear: left;
	float: left;
}
.social-shares__button,.social-shares__counter,.social-shares__icon{
	text-decoration: none;
	text-rendering: optimizeLegibility;
}
.social-shares__button,.social-shares__counter{
	display: inline-block;
	margin: 0;
	outline: 0;
}
.social-shares__button{
	moz-user-select: none;
	ms-user-select: none;
	position: relative;
	user-select: none;
	webkit-user-select: none;
}
.social-shares__button:before{
	content: "";
	display: inline-block;
}
.social-shares__icon{
	left: 0;
	position: absolute;
	top: 0;
}
.social-shares__counter{
	display: none;
	position: relative;
}
.social-shares__counter_single,.social-shares_ready .social-shares__counter{
	display: inline-block;
}
.social-shares_ready .social-shares__counter_empty{
	display: none;
}
.social-shares_vertical .social-shares__widget{
	display: block;
}
.social-shares_notext .social-shares__button{
	padding-left: 0;
}
.social-shares_single-w{
	display: inline-block;
	position: relative;
}
.social-shares_single{
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: left;
	transition: visibility 0s .11s,opacity .1s ease-in;
	visibility: hidden;
	webkit-backface-visibility: hidden;
	webkit-transition: visibility 0 .11s,opacity .1s ease-in;
	z-index: 99999;
}
.social-shares_single.social-shares_opened{
	opacity: 1;
	transition: opacity .15s ease-out;
	visibility: visible;
	webkit-transition: opacity .15s ease-out;
}
.social-shares__button_single{
	position: relative;
}
.social-shares{
	margin: -6px;
	min-height: 36px;
}
.social-shares,.social-shares_single-w{
	line-height: 19px;
}
.social-shares__widget{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	line-height: 19px;
	margin: 6px;
}
.social-shares__widget:active,.social-shares__widget:focus,.social-shares__widget:hover{
	color: #fff;
	cursor: pointer;
	moz-osx-font-smoothing: grayscale;
	webkit-font-smoothing: antialiased;
}
.social-shares__button,.social-shares__counter{
	cursor: inherit;
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
}
.social-shares__button{
	border-right: 0;
	font-weight: 400;
	padding: 1px 6px 1px 20px;
}
.social-shares__icon{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 18px;
	margin-top: 1px;
	width: 20px;
}
.social-shares__counter{
	border-left: 1px solid #ccc;
	font-weight: 400;
	min-width: 12px;
	padding: 1px 4px;
	text-align: center;
}
.social-shares__widget:active>.social-shares__counter,.social-shares__widget:focus>.social-shares__counter,.social-shares__widget:hover>.social-shares__counter,.social-shares__widget_active>.social-shares__counter{
	border-left-color: transparent;
	position: relative;
}
.social-shares__widget:active>.social-shares__counter:before,.social-shares__widget:focus>.social-shares__counter:before,.social-shares__widget:hover>.social-shares__counter:before,.social-shares__widget_active>.social-shares__counter:before{
	border-left: 1px solid;
	bottom: 0;
	content: "";
	left: -1px;
	opacity: .4;
	position: absolute;
	top: 0;
}
.social-shares_vertical{
	margin: -6px;
}
.social-shares_vertical .social-shares__widget{
	margin: 6px;
}
.social-shares_notext{
	margin: -3px;
}
.social-shares_notext .social-shares__widget{
	margin: 3px;
}
.social-shares_notext .social-shares__button{
	width: 18px;
}
.social-shares_notext .social-shares__icon{
	background-position: center center;
	width: 100%;
}
.social-shares__widget_single{
	margin: 0;
}
.social-shares_single{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: -12px 0 0;
	padding: 4px 0;
}
.social-shares__single-container{
	display: table;
	width: 100%;
}
.social-shares_single .social-shares__widget{
	background: 0 0;
	border: 0;
	border-radius: 0;
	display: table-row;
	float: none;
	margin: 0;
}
.social-shares_single .social-shares__button{
	display: block;
	padding: 2px 6px 2px 24px;
}
.social-shares_single .social-shares__icon{
	margin-left: 4px;
	margin-top: 2px;
}
.social-shares_single .social-shares__counter{
	border-left: 0;
	display: table-cell;
	padding: 2px 8px 2px 4px;
	text-align: right;
}
.social-shares_single .social-shares__widget:active>.social-shares__counter:before,.social-shares_single .social-shares__widget:focus>.social-shares__counter:before,.social-shares_single .social-shares__widget:hover>.social-shares__counter:before{
	display: none;
}
.social-shares__icon_single{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII=)}.social-shares__widget_active,.social-shares__widget_single:active,.social-shares__widget_single:focus,.social-shares__widget_single:hover{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#3673f4;border-color:#3673f4;color:#fff}.social-shares__widget_active .social-shares__icon_single,.social-shares__widget_single:active .social-shares__icon_single,.social-shares__widget_single:focus .social-shares__icon_single,.social-shares__widget_single:hover .social-shares__icon_single{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=)}.social-shares__icon_facebook,.social-shares__icon_facebookl{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==)}.social-shares__widget_facebook:active,.social-shares__widget_facebook:focus,.social-shares__widget_facebook:hover,.social-shares__widget_facebookl:active,.social-shares__widget_facebookl:focus,.social-shares__widget_facebookl:hover{background:#425497;border-color:#425497}.social-shares__widget_facebook:active .social-shares__icon_facebook,.social-shares__widget_facebook:focus .social-shares__icon_facebook,.social-shares__widget_facebook:hover .social-shares__icon_facebook,.social-shares__widget_facebookl:active .social-shares__icon_facebookl,.social-shares__widget_facebookl:focus .social-shares__icon_facebookl,.social-shares__widget_facebookl:hover .social-shares__icon_facebookl{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC)}.social-shares__icon_twitter{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==)}.social-shares__widget_twitter:active,.social-shares__widget_twitter:focus,.social-shares__widget_twitter:hover{background:#00b7ec;border-color:#00b7ec}.social-shares__widget_twitter:active .social-shares__icon_twitter,.social-shares__widget_twitter:focus .social-shares__icon_twitter,.social-shares__widget_twitter:hover .social-shares__icon_twitter{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==)}.social-shares__icon_plusone{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==)}.social-shares__widget_plusone:active,.social-shares__widget_plusone:focus,.social-shares__widget_plusone:hover{background:#dd4241;border-color:#dd4241}.social-shares__widget_plusone:active .social-shares__icon_plusone,.social-shares__widget_plusone:focus .social-shares__icon_plusone,.social-shares__widget_plusone:hover .social-shares__icon_plusone{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=)}.social-shares__icon_mailru{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC)}.social-shares__widget_mailru:active,.social-shares__widget_mailru:focus,.social-shares__widget_mailru:hover{background:#255896;border-color:#255896;color:#ffcd00}.social-shares__widget_mailru:active .social-shares__icon_mailru,.social-shares__widget_mailru:focus .social-shares__icon_mailru,.social-shares__widget_mailru:hover .social-shares__icon_mailru{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC)}.social-shares__icon_vkontakte{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=)}.social-shares__widget_vkontakte:active,.social-shares__widget_vkontakte:focus,.social-shares__widget_vkontakte:hover{background:#526e8f;border-color:#526e8f}.social-shares__widget_vkontakte:active .social-shares__icon_vkontakte,.social-shares__widget_vkontakte:focus .social-shares__icon_vkontakte,.social-shares__widget_vkontakte:hover .social-shares__icon_vkontakte{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=)}.social-shares__icon_odnoklassniki{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=);background-position:6px 3px}.social-shares__widget_odnoklassniki:active,.social-shares__widget_odnoklassniki:focus,.social-shares__widget_odnoklassniki:hover{background:#f6903b;border-color:#f6903b}.social-shares__widget_odnoklassniki:active .social-shares__icon_odnoklassniki,.social-shares__widget_odnoklassniki:focus .social-shares__icon_odnoklassniki,.social-shares__widget_odnoklassniki:hover .social-shares__icon_odnoklassniki{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=)}.social-shares__icon_pinterest{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==)}.social-shares__widget_pinterest:active,.social-shares__widget_pinterest:focus,.social-shares__widget_pinterest:hover{background:#cc002b;border-color:#cc002b}.social-shares__widget_pinterest:active .social-shares__icon_pinterest,.social-shares__widget_pinterest:focus .social-shares__icon_pinterest,.social-shares__widget_pinterest:hover .social-shares__icon_pinterest{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==)}.social-shares__icon_linkedin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANJJREFUeNqM0jsKAjEQgOFkWR+ICNqs+Or0BLYW1l7C3s5CQbAVbfQSHsFOYUvvsK1gY6sioqt/YFaC6GrgS0iYYSYkOjPxO0qpGUoqfuwxcJnmaKjfI4+Fw+TJwR09rGOSPJMQykYjh2RMQuhamysKSGGJG4rYoYuECbITzuZSGGOLDbI44oCRCXKsBC1rWqqU4aOKVRTjfOnVtFdDExVpT7239LCCL9KKstZXQlTFXKqNutznJOctK97RvHQgQf+MwFToYypfQ1utffoaw6cAAwACOyV/T6j5YAAAAABJRU5ErkJggg==)}.social-shares__widget_linkedin:active,.social-shares__widget_linkedin:focus,.social-shares__widget_linkedin:hover{background:#0a86bf;border-color:#0a86bf}.social-shares__widget_linkedin:active .social-shares__icon_linkedin,.social-shares__widget_linkedin:focus .social-shares__icon_linkedin,.social-shares__widget_linkedin:hover .social-shares__icon_linkedin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANNJREFUeNqMkjsKwkAQhneDr0IsbCK+Oj2BrYVgp4ewt9fKUtB7eAQ7C89hWsHOVFFENOu3cQJbaMjAl50J/78zy642xkyUUltoquy4wEJjOJH0Vb4IPD6+FG+YwyHD4FtDLIWGGpQyDHHBKZ5QhzLs4AUNOMMMiomKM4TmG1ew9QrGkldlXYsm9JwOWtaKdGnBETqwTzXen1nteF0YQFvGS8I9g3HED4ikjtydrCHtYg81gh7c4Sb/h47esxcXiCjXxVnDlGQjT0M7o/16GsuPAAMAZc1TTpTGrsUAAAAASUVORK5CYII=)}ul.join-affiliate{background:#F8FAFB;border:1px solid #E9ECEE;padding:18px 13px;float:left}ul.join-affiliate-right{float:right}ul.join-affiliate li{display:inline-block;list-style-type:none;margin:0}ul.join-affiliate li.login{margin-left:5px}ul.join-affiliate li a{padding:15px 25px 15px 60px;text-decoration:none;color:#fff;line-height:40px;font-size:20px;display:inline;background-repeat:no-repeat}ul.join-affiliate li a.button-green{background:url(../../../images/common/affiliate-join-icon.png) 10px 12px no-repeat #7cbb22}ul.join-affiliate li a.button-blue{background:url(../../../images/common/affiliate-login-icon.png) 10px 12px no-repeat #1ba1f1}ul.join-affiliate li a:hover{background-color:#3e4346;-webkit-transition:background-color 500ms linear;-moz-transition:background-color 500ms linear;-o-transition:background-color 500ms linear;-ms-transition:background-color 500ms linear;transition:background-color 500ms linear}.percent-heading{font-weight:700;color:#1ba1f1}.article-main .item-image{margin:15px 0}
.view-large:-webkit-full-screen{width:100%}.view-large:-moz-full-screen{width:100%}.view-large:-ms-full-screen{width:100%}.view-large:-o-full-screen{width:100%}.view-large:full-screen{width:100%}

.pd-gallery .control {
  position: absolute;
}
.pd-gallery .control.skin01 {
  width: 55px;
  height: 55px;
  top: 123px;
  position: absolute;
  cursor: pointer;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABaCAYAAACWuwCqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6Njk0RjBFQzZBQTYzRTIxMUE1NkVBODkwRDdBMjM1OEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRCQTIzMTk2MTQwMTFFMzhBQUFERjI1MTg2QkYxQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRCQTIzMTg2MTQwMTFFMzhBQUFERjI1MTg2QkYxQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMkM4MzUzMzQwNjFFMzExODI5RkFDOUJBMDBGREM5NSIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDo2OTRGMEVDNkFBNjNFMjExQTU2RUE4OTBEN0EyMzU4RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuoJQaYAABJsSURBVHja7J1/cBzlecd39/b2fkgyOEhKYslgNGmIDbZnasCyQxOXcTIt00wI7f+lP+MW7GlDAcm4OKbGEhCmHRtS0p/0/5aQSYd2AoPVkEkx2OQPgx2nnYmxZWtiJpWNdT/2x932+Z5W5CLOsu549+529/udeRGSdbr7PPt99nmf9929033f1yiKoiiqWRkMAUVRFMUCQlEURbGAUBRFUSwgFEVRFAsIRVEURbGAUBRFUSwgFEVRFAsIRVEUxQJCURRFsYBQFEVRFAsIRVEUxQJCURRFsYBQFEVRLCAURVEUCwhFURRFsYBQFEVRLCAURVEUCwhFURTFAkJRFEWxgFAURVEUCwhFURTFAkJRFEWxgFAURVEsIBRFURQLCEVRFEWxgFAURVEsIBRFURQLCEVRFMUCQlEURbGAUBRFURQLCEVRFMUCQlEURbGAUBRFUXGRucS/6Vf4/26Xf4X/v5piz6vr+mJePcK8fj2v7/uJ523g59jwLjN/k8TbtQVkIfgpGZnga5Q6laqMigw7+Hq1E2sSeTHSMnqDr1HjdWXMBV998pI3QbyR6EDw8/zw6us/d+HChfWe5/VGBsg05wYHB49Pnz3zffm2KMNbZhySwotks2SslMfskMfeJX9jICq8cmzek2P0khyr5+TbWRnOMk4wieSVx+yQx94lf2MgQn5+T47RS3KsyBsB6Yta4YVq3rNq1fD2C+/9/AYjlT6vG2YpMv1g1ctVK+6q6z527Zmf/WzmZflRYYmqnihefX5NBx3WyvPnp782OHDdJnnsCfkbFyNjWMO8Vo7Rup//38Ufffzjn/xGkHQVv8GaTtJ4Ay/XeMXPXxM/b5LHnpC/cTFCfr5WjtE68fOPxM8f8C6Rv0nijUQHgvYvNXvp/WvNdPZdyUJPi5D0lFkyjNTpS5fnPla3HFVZ4iFJ4tWDf0+vvGbFkOeWj2m+b0eJ1694F6vVytFr+npXBzNPI1gG8Mn7C17x85D4+Zj42Y6Yny+Kn4+Kn8kb0QJS2xOoVKopqeaROpnWTT0r1Ypv1PNcpQVOEq9R823KMGXmY0eS1/cdI6Wn6njIu4hX/GyKn+2I+tkRP5M3AjIanUy1aF3FcNXisAQPeclLXvJGhbfrCwgVf+kJ4yEveZmfIcm8MoW++Dr6iB0FvenfTxCv7mv+cu4l6Fr580vEOnkb88bEz+RlB0JRFEXFUUbM20Jd8e+Rl7zkJW+nebtG5lIoUW4Jmz4USeP1tUgv6TR9kWPSeJm/LB0d7EAoiqIoqqUCwhaYvOQlL3nZhywpXoWVUN6YXJVEXvo5kbzd3oFQ8RZnqOQlL/MytA5Ej8mm1PINmDTeeGwqk5d+TiIvOxAol8sZEwf23fiP//C36265eV02btP8tWs/kwUbGMGatDanVCqlxnfvHf2DP/yTL779zokVceM7efLHfWADI1iTdnzF0ynx9qh4/IuSvytimL99YAMjWLlw0UQBWVhTDGvk83lj39f3jKxZs+aaXD5nPfDArk+tkxOusudocQ1V1QDLQw/+2afABkawgjm0mLZ4J3pYo1gspvZ+ff+W06dPf6JULOWffvrgZ0/ICVfZc7R4J7qqAZYnn/qbO8AGRrCCObSYtngneoj5mxJPbxFvf0I8npf8/ax4vk+xnzvGCxbJ3zvABkawgjnk/GUHstzOY++ju0eGhlb1lsolmamWNTOdNnft+tORuFRmsIAJbGAEK5iT0IlgNr7vsQNbzp0735/L5uR4ZzXPdTMHD35za1wYwQImsIERrGBOQieC2bh4eYt4ur8ufzPi+a0xyt+tYKrL334wsxNZXgHRQzSfseeRh29cNfTJXkk2zXFc33U936/62tGjb5qhrCyq+71lCyxgAhsYwQpmsIdYRDq+6YgT6P7Hnxg9f26mXzg1y0r7Ukd93dC1W2+9zYoLL1jABDYwghXMYA+xiHT8+OIEKh4eFS/3N8hfK0b5azXI336wh1hEYtSBBJtSqpet9ux5+MbVq4f7UNkdz/Mr1aqWyaS11//7h9q3nvu7S6qeq9U7WVUNsIAJbGAEK5jBjhioXs5q9U501ctW+/c/MXr27PQAZuaWafopw9Bs29VGt2zVv7rjj2dUPVerd6KrGmABE9jACFYwgx0xUL2c1eqd6KqXrcS7o+LhgQb5q4vnZ2KUvzNgapC/A4iB6uWsuN2JrocwczF2jz84MrRqVV9Rqrnrun61WtGymYx+5PXX9UMHn7mUzuTfjcsMBixgAhsYwQpmsCMGiEUInUjHeDHrPjDx1JZz588P5GU2nk6nfcNIaWXb1jePjho7d90/49rFY3HhBQuYwAZGsIIZ7IgBYhFCJ9IxXsy6xbNbxLsDDfLXEK/PiOePxSh/j4EJbA3ydwCxCKETiU8HorrzGB//i5HhYex5lAPzVbVcNqMfO/qm9uwzz16ycr0/1XVD6fM2deSUb4zJrFSYwAZGsIIZ7IgBYjE29oDSTqQZXNWdx8TEN7ZMT2PPIxsUD0MrlW1906236ffdf9+MU5o7gnUOpbPyZjbRlW9sV30wgQ2MYAUz2BEDxGJy8unNKjuRZnhVdx6Sv1vEs/0N8lcXj8+I14+I533F+dsR3iB/fTCBDYwN8rdf8nezyk5E4yZ6487jwQf//Eap2r2FosxcHMevVCrS9mb1N984qh06eOiSle39afw+F2beD2ADI1jBDHbEALEYHhrqQ2yivLGOWfZTT/31Zpl19/fkpfOwLD+VSmm2XdZvu/1WfeeunTNOee4IFpDid3x9H2xgBCuYwY4YIBbT584NIjZR3ljHLFs8ulnyt79B/uri7Rnx+JHahW7xy18fbGAEa4P8HURskryxvuQSloqqunPnjutXr17Vh00o13Fr5jNNU3/rmMxcnn3mUibXp7zzqJuNN9UCh3OJnqGBEaxgBvu8Cec35hAbxKgTvCpmxYcOPbfp7Nnzg9hETlvpWvHwPE//1U23Gffdd/+MXbqsvPOouyGw7byNOhEwghXMYJ8vIvMb64gNYtQJXkX5u0k8Otggfw3x9Ix4W3nn0WX564MRrGBukL+DiFGbeZPTgfT09PR5XkVzXMf3Kl5tQwqt/rvvnillsn0x7Tw+7G+wghnsiAFiUYuJxAYxiipZoVAYNM2UZqUt30yZtQ1ltPo33HD9Jbt8Oaadx4c7EbCCGeyIAWJRi4nEBjGKKpl4c/AK+XtJPB3TzuPDnQhYwXyF/B3UEqolrsLSlYwnJicrs7OzuplO6zJbw4xNcxxH+8o992R/+3fuGVD1PA1Hc5sgoQ6wghnsC3FIpy0dsUGM2syr187rCsbDY2PuypUrDc919flO0tAsy9K+/cILK/7tX18YUfU8DUdTb2US4uuQAVYwg30hDq7r6IgNYtR2XnX564pHjQb5u0I8PRJy/radd4n8HQFzg/w1EKM283b/EpYe0HzUUSw6/3vg8ce9ufcv6xkLG1E+birzHdvWtt+5begrd3+pX9VzLR5NbcKF9BowwAhWMHu1DUhfQywuv/++/vhjf+UhRu3mxelIxcjnrdd2P/KI3buiz7AdbCTruKnMtzIZ/5VXpzZ8+8Xvjqh6rsWjE7yNBhjBCmazdgGBriEWfStWGI88+pc2YtRuXoX5+5rkry35ayzKX188vUG8PZKA/B0BK5gX5a8h+WsjRm3mjcoS1kcPi5FKO5fnnFMTEwe8y3NSRDKZ2hqiXbZ9G0Vk+53DX/7yl/pDsV8LS02qB9jACFYwz29AivkkFohJoeSdQow6w/vRT2vVilvs67Wmxsd32329UkRsu7YHkMlm/AyKyCuvbvzOd747Ekr56ADv4gE2MIIVzPMXEEjxkFggJj058zBi1BleJflblPydEq/a4lljUf764u2N4vGRGOfvCBjBuih/DcRE8vcwYtQZ3m7vQBR1gKZpOnMF59QTE5Pe3Nycbkn1xhpiqVyuFZEvbN82fPfdv9WvtOtsZQajuPMFE9jACFYwgx0xqMVCYpKS2HSCt3ZaUrSC43leobfHmnp4fMzu7e01HMc2sAeQy2ZrReTlV6Y2vvjiv48oXTXqIO/CABPYwAhWMIMdMajFQmJS8bxiJ3gV529BvDolnrXFu4Z42KjLX188vlG8PhLD/B0BGxjr8tdADGqxkJhI/hY7wBuFDkRtJU/JLHuu6Jx6cnLSKxYLetqydGxA2XJgyraj3fnr24bvuus3ruvcLEYtL1jABDYwghXMYEcMEIuUks6jVV61M/FKxS305q2ph8bG7Hy+R3cdx8AGckZOrNmM5b96eGrjSy/955rOdSFqecECJrCBEaxgBjtigFggJp3jVZ6/BfHslHjXDvLXqMtfX7y+UTy/Jkb5uwZMYKvLXyPIXxuxQEw633V17Sa6+opummmnUHJOTU5MeMVSUTqR9HwRKZU113O0X/vc1mFl+28tvRWCunHHHaPDYBLzaWAEK5jBjhggFkr3G5t98+EQ9pI9zy305KypsfFxJ5/L647jzheRXFZLm5b/2vd/uEHZ/nlLnweibvzgB69vAJMUDw2MYAUz2BEDxELp9QItfR6I8vwtiHenxMNOkL9GXf76kr8bFPu5Y7ySvxvAVJe/RpC/OIdNIRYh5G98NtHD2pJKpSynWPZOPTkx6ZVKJQOzcrwpnfzHeP6f/ln1OmoT15Gr5fyX55+vMeEabzCCFcxgRwxC2nZsgjecLeVKxSnks+bhh8bHHNwgiVk53pTO96upe3//9xQ/b+d4f/fee2tMuEcDjGAFM9gRg5AuG+iYn+vytyAePixedoL8NYL8TUn+6jHL31SQv0aQvzh3HUYMOpy/3d+BhLGmWN+JlGwpIpMTbrFUMKxsxvj7bz3nv/P2iTOK11Cba4AVMr7z9skzYAIbGMEKZtWdR6u8YewJ1HciuYwUkbFxO5/rMZyynfqjr+7wb75l3THFeyAd4735lrVvgQlsYAQrmFV3Hq3yhpy/BfHyYfG0HeRvKsjfYzHK37eC/E0F+WuDWXXn0Spvt8js1BNj/b9ku6f2Pbr3pnw+Z84Vyqcz2Z5ZLSayhOX42ye1PePja4rFkmeYmWDPoysUul+x/p/LpA/vfWzfNuHP9PZk37DLhekOcSjndYRl/S1rtf0TE7eLf+2qZwd7Hl1x3PQ25K8UEfew5O824c9I/r4h+Rub4yv5Ox3k7+3iX1vyN9jziHZetq+ALJT0ME1oWo5hmCfKbiWVyfU6HT0UIfAK02zZdQum1VPRDaPSVdZbmJKHWUQ8p1Ctet/LplOWXZpTm3x+53mFaTqbTs8KpuNXq26owfQ77+cG+VuQ/P2e5K8lXi/EMH+nJX9nJX8dyV+3q/K3ywtI2xbkcGI1tNBOrs29l04YAW5v19Hce0O14QXhxFrVQju5dpzXC7/r6Co/N8hfV/LXjXH+duPxjUAHEvEbXFq/DDApvB/lBrVukE9e+jnBvF3egbShA27H4Wj6RqSk8LZhBasdp1Py0s9J5I1CBxLdqpi0WUD7ZrXkpZ/JS/1CBkOQSOkJ4yAveZmXbe1A9Gi3hK3eiZ4YXj/in9Thk5d+TjBvlxcQPSabUi3cyZoU3lhsKpOXfk4ib9eIS1gURVGU0g5Ei8lVDU39foJ4eRVWzHl5FVasebu/gESUp81lJ+riVVj0M3mp1nWlJSw/nU671WolFUUovG6R18yZJUG8OItWXde1DSNlRdK08rorlYqjLW9jI5G84mdbfGFF1M+W+Jm8ESwgCy/e/fRNvzJjl+f6q1UvHdqHDYcw8Hrxuj+z9qbz8hPnKlPPpPKWf3Lqf05ksr1rDMPMamF+YLjigdeL1/3jk6fekZ+UyNuYV/x8QnyxRvyRjZifs3jd4mfyRqHn8395YRhYmIVnZKzc/oXf/PTx48eHyradiQpQNpOx169ff+6Vl//jJ/It3t3XllG5wkFJFK+u60awbNknY1ge83l57Hr5Gz1R4ZVjU5BjdFyO1X/Jt3j318syPPFxNem8wYTwA155zOfloevlb/REyM8FOUTH5Vj9Ei8m6uSNRgFZOKlawYExtWhdrVUNDsDlYEZeWaI1TBSvrusLrGkZORmDQfGM0tJdJSiSF4IZG97Ir+L7fuJ567wcO96rTACTwtv1BWThoBjBSGnRu8B64eRZCU6u1ascjMTwzp9PP+A064pl1ArmQtH0FrgbnU+Txls3K48d7xK/nzTerpK5BFT9LDZqJ1RtGYUjqbx+3Qynoi36TM2IFEt/mZMD8pI3brxd34FQFEVR1FXFO9EpiqIoFhCKoiiqffp/AQYAfUynM9x/ptMAAAAASUVORK5CYII=") no-repeat;
  overflow: hidden;
}
.pd-gallery .control.skin01.prev {
  left: 8px;
  background-position: -3px -33px;
}
.pd-gallery .control.skin01.prev:hover {
  background-position: -123px -33px;
}
.pd-gallery .control.skin01.prev.dn {
  background-position: -243px -33px;
}
.pd-gallery .control.skin01.next {
  right: 8px;
  background-position: -63px -33px;
}
.pd-gallery .control.skin01.next:hover {
  background-position: -183px -33px;
}
.pd-gallery .control.skin01.next.dn {
  background-position: -303px -33px;
}
.pd-gallery .pager {
  position: absolute;
}
.pd-gallery .pager.skin01 {
  bottom: 8px;
  right: 10px;
}
.pd-gallery .pager.skin01 div, .pd-gallery .pager.skin01 div:hover, .pd-gallery .pager.skin01 .av {
  background: #979797;
  overflow: hidden;
  cursor: pointer;
}
.pd-gallery .pager.skin01 div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.pd-gallery .pager.skin01 .av {
  background: #08cfff;
}
.pd-gallery .pager.skin01 div:hover, .pd-gallery .pager.skin01 .av:hover {
  background: #08cfff;
}
.pd-gallery .view-large-handle {
  width: 55px;
  height: 55px;
  bottom: 0;
  right: 0;
  z-index: 99;
  position: absolute;
  cursor: pointer;
  display: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tJREFUeNrsWs1PE0EU35nd7bLbQvhsE0RJjIAe+i94EDyooYnejTEBY7zgGU2ERLh7MSZyMd41wagH9OJB4sHEpDcPCqhgi4jQL5buh/PqLm6HXSDbpWEWhrx0OjPbzo/fe795Mx1kmiYX1iJQ75FH/aAX060uUEB4YpL1ihkCZxDTianWawWkQLGodB0/cTabzSY1TYsx436CkI/H4+nv3xbekbdFYlqFMRJzyGIu2tnZNZBdXunGvLiIsFBixicNTTb0cmdba/NCJrM0Q5oKTubABfnVtfVmQWyY5xDSWBIOxAsljPm5tVy+1RFSelXM6brBE9aYAvYfIdIN3cROPNghJogLR9nCg7kQF6EaMvlDiGHKquceauYwoxnJXmKOSr8Qx7Rb0vQcuWUo3PJILRld51AtghLUprcmz0HVbnmUoeyVucJ6dppuf/Z8+sHVa0NvnW1Pn0z1X7mcGqHHRpviqVqYq2vMuQGDAm3Qx+xSUC6XC7OzH7569UMfjNnPpQC7ZSh+jAJWFEUxOjkxNnHr5vBJ+tuhDfpgDIylBcX3HNA+MwfuNnpnbNQLIA0Mxgbsols44AwFW1vzFiXWnBIjSsbPJ2qaVhEKO8YsEJMEhFIslbIdie4haF/OzE8pshy3gT189PiLLTLwrCAI/kNhs5go5v+AqK3CwUKgguIUD5g0TB6A3bt3f9Juhzq0OYHRzwZGoYO5VsLcYESKZnwKSCATIkz7fnZTLQBzL0j1d+DMHeRdAUiVf3MpEHfZn3NTtKDQbYHNAXkv4sg+nfVjUD59fH+bVsWoosTHx++O2u1QhzZaRe1nUY22S27p/2N7ek6dI5McoeWeFhR6mQBg8Gxt3492FJT2WGPLpUhDzJegqKq6Lbek5Z5itbJM0LmlJEn+BWUjn8jnVl+S6i8XQQnuvwbFDZhzmfBeg4OZh0v6FZiecDeGrw96/ZdJXypoPdkl/QqWORJH/RCDdHt1jAXOnGv61dHY1HZRkv3FXKkUzC9esiz7flYt5RO59ZVXkOWFfhEXtnuEv82BrCh737UbBm+YOs/z4uZ+HsoKdFc9DvYQxsRlsF7Xc8udxIGx89jtzNXglQcJmhdzHBeeU/XDdG7JIbbdche1DIWgHMrj9FCoJXfo1NIkm8eyYeg8i0Bg3qRoNDj7h7Vyb1/PkrqRbzcMTax551FHg/nCvE+f6VuEDblNln1rz75n2TJw/kJvOp0+tqGqEiusNUiSmkwmf7yZef2Z+3faXLl36bySCAAjxBqtWGTtMim4ZM5iTreZs1UEW8YzmEGblukWULCqm7KGYxDHsXnH2XDUORTm2+l/BRgAwH6yF3oiVC4AAAAASUVORK5CYII=") no-repeat;
}
.pd-gallery .view-large:hover .view-large-handle {
  display: block;
}
/* Add class for hover thumbnail 

.thumb-zoom {
    width: 100%;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
	z-index:100;
}

.transition {
    -webkit-transform: scale(1.35); 
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35);
	box-shadow:0 2px 35px rgba(0,0,0,0.2);
	position:absolute;
	display:block;	
}
.transition .item-links{
	text-align: center;
	-webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.8);
	padding-bottom:10px;
}
.transition .item-image {height:250px; overflow:hidden}

*/
.thumb-zoom .item-image {height:222px; overflow:hidden}

@media (max-width:767px) and (min-width: 480px) {
  .nav.navbar-nav > li {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .nav.navbar-nav > li > .nav-child {
    display: block;
    position: relative;
    z-index: 0;
    background: none;
    box-shadow: none;
    border: 0 none;
  }
  .nav.navbar-nav > li > .nav-child a {color: #3aadc9;}
}
.wrapper-dropdown{
    /* Size and position */
    position: relative;
    width: 150px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings 
    font-weight: bold;*/
    color: #8AA8BD;
}

.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown .dropdown {
  /* Size & position */
    position: absolute;
    top: 160%;
    /*left: 0; */
    right: 0;
    padding: 0px;
 	margin: 0px;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
	width: 600px;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown .dropdown li {float: left;}
.wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right:17px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    /* color: #8aa8bd; */
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
   background: #fcfcfc;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown  .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */

}

.no-opacity       .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}
@media (max-width: 480px) {
.item-page .page-header h1 {
	font-size: 24px;
	margin-top: 0px;
}

}

/* Rating */
.theme-rating .extravote-stars {
	width: 80px;
	height: 16px;
	line-height: 16px;
	background-image: url(../images/star-3.png)!important;
	display:inline-block;
	margin:auto;
}

.theme-rating .extravote-stars .current-rating{
	background-image: url(../images/star-3.png)!important;
}
.theme-rating .extravote-stars .current-rating{
	background-position: left center;
	z-index: 1;
	height: 16px;
	float: left;
}
/* short title */

.short-title p{
	padding:5px;
	font-size:12px;
	height: 100px;
}
.short-title {padding-top:5px;}

@media (min-width:992px) {
	.xptag{
		height: 450px;
	}
}

@media (min-width:768px) {
	.xptag{
		
	}
}

/*** ADDED JUNE 2015 ***/

.page-header.xcontent h1,
.page-header.xcontent h2{
	font-family: 'Roboto';
	font-weight: 100;
	font-size: 36px;
	color: #666666;
	margin-top: 0;
}

.page-header.xcontent h1 a,
.page-header.xcontent h2 a{
	color: #666666;
}

#right .moduletable.style-gray{
	background: #f2f2f2;
	border: solid 1px #ededed;
	padding: 30px 20px;
	border-radius: 5px;
}

#right .moduletable.style-gray h3.module-title{	
	margin-top: 0;
	padding: 0;
	font-size: 28px;
	text-transform: capitalize;
}	

#right .moduletable.style-gray a{
	font-size: 16px;
	color: #333;
	font-family: 'Roboto';
	font-weight: 300;
}

#right .moduletable.style-gray ul{
	padding: 0;
}

#right .moduletable.style-gray ul li{
	margin: 0;
	padding: 10px 15px;
	border-bottom: solid 1px #e7e7e7;
	background: #fff;
}

#right .moduletable.style-gray ul li ul li{
	padding: 0 15px;
	border-bottom: none;
}

/***/

#right .moduletable.style-gray.ot-special h3.module-title{
	background: url("../images/ot-special.png") top center no-repeat;
	text-align: center;
	padding: 65px 0 0px;
}

/***/

.pd-description{
	padding: 30px 0 0;
    border-bottom: solid 6px #f6f6f6;
    margin-bottom: 10px;
}

.pd-description tr td{
	border: none !important;
	padding: 10px 0 10px 30px !important;
	vertical-align: middle !important;
	font-family: "Roboto";
}

.pd-description tr td:nth-child(odd){
	font-weight: bold;
}

.pd-description tr:nth-child(even) td{
    background: #f6f6f6;
}

.pd-description .btn-default{
	background: #999999;
	color: #fff;
	border: none;
	text-shadow: none;
	margin-right: 5px;
}

.pd-details{
	margin-top: 50px;
}









