.i-tabs ul {
	padding-left:0;
}

.i-tabs ul li {
	display:inline-block;
	list-style-type:none;
}

.i-tabs .tab-content div {
	display:none;
}

.i-tabs .tab-content div.active {
	display:block;
}

.i-toggles .toggle-content {
	display:none;
}

.i-toggles .toggle-content.active {
	display:block;
}

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
}

div.wpcf7 {
	margin:0;
	padding:0;
}

div.wpcf7-response-output {
	margin:2em .5em 1em;
	padding:.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border:2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border:2px solid red;
}

div.wpcf7-spam-blocked {
	border:2px solid orange;
}

div.wpcf7-validation-errors {
	border:2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position:relative;
}

span.wpcf7-not-valid-tip {
	color:red;
	display:block;
	font-size:1em;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	background:none repeat scroll 0 0 #fff;
	border:1px solid red;
	left:20%;
	padding:.2em .8em;
	position:absolute;
	top:20%;
	z-index:100;
}

span.wpcf7-list-item {
	margin-left:.5em;
}

.wpcf7-display-none {
	display:none;
}

div.wpcf7 img.ajax-loader {
	border:medium none;
	margin-left:4px;
	vertical-align:middle;
}

div.wpcf7 div.ajax-error {
	display:none;
}

div.wpcf7 .placeheld {
	color:#888;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}

audio,canvas,video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],template {
	display:none;
}

html {
	font-family:sans-serif;
}

body {
	margin:0;
}

a {
	background:none repeat scroll 0 0 transparent;
}

a:focus {
	outline:thin dotted;
}

a:active,a:hover {
	outline:0 none;
}



abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

hr {
	box-sizing:content-box;
	height:0;
}

mark {
	background:none repeat scroll 0 0 #ff0;
	color:#000;
}

code,kbd,pre,samp {
	font-family:monospace,serif;
	font-size:1em;
}

pre {
	white-space:pre-wrap;
}

q {
	quotes:"“" "”" "‘" "’";
}

small {
	font-size:80%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0 none;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:0;
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0 none;
	padding:0;
}

button,input,select,textarea {
	font-family:inherit;
	font-size:100%;
	margin:0;
}

button,input {
	line-height:normal;
}

button,select {
	text-transform:none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
}

button[disabled],html input[disabled] {
	cursor:default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="search"] {
	box-sizing:content-box;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0 none;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

@media print {
	* {
		text-shadow:none!important;
		color:#000!important;
		background:none repeat scroll 0 0 rgba(0,0,0,0)!important;
		box-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;
	}
	
	@page {
		margin:2cm .5cm;
	}
	
	p,h2,h3 {
		orphans:3;
		widows:3;
	}
	
	h2,h3 {
		page-break-after:avoid;
	}
	
	select {
		background:none repeat scroll 0 0 #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;
	}
}

*,:before,:after {
	box-sizing:border-box;
}

input,button,select,textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}

a {
	color:#428bca;
	text-decoration:none;
}

a:hover,a:focus {
	color:#2a6496;
	text-decoration:underline;
}

a:focus {
	outline-offset:-2px;
	outline:thin dotted #333;
}

img {
	vertical-align: top !important;
}

.img-responsive {
	display:block;
	height:auto;
	max-width:100%;
}

.img-rounded {
	border-radius:6px;
}

.img-thumbnail {
	background-color:#fff;
	border-radius:4px;
	border:1px solid #ddd;
	display:inline-block;
	height:auto;
	line-height:1.42857;
	max-width:100%;
	padding:4px;
	transition:all .2s ease-in-out 0;
}

.img-circle {
	border-radius:50%;
}

.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-sm-35,.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 {
	float:left;
}

.col-xs-12 {
	width:100%;
}

.col-xs-11 {
	width:91.6667%;
}

.col-xs-10 {
	width:83.3333%;
}

.col-xs-9 {
	width:75%;
}

.col-xs-8 {
	width:66.6667%;
}

.col-xs-7 {
	width:58.3333%;
}

.col-xs-6 {
	width:50%;
}

.col-xs-5 {
	width:41.6667%;
}

.col-xs-4 {
	width:33.3333%;
}

.col-xs-3 {
	width:25%;
}

.col-xs-2 {
	width:16.6667%;
}

.col-xs-1 {
	width:8.33333%;
}

.col-xs-pull-12 {
	right:100%;
}

.col-xs-pull-11 {
	right:91.6667%;
}

.col-xs-pull-10 {
	right:83.3333%;
}

.col-xs-pull-9 {
	right:75%;
}

.col-xs-pull-8 {
	right:66.6667%;
}

.col-xs-pull-7 {
	right:58.3333%;
}

.col-xs-pull-6 {
	right:50%;
}

.col-xs-pull-5 {
	right:41.6667%;
}

.col-xs-pull-4 {
	right:33.3333%;
}

.col-xs-pull-3 {
	right:25%;
}

.col-xs-pull-2 {
	right:16.6667%;
}

.col-xs-pull-1 {
	right:8.33333%;
}

.col-xs-push-12 {
	left:100%;
}

.col-xs-push-11 {
	left:91.6667%;
}

.col-xs-push-10 {
	left:83.3333%;
}

.col-xs-push-9 {
	left:75%;
}

.col-xs-push-8 {
	left:66.6667%;
}

.col-xs-push-7 {
	left:58.3333%;
}

.col-xs-push-6 {
	left:50%;
}

.col-xs-push-5 {
	left:41.6667%;
}

.col-xs-push-4 {
	left:33.3333%;
}

.col-xs-push-3 {
	left:25%;
}

.col-xs-push-2 {
	left:16.6667%;
}

.col-xs-push-1 {
	left:8.33333%;
}

.col-xs-offset-12 {
	margin-left:100%;
}

.col-xs-offset-11 {
	margin-left:91.6667%;
}

.col-xs-offset-10 {
	margin-left:83.3333%;
}

.col-xs-offset-9 {
	margin-left:75%;
}

.col-xs-offset-8 {
	margin-left:66.6667%;
}

.col-xs-offset-7 {
	margin-left:58.3333%;
}

.col-xs-offset-6 {
	margin-left:50%;
}

.col-xs-offset-5 {
	margin-left:41.6667%;
}

.col-xs-offset-4 {
	margin-left:33.3333%;
}

.col-xs-offset-3 {
	margin-left:25%;
}

.col-xs-offset-2 {
	margin-left:16.6667%;
}

.col-xs-offset-1 {
	margin-left:8.33333%;
}

@media (min-width: 768px) {
	.container {
		width:750px;
	}
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-35,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11 {
		float:left;
	}
	
	.col-sm-12 {
		width:100%;
	}
	
	.col-sm-11 {
		width:91.6667%;
	}
	
	.col-sm-10 {
		width:83.3333%;
	}
	
	.col-sm-9 {
		width:75%;
	}
	
	.col-sm-8 {
		width:66.6667%;
	}
	
	.col-sm-7 {
		width:58.3333%;
	}
	
	.col-sm-6 {
		width:50%;
	}
	
	.col-sm-5 {
		width:41.6667%;
	}
	
	.col-sm-4 {
		width:33.3333%;
	}
	
	.col-sm-3 {
		width:25%;
	}
	
	.col-sm-35 {
		width:20%;
	}
	
	.col-sm-2 {
		width:16.6667%;
	}
	
	.col-sm-1 {
		width:8.33333%;
	}
	
	.col-sm-pull-12 {
		right:100%;
	}
	
	.col-sm-pull-11 {
		right:91.6667%;
	}
	
	.col-sm-pull-10 {
		right:83.3333%;
	}
	
	.col-sm-pull-9 {
		right:75%;
	}
	
	.col-sm-pull-8 {
		right:66.6667%;
	}
	
	.col-sm-pull-7 {
		right:58.3333%;
	}
	
	.col-sm-pull-6 {
		right:50%;
	}
	
	.col-sm-pull-5 {
		right:41.6667%;
	}
	
	.col-sm-pull-4 {
		right:33.3333%;
	}
	
	.col-sm-pull-3 {
		right:25%;
	}
	
	.col-sm-pull-2 {
		right:16.6667%;
	}
	
	.col-sm-pull-1 {
		right:8.33333%;
	}
	
	.col-sm-push-12 {
		left:100%;
	}
	
	.col-sm-push-11 {
		left:91.6667%;
	}
	
	.col-sm-push-10 {
		left:83.3333%;
	}
	
	.col-sm-push-9 {
		left:75%;
	}
	
	.col-sm-push-8 {
		left:66.6667%;
	}
	
	.col-sm-push-7 {
		left:58.3333%;
	}
	
	.col-sm-push-6 {
		left:50%;
	}
	
	.col-sm-push-5 {
		left:41.6667%;
	}
	
	.col-sm-push-4 {
		left:33.3333%;
	}
	
	.col-sm-push-3 {
		left:25%;
	}
	
	.col-sm-push-2 {
		left:16.6667%;
	}
	
	.col-sm-push-1 {
		left:8.33333%;
	}
	
	.col-sm-offset-12 {
		margin-left:100%;
	}
	
	.col-sm-offset-11 {
		margin-left:91.6667%;
	}
	
	.col-sm-offset-10 {
		margin-left:83.3333%;
	}
	
	.col-sm-offset-9 {
		margin-left:75%;
	}
	
	.col-sm-offset-8 {
		margin-left:66.6667%;
	}
	
	.col-sm-offset-7 {
		margin-left:58.3333%;
	}
	
	.col-sm-offset-6 {
		margin-left:50%;
	}
	
	.col-sm-offset-5 {
		margin-left:41.6667%;
	}
	
	.col-sm-offset-4 {
		margin-left:33.3333%;
	}
	
	.col-sm-offset-3 {
		margin-left:25%;
	}
	
	.col-sm-offset-2 {
		margin-left:16.6667%;
	}
	
	.col-sm-offset-1 {
		margin-left:8.33333%;
	}
}

@media (min-width: 992px) {
	.container {
		width:970px;
	}
	
	.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 {
		float:left;
	}
	
	.col-md-12 {
		width:100%;
	}
	
	.col-md-11 {
		width:91.6667%;
	}
	
	.col-md-10 {
		width:83.3333%;
	}
	
	.col-md-9 {
		width:75%;
	}
	
	.col-md-8 {
		width:66.6667%;
	}
	
	.col-md-7 {
		width:58.3333%;
	}
	
	.col-md-6 {
		width:50%;
	}
	
	.col-md-5 {
		width:41.6667%;
	}
	
	.col-md-4 {
		width:33.3333%;
	}
	
	.col-md-3 {
		width:25%;
	}
	
	.col-md-2 {
		width:16.6667%;
	}
	
	.col-md-1 {
		width:8.33333%;
	}
	
	.col-md-pull-12 {
		right:100%;
	}
	
	.col-md-pull-11 {
		right:91.6667%;
	}
	
	.col-md-pull-10 {
		right:83.3333%;
	}
	
	.col-md-pull-9 {
		right:75%;
	}
	
	.col-md-pull-8 {
		right:66.6667%;
	}
	
	.col-md-pull-7 {
		right:58.3333%;
	}
	
	.col-md-pull-6 {
		right:50%;
	}
	
	.col-md-pull-5 {
		right:41.6667%;
	}
	
	.col-md-pull-4 {
		right:33.3333%;
	}
	
	.col-md-pull-3 {
		right:25%;
	}
	
	.col-md-pull-2 {
		right:16.6667%;
	}
	
	.col-md-pull-1 {
		right:8.33333%;
	}
	
	.col-md-push-12 {
		left:100%;
	}
	
	.col-md-push-11 {
		left:91.6667%;
	}
	
	.col-md-push-10 {
		left:83.3333%;
	}
	
	.col-md-push-9 {
		left:75%;
	}
	
	.col-md-push-8 {
		left:66.6667%;
	}
	
	.col-md-push-7 {
		left:58.3333%;
	}
	
	.col-md-push-6 {
		left:50%;
	}
	
	.col-md-push-5 {
		left:41.6667%;
	}
	
	.col-md-push-4 {
		left:33.3333%;
	}
	
	.col-md-push-3 {
		left:25%;
	}
	
	.col-md-push-2 {
		left:16.6667%;
	}
	
	.col-md-push-1 {
		left:8.33333%;
	}
	
	.col-md-offset-12 {
		margin-left:100%;
	}
	
	.col-md-offset-11 {
		margin-left:91.6667%;
	}
	
	.col-md-offset-10 {
		margin-left:83.3333%;
	}
	
	.col-md-offset-9 {
		margin-left:75%;
	}
	
	.col-md-offset-8 {
		margin-left:66.6667%;
	}
	
	.col-md-offset-7 {
		margin-left:58.3333%;
	}
	
	.col-md-offset-6 {
		margin-left:50%;
	}
	
	.col-md-offset-5 {
		margin-left:41.6667%;
	}
	
	.col-md-offset-4 {
		margin-left:33.3333%;
	}
	
	.col-md-offset-3 {
		margin-left:25%;
	}
	
	.col-md-offset-2 {
		margin-left:16.6667%;
	}
	
	.col-md-offset-1 {
		margin-left:8.33333%;
	}
}

@media (min-width: 1200px) {
	.container {
		width:1170px;
	}
	
	.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 {
		float:left;
	}
	
	.col-lg-12 {
		width:100%;
	}
	
	.col-lg-11 {
		width:91.6667%;
	}
	
	.col-lg-10 {
		width:83.3333%;
	}
	
	.col-lg-9 {
		width:75%;
	}
	
	.col-lg-8 {
		width:66.6667%;
	}
	
	.col-lg-7 {
		width:58.3333%;
	}
	
	.col-lg-6 {
		width:50%;
	}
	
	.col-lg-5 {
		width:41.6667%;
	}
	
	.col-lg-4 {
		width:33.3333%;
	}
	
	.col-lg-3 {
		width:25%;
	}
	
	.col-lg-2 {
		width:16.6667%;
	}
	
	.col-lg-1 {
		width:8.33333%;
	}
	
	.col-lg-pull-12 {
		right:100%;
	}
	
	.col-lg-pull-11 {
		right:91.6667%;
	}
	
	.col-lg-pull-10 {
		right:83.3333%;
	}
	
	.col-lg-pull-9 {
		right:75%;
	}
	
	.col-lg-pull-8 {
		right:66.6667%;
	}
	
	.col-lg-pull-7 {
		right:58.3333%;
	}
	
	.col-lg-pull-6 {
		right:50%;
	}
	
	.col-lg-pull-5 {
		right:41.6667%;
	}
	
	.col-lg-pull-4 {
		right:33.3333%;
	}
	
	.col-lg-pull-3 {
		right:25%;
	}
	
	.col-lg-pull-2 {
		right:16.6667%;
	}
	
	.col-lg-pull-1 {
		right:8.33333%;
	}
	
	.col-lg-push-12 {
		left:100%;
	}
	
	.col-lg-push-11 {
		left:91.6667%;
	}
	
	.col-lg-push-10 {
		left:83.3333%;
	}
	
	.col-lg-push-9 {
		left:75%;
	}
	
	.col-lg-push-8 {
		left:66.6667%;
	}
	
	.col-lg-push-7 {
		left:58.3333%;
	}
	
	.col-lg-push-6 {
		left:50%;
	}
	
	.col-lg-push-5 {
		left:41.6667%;
	}
	
	.col-lg-push-4 {
		left:33.3333%;
	}
	
	.col-lg-push-3 {
		left:25%;
	}
	
	.col-lg-push-2 {
		left:16.6667%;
	}
	
	.col-lg-push-1 {
		left:8.33333%;
	}
	
	.col-lg-offset-12 {
		margin-left:100%;
	}
	
	.col-lg-offset-11 {
		margin-left:91.6667%;
	}
	
	.col-lg-offset-10 {
		margin-left:83.3333%;
	}
	
	.col-lg-offset-9 {
		margin-left:75%;
	}
	
	.col-lg-offset-8 {
		margin-left:66.6667%;
	}
	
	.col-lg-offset-7 {
		margin-left:58.3333%;
	}
	
	.col-lg-offset-6 {
		margin-left:50%;
	}
	
	.col-lg-offset-5 {
		margin-left:41.6667%;
	}
	
	.col-lg-offset-4 {
		margin-left:33.3333%;
	}
	
	.col-lg-offset-3 {
		margin-left:25%;
	}
	
	.col-lg-offset-2 {
		margin-left:16.6667%;
	}
	
	.col-lg-offset-1 {
		margin-left:8.33333%;
	}
}

@media (max-width: 767px) {
	.table-responsive {
		width:100%;
		margin-bottom:15px;
		overflow-y:hidden;
		overflow-x:scroll;
		border:1px solid #ddd;
	}
	
	.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 none;
	}
	
	.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 none;
	}
	
	.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 none;
	}
	
	.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 none;
	}
}

.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}

.clearfix: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 none;
	color:transparent;
	font:0/0 a;
	text-shadow:none;
}

.hidden {
	display:none!important;
	visibility:hidden!important;
}

.affix {
	position:fixed;
}

.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {
	display:none!important;
}

@media (max-width: 767px) {
	.visible-xs {
		display:block!important;
	}
	
	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-xs.visible-sm {
		display:block!important;
	}
	
	tr.visible-xs.visible-sm {
		display:table-row!important;
	}
	
	th.visible-xs.visible-sm,td.visible-xs.visible-sm {
		display:table-cell!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-xs.visible-md {
		display:block!important;
	}
	
	tr.visible-xs.visible-md {
		display:table-row!important;
	}
	
	th.visible-xs.visible-md,td.visible-xs.visible-md {
		display:table-cell!important;
	}
}

@media (min-width: 1200px) {
	.visible-xs.visible-lg {
		display:block!important;
	}
	
	tr.visible-xs.visible-lg {
		display:table-row!important;
	}
	
	th.visible-xs.visible-lg,td.visible-xs.visible-lg {
		display:table-cell!important;
	}
}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {
	display:none!important;
}

@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display:block!important;
	}
	
	tr.visible-sm.visible-xs {
		display:table-row!important;
	}
	
	th.visible-sm.visible-xs,td.visible-sm.visible-xs {
		display:table-cell!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display:block!important;
	}
	
	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-sm.visible-md {
		display:block!important;
	}
	
	tr.visible-sm.visible-md {
		display:table-row!important;
	}
	
	th.visible-sm.visible-md,td.visible-sm.visible-md {
		display:table-cell!important;
	}
}

@media (min-width: 1200px) {
	.visible-sm.visible-lg {
		display:block!important;
	}
	
	tr.visible-sm.visible-lg {
		display:table-row!important;
	}
	
	th.visible-sm.visible-lg,td.visible-sm.visible-lg {
		display:table-cell!important;
	}
}

.visible-md,tr.visible-md,th.visible-md,td.visible-md {
	display:none!important;
}

@media (max-width: 767px) {
	.visible-md.visible-xs {
		display:block!important;
	}
	
	tr.visible-md.visible-xs {
		display:table-row!important;
	}
	
	th.visible-md.visible-xs,td.visible-md.visible-xs {
		display:table-cell!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-md.visible-sm {
		display:block!important;
	}
	
	tr.visible-md.visible-sm {
		display:table-row!important;
	}
	
	th.visible-md.visible-sm,td.visible-md.visible-sm {
		display:table-cell!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display:block!important;
	}
	
	tr.visible-md {
		display:table-row!important;
	}
	
	th.visible-md,td.visible-md {
		display:table-cell!important;
	}
}

@media (min-width: 1200px) {
	.visible-md.visible-lg {
		display:block!important;
	}
	
	tr.visible-md.visible-lg {
		display:table-row!important;
	}
	
	th.visible-md.visible-lg,td.visible-md.visible-lg {
		display:table-cell!important;
	}
}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {
	display:none!important;
}

@media (max-width: 767px) {
	.visible-lg.visible-xs {
		display:block!important;
	}
	
	tr.visible-lg.visible-xs {
		display:table-row!important;
	}
	
	th.visible-lg.visible-xs,td.visible-lg.visible-xs {
		display:table-cell!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-lg.visible-sm {
		display:block!important;
	}
	
	tr.visible-lg.visible-sm {
		display:table-row!important;
	}
	
	th.visible-lg.visible-sm,td.visible-lg.visible-sm {
		display:table-cell!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-lg.visible-md {
		display:block!important;
	}
	
	tr.visible-lg.visible-md {
		display:table-row!important;
	}
	
	th.visible-lg.visible-md,td.visible-lg.visible-md {
		display:table-cell!important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display:block!important;
	}
	
	tr.visible-lg {
		display:table-row!important;
	}
	
	th.visible-lg,td.visible-lg {
		display:table-cell!important;
	}
}

.hidden-xs {
	display:block!important;
}

tr.hidden-xs {
	display:table-row!important;
}

th.hidden-xs,td.hidden-xs {
	display:table-cell!important;
}

@media (max-width: 767px) {
	.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {
		display:none!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm {
		display:none!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md {
		display:none!important;
	}
}

@media (min-width: 1200px) {
	.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg {
		display:none!important;
	}
}

.hidden-sm {
	display:block!important;
}

tr.hidden-sm {
	display:table-row!important;
}

th.hidden-sm,td.hidden-sm {
	display:table-cell!important;
}

@media (max-width: 767px) {
	.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs {
		display:none!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm {
		display:none!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md {
		display:none!important;
	}
}

@media (min-width: 1200px) {
	.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg {
		display:none!important;
	}
}

.hidden-md {
	display:block!important;
}

tr.hidden-md {
	display:table-row!important;
}

th.hidden-md,td.hidden-md {
	display:table-cell!important;
}

@media (max-width: 767px) {
	.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs {
		display:none!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm {
		display:none!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md {
		display:none!important;
	}
}

@media (min-width: 1200px) {
	.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg {
		display:none!important;
	}
}

.hidden-lg {
	display:block!important;
}

tr.hidden-lg {
	display:table-row!important;
}

th.hidden-lg,td.hidden-lg {
	display:table-cell!important;
}

@media (max-width: 767px) {
	.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs {
		display:none!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm {
		display:none!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md {
		display:none!important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {
		display:none!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.i-hidden-sm {
		display:none!important;
	}
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-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-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-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,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-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-f:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-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,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-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";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


img {
	height:auto;
	max-width:100%;
}

blockquote {
	background-image:url(/img/curated/quote.gif);
	background-position:16px 24px;
	background-repeat:no-repeat;
	border-bottom:4px solid #cacaca;
	border-left:0 none;
	border-top:4px solid #cacaca;
	font-style:italic;
	margin:27px 0;
	padding:17px 13px 23px 90px;
}

img.alignleft,.wp-caption.alignleft {
	margin-right:23px;
}

img.alignright,.wp-caption.alignright {
	margin-left:23px;
}

.bypostauthor {
}

.gallery-caption {
}

.maha-wp-gallery {
	margin-bottom:20px;
}

.maha-wp-gallery figure {
	float:left;
	padding:3px;
	position:relative;
}

.maha-wp-gallery .g-size-1 {
	width:100%;
}

.maha-wp-gallery .g-size-2 {
	width:50%;
}

.maha-wp-gallery .g-size-3 {
	width:33.3333%;
}

.maha-wp-gallery .g-size-4 {
	width:25%;
}

.maha-wp-gallery figure a {
	border:0 none!important;
	opacity:.9;
}

.maha-wp-gallery figure .caption-wrap {
	position:relative;
}

.maha-wp-gallery figure img {
	margin:0;
	padding:0;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.vp-970 {
	display:none;
}

.vp-750 {
	display:none;
}

.vp-fluid {
	display:none;
}

.vp-1170 {
	display:block;
}

#off-canvas-body {
	background:none repeat scroll 0 0 #fff;
	height:100%;
	left:0;
	position:relative;
	transition:transform .5s ease 0;
}

.mobile-bar {
	left:0;
	position:absolute;
	top:0;
	transform:translate3d(-50%,0px,0px);
	transition:all .5s ease 0;
	visibility:hidden;
	width:300px;
	z-index:0;
}

.mobile-bar #close-mobile-bar {
	border-bottom:1px solid #111;
	color:#eaeaea;
	cursor:pointer;
	font-size:22px;
	padding:13px 0 14px;
	text-align:center;
	transition:all .2s ease-in-out 0;
}

.mobile-bar #close-mobile-bar:hover {
	color:#db2e1c;
}

.mobile-bar ul {
	margin:0;
	padding:0;
}

.mobile-bar ul ul {
	display:none;
	margin-left:27px;
}

.mobile-bar ul li {
	display:block;
	font-family:"Oswald",sans-serif;
	list-style-type:none;
	position:relative;
	width:100%;
}

.mobile-bar ul li a {
	border-bottom:1px solid #111;
	box-shadow:0 1px 0 #323232 inset,0 1px 0 #323232;
	color:#eaeaea;
	display:block;
	font-size:14px;
	line-height:1.4em;
	margin:0;
	padding:14px 19px;
	position:relative;
	text-transform:uppercase;
	transition:all .2s ease-in-out 0;
}

.mobile-bar ul li a:hover,.mobile-bar ul li.current_page_ancestor > a,.mobile-bar ul li.current-menu-parent > a,.mobile-bar ul li.current-menu-item > a,.mobile-bar ul li.current_page_item > a {
	background:none repeat scroll 0 0 #181818;
}

.mobile-bar ul li .navmob-sub-menu {
	cursor:pointer;
	font-size:20px;
	padding:12px 12px 11px 10px;
	position:absolute;
	right:0;
	transition:all .2s ease-in-out 0;
	z-index:999;
}

.mobile-bar ul li .navmob-sub-menu:hover,.mobile-bar ul li .navmob-sub-menu .icon-up-open-mini {
	color:#eaeaea;
}

#search-mobile-bar input {
	border:0 none;
	margin-bottom:0;
	width:100%;
}

#search-mobile-bar .search-button {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	padding:13px;
	position:absolute;
	right:0;
}

#body-maha {
	background:none repeat scroll 0 0 #212121;
	overflow-x:hidden;
}

#body-maha.st-menu-open #off-canvas-body {
	overflow:hidden;
	transform:translate3d(300px,0px,0px);
}

#body-maha.st-menu-open .mobile-bar {
	transform:translate3d(0px,0px,0px);
	transition:transform .5s ease 0;
	visibility:visible;
}

#top-bar-sticky {
	background:none repeat scroll 0 0 #212121;
}

.ul-nav ul {
	margin-bottom:0;
	padding:0;
}

.ul-nav ul li {
	border-left:1px solid #111;
	box-shadow:1px 0 0 #323232 inset;
	display:inline-block;
	font-size:13px;
	list-style:outside none none;
}

.ul-nav > ul > li:last-child {
	border-right:1px solid #111;
	box-shadow:1px 0 0 #323232 inset,1px 0 0 #323232;
}

.ul-nav > ul > li:last-child > a {
	margin-right:-1px;
}

.ul-nav ul li a {
	box-shadow:0 -3px 0 #212121 inset;
	color:#eaeaea;
	display:block;
	line-height:35px;
	margin-left:1px;
	margin-right:-3px;
	padding:0 11px;
	text-decoration:none;
	transition:all .2s ease-in-out 0;
}

.ul-nav ul li.current-menu-item a,.ul-nav ul li:hover a {
	box-shadow:0 -3px 0 #db2e1c inset;
}

.ul-nav ul li ul {
	background:none repeat scroll 0 0 #212121;
	opacity:0;
	position:absolute;
	transition:all .2s ease-in-out 0;
	visibility:hidden;
	width:170px;
	z-index:999;
}

.ul-nav ul li:hover ul {
	opacity:1;
	visibility:visible;
}

.ul-nav ul li ul li {
	border:0 none;
	display:block;
}

.ul-nav ul li ul li a {
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-color:#111 -moz-use-text-color -moz-use-text-color;
	border-image:none;
	border-style:solid none none;
	border-width:1px 0 0;
	box-shadow:0 1px 0 #323232 inset,0 1px 0 #323232!important;
	margin-left:0;
	margin-right:0;
	padding-left:16px;
}

.ul-nav ul li ul li a:hover {
	color:#db2e1c;
}

#top-right-nav {
	float:right;
}

#top-right-nav li a i {
	font-size:16px;
}

#top-mobile-wrapper {
	display:none;
}

#top-mobile-wrapper a {
	color:#eaeaea;
	display:inline-block;
	font-size:24px;
	padding:6px 11px;
}

#thelogo {
	float:left;
	margin-left:3px;
}

#main-ads {
	float:right;
}

#main-ads .vp-970 {
	padding-top:10px;
}

.main-logo-ads-wrap {
	padding:17px 0 11px;
}

#main-nav-bar {
	background:none repeat scroll 0 0 #fff;
	border-top:1px solid #fff;
	box-shadow:0 2px 1px 0 rgba(0,0,0,0.2);
	min-height:4px;
}

#main-nav-bar.on-stuck {
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

.admin-bar .sticky-wrapper.is-sticky .main-nav-bar {
	margin-top:28px;
}

.header-bar-sticky {
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:99999;
}

.main-ul-nav ul {
	margin:0;
	padding:0;
}

.main-ul-nav ul li {
	display:inline-block;
	font-size:13px;
	list-style:outside none none;
}

.main-ul-nav ul li a {
	box-shadow:0 -4px 0 #fff inset;
	color:#333;
	display:block;
	font-family:"Oswald",Arial;
	font-size:16px;
	line-height:56px;
	margin-left:1px;
	margin-right:-3px;
	padding:0 16px;
	text-decoration:none;
	text-transform:uppercase;
	transition:all .2s ease-in-out 0;
}

.main-ul-nav ul li .sub-ord-nav {
	float:right;
	line-height:1em;
	margin-top:19px;
	position:relative;
	right:-3px;
	width:7px;
}

.main-ul-nav ul li.menu-item-home a {
	box-shadow:0 -4px 0 #e2e2e2 inset;
}

.main-ul-nav ul li.current-menu-item a,.main-ul-nav ul li:hover a {
	box-shadow:0 -4px 0 #db2e1c inset;
}

.main-ul-nav ul li ul {
	display:none;
}

.main-ul-nav ul li .nav-sub-wrap {
	background:none repeat scroll 0 0 #fff;
	box-shadow:0 2px 1px 0 rgba(0,0,0,0.2) inset,1px 2px 3px rgba(0,0,0,0.2);
	display:none;
	left:0;
	opacity:0;
	padding:0 25px;
	position:absolute;
	top:-999em;
	transition:opacity .3s ease-in 0;
	width:100%;
	z-index:999;
}

.main-ul-nav ul li .nav-sub-wrap .nsw {
	padding-bottom:35px;
	padding-top:25px;
}

.main-ul-nav ul li .nav-sub-wrap .nsw-shadow {
	box-shadow:0 2px 1px 0 rgba(0,0,0,0.2);
}

.main-ul-nav ul li .nav-sub-wrap ul {
	display:block;
}

.main-ul-nav ul li:hover > .nav-sub-wrap {
	top:56px;
	width:100%;
}

.main-ul-nav .nav-sub-wrap .mm-full {
	padding-left:15px;
	padding-right:15px;
}

.main-ul-nav .nav-sub-wrap .nav-sub-menus {
	padding-right:10px;
	padding-top:1px;
}

.main-ul-nav .nav-sub-wrap .nav-sub-menus ul li {
	float:left;
	position:relative;
	width:100%;
}

.main-ul-nav .nav-sub-wrap .nav-sub-menus ul li a {
	box-shadow:0 1px 0 #dadada!important;
	display:block;
	font-size:12px;
	letter-spacing:.2px;
	line-height:1.2em;
	margin:0;
	padding:11px 16px;
	position:relative;
}

.main-ul-nav .nav-sub-wrap .nav-sub-menus ul li:last-child a {
	box-shadow:0 0 0 #dadada!important;
}

.main-ul-nav .nav-sub-wrap .nav-sub-menus ul li a:hover {
	background:none repeat scroll 0 0 #ebebeb;
	box-shadow:0 1px 0 #dadada;
}

.main-ul-nav .nav-sub-wrap .nav-sub-posts a {
	box-shadow:0 0 0 #000 inset;
	margin:0;
	padding:0;
}

.main-ul-nav .nav-sub-wrap .nav-sub-posts .thumb-wrap {
	background-color:#000;
	margin-bottom:12px;
	overflow:hidden;
	position:relative;
}

.main-ul-nav .nav-sub-wrap .nav-sub-posts .entry-title {
	font-size:18px;
	letter-spacing:.2px;
	line-height:1.4em;
	margin:0;
	text-transform:none;
}

.main-ul-nav .nav-sub-wrap .nav-sub-posts .entry-title:hover {
	text-decoration:underline;
}

.main-ul-nav ul li.ord-nav-offset {
	position:relative;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav {
	left:1px;
	padding:0;
	width:250px;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav .nsw {
	padding-bottom:5px;
	padding-top:3px;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav .nav-sub-menus {
	padding-right:0;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav ul li .sub-ord-nav {
	font-size:17px;
	margin-top:0;
	position:absolute;
	right:19px;
	z-index:1;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav ul li .nav-sub-wrap.ord-nav {
	box-shadow:0 0 0 0 rgba(0,0,0,0) inset,1px 2px 3px rgba(0,0,0,0.2);
	left:250px;
	top:-1px;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav ul li .nav-sub-wrap.ord-nav .nsw {
	padding-top:0;
}

.main-ul-nav ul li .nav-sub-wrap.ord-nav .nav-sub-menus ul li a {
	padding:14px 16px;
}

#main-search {
	position:relative;
}

#main-search-form {
	background:none repeat scroll 0 0 #fff;
	display:none;
	position:absolute;
	width:100%;
	z-index:1;
}

#main-search .go-search {
	float:right;
}

#main-search .close-search-form {
	cursor:pointer;
	float:right;
	font-size:24px;
	line-height:53px;
	padding-right:10px;
}

#main-search .search-field {
	border:0 none;
	margin:0;
	padding:17px 0;
	width:80%;
}

#main-nav-bar.search-form {
	border-top:1px solid #dbdbdb;
}

#search-nav {
	float:right;
}

.open-search-form {
	cursor:pointer;
	font-size:20px;
	line-height:54px;
	padding-right:10px;
}

.royalSlider {
	direction:ltr;
	height:390px;
	position:relative;
	width:100%;
}

.royalSlider > * {
	float:left;
}

.rsWebkit3d .rsSlide {
}

.rsWebkit3d .rsABlock,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsContainer,.rsWebkit3d .rsLink,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsPreloader,.rsWebkit3d .rsSlide,.rsWebkit3d .rsThumbs,.rsWebkit3d img {
}

.rsFade.rsWebkit3d .rsContainer,.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img {
}

.rsOverflow {
	float:left;
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}

.rsVisibleNearbyWrap {
	height:100%;
	left:0;
	overflow:hidden;
	position:relative;
	top:0;
	width:100%;
}

.rsVisibleNearbyWrap .rsOverflow {
	left:0;
	position:absolute;
	top:0;
}

.rsContainer {
	height:100%;
	position:relative;
	width:100%;
}

.rsArrow,.rsThumbsArrow {
	cursor:pointer;
}

.rsThumb {
	float:left;
	position:relative;
}

.rsArrow,.rsNav,.rsThumbsArrow {
	opacity:1;
	transition:opacity .3s linear 0;
}

.rsHidden {
	opacity:0;
	transition:visibility 0 linear 0.3s,opacity .3s linear 0;
	visibility:hidden;
}

.rsGCaption {
	float:left;
	text-align:center;
	width:100%;
}

.royalSlider.rsFullscreen {
	bottom:0!important;
	height:auto!important;
	left:0!important;
	margin:0!important;
	padding:0!important;
	position:fixed!important;
	right:0!important;
	top:0!important;
	width:auto!important;
	z-index:2147483647!important;
}

.royalSlider .rsSlide.rsFakePreloader {
	display:none;
	opacity:1!important;
	transition:all 0 ease 0;
}

.rsSlide {
	display:block;
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}

.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {
	height:auto;
}

.rsContent {
	height:100%;
	position:relative;
	width:100%;
}

.rsPreloader {
	position:absolute;
	z-index:0;
}

.rsNav {
	-moz-user-select:none;
}

.rsNavItem {
}

.rsThumbs {
	cursor:pointer;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:22;
}

.rsTabs {
	background:none repeat scroll 0 0 rgba(0,0,0,0)!important;
	float:left;
}

.rsTabs,.rsThumbs {
}

.rsVideoContainer {
	height:auto;
	line-height:0;
	position:relative;
	width:auto;
}

.rsVideoFrameHolder {
	background:none repeat scroll 0 0 #141414;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity:1;
}

.rsVideoContainer .rsVideoObj,.rsVideoContainer embed,.rsVideoContainer iframe,.rsVideoContainer video {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:50;
}

.rsVideoContainer.rsIOSVideo embed,.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video {
	box-sizing:border-box;
	padding-right:44px;
}

.rsABlock {
	left:0;
	position:absolute;
	top:0;
	z-index:15;
}

img.rsImg {
	max-width:none;
}

.grab-cursor {
	cursor:url(/img/curated/grab.png) 8 8,move;
}

.grabbing-cursor {
	cursor:url(/img/curated/grabbing.png) 8 8,move;
}

.rsNoDrag {
	cursor:auto;
}

.rsLink {
	background:url(/curated/wp-content/themes/curated-v1.0/static/css/blank.gif) repeat scroll 0 0 transparent;
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:20;
}

.rsPreloader {
	background-image:url(/img/curated/loader.gif);
	height:32px;
	left:50%;
	margin-left:-10px;
	margin-top:-10px;
	top:50%;
	width:61px;
}

.isotope-item {
	z-index:2;
}

.isotope-hidden.isotope-item {
	pointer-events:none;
	z-index:1;
}

.isotope,.isotope .isotope-item {
	transition-duration:.8s;
}

.isotope {
	transition-property:height,width;
}

.isotope .isotope-item {
	transition-property:transform,opacity;
}

.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	transition-duration:0;
}

.zoom-it {
	backface-visibility:hidden;
	opacity:1;
	transform:translate3d(0px,0px,0px);
	transition:all .4s ease 0;
}

.zoom-zoom:hover .zoom-it {
	opacity:.8;
	transform:scale(1.1,1.1);
}

.zoom-zoom:hover .zoom-it.three {
	opacity:.8;
	transform:scale(1.03,1.03);
}

.zoom-zoom:hover .zoom-it.o-one {
	opacity:1;
}

.trans-it,.text-content a {
	transition:all .3s ease-in-out 0;
}

.animati-on .up-up,.animati-on .up-up-child > div {
	opacity:0;
}

.up-up,.up-up-child > div {
}

.late-show {
	display:none;
}

.mh-el {
	margin-bottom:35px;
}

.mh-el > .mh-el {
	margin-bottom:0;
}

.moz-slide {
	overflow:hidden;
	padding-top:3px;
	position:relative;
}

.wrap-moz-slide.royalSlider {
	margin:0 auto;
	opacity:0;
	padding:0;
	position:relative;
	width:100%;
}

.wrap-moz-slide .i-slide {
	float:left;
}

.wrap-moz-slide .rsOverflow {
	overflow:inherit;
}

.el-blocked-slide .i-slide > a,.wrap-moz-slide .i-slide > a {
	display:block;
	position:relative;
}

.wrap-moz-slide .rsArrow {
	background:none repeat scroll 0 0 #212121;
	cursor:pointer;
	opacity:.2;
	padding:26px 4px;
	position:absolute;
	top:40%;
	transition:all .2s ease-in-out 0;
	z-index:99;
}

.wrap-moz-slide:hover .rsArrow {
	opacity:.5;
}

.wrap-moz-slide .rsArrow.rsArrowLeft:hover {
	opacity:.7;
	padding:26px 8px 26px 20px;
}

.wrap-moz-slide .rsArrow.rsArrowRight:hover {
	opacity:.7;
	padding:26px 20px 26px 8px;
}

.wrap-moz-slide .rsArrow.rsArrowLeft {
	left:3px;
}

.wrap-moz-slide .rsArrow.rsArrowRight {
	right:2px;
}

.wrap-moz-slide .rsArrow i {
	color:#fff;
	font-size:20px;
}

.wrap-moz-slide .i-slide div a.moz-url {
	text-decoration:none;
}

.wrap-moz-slide .i-slide div a.moz-url > div {
	background-position:center center;
	background-size:cover;
	display:block;
	height:100%;
	position:relative;
	width:100%;
}

.i-slide .i-detail {
	display:block;
	position:absolute;
	top:0;
	z-index:111;
}

.i-slide .detail {
	background-image:linear-gradient(rgba(0,0,0,0),#000);
	bottom:0;
	display:block;
	left:0;
	padding:17px 18px;
	position:absolute;
	right:0;
	z-index:111;
}

.i-slide .detail h2 {
	color:#fff;
	cursor:pointer;
	font-size:19px;
	line-height:1.3em;
	margin:5px 0 0;
}

.i-slide .detail p {
	margin:0;
	position:relative;
}

.i-slide .big .detail h2 {
	font-size:28px;
}

.i-slide .moz-item {
	cursor:pointer;
	overflow:hidden;
	padding:2.5px;
	position:relative;
}

.i-slide .moz-item > div {
	background:none repeat scroll 0 0 #000;
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}

.i-slide .moz-item .moz-item-cover {
	background-position:center center;
	background-size:cover;
	height:100%;
	width:100%;
}

.i-slide .moz-item .moz-item-cover img {
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	width:100%;
}

.i-slide .big {
	float:left;
	height:388px;
	width:50%;
}

.i-slide .medium {
	float:left;
	height:388px;
	width:25%;
}

.i-slide .small2 {
	float:left;
	height:388px;
	width:25%;
}

.i-slide .small {
	height:194px;
	width:100%;
}

.i-slide .small:last-child,.i-slide .medium:last-child,.i-slide .small2:last-child,.i-slide .big:last-child {
	margin-right:0;
}

.a-url:hover,.a-url {
	text-decoration:none;
}

.blocked-slide {
	margin-top:20px;
	overflow:hidden;
	padding-top:10px;
	position:relative;
}

.page-wrapper .blocked-slide:first-child {
	margin-top:0;
	padding-top:0;
}

.page-wrapper .page-sidebar .blocked-slide:first-child {
	margin-top:5px;
	padding-top:0;
}

.el-blocked-slide.royalSlider {
	height:570px;
	width:100%;
}

.col-sm-8 .el-blocked-slide.royalSlider {
	height:410px;
}

.i-slide .full {
	background:none repeat scroll 0 0 #000;
	float:left;
	margin:0 5px 0 0;
	width:100%;
}

.i-slide .full .detail {
	padding:27px 35px;
}

.i-slide .full img {
	width:100%;
}

.i-slide .full .detail h2 {
	font-size:48px;
	font-weight:400;
	letter-spacing:1px;
	line-height:1.2em;
	text-decoration:none;
}

.page-sidebar .i-slide .full .detail h2 {
	font-size:42px;
}

.i-slide .full.auto img {
	height:auto;
}

.i-slide .meta-info {
	margin-bottom:5px;
}

.i-slide .meta-info .entry-author,.i-slide .meta-info .entry-date {
	color:#eee;
}

.el-blocked-slide .rsArrow {
	background:none repeat scroll 0 0 #212121;
	cursor:pointer;
	opacity:.2;
	padding:26px 4px;
	position:absolute;
	top:40%;
	transition:all .2s ease-in-out 0;
	z-index:99;
}

.el-blocked-slide:hover .rsArrow {
	opacity:.5;
}

.el-blocked-slide .rsArrow.rsArrowLeft:hover {
	opacity:.7;
	padding:26px 8px 26px 20px;
}

.el-blocked-slide .rsArrow.rsArrowRight:hover {
	opacity:.7;
	padding:26px 20px 26px 8px;
}

.el-blocked-slide .rsArrow.rsArrowLeft {
	left:0;
}

.el-blocked-slide .rsArrow.rsArrowRight {
	right:0;
}

.el-blocked-slide .rsArrow i {
	color:#fff;
	font-size:22px;
}

.meta-count {
	margin-top:4px;
}

.i-review {
	background:none repeat scroll 0 0 #f4b711;
	border-radius:1px;
	color:#fff;
	font-size:11px;
	letter-spacing:1px;
	margin-right:1px;
	padding:1px 5px 2px;
	text-transform:uppercase;
}

.i-category a {
	background:none repeat scroll 0 0 #762F16;
	border-radius:1px;
	color:#fff!important;
	font-size:10px;
	margin-right:1px;
	padding:2px 6px;
	text-transform:uppercase;
}

.block-cap {
	border-bottom:1px solid #cacaca;
	margin-bottom:25px;
	margin-top:-5px;
}

.block-cap h3 {
	border-bottom:4px solid #333;
	display:inline-block;
	font-size:22px;
	font-weight:300;
	line-height:1.2em;
	margin:0 0 -1px;
	padding:0 3px 9px;
	text-transform:uppercase;
}

.block-cap h3 strong {
	font-weight:400;
}

.meta-info,.meta-info .entry-author a {
	font-family:"Oswald",Arial,sans-serif;
	font-size:11px;
	letter-spacing:.7px;
	margin-bottom:6px;
	overflow:hidden;
	text-overflow:ellipsis;
	text-transform:uppercase;
	transition:all .2s ease-in-out 0;
	white-space:nowrap;
}

.meta-info .ava-auth {
	display:inline-block;
	height:14px;
	margin-right:4px;
	width:14px;
}

.meta-info .ava-auth img {
	float:left;
	margin-top:2px;
}

.meta-info .entry-author {
	color:#333;
	padding-top:2px;
}

.meta-info .entry-author a {
	display:inherit!important;
	line-height:1em;
}

.meta-info .entry-date {
	color:#9a9a9a;
	padding-top:2px;
}

.meta-info-divider {
	color:#9a9a9a;
	font-size:1.1em;
	margin:0 5px;
}

.meta-info-comments {
	color:#9a9a9a;
	margin-right:6px;
}

.meta-info-comments i {
	font-size:15px;
	margin-right:3px;
}

.meta-info-comments a {
	color:#9a9a9a;
}

.meta-info-viewer {
	color:#9a9a9a;
	margin-right:6px;
}

.meta-info-viewer i {
	font-size:15px;
	margin-right:3px;
}

.block-streams .thumb-wrap {
	background-color:#000;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.block-streams h3 {
	font-size:18px;
	letter-spacing:.2px;
	line-height:1.4em;
	margin:0;
}

.block-streams .i-summary {
	margin-top:13px;
}

.block-streams h3:last-child {
	margin-bottom:0;
}

.post-box-big {
	margin-bottom:40px;
}

.post-box-big h3 {
	font-size:24px;
	line-height:1.3em;
}

.post-box-small {
	margin-bottom:20px;
}

.post-box-small .thumb-wrap {
	float:left;
	margin-bottom:0;
	margin-right:16px;
}

.post-box-small .thumb-wrap img {
	width:83px;
}

.post-box-small h3 {
	font-size:16px;
	letter-spacing:.1px;
	line-height:1.4em;
	margin-bottom:8px;
}

.post-box-small .box-small-wrap {
	padding-left:99px;
}

.el-block-3 .col-sm-12 .post-box-oblog {
	margin-bottom:35px;
}

.el-block-3 > .col-sm-12:last-child .post-box-oblog {
	margin-bottom:0;
}

.block-streams .post-box-oblog .meta-info {
	margin-bottom:5px;
}

.block-streams .post-box-oblog {
	padding-left:285px;
	position:relative;
}

.post-box-oblog .thumb-wrap {
	left:0;
	position:absolute;
}

.post-box-oblog .thumb-wrap img {
	width:258px;
}

.post-box-oblog h3 {
	font-size:24px;
	line-height:1.3em;
}

.post-box-full {
	margin-bottom:65px;
}

.post-box-full h3 {
	font-size:34px;
	letter-spacing:.2px;
	line-height:1.4em;
	margin-bottom:0;
}

.post-box-full .meta-count {
	margin-bottom:15px;
	margin-top:0;
}

.blocked-carousel {
	min-height:235px;
	overflow:hidden;
	position:relative;
}

.blocked-carousel .caroufredsel_wrapper {
	min-height:235px;
}

.blocked-carousel .carousel-wrapper {
	display:block;
}

.blocked-carousel .carousel-prev,.blocked-carousel .carousel-next {
	background:none repeat scroll 0 0 #212121;
	cursor:pointer;
	opacity:.2;
	padding:18px 1px;
	position:absolute;
	transition:all .2s ease-in-out 0;
}

.blocked-carousel:hover .carousel-prev,.blocked-carousel:hover .carousel-next {
	opacity:.5;
}

.blocked-carousel .carousel-prev:hover {
	opacity:.7;
	padding:18px 7px 18px 18px;
}

.blocked-carousel .carousel-next:hover {
	opacity:.7;
	padding:18px 18px 18px 7px;
}

.blocked-carousel .carousel-prev {
	left:15px;
	top:65px;
}

.blocked-carousel .carousel-next {
	right:17px;
	top:65px;
}

.blocked-carousel .carousel-next i,.blocked-carousel .carousel-prev i {
	color:#fff;
	font-size:20px;
}

.caroufredsel_wrapper .swiper-slide {
	float:left;
}

.el-block-4 .post-box-big {
	margin-bottom:0;
}

.el-block-5 .swiper-container .col-sm3 {
	float:left;
}

.el-block-5 {
	padding-bottom:17px;
}

.el-module-1 {
	padding-top:0;
}

.el-module-1 .col-sm-12:last-child .post-box-full {
	margin-bottom:0;
}

.el-module-2 {
	padding-top:10px;
}

.el-module-3 {
	padding-top:10px;
}

.el-module-3 .col-sm-12 .post-box-oblog {
	margin-bottom:35px;
}

.el-module-4 {
	padding-top:10px;
}

.el-module-search .post-box-full {
	margin-bottom:27px;
}

.s-number {
	color:#e9e8e8;
	font-family:"Oswald",Arial,sans-serif;
	font-size:48px;
	line-height:1.3em;
	min-width:100px;
	position:absolute;
	text-align:right;
	top:16px;
}

.s-number.ln2 {
	left:-58px;
	min-width:60px;
}

.s-number.ln3 {
	left:-64px;
	min-width:60px;
}

.el-featured-slide {
	padding-bottom:4px;
	padding-top:10px;
}

.el-featured-slide .royalSlider {
	height:410px;
	margin-bottom:30px;
	width:100%;
}

.el-featured-slide .i-slide .detail h2 {
	font-size:38px;
}

.el-featured-slide .line-divider {
	margin-top:30px;
}

.block-streams .short-bottom,.widget .short-bottom {
	margin-bottom:3px;
}

.block-streams .meta-info.no-bottom,.block-streams .no-bottom {
	margin-bottom:0;
}

.maha-progress-bar {
	margin-bottom:0!important;
}

.maha-progress-bar .bar-wrap {
	background-color:#ebebeb;
	box-shadow:0 1px 2px rgba(0,0,0,0.12) inset;
	margin-bottom:13px;
}

.maha-progress-bar .bar {
	background-color:#333;
	display:block;
	height:9px;
	width:0;
}

.maha-progress-bar p {
	padding-bottom:2px;
}

.maha-progress-bar span {
	overflow:visible!important;
	position:relative;
}

.maha-progress-bar span.r-value {
	float:right;
}

.maha-progress-bar span.r-caption {
}

.maha-progress-bar span strong i {
	font-style:normal!important;
}

.maha-progress-bar span strong:after {
	border-color:#333 transparent;
	border-style:solid;
	border-width:5px 5px 0;
	bottom:-5px;
	content:"";
	display:block;
	left:12px;
	position:absolute;
	width:0;
}

.maha-progress-bar span strong.full:after {
	left:15px;
}

.maha-progress-bar span strong.full {
	text-align:center;
	width:43px;
}

.page-wrapper {
	padding-bottom:70px;
	padding-top:20px;
}

.maha-crumbs {
	color:#969696;
	font-size:12px;
	padding-left:1px;
}

.main-content .title-divider {
	border-bottom:1px solid #333;
	display:block;
	margin:15px 0 16px;
}

.main-content .line-divider {
	border-bottom:1px solid #dadada;
	display:block;
	margin:15px 0 16px;
}

.main-content header {
	margin-bottom:19px;
}

.main-content .entry-subtitle {
	margin-top:10px;
}

.single-post-box .thumb-wrap {
	margin-bottom:20px;
	text-align:center;
}

.block-streams.single-featured-posts {
	padding-top:5px;
}

.main-content.single-post-box .title-divider {
	margin-bottom:6px;
}

.meta-share {
	float:right;
	font-family:"Oswald",Arial,sans-serif;
	font-size:11px;
	letter-spacing:1px;
}

.meta-share > a {
	color:#9a9a9a;
}

.meta-share > a > i {
	font-size:16px;
}

.meta-tags {
	font-family:"Oswald",Arial,sans-serif;
	font-size:11px;
	letter-spacing:.4px;
	margin-bottom:25px;
	margin-top:15px;
	text-transform:uppercase;
}

.one-divider {
	border-top:1px solid #dadada;
	display:block;
	margin-bottom:20px;
}

.next-prev {
	font-family:"Oswald",Arial,sans-serif;
	margin-bottom:30px;
	min-height:110px;
}

.next-prev a {
	display:inline-block;
	min-height:110px;
	padding:20px 0;
	position:relative;
	text-decoration:none;
	transition:all .3s ease-in-out 0;
	width:50%;
}

.next-prev a:hover {
	background:none repeat scroll 0 0 #f7f7f7;
}

.next-prev a:hover .np-title {
	text-decoration:underline;
}

.next-prev .prev:last-child {
	box-shadow:-1px 0 0 #dadada inset;
	padding-left:75px;
	padding-right:30px;
}

.next-prev .next:last-child {
	box-shadow:1px 0 0 #dadada inset;
}

.next-prev .prev i {
	color:#333;
	font-size:34px;
	left:20px;
	position:absolute;
	top:28px;
}

.next-prev .next {
	float:right;
	padding-left:30px;
	padding-right:75px;
	text-align:right;
}

.next-prev .next i {
	color:#333;
	font-size:34px;
	position:absolute;
	right:20px;
	top:28px;
}

.np-caption {
	color:#9a9a9a;
	font-family:"Oswald",Arial,sans-serif;
	font-size:14px;
	letter-spacing:.1px;
	margin-bottom:4px;
}

.next-prev .np-title {
	color:#333;
	font-size:16px;
	letter-spacing:.2px;
}

.meta-author {
	border-radius:3px;
	border:1px solid #dadada;
	margin-bottom:30px;
	min-height:150px;
	padding:24px;
}

.page-author .meta-author {
	margin-top:10px;
}

.meta-author .np-caption {
	margin-bottom:2px;
}

.meta-author .author-thumb {
	position:relative;
	width:100px;
}

.meta-author .author-thumb img {
	float:left;
}

.meta-author .author-info {
	margin-left:122px;
}

.meta-author .author-name {
	font-family:"Oswald",Arial,sans-serif;
	font-size:24px;
	letter-spacing:.3px;
	line-height:1.2em;
	margin-bottom:13px;
}

.meta-author .author-name a {
	color:#333;
}

.related-article {
	margin:30px 0 60px;
}

.related-article .post-box-normal h3 {
	font-size:16px;
}

.meta-review {
	border-top:4px solid #dadada;
	float:left;
	margin:7px 30px 14px 0;
	padding-top:20px;
	width:240px;
}

.meta-review h3 {
	font-size:18px;
	margin:0 0 10px;
	text-transform:uppercase;
}

.meta-review .review-summary {
	color:#969696;
	font-style:italic;
}

.meta-review .review-visual {
	height:100px;
	margin:5px 0 15px;
}

.meta-review .review-visual i {
	font-size:90px;
	line-height:1.1em;
}

.meta-review .review-visual .visual-value {
	float:right;
	font-family:"Oswald",Arial,sans-serif;
	font-size:70px;
	letter-spacing:1px;
	line-height:1.1em;
	padding:14px 12px 0 0;
	width:54%;
}

.meta-review .review-visual.circle input {
	visibility:hidden;
}

.meta-review .review-visual.circle canvas {
	margin-left:5px;
	margin-top:15px;
}

.cover-wrap {
	background:none repeat scroll 0 0 #000;
	margin-bottom:25px;
	margin-top:-20px;
	min-height:405px;
	overflow:hidden;
	position:relative;
}

.single .cover {
	background-color:#000;
	background-position:50% 80%;
	background-repeat:no-repeat no-repeat;
	background-size:cover;
	min-height:520px;
	position:relative;
}

.single .cover {
	padding:7px 13px;
}

.single .cover .detail {
	background-image:linear-gradient(rgba(0,0,0,0),#000);
	bottom:0;
	left:0;
	padding:17px 33px;
	position:absolute;
	width:100%;
}

.single .cover > img {
	display:none;
	position:absolute;
	top:0;
}

.single .cover .meta-info {
	margin-bottom:5px;
}

.single .cover .meta-info .entry-author,.single .cover .meta-info-divider,.single .cover .meta-info-comments,.single .cover .meta-info-comments a,.single .cover .meta-info-viewer,.single .cover .meta-info .entry-date {
	color:#ccc;
}

.single .cover .detail {
	color:#fff;
	font-size:48px;
	letter-spacing:.2px;
	line-height:1.2em;
	margin-bottom:10px;
	margin-top:0;
}

.cover .meta-share {
	bottom:3px;
	color:#ccc;
	display:block;
	position:absolute;
	right:10px;
}

.cover .meta-share a {
	color:#ccc;
}

.single .featured-extra .carousel-wrapper {
	display:block;
}

.single .featured-extra .caroufredsel_wrapper {
	min-height:235px;
}

.single-parallax .cover.with-fp {
	background-position:50% 93%;
}

.single-parallax .cover .detail .row {
	position:relative;
}

.single-parallax .maha-crumbs {
	margin-bottom:15px;
}

.single-parallax .cf-gallery {
	display:none;
}

.single-parallax .single-featured-posts {
	padding-bottom:50px;
}

.single-boxed .cover .detail .row {
	position:relative;
}

.single-boxed .cover-wrap {
	margin-top:0;
}

.single-boxed .maha-crumbs {
	margin-bottom:15px;
}

.single-boxed .cf-gallery {
	display:none;
}

.single-boxed .single-featured-posts {
	padding-bottom:30px;
}

.single-regular .cover .container {
	position:relative;
}

.single-regular .maha-crumbs {
	margin-bottom:10px;
}

.single-regular .single-featured-posts {
	padding-bottom:30px;
}

.single-regular .el-blocked-slide.mini-gallery.royalSlider {
	height:420px;
	margin-bottom:20px;
}

.single-regular .video-wrapper {
	margin-bottom:15px;
}

.play-media-wrap {
	position:relative;
}

.play-the-media {
	bottom:0;
	color:#fff;
	cursor:pointer;
	font-size:58px;
	height:100px;
	position:absolute;
	right:1.7%;
	text-align:center;
	transition:all .3s ease-in-out 0;
	width:100px;
}

.single-boxed .play-the-media {
	right:6.2%;
}

.play-the-media:hover {
	font-size:62px;
	margin-left:-6px;
	margin-top:2px;
}

.play-the-media.video {
	font-size:78px;
}

.play-the-media.video:hover {
	font-size:84px;
	margin-left:-7px;
}

.player-wrap {
	display:none;
	opacity:0;
}

.error404 .page-wrapper {
	background:none repeat scroll 0 0 #efefef;
}

.mh-el.page-404 {
	margin-bottom:0;
}

.el-module-404 {
	min-height:520px;
	padding-top:135px;
	text-align:center;
}

.nf404-title {
	color:#333;
	font-family:"Oswald",Arial,sans-serif;
	font-size:72px;
	line-height:1.2em;
}

.nf404-desc {
	margin:14px 0 28px;
}

.widget {
	margin-bottom:40px;
}

.widget-title {
	margin-bottom:24px;
}

.sidebar {
	margin-top:7px;
	padding-left:20px;
}

.widget ul {
	padding-left:27px;
	position:relative;
}

.widget ul li {
	list-style-type:none;
	margin-bottom:3px;
}

.widget ul li:before {
	content:url("/img/curated/list.png");
	left:2px;
	line-height:.9em;
	padding-top:1px;
	position:absolute;
}

.widget select {
	width:99%;
}

.widget_menus ul {
	margin-bottom:0;
	padding-left:0;
}

.widget_menus ul li {
	display:inline-block;
	margin-bottom:3px;
	padding-left:2px;
	width:49%;
}

.widget_menus ul li:before {
	content:"";
}

.widget_calendar table {
	border:0 none;
	font-size:13px;
	width:100%;
}

.widget_calendar table thead {
	border-bottom:0 none;
	border-top:0 none;
}

.widget_calendar table caption {
	font-size:12px;
	margin-bottom:7px;
	padding-right:4px;
	text-align:right;
	text-transform:uppercase;
}

.widget_calendar table tr + tr {
	border:0 none;
}

.widget_calendar table tr th,.widget_calendar table tr td {
	padding:8px;
	text-align:center;
}

.widget_calendar tbody td {
	background:none repeat scroll 0 0 #f5f5f5;
	border:1px solid #fff;
	color:#aaa;
}

.widget_calendar tbody td.pad {
	background:none repeat scroll 0 0 transparent;
}

.widget_calendar td#prev {
	text-align:left;
	text-transform:uppercase;
}

.widget_calendar td#next {
	text-align:right;
	text-transform:uppercase;
}

.widget_search .searchform {
	position:relative;
}

.widget_search input {
	width:99%;
}

.widget_search .search-button {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	color:#aaa;
	font-size:16px;
	padding:14px 11px;
	position:absolute;
	right:0;
}

.widget_tag_cloud a {
	margin-right:7px;
}

.widget_text .textwidget p:last-child {
	margin-bottom:7px;
}

.social_subscribe .social-network {
	display:inline-block;
	float:left;
	margin-bottom:18px;
	width:50%;
}

.social_subscribe .social-network > a {
	background-color:#333;
	color:#fff!important;
	display:inline-block;
	float:left;
	height:50px;
	margin-right:12px;
	text-align:center;
	width:50px;
}

.social_subscribe .social-network > a > i {
	font-size:23px;
	line-height:50px;
	margin:0;
}

.social_subscribe .social-network > a:hover > i {
	font-size:25px;
}

.social_subscribe .social-network .social-network-counter {
	display:inline-block;
	float:left;
}

.social_subscribe .social-network .social-network-count {
	font-family:"Oswald",Arial,sans-serif;
	font-size:28px;
	letter-spacing:.1px;
	line-height:1em;
	padding-top:3px;
}

.social-network.twitter > a {
	background:none repeat scroll 0 0 #64d2d9;
}

.social-network.twitter > a:hover {
	background:none repeat scroll 0 0 #56cdd5;
}

.social-network.facebook > a {
	background:none repeat scroll 0 0 #3e85ce;
}

.social-network.facebook > a:hover {
	background:none repeat scroll 0 0 #3078c2;
}

.social-network.youtube > a {
	background:none repeat scroll 0 0 #e32626;
}

.social-network.youtube > a:hover {
	background:none repeat scroll 0 0 #d61f1f;
}

.social-network.gplus > a {
	background:none repeat scroll 0 0 #e32626;
}

.social-network.gplus > a:hover {
	background:none repeat scroll 0 0 #d61f1f;
}

.social_subscribe .social-network .social-network-unit {
	font-size:12px;
	line-height:1em;
	margin-top:8px;
	text-transform:uppercase;
}

.widget_review .popupar-item {
	background-color:#000;
	height:150px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}

.widget_review .popupar-item-cover {
	background-position:50% 50%;
	background-repeat:no-repeat no-repeat;
	background-size:cover;
	height:100%;
	position:absolute;
	width:100%;
}

.widget_review .popupar-item .meta-count {
	padding:7px 13px;
	position:relative;
}

.widget_review .popupar-item .detail {
	background-image:linear-gradient(rgba(0,0,0,0),#000);
	bottom:0;
	padding:5px 13px;
	position:absolute;
	width:100%;
}

.widget_review .popupar-item img.entry-thumb {
	display:none;
	position:absolute;
	top:0;
}

.widget_review .popupar-item .detail h4 {
	color:#fff;
	font-size:17px;
	letter-spacing:.2px;
	line-height:1.4em;
	margin-bottom:10px;
}

.widget_review .popupar-item .detail a:hover h4 {
	text-decoration:underline;
}

.widget_recents .recent-item h3 {
	margin-top:0;
}

.widget_recents .recent-item .thumb-wrap {
	overflow:hidden;
}

.widget_recents .recent-item:last-child {
	margin-bottom:5px;
}

.widget_ads .ads_box {
	background-position:50% 50%;
	background-size:cover;
	margin-top:5px;
}

.widget_ads .ads_box .ads_inner {
	background:linear-gradient(135deg,rgba(0,0,0,0.84) 0%,rgba(125,185,232,0) 100%) repeat scroll 0 0 transparent;
	padding:37px 26px 29px;
}

.widget_ads .ads_box.right .ads_inner {
	background:linear-gradient(45deg,rgba(125,185,232,0) 0%,rgba(0,0,0,0.84) 100%) repeat scroll 0 0 transparent;
}

.widget_ads .ads_box.square .ads_inner {
	min-height:315px;
	width:100%;
}

.widget_ads .ads_box.rectangle .ads_inner {
	min-height:230px;
	width:100%;
}

.widget_ads .ads_box.left {
	text-align:left;
}

.widget_ads .ads_box.right {
	text-align:right;
}

.ads_box.left .ads_title,.ads_box.left .ads_subtitle {
	padding-right:30%;
}

.ads_box.right .ads_title,.ads_box.right .ads_subtitle {
	padding-left:30%;
}

.ads_box .ads_title {
	color:#fff;
	font-size:26px;
	letter-spacing:.3px;
	margin:0 0 20px;
	text-transform:uppercase;
}

.ads_box .ads_subtitle {
	color:#d8d8d8;
	font-size:16px;
	letter-spacing:.1px;
}

.wpcf7-submit,.i-button {
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	background:none repeat scroll 0 0 #151515;
	border-bottom:0 none!important;
	border-image:none;
	border-left:medium none;
	border-radius:3px;
	border-right:medium none;
	border-top:medium none;
	color:#fff;
	display:inline-block;
	font-family:"Oswald",Arial,sans-serif;
	font-size:13px;
	letter-spacing:.4px;
	margin-bottom:7px;
	opacity:.8;
	padding:9px 20px;
	text-transform:uppercase;
	transition:all .3s linear 0;
}

.i-button:hover {
	color:#fff;
	opacity:1;
	text-decoration:none;
}

.i-button.small {
	font-size:11px;
	padding:6px 14px;
}

.i-button.large {
	font-size:15px;
	padding:12px 21px;
}

.i-button.red {
	background:none repeat scroll 0 0 #d22525;
}

.i-button.blue {
	background:none repeat scroll 0 0 #762F16;
}

.i-button.green {
	background:none repeat scroll 0 0 #33991f;
}

.i-button.orange {
	background:none repeat scroll 0 0 #da490f;
}

.i-button.green-tosca {
	background:none repeat scroll 0 0 #2aab8e;
}

strong {
	color:#333;
}

.i-highlight {
	background-color:#fffc9e;
	padding:1px 4px 3px 5px;
}

.dropcap {
	float:left;
	font-weight:700;
	margin-right:15px;
}

.dropcap.square {
	background-color:#333;
	border-radius:3px;
	color:#fff;
	font-size:28px;
	margin:6px 15px 0 1px;
	padding:14px 17px;
}

.dropcap.circle {
	background-color:#333;
	border-radius:30px;
	color:#fff;
	font-size:26px;
	margin:6px 15px 0 2px;
	padding:14px 17px;
}

.dropcap.normal {
	color:#333;
	font-size:52px;
	margin:6px 12px 0 0;
	padding:14px 9px;
}

.i-divider {
	border-bottom:1px solid #dadada;
	margin-bottom:25px;
}

.i-divider span {
	border-bottom:4px solid #333;
	color:#333;
	font-family:"Oswald",sans-serif;
	font-size:16px;
	line-height:1.4em;
	padding:0 1px 4px;
}

.i-divider.thin {
	padding-bottom:7px;
}

.i-divider.bold {
	border-bottom:4px solid #333;
	padding-bottom:4px;
}

.i-divider.bold span {
	border-bottom:0 none;
}

.i-message-box {
	background-color:#f7f7f7;
	border-radius:3px;
	border:1px solid #dadada;
	margin:0 0 27px;
	padding:27px 31px;
	text-align:center;
}

.i-message-box .i-mb-title {
	color:#333;
	font-family:"Oswald",sans-serif;
	font-size:1.5em;
	margin-bottom:15px;
}

.i-toggles {
	margin:27px 0;
}

.i-toggle {
	border-top:1px solid #dadada;
	padding:18px 2px 18px 39px;
	position:relative;
	transition:all .2s ease-in-out 0;
}

.i-toggle.active {
	border-top:4px solid #333;
}

.i-toggle .toggle-nav {
	color:#333;
	cursor:pointer;
	font-size:1.1em;
	font-weight:700;
}

.i-toggle .toggle-nav i {
	font-size:20px;
	left:0;
	margin-top:-1px;
	position:absolute;
}

.i-toggle .toggle-content {
	margin-top:15px;
	padding-right:25px;
}

.i-tabs {
	margin:27px 0;
}

.i-tabs .tab-nav {
	border-bottom:1px solid #dadada;
	color:#333;
	font-size:1.1em;
	font-weight:700;
	margin:0;
}

.i-tabs .tab-nav li {
	cursor:pointer;
	margin:0 10px 0 0;
	padding:0 2px 11px;
	transition:all .2s ease-in-out 0;
}

.i-tabs .tab-nav li a {
	border-bottom:0 none;
	color:#333;
	text-decoration:none;
}

.i-tabs .tab-nav li.active {
	border-bottom:4px solid #333;
}

.i-tabs .tab-content {
	padding-top:15px;
}

.pagination,.content-pagination {
	font-family:"Oswald",sans-serif;
	margin-bottom:20px;
	margin-top:50px;
}

.content-pagination {
	margin-bottom:40px;
	margin-top:45px;
}

.pagination .page-indicator {
	color:silver;
	float:right;
	font-size:14px;
}

.pagination a,.content-pagination > span,.content-pagination > a > span {
	border-radius:3px;
	border:0 none!important;
	color:#333;
	margin-right:2px;
	padding:6px 14px;
	text-decoration:none;
	transition:all .2s ease-in-out 0;
}

.content-pagination > a {
	border-bottom:0 none!important;
}

.pagination a.prev {
	color:silver;
	font-size:14px;
	padding:0 12px 0 0;
}

.pagination a.next {
	color:silver;
	font-size:14px;
	padding:0 0 0 12px;
}

.pagination a.prev:hover,.pagination a.next:hover {
	color:#333;
}

.pagination a.current,.content-pagination > span {
	background:none repeat scroll 0 0 #4dace6;
	color:#fff;
	margin:0 7px;
}

.pagination a.current:first-child {
	margin-left:2px;
}

.pagination a.inactive:hover,.pagination a.boundary:hover {
	color:#4dace6;
}

.pagination a.dot {
	color:silver;
	letter-spacing:1px;
	padding:0 6px;
}

#respond {
	background-color:rgba(0,0,0,0)!important;
	box-shadow:none!important;
	padding:0!important;
}

#comments {
	letter-spacing:.1em;
	text-transform:uppercase;
}

#respond > p,p.logged-in-as {
	margin-bottom:10px;
}

.comment-awaiting-moderation {
	font-size:12px;
}

p.logged-in-as {
	padding-bottom:0;
}

.comment-list {
	margin-bottom:40px!important;
	margin-left:0!important;
	padding-left:0;
}

.comment-list li {
	list-style:outside none none!important;
}

.comment-list li.comment > div {
	border-bottom:1px solid #dadada;
	margin:2em 0 0;
	overflow:hidden;
	padding:0 0 7px 70px;
	position:relative;
}

.comment-list .children {
	background-repeat:no-repeat;
	margin-left:0!important;
	padding-left:0;
}

.comment-list .children > li {
	padding-left:70px;
}

.comment-list li.comment > div img.avatar {
	left:0;
	position:absolute;
	width:50px;
}

.comment-list .reply {
	font-family:"Oswald",Arial,sans-serif;
	font-size:11px;
	position:absolute;
	right:5px;
	text-transform:uppercase;
	top:5px;
}

.comment-list .reply a {
	color:#9a9a9a;
}

.comment-list .comment-author {
	font-family:"Oswald",Arial,sans-serif;
	font-size:16px;
	font-weight:700;
	letter-spacing:.2px;
}

.comment-list .comment-meta {
	font-family:"Oswald",Arial,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.comment-list .comment-meta a {
	color:#9a9a9a;
}

.comment-list .comment-meta a:hover {
}

.comment-list .reply a:hover {
}

.comment-list li.comment > div p {
	margin-top:10px;
	padding-bottom:0;
}

#respond h3 .cancel-comment-reply,#respond #cancel-comment-reply-link {
	border-left:1px solid #ddd;
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
	position:relative;
}

.comment-author a {
	color:inherit;
}

.comment-form input[type="text"],.comment-form input[type="email"],.comment-form textarea {
	width:100%;
}

#respond h3.comment-reply-title {
	font-weight:100;
	text-transform:uppercase;
}

.comment #respond h3.comment-reply-title {
	margin-top:0;
}

#respond p.form-submit {
	margin-top:0;
}

#respond #submit {
	background:none repeat scroll 0 0 #151515;
	border-radius:3px;
	border:medium none;
	color:#fff;
	font-family:"Oswald",Arial,sans-serif;
	font-size:13px;
	letter-spacing:.3px;
	padding:9px 20px;
	text-transform:uppercase;
}

#respond.comment-respond {
	border:medium none;
}

div.wpcf7 {
	padding-top:20px;
}

div.wpcf7 form > p {
	margin-bottom:17px;
}

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

.wpcf7 .wpcf7-form-control-wrap input,.wpcf7 .wpcf7-form-control-wrap textarea {
	margin-bottom:0;
	width:100%;
}

.wpcf7 .wpcf7-form-control-wrap textarea {
	height:180px;
}

div.wpcf7-response-output {
	margin:0;
	padding:.8em 1em;
}

div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok,div.wpcf7-mail-sent-ng,span.wpcf7-not-valid-tip {
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	color:#595858;
}

div.wpcf7-validation-errors {
	background:none repeat scroll 0 0 #fffc9e;
	border-color:#f7e700;
}

div.wpcf7-mail-sent-ok {
	background:none repeat scroll 0 0 #ddfcb6;
	border-color:#83c267;
}

div.wpcf7-mail-sent-ng {
	background:none repeat scroll 0 0 #fff0f0;
	border-color:#dfb6b6;
}

span.wpcf7-not-valid-tip {
	background:none repeat scroll 0 0 #fdf4f4;
	border-color:#f3d7d8;
	bottom:10px;
	font-size:.8em;
	padding:.3em .7em;
	position:absolute;
	right:8px;
}

#footer h2,#footer h2 a,#footer h3,#footer h3 a,#footer h4,#footer h4 a,#footer h5,#footer h5 a,#footer h6,#footer h6 a {
	color:#dcdcdc;
}

#scrolltop {
	bottom:-25px;
	height:10px;
	opacity:0;
	position:fixed;
	right:20px;
	transition:all .4s ease 0;
	width:10px;
}

#scrolltop a {
	background:none repeat scroll 0 0 #bababa;
	border-radius:3px;
	color:#fff;
	display:block;
	height:32px;
	text-align:center;
	transition:all .2s ease-in-out 0;
	width:32px;
}

#scrolltop a:hover {
	background:none repeat scroll 0 0 #717171;
}

#scrolltop a i {
	margin-top:5px;
}

#scrolltop.scroll-up {
	bottom:4px;
	display:block;
	height:38px;
	opacity:.5;
	right:5px;
	width:38px;
	z-index:9999;
}

#footer-sidebar {
	background:none repeat scroll 0 0 #151515;
	color:#939393;
	padding-top:40px;
}

#footer .widget {
	border-bottom:1px solid #2c2c2c;
	margin-bottom:35px;
	padding-bottom:18px;
}

#footer .col-sm-4 .widget:last-child {
	border-bottom:0 none;
	margin-bottom:0;
}

#footer .block-cap {
	border-bottom:0 none;
}

#footer .block-cap h3 {
	border-bottom:2px solid #dcdcdc;
	color:#dcdcdc;
	font-size:18px;
}

#footer .meta-info .entry-author {
	color:#7d7d7d;
}

#footer .meta-info .entry-date {
	color:#4f4f4f;
}

#footer .widget_social .social-network .social-network-count {
	color:#dcdcdc;
}

#footer .widget_calendar tbody td {
	background:none repeat scroll 0 0 #272727;
	border:1px solid #151515;
}

#footer .widget_calendar tbody td.pad {
	background:none repeat scroll 0 0 transparent;
}

.f-copyright {
	background:none repeat scroll 0 0 #000;
	border-top:1px solid #2c2c2c;
	font-size:13px;
	padding:15px 0;
}

.f-copyright nav ul {
	margin-bottom:0;
	padding:0;
	text-align:right;
}

.f-copyright nav ul li {
	display:inline-block;
	list-style-type:none;
}

.f-copyright nav ul li a {
	margin-left:13px;
}

.animated {
	animation-duration:1s;
	animation-fill-mode:both;
}

@keyframes fadeIn {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

.fadeIn {
	animation-name:fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity:0;
		transform:translateY(-20px);
	}
	
	100% {
		opacity:1;
		transform:translateY(0px);
	}
}

.fadeInDown {
	animation-name:fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity:0;
		transform:translateY(-2000px);
	}
	
	100% {
		opacity:1;
		transform:translateY(0px);
	}
}

.fadeInDownBig {
	animation-name:fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity:0;
		transform:translateX(-20px);
	}
	
	100% {
		opacity:1;
		transform:translateX(0px);
	}
}

.fadeInLeft {
	animation-name:fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity:0;
		transform:translateX(-2000px);
	}
	
	100% {
		opacity:1;
		transform:translateX(0px);
	}
}

.fadeInLeftBig {
	animation-name:fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity:0;
		transform:translateX(20px);
	}
	
	100% {
		opacity:1;
		transform:translateX(0px);
	}
}

.fadeInRight {
	animation-name:fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity:0;
		transform:translateX(2000px);
	}
	
	100% {
		opacity:1;
		transform:translateX(0px);
	}
}

.fadeInRightBig {
	animation-name:fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity:0;
		transform:translateY(20px);
	}
	
	100% {
		opacity:1;
		transform:translateY(0px);
	}
}

.fadeInUp {
	animation-name:fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity:0;
		transform:translateY(2000px);
	}
	
	100% {
		opacity:1;
		transform:translateY(0px);
	}
}

.fadeInUpBig {
	animation-name:fadeInUpBig;
}

body.ie .main-ul-nav ul li .sub-ord-nav {
	float:none;
	position:inherit;
}

body.ie .animati-on .up-up,.animati-on .up-up-child > div {
	opacity:1;
}

body.ie #body-maha.st-menu-open #off-canvas-body {
	margin-left:300px;
}

body.ie #close-mobile-bar {
	padding-bottom:11px;
}

@media (min-width: 1200px) {
	
}

@media (max-width: 1199px) and (min-width: 992px) {
	.vp-1170 {
		display:none;
	}
	
	.vp-750 {
		display:none;
	}
	
	.vp-fluid {
		display:none;
	}
	
	.vp-970 {
		display:block;
	}
	
	.col-sm-8 .el-blocked-slide.royalSlider {
		height:340px;
	}
	
	.i-slide .full .detail h2 {
		font-size:42px;
	}
	
	.page-sidebar .i-slide .full .detail h2 {
		font-size:30px;
	}
	
	.post-box-full h3 {
		font-size:28px;
	}
	
	.meta-author .author-thumb {
		width:88px;
	}
	
	.meta-author .author-info {
		margin-left:112px;
	}
	
	.post-box-oblog .thumb-wrap img {
		width:200px;
	}
	
	.block-streams .post-box-oblog {
		padding-left:226px;
	}
	
	.blocked-carousel .carousel-prev,.blocked-carousel .carousel-next {
		top:56px;
	}
	
	.page-sidebar .i-slide .detail h2 {
		font-size:16px;
	}
	
	.page-sidebar .i-slide .big .detail h2 {
		font-size:22px;
	}
	
	.page-sidebar .i-slide .full .detail h2 {
		font-size:38px;
	}
	
	.social_subscribe .social-network {
		width:100%;
	}
	
	.widget_ads .ads_box .ads_inner {
		padding:28px 21px 24px;
	}
	
	.next-prev .next {
		padding-right:65px;
	}
	
	.next-prev .next i {
		right:10px;
	}
	
	.next-prev .prev,.next-prev .prev:last-child {
		padding-left:65px;
	}
	
	.next-prev .prev i {
		left:10px;
	}
	
	.single .cover {
		min-height:460px;
	}
	
	.single .cover .detail {
		font-size:44px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.vp-1170 {
		display:none;
	}
	
	.vp-970 {
		display:none;
	}
	
	.vp-fluid {
		display:none;
	}
	
	.vp-750 {
		display:block;
	}
	
	#thelogo {
		width:200px;
	}
	
	#main-ads .vp-750 {
		padding-top:0;
	}
	
	.col-sm-8 .el-blocked-slide.royalSlider {
		height:258px;
	}
	
	.i-slide .detail h2 {
		font-size:16px;
	}
	
	.i-slide .big .detail h2 {
		font-size:24px;
	}
	
	.i-slide .full .detail h2 {
		font-size:38px;
	}
	
	.page-sidebar .i-slide .full .detail h2 {
		font-size:22px;
	}
	
	.post-box-full h3 {
		font-size:28px;
	}
	
	.page-sidebar .wrap-moz-slide .rsOverflow {
		height:550px!important;
	}
	
	.page-sidebar .i-slide .big {
		width:100%;
		height:274px;
	}
	
	.page-sidebar .i-slide .medium {
		width:100%;
		height:137px;
	}
	
	.page-sidebar .i-slide .small2 {
		width:100%;
		height:137px;
	}
	
	.page-sidebar .i-slide .small {
		width:50%;
		height:137px;
		float:left;
	}
	
	.meta-author .author-thumb {
		width:74px;
	}
	
	.meta-author .author-info {
		margin-left:100px;
	}
	
	.post-box-oblog .thumb-wrap img {
		width:158px;
	}
	
	.block-streams .post-box-oblog {
		padding-left:182px;
	}
	
	.blocked-carousel .carousel-prev,.blocked-carousel .carousel-next {
		top:59px;
	}
	
	.post-box-big h3 {
		font-size:22px;
	}
	
	.post-box-big .meta-info {
		opacity:.4;
	}
	
	.post-box-big .meta-info:hover {
		opacity:1;
	}
	
	.social_subscribe .social-network {
		width:100%;
	}
	
	.widget_menus ul li {
		width:100%;
	}
	
	.widget_ads .ads_box .ads_inner {
		padding:21px 17px 20px;
	}
	
	.widget_review .meta-count {
		display:none;
	}
	
	.next-prev a {
		min-height:132px;
	}
	
	.next-prev .next {
		padding-right:55px;
	}
	
	.next-prev .next i {
		right:5px;
	}
	
	.next-prev .prev,.next-prev .prev:last-child {
		padding-left:55px;
	}
	
	.next-prev .prev i {
		left:5px;
	}
	
	.meta-review {
		width:234px;
	}
	
	.meta-review .review-visual {
		height:auto;
	}
	
	.meta-review .review-visual i {
		font-size:83px;
	}
	
	.meta-review .review-visual.circle canvas {
		margin-top:13px;
		width:70px;
	}
	
	.meta-review .review-visual .visual-value {
		font-size:64px;
		padding-top:12px;
	}
	
	.single-boxed .play-the-media {
		right:8.5%;
	}
	
	.single .cover {
		min-height:410px;
	}
	
	.single .cover .detail {
		font-size:38px;
	}
}

@media (max-width: 767px) {
	.vp-1170 {
		display:none;
	}
	
	.vp-970 {
		display:none;
	}
	
	.vp-750 {
		display:none;
	}
	
	.vp-fluid {
		display:block;
	}
	
	.off-canvas-body {
		margin-top:0!important;
	}
	
	#thelogo {
		margin-bottom:15px;
	}
	
	#top-nav-wrapper,.main-nav-bar {
		display:none;
	}
	
	.ul-nav ul li a {
		padding:7px 11px;
	}
	
	.main-logo-ads-wrap,#thelogo,#main-ads {
		text-align:center;
		float:none;
	}
	
	.main-logo-ads-wrap {
		padding-bottom:14px;
		box-shadow:0 2px 1px 0 rgba(0,0,0,0.2);
	}
	
	#top-mobile-wrapper {
		display:block;
	}
	
	.col-sm-8 .el-blocked-slide.royalSlider {
		height:340px;
	}
	
	.wrap-moz-slide.royalSlider {
		overflow:hidden;
	}
	
	.i-slide .detail h2 {
		font-size:16px;
	}
	
	.i-slide .big .detail h2 {
		font-size:24px;
	}
	
	.i-slide .full .detail h2,.page-sidebar .i-slide .full .detail h2 {
		font-size:18px;
	}
	
	.i-slide .full .meta-info,.i-slide .full .meta-count {
		display:none;
	}
	
	.post-box-full h3 {
		font-size:28px;
	}
	
	.meta-author .author-thumb {
		width:auto;
		text-align:center;
	}
	
	.meta-author .author-info {
		margin-left:112px;
	}
	
	.post-box-oblog .thumb-wrap,.post-box-oblog .thumb-wrap a img {
		transition:all 0 ease 0;
	}
	
	.post-box-oblog .thumb-wrap {
		width:28%;
	}
	
	.block-streams .post-box-oblog {
		padding-left:32%;
	}
	
	.block-streams .post-box-oblog .meta-info {
		display:none;
	}
	
	.block-streams .post-box-oblog h3 {
		font-size:22px;
	}
	
	.s-number {
		display:none;
	}
	
	.blocked-carousel .carousel-prev,.blocked-carousel .carousel-next {
		top:42px;
	}
	
	.block-streams .thumb-wrap {
		background:none repeat scroll 0 0 #fff;
	}
	
	.maha-crumbs {
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	
	.meta-author .author-thumb img {
		float:none;
		margin-bottom:15px;
		max-width:150px;
		width:60%;
	}
	
	.meta-author .author-info {
		margin-left:0;
		text-align:center;
	}
	
	.pagination {
		margin-top:20px;
	}
	
	.sidebar {
		padding-left:0;
		margin-top:90px;
	}
	
	.widget_ads .ads_box .ads_inner {
		padding:21px 17px 20px;
	}
	
	.featured-extra {
		display:none!important;
	}
	
	.next-prev a {
		width:100%;
		box-shadow:0 -1px 0 #dadada inset;
		padding:20px!important;
		text-align:center!important;
		min-height:100%;
	}
	
	.next-prev a i {
		display:none;
	}
	
	.next-prev .prev:last-child {
		box-shadow:0 0 0 #dadada inset!important;
	}
	
	.related-article .col-sm-4 {
		margin-bottom:40px;
	}
	
	.related-article .col-sm-4:last-child {
		margin-bottom:0;
	}
	
	.comment-list .children > li {
		padding-left:0;
	}
	
	.single-boxed .play-the-media {
		right:3.3%;
	}
	
	.cover-wrap {
		min-height:160px;
	}
	
	.single .cover {
		min-height:370px;
	}
	
	.single .cover .detail {
		font-size:30px;
		margin-right:18%;
	}
	
	.single-parallax .cover .detail {
		padding-left:2px;
		padding-right:2px;
	}
	
	.single-boxed .cover .detail {
		padding-left:20px;
		padding-right:20px;
	}
	
	.f-copyright .row {
		text-align:center;
	}
	
	.f-copyright nav ul {
		text-align:center;
		margin-top:5px;
	}
}

@media (max-width: 590px) {
	.wrap-moz-slide,.wrap-moz-slide .rsOverflow {
		height:550px!important;
	}
	
	.i-slide .big {
		width:100%;
		height:274px;
	}
	
	.i-slide .medium {
		width:100%;
		height:137px;
	}
	
	.i-slide .small2 {
		width:100%;
		height:137px;
	}
	
	.i-slide .small {
		width:50%;
		height:137px;
		float:left;
	}
	
	.i-slide .small .meta-count {
		display:none;
	}
	
	.i-slide .detail h2 {
		font-size:16px;
	}
	
	.i-slide .big .detail h2 {
		font-size:22px;
	}
	
	.play-the-media,.single-boxed .play-the-media {
		right:0;
		bottom:-33px;
	}
	
	.single .cover .detail {
		font-size:26px;
	}
	
	.cover .meta-share {
		float:left;
		margin-left:25px;
		margin-top:11px;
		position:inherit;
	}
}

@media (max-width: 450px) {
	.meta-review {
		width:100%;
	}
}

@media (max-width: 350px) {
	.social_subscribe .social-network {
		width:100%;
	}
	
	.widget_menus ul li {
		width:100%;
	}
	
	.widget_review .meta-count {
		display:none;
	}
	
	.meta-review .review-visual {
		height:auto;
	}
	
	.meta-review .review-visual i {
		font-size:71px;
	}
	
	.meta-review .review-visual.circle canvas {
		margin-top:9px;
		width:66px;
	}
	
	.meta-review .review-visual .visual-value {
		font-size:58px;
		padding-top:9px;
	}
}