@charset "UTF-8";

/*
#####################################
Want to help with the cable website?
email web@thebristolcable.org
#####################################
*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-	border-spacing: 0;
	border-collapse: collapse;align: baseline;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeovideowrap,.content,.youtubevideowrap,#disqus_thread,.videocontent {
	max-width: 640px;
	margin: 10px auto;
}

audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background: 0 0;
	color: #03AF6C;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:active,a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
pre {
	overflow: auto;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
code,kbd,pre,samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
    border: 2px solid #444;
    margin-top: 5px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-align: center;
    color: #222;
    margin-top: 0;
    height: 2.5em;
    background-color: #edf1f4;
    border: 0.2em solid #edf1f4;
    font-weight: bold;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
    max-width: 100%;
}
input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	padding: 0;
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
textarea {
	overflow: auto;
    height: 25vh;
    max-width: 100%;
}
optgroup {
	font-weight: 700;
}
/*table responsive ness*/

table {
  background-color: transparent;
  border-collapse: collapse;
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 1em 0;
  display: block;
}

@media (min-width: 768px) {
  .post-content table {
    display: table;
    border: 1px solid #54595d;
  }
}

table a {
  color: #03af6c;
}

td,
th {
  padding: 0;
  text-align: center;
  border:1px solid #54595d;
}

tr:nth-of-type(odd) {
	background: #eee;
}

@media print {

	* {
		color: #000!important;
		text-shadow: none!important;
		background: transparent!important;
		-webkit-box-shadow: none!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;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff!important;
	}
	.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;
	}
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 2px;
	line-height: inherit;
}
a:hover,a:focus {
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: block;
	max-width: calc(100% - 20px);
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: inherit;
	font-weight: 500;
	color: inherit;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
	font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
	font-size: 75%;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {

	.lead {
		font-size: 21px;
	}
}

small,.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
mark,.mark {
	padding: .2em;
	background-color: #fcf8e3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #428bca;
}
a.text-primary:hover {
	color: #3071a9;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #428bca;
}
a.bg-primary:hover {
	background-color: #3071a9;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
}
ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0;
}
ol ol li {
 list-style-type: lower-alpha;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,dd {
	line-height: 1.42857143;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}

@media (min-width:768px) {

	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 4px 10px;
	margin: 0 0 20px;
	border-left: 5px solid #444;
        font-style: italic;
        line-height: 1.6;
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,blockquote small,blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before,blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}
.table>tbody+tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*=col-],table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none;
}
.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}
.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
	background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}
.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
	background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}
.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}
.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
	background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type=radio],input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
}
input[type=file] {
	display: block;
}
input[type=range] {
	display: block;
	width: 100%;
}
select[multiple],select[size] {
	height: auto;
}
input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #777;
}
.form-control::-webkit-input-placeholder {
	color: #777;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
	line-height: 34px;
	line-height: 1.42857143 \0;
}
input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
	line-height: 30px;
}
input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
	line-height: 46px;
}
.form-group {
	margin-bottom: 15px;
}
.radio,.checkbox {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,.checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
	position: absolute;
	margin-top: 4px;
	margin-left: -20px;
}
.radio+.radio,.checkbox+.checkbox {
	margin-top: -5px;
}
.radio-inline,.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed;
}
.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm,.form-horizontal .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,select[multiple].input-sm {
	height: auto;
}
.input-lg,.form-horizontal .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,select[multiple].input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width:768px) {

	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group>.form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .radio,.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {

	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

@media (min-width:768px) {

	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}


@media (min-width:768px) {

	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary .badge {
	color: #428bca;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #b8ceaa;
	border-color: #4cae4c;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	background-color: #b8ceaa;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #b8ceaa;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #efe08f;
	border-color: #eea236;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color: #efe08f;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #efe08f;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: 400;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}
.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,.btn-link:focus {
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg,.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm,.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 5px;
}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 80;
	display: none;
	float: left;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: rgba(0, 0, 0, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: 9.6em;
	right: 10px;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: white;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	color: #eee;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color: #777;
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open>.dropdown-menu {
	display: block;
}
.open>a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left;
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
	z-index: 2;
}
.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
	outline: 0;
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group>.btn:first-child {
	margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group>.btn-group {
	float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical>.btn-group>.btn {
	float: none;
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified>.btn-group .btn {
	width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}
[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox] {
	position: absolute;
	z-index: -1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto;
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto;
}
.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
	margin-top: 0;
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn>.btn {
	position: relative;
}
.input-group-btn>.btn+.btn {
	margin-left: -1px;
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
	z-index: 2;
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	margin-left: -1px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav>li {
	position: relative;
	display: block;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav>li.disabled>a {
	color: #777;
}
.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav>li>a>img {
	max-width: none;
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb>.active {
	color: #777;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li>a:hover,.pager li>a:focus {
	text-decoration: none;
	background-color: #eee;
}
.pager .next>a,.pager .next>span {
	float: right;
}
.pager .previous>a,.pager .previous>span {
	float: left;
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff;
}
.nav-pills>li>a>.badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron h1,.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron>hr {
	border-top-color: #d5d5d5;
}
@media screen and (min-width:768px) {

	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.jumbotron h1,.jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumbnail>img,.thumbnail a>img {
	margin-right: auto;
	margin-left: auto;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color: #428bca;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: 700;
}
.alert>p,.alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}


@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}


@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	height: 38px;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	padding-left: 20px;
}
.progress-striped .progress-bar,.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar,.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
	min-width: 30px;
	color: #777;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar-success {
	background-color: #b8ceaa;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #efe08f;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,.media-body {
	overflow: hidden;
	zoom: 1;
}
.media,.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media>.pull-left {
	margin-right: 10px;
}
.media>.pull-right {
	margin-left: 10px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item>.badge {
	float: right;
}
.list-group-item>.badge+.badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,a.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
	color: #777;
	background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title>a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel>.list-group {
	margin-bottom: 0;
}
.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group+.panel-footer {
	border-top-width: 0;
}
.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
	margin-bottom: 0;
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}
.panel>.table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel+.panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #428bca;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #428bca;
}
.panel-primary>.panel-heading .badge {
	color: #428bca;
	background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #428bca;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {

	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
}


@media (min-width:992px) {

	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover>.arrow {
	border-width: 11px;
}
.popover>.arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}
.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	line-height: 1;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block;
}
.carousel-inner>.active {
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next {
	left: 100%;
}
.carousel-inner>.prev {
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0;
}
.carousel-inner>.active.left {
	left: -100%;
}
.carousel-inner>.active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:hover,.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width:768px) {

	.carousel-control .icon-prev,.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block!important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none!important;
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display: none!important;
}

@media (max-width:767px) {

	.visible-xs {
		display: block!important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row!important;
	}
	th.visible-xs,td.visible-xs {
		display: table-cell!important;
	}
}


@media (max-width:767px) {

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


@media (max-width:767px) {

	.visible-xs-inline {
		display: inline!important;
	}
}


@media (max-width:767px) {

	.visible-xs-inline-block {
		display: inline-block!important;
	}
}


@media (min-width:768px) and (max-width:991px) {

	.visible-sm {
		display: block!important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row!important;
	}
	th.visible-sm,td.visible-sm {
		display: table-cell!important;
	}
}


@media (min-width:768px) and (max-width:991px) {

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


@media (min-width:768px) and (max-width:991px) {

	.visible-sm-inline {
		display: inline!important;
	}
}


@media (min-width:768px) and (max-width:991px) {

	.visible-sm-inline-block {
		display: inline-block!important;
	}
}


@media (min-width:992px) and (max-width:1199px) {

	.visible-md {
		display: block!important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row!important;
	}
	th.visible-md,td.visible-md {
		display: table-cell!important;
	}
}


@media (min-width:992px) and (max-width:1199px) {

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


@media (min-width:992px) and (max-width:1199px) {

	.visible-md-inline {
		display: inline!important;
	}
}


@media (min-width:992px) and (max-width:1199px) {

	.visible-md-inline-block {
		display: inline-block!important;
	}
}


@media (min-width:1200px) {

	.visible-lg {
		display: block!important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row!important;
	}
	th.visible-lg,td.visible-lg {
		display: table-cell!important;
	}
}


@media (min-width:1200px) {

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


@media (min-width:1200px) {

	.visible-lg-inline {
		display: inline!important;
	}
}


@media (min-width:1200px) {

	.visible-lg-inline-block {
		display: inline-block!important;
	}
}


@media (max-width:767px) {

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


@media (min-width:768px) and (max-width:991px) {

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


@media (min-width:992px) and (max-width:1199px) {

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


@media (min-width:1200px) {

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

.visible-print {
	display: none!important;
}

@media print {

	.visible-print {
		display: block!important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row!important;
	}
	th.visible-print,td.visible-print {
		display: table-cell!important;
	}
}

.visible-print-block {
	display: none!important;
}

@media print {

	.visible-print-block {
		display: block!important;
	}
}

.visible-print-inline {
	display: none!important;
}

@media print {

	.visible-print-inline {
		display: inline!important;
	}
}

.visible-print-inline-block {
	display: none!important;
}

@media print {

	.visible-print-inline-block {
		display: inline-block!important;
	}
}


@media print {

	.hidden-print {
		display: none!important;
	}
}
code[class*=language-],pre[class*=language-] {
	color: #f8f8f2;
	text-shadow: 0 1px rgba(0, 0, 0, .3);
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre[class*=language-] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: .3em;
}
:not(pre)>code[class*=language-],pre[class*=language-] {
	background: #272822;
}
:not(pre)>code[class*=language-] {
	padding: .1em;
	border-radius: .3em;
}
.token.cdata,.token.comment,.token.doctype,.token.prolog {
	color: #708090;
}
.token.punctuation {
	color: #f8f8f2;
}
.namespace {
	opacity: .7;
}
.token.constant,.token.property,.token.symbol,.token.tag {
	color: #f92672;
}
.token.boolean,.token.number {
	color: #ae81ff;
}
.token.attr-name,.token.builtin,.token.selector,.token.string {
	color: #a6e22e;
}
.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable {
	color: #f8f8f2;
}
.token.atrule,.token.attr-value {
	color: #e6db74;
}
.token.keyword {
	color: #66d9ef;
}
.token.important,.token.regex {
	color: #fd971f;
}
.token.important {
	font-weight: 700;
}
.token.entity {
	cursor: help;
}

.fullscreen {
	display: block!important;
	position: fixed!important;
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	border: none!important;
	z-index: 10000;
}

/*Lots of genric stuff starts here and i dont know why kane did it like this!*/

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.5;
}
.default-speed {
	-webkit-animation-duration: 900ms;
	-moz-animation-duration: 900ms;
	-o-animation-duration: 900ms;
	animation-duration: 900ms;
	animation-delay: 0ms;
	-webkit-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
	-o-animation-delay: 0ms;
}
.progress-bar span {
	color: #fff;
	display: inline-block;
	line-height: 34px;
}
ul.social {
	display: inline-block;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	line-height: 1;
}

ul.social li {
	display: inline-block;
	overflow: hidden;
	line-height: 32px;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 1px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(255, 255, 255, 0.9);
}
ul.social li a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	line-height: 16px;
	font-size: 16px;
	padding-top: 7px;
	margin-left: 1px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul.social li a i {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #000;
}
ul.social li:hover {
	background-color: #444;
}
ul.social li:hover a i {
	color: #fff;
}
ul.social.top {
	text-align: right;
	margin-left: 10px;
}
.header.header-full-screen-center-logo {
	text-align: center;
}
/*for the thinfeature image mat~~*/
.header-wrap-thin{
        padding-top: 20px;
        padding-bottom: 20px;
        opacity: 0.85 !important;
        background-color: #000;
}
.header[data-layout=wide] .header-wrap {
	max-width: 100%;
}
.main-wrap {
	overflow: hidden;
/*	position: relative;*/
	z-index: 1;
}
.body-content {
	position: relative;
	background-color: #fff;
	text-align: center;
}
body[data-post-align=left] .body-content {
	text-align: left;
}
.body-content .post,.post-list {
	position: relative;
}
.body-content .post.even {
	background-color: #03AF6C;
}
.body-content .post.odd {
	background-color: #fff;
}
.sf-audio-player {
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: -50px;
}
.sc-player {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.sc-player .player-container {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: none;
}
body[data-post-align=left] .sc-player .player-container {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
.sc-player li,.sc-player ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.sc-player .sc-artwork-list {
	width: 100%;
	height: 50%;
	background-color: transparent;
	list-style-type: none;
	position: relative;
	display: none;
}
.sc-player .sc-artwork-list li {
	list-style-type: none;
	display: none;
}
.sc-player .sc-artwork-list li.active {
	list-style-type: none;
	display: block;
}
.sc-player .sc-artwork-list li div,.sc-player .sc-artwork-list li img {
	list-style-type: none;
	width: 380px;
	height: 380px;
	float: left;
	margin: 5px 0;
}
.sc-player .sc-controls {
	display: inline-block;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, .3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 999;
	position: relative;
}
.sc-controls .sc-time-indicators .sc-duration,.sc-controls .sc-time-indicators .sc-position {
	font-size: 13px;
}
.body-content .post.odd .sc-controls .sc-time-indicators .sc-duration,.body-content .post.odd .sc-controls .sc-time-indicators .sc-position {
	color: #444;
}
.body-content .post.odd .sc-player .sc-controls {
	background-color: rgba(43, 42, 43, .3);
}
.sc-player .playback,.sc-player .sc-time-indicators,.sc-player .sc-volume-icon,.sc-player .sc-volume-slider {
	display: inline-block;
	margin: 0 5px;
}
.sc-player .playback i {
	font-size: 13px;
}
.body-content .post.odd .sc-player .playback i {
	color: #444;
}
.sc-player .sc-volume-icon {
	width: 26px;
	text-align: center;
}
.sc-player .sc-volume-icon i {
	font-size: 13px;
}
.body-content .post.odd .sc-player .sc-volume-icon i {
	color: #444;
}
.sc-player .playback .sc-controls a {
	display: inline-block;
}
.sc-player .sc-controls a.sc-pause,.sc-player.playing .sc-controls a.sc-play {
	display: none;
}
.sc-player.playing .sc-controls a.sc-pause {
	display: block;
}
.sc-player .sc-volume-slider {
	width: 80px;
	background-color: #595455;
	height: 10px;
}
.body-content .post.odd .sc-player .sc-volume-slider {
	background-color: #D3D3D3;
}
.sc-player .sc-volume-slider .sc-volume-status {
	display: inline-block;
	float: left;
	background-color: #fff;
	height: 10px;
}
.body-content .post.odd .sc-player .sc-volume-slider .sc-volume-status {
	background-color: #444;
}
.sc-player .sc-bar-time-span {
	display: inline-block;
	width: 150px;
	height: 10px;
	background-color: #595455;
	margin: 0 2px;
	position: relative;
}
.body-content .post.odd .sc-player .sc-bar-time-span {
	background-color: #D3D3D3;
}
.sc-player .sc-bar-time-span .sc-bar-time-span-buffer {
	display: inline-block;
	position: absolute;
	height: 10px;
	background: gray;
	width: 0;
	left: 0;
	z-index: 1;
}
.sc-player .sc-bar-time-span .sc-bar-time-span-played {
	display: inline-block;
	position: absolute;
	height: 10px;
	background-color: #fff;
	width: 0;
	left: 0;
	z-index: 2;
}
.body-content .post.odd .sc-player .sc-bar-time-span .sc-bar-time-span-played {
	background-color: #444;
}
.sc-scrubber {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -98px;
}
.sc-scrubber .sc-time-span {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, .2);
	z-index: 1;
}
.body-content .post.odd .sc-scrubber .sc-time-span {
	background-color: rgba(43, 42, 43, .2);
}
.sc-scrubber .sc-buffer,.sc-scrubber .sc-played {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .3);
	opacity: .4;
	z-index: -1;
}
.body-content .post.odd .sc-scrubber .sc-buffer,.body-content .post.odd .sc-scrubber .sc-played {
	background-color: rgba(43, 42, 43, .3);
}
.sc-scrubber .sc-played {
	background-color: rgba(255, 255, 255, .3);
	opacity: 1;
}
.body-content .post.odd .sc-scrubber .sc-played {
	background-color: rgba(43, 42, 43, .3);
}
.sc-scrubber .sc-time-indicators {
	position: absolute;
	right: 0;
	top: 30px;
	background-color: #fff;
	color: #444;
	padding: 0;
}
.body-content .post.odd .sc-scrubber .sc-time-indicators {
	background-color: #444;
}
.sc-scrubber .sc-time-span .sc-waveform-container {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.waveform-canvas {
	width: 100%;
	height: 196px;
	margin-bottom: -7px;
}
.sc-scrubber .sc-time-span .sc-waveform-container img {
	width: 100%;
	display: none;
}
.sc-player ol.sc-trackslist {
	display: none;
	margin-left: 10px;
}
.sc-player ol.sc-trackslist li {
	list-style: none;
}
.sc-player ol.sc-trackslist li.active a {
	color: red;
}
.sc-track-duration {
	text-align: right;
	float: right;
	padding: 0 5px;
	margin-left: 5px;
	display: none;
}
.sc-player .sc-info {
	position: absolute;
	top: 10px;
	left: -5000px;
	width: 400px;
	padding: 5px;
	height: 200px;
	z-index: 500;
	margin-left: -200px;
	background: #fff;
	opacity: .9;
}
.sc-player .sc-info.active {
	left: 50%;
	top: 12%;
}
.sc-player .sc-info-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	background: #fff;
	color: #039;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	padding: 4px;
}
.sc-player .sc-info-toggle:hover {
	background: #039;
	color: #eee;
}
.sc-player .sc-info-toggle.active {
	left: -5000px;
}
.sc-player .sc-info-close {
	position: absolute;
	top: 10px;
	right: 20px;
	background: #039;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 4px;
}
.sc-player .hidden {
	display: none;
}
.sc-player-engine-container {
	width: 1px;
	height: 1px;
	position: fixed;
	top: 2px;
	left: 2px;
}

.header-wrap-single {
	display: inline-block;
	min-height: 110px;
	position: absolute;
	width: 100%;
	bottom: 40px;
    color: black;
	right: 0;
	left: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 400px;
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.85) !important;
}
.header-wrap-single .post-title {
    font-size: 1.3em;
    line-height: 1.57em;

}
.header-wrap-single a{
    color:black;
}

.after-content{
    background-color: white;
    width:100%
}
.post-template .body-content .post .post-content .video-wrap iframe {
	display: block;
}
.post-template .body-content .post .post-content .video-wrap {
	margin-bottom: 30px;
}

@media (max-width:440px) {
    .post-template .body-content .post .post-content img {
        margin: 10px;
    }
    .bc-block-read-more img {
       margin: 0 !important;
    }
}
.post-template .next-post {
	position: relative;
	margin-top: 40px;
	padding: 50px 0;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
	border-top: solid 2px #EDF1F4;
	background-color: #fff;
}
.post-template .next-post.image-post,.post-template .next-post.video-post {
	border-top: none;
}
.post-template .next-post.mask:after,.post-template .next-post.video-post:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4;
	z-index: -1;
	background-color: #000;
}
.post-template .next-post .next-post-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.post-template .next-post .next-post-wrap .next-label {
	color: #444;
	margin-bottom: 10px;
}
.post-template .next-post.image-post .next-post-wrap .next-label,.post-template .next-post.video-post .next-post-wrap .next-label {
	color: #fff;
}
.post-template .next-post .next-post-wrap .post-title {
	margin: 0;
	padding: 0;
}
.post-template .next-post .next-post-wrap .post-title a {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	color: #444;
	position: relative;
	text-decoration: none;
}
body[data-uppercase=true] .next-post .next-post-wrap .post-title a {
}
.post-template .next-post.image-post .next-post-wrap .post-title a,.post-template .next-post.video-post .next-post-wrap .post-title a {
	color: #fff;
}
.post-template .next-post .next-post-wrap .post-title a:hover {
	text-decoration: none;
}
.post-template .next-post .next-post-wrap .post-meta {
	color: #444;
	margin-top: 10px;
}
.post-template .next-post.image-post .next-post-wrap .post-meta,.post-template .next-post.video-post .next-post-wrap .post-meta {
	color: #fff;
}
.post-template .next-post .next-post-wrap .next-arrow {
	margin-top: 20px;
}
.post-template .next-post .next-post-wrap .next-arrow a i {
	color: #444;
	font-size: 2em;
}
.post-template .next-post.image-post .next-post-wrap .next-arrow a i,.post-template .next-post.video-post .next-post-wrap .next-arrow a i {
	color: #fff;
}
.post-content .fullscreen-img-wrap {
	display: block;
}
.post-content .fullscreen-img {
	position: absolute;
	width: 100%;
	left: 0px;
}
#time-to-read-nofify {
	display: none !important;
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 500;
	background-color: #444;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px 8px;
	-webkit-transform: translateZ(0);
}
#time-to-read-nofify:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: -8px;
	height: 0;
	width: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #03AF6C;
}
.share-box {
	position: fixed;
	width: 300px;
	max-height: 150px;
	right: 20px;
	top: 0;
	display: none;
	z-index: 80;
	-webkit-transform: translateZ(0);
}
.share-box .share-box-wrap {
	padding: 20px;
	background-color: #03AF6C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	position: relative;
}
.share-box .share-box-wrap::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left-color: #03AF6C;
}
.share-box .share-box-wrap .box-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}
.share-box .share-box-wrap .box-sub-title {
	color: #fff;
	font-size: 16px;
}
.share-box .share-box-wrap .social {
	margin-top: 15px;
	margin-left: 0;
}
.page-contact .body-content .post .post-content ul {
	margin-left: 0;
}
.page-contact .body-content .post .post-content ul li {
	list-style: none;
}
.page-contact .body-content .post .post-content ul li i {
	margin-right: 20px;
}
.page-resume .body-content .post .post-content .resume-col {
	margin-top: 20px;
}
body[data-uppercase=true].page-resume .body-content .post .post-content .resume-col h4 {
}
.page-resume .body-content .post .post-content .resume-col .sub-title {
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 30px;
}
.page-resume .body-content .post .post-content .resume-col ul {
	margin-left: 0;
}
.page-resume .body-content .post .post-content .resume-col ul li {
	list-style: none;
}
.page-resume .body-content .post .post-content .resume-col ul li i {
	margin-right: 10px;
}
.page-resume .body-content .post .post-content .resume-col .skill-label {
	display: block;
}
.page-resume .body-content .post .post-content .resume-col .progress.skill {
	height: 10px;
	margin-bottom: 15px;
}
.page-resume .body-content .post .post-content .resume-col .progress.skill .progress-bar-skill {
	background-color: #03AF6C;
}
.page-resume .body-content .post .post-content .resume-col .experience-item {
	padding: 10px;
	border: 1px solid #444;
	margin: 10px 0 20px;
}
.page-resume .body-content .post .post-content .resume-col .experience-item .com-logo {
	width: 100px;
}
.page-resume .body-content .post .post-content .resume-col .experience-item .media-body {
	font-size: 18px;
	line-height: 28px;
}
.page-resume .body-content .post .post-content .resume-col .experience-item .media-heading {
	font-size: 20px;
}
.page-resume .body-content .post .post-content .resume-col .experience-item .media-heading .year {
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin-left: 20px;
	font-size: 18px;
	line-height: 26px;
}
.page-resume .body-content .post .post-content .resume-col .experience-item .media-heading .year i {
	font-size: 16px;
	margin-right: 5px;
}
.page-resume .body-content .post .post-content .resume-col .edu-item {
	border-bottom: solid 1px #444;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
}
.page-resume .body-content .post .post-content .resume-col .edu-item h4 {
	font-size: 20px;
}
.page-resume .body-content .post .post-content .resume-col .edu-item .year {
	display: block;
	font-size: 18px;
	line-height: 26px;
}
.page-resume .body-content .post .post-content .resume-col .edu-item .year i {
	font-size: 16px;
	margin-right: 5px;
}
.page-resume .body-content .post .post-content .resume-col .thanks {
	text-align: center;
	font-style: italic;
	margin: 20px 0 40px;
}
body[data-uppercase=true].page-resume .body-content .post .post-content .resume-col .thanks {
}
.widget .widget-title h3 {
	margin-top: 0;
}
body[data-uppercase=true] .widget .widget-title h3 {
}
.widget .widget-content,.widget .widget-content a,.widget .widget-content p {
    margin: 0 0 0.3em;
    color: #2d2d2d;
}
.widget .widget-content a, .small-print a {
    color: black;
    border-bottom: solid 1px darkgrey;
}
.small-print a:hover, .widget .widget-content a:hover {
    color: black;
    border-bottom: solid 2px darkgrey;
    text-decoration: none;
}
.widget .widget-content .form-container {
	margin-bottom: 20px;
}
.widget .widget-content .form-container .input-group-btn {
	line-height: 1;
}
.widget .widget-content .form-container .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border-color: #DDD;
}
.widget .widget-content .form-container .form-control:focus {
	border-color: #444;
}
.widget .widget-content .form-container .btn-theme {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #ddd;
	border-color: #ddd;
}
.widget .widget-content .form-container .btn-theme:hover {
	background-color: #444;
	border-color: #444;
}
.widget .widget-content .form-container .btn-theme:hover i {
	color: #fff;
}
.widget .widget-content .btn {
	padding: 5px 20px;
	font-size: 16px;
}
.widget .widget-content ul.social li a {
	padding-top: 1px;
}
.widget .widget-content .split-container {
	position: relative;
}
.widget .widget-content .split-container .left-content {
	float: left;
	width: 75px;
	zoom: 1;
	overflow: hidden;
	margin-right: 15px;
}
.widget .widget-content .split-container.inverse .left-content {
	overflow: hidden;
	zoom: 1;
	float: none;
	width: auto;
	margin-right: 80px;
}
.widget .widget-content .split-container .left-content .img-thumb {
	border: 4px solid #C5C5C5;
}
.widget .widget-content .split-container .right-content {
	overflow: hidden;
	zoom: 1;
}
.widget .widget-content .split-container.inverse .right-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	text-align: right;
}
.widget .widget-content .split-container.inverse .right-content .icon-thumb i {
	font-size: 4em;
	color: #C5C5C5;
}
.small-print {
    font-size: medium;
    background: rgba(237, 241, 244, 0.8);
    display: table;
}
.btn-resume {
	border: 2px solid #444;
	margin-top: 5px;
        margin-bottom: 5px;
	color: #444;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body[data-uppercase=true] .widget .widget-content .btn-resume {
}
.btn-resume:hover {
	background-color: #444;
	color: #fff;
}
.widget .widget-content .btn-resume:hover i {
	color: #fff;
}
.infscr-loading {
	padding: 20px 0;
	background-color: #EAEDEE;
}
.archive-template .post-content,.home-template .post-content,.tag-template .post-content {
	display: none;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mfp-fade.mfp-bg {
	opacity: .001;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.gmap-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #444;
	overflow: hidden;
	-webkit-transform: translateZ(0px);
}
.gmap-container::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .65);
}
.gmap-container .gmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#gmap div.gmnoprint[title=i-am-here] {
	height: 64px;
	width: 64px;
	background-color: #03AF6C;
	-moz-animation: pulsate 1.5s ease-in-out infinite;
	-webkit-animation: pulsate 1.5s ease-in-out infinite;
	border: 1px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 4px 6px #fff;
	position: relative;
}
#gmap div.gmnoprint[title=i-am-here] img {
	display: none;
}

@keyframes pulsate {
	from {
		-moz-transform: scale(0.25);
		opacity: 1;
	}
	95% {
		-moz-transform: scale(1.2);
		opacity: 0;
	}
	to {
		-moz-transform: scale(0.3);
		opacity: 0;
	}
}


@keyframes pulsate {
	from {
		-webkit-transform: scale(0.25);
		opacity: 1;
	}
	95% {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(0.3);
		opacity: 0;
	}
}

.outdated-frame {
	margin: 0;
	background: #ccc;
	color: #FFF;
	font-size: 20px;
	padding: 0;
	vertical-align: bottom;
	z-index: 99999;
	position: fixed;
	text-align: center;
}
.outdated-frame a,.outdated-frame strong {
	font-size: 20px;
}

@media only screen and (min-width:768px) and (max-width:979px) {

	.welcome-text.style1 .line2 {
		font-size: 52px;
		line-height: 52px;
	}
	.post-template .body-content .post .post-content .share-box {
		position: relative;
		width: 100%;
		max-height: 100%;
		right: auto;
		top: auto;
		margin-top: 20px;
		margin-bottom: 30px;
		display: block;
	}
	.post-template .body-content .post .post-content .share-box .share-box-wrap::after {
		display: none;
	}
	.post-template .body-content .post .post-content .share-box .share-box-wrap .box-sub-title {
		display: inline-block;
		vertical-align: middle;
		margin-top: 10px;
	}
	.post-template .body-content .post .post-content .share-box .share-box-wrap .social {
		margin-left: 10px;
	}
}


@media only screen and (max-width:767px) {
  .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
		line-height: 1.4;
	}
	.welcome-text.style1 .line1 {
		font-size: 32px;
		line-height: 32px;
	}
	.welcome-text.style1 .line2 {
		font-size: 52px;
		line-height: 52px;
	}
	.welcome-text.style1 .line3 {
		font-size: 22px;
		line-height: 32px;
	}
	.widget {
		margin-bottom: 30px;
		border-bottom: solid 1px #C5C5C5;
		padding-bottom: 30px;
	}
}


@media only screen and (max-width:480px) {

	ul.social li {
		line-height: 32px;
		width: 32px;
		height: 32px;
	}
	ul.social li a {
		padding-top: 7px;
		margin-left: 1px;
	}
	.header {
		padding: 5px 20px;
	}
	.header.fixed-top {

	}
	.search-container .search-container-wrap .search-container-wrap-inner #s {
		font-size: 28px;
		line-height: 28px;
	}
	.welcome-text.style1 .line1 {
		font-size: 22px;
		line-height: 22px;
	}
	.welcome-text.style1 .line2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.welcome-text.style1 .line3 {
		font-size: 18px;
		line-height: 28px;
	}
	.waveform-canvas {
		height: 136px;
	}
	.post-template .next-post .next-post-wrap .post-title a {
		font-size: 28px;
		line-height: 38px;
	}
	.widget .widget-content .split-container .left-content {
		display: none;
	}
	.widget .widget-content .split-container.inverse .left-content {
		width: 100%;
		display: block;
		margin-top: 10px;
		margin-bottom: -10px;
	}
	.widget .widget-content .split-container.inverse .left-content p {
		margin-bottom: 0;
	}
	.widget .widget-content .split-container.inverse .right-content {
		display: none;
	}
	.widget .widget-title h3 {
		font-size: 20px;
	}
	.widget .widget-content .form-container {
		margin-top: 15px;
		margin-bottom: 0;
	}
}


@media only screen and (max-width:360px) {

	.post-template .next-post .next-post-wrap .post-title a {
		font-size: 24px;
		line-height: 34px;
	}
	.page-resume .body-content .post .post-content .resume-col .experience-item {
		padding: 10px 20px;
	}
	.page-resume .body-content .post .post-content .resume-col .experience-item .com-logo {
		width: auto;
		display: block;
		float: none!important;
		text-align: center;
	}
	.page-contact .body-content .post .post-content ul li i {
		margin-right: 10px;
	}
}


@media only screen and (max-height:480px) {

	.header {
		padding: 5px;
	}
	.welcome-text.style1 .line1 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.welcome-text.style1 .line2 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 5px;
	}
	.welcome-text.style1 .line3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.waveform-canvas {
		height: 140px;
	}
	.front-header-wrap {
		bottom: 40px;
		color: black;
		padding-top: 20px;
		padding-bottom: 20px;
		opacity: 0.85 !important;
	}
	.post-template .next-post {
		position: relative;
		margin-top: 20px;
		padding: 30px 0;
	}
	.post-template .next-post .next-post-wrap .next-label {
		margin-bottom: 5px;
	}
	.post-template .next-post .next-post-wrap .post-meta {
		margin-top: 5px;
	}
	.post-template .next-post .next-post-wrap .next-arrow {
		margin-top: 10px;
	}
	.widget .widget-title h3 {
		font-size: 18px;
	}
}
/*color highlighting mat~~*/
::selection {
	background-color: grey;
	color: #fff;
}
::-moz-selection {
	background-color: grey;
	color: #fff;
}
.post-template .next-post .next-post-wrap .next-arrow a:hover i {
	color: grey;
}
#time-to-read-nofify,.gmap-container {
	background-color: #03AF6C;
}
.share-box ul.social>li:hover>a>i {
	color: grey;
}
.theme-options-wrap {
	position: fixed;
	z-index: 5000;
	top: 190px;
	left: -301px;
}
.theme-options-wrap .theme-options {
	font-size: 16px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 0;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.theme-options-wrap .theme-options .options-inner {
	overflow: hidden;
	width: 300px;
	padding: 10px;
}
.theme-options-wrap .theme-options .options-inner .hide {
	display: none;
}
.theme-options-wrap .theme-options .options-inner .title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.theme-options-wrap .theme-options .options-inner .panel-group {
	margin-bottom: 0;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel {
	border-radius: 0;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-heading {
	padding: 0;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-heading .panel-title>a {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 2px 10px;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body {
	padding: 10px;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body * {
	font-size: 16px;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body label {
	display: block;
	margin-top: 10px;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body select {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body .action-btn {
	display: block;
	border: 2px solid #646464;
	text-align: center;
	padding: 5px 10px;
	margin-top: 20px;
	color: #646464;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul.options {
	margin-bottom: 0;
	display: block;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul.options li {
	list-style: none;
	float: left;
	padding-right: 3px;
	padding-left: 4px;
	padding-bottom: 5px;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul.options li a {
	font-size: 16px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.default {
	background-color: #3A3435;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.blue {
	background-color: #0000A0;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.corporate-blue {
	background-color: #5676A5;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.darkcyan {
	background-color: #008B8B;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.dark-slate-gray {
	background-color: #708090;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.dodger-blue {
	background-color: #1FB2FF;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.golden-rod {
	background-color: #DAA520;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.hot-pink {
	background-color: #FF69B4;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.indian-red {
	background-color: #CD5C5C;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.medium-violet-red {
	background-color: #C71585;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.muted-teal {
	background-color: #3C8C9D;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.orange {
	background-color: orange;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.sea-green {
	background-color: #188C69;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.soft-green {
	background-color: #8DA65D;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.purple {
	background-color: #8A0A8A;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.red {
	background-color: #C2000B;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.yellow {
	background-color: #F9CD22;
}
.theme-options-wrap .theme-options .options-inner .panel-group .panel .panel-body ul#colors li a.green {
	background-color: #03AF6C;
}
div.open-close {
	position: relative;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	left: 0;
	z-index: 1000;
	display: block;
	width: 38px;
	height: 36px;
	float: right;
	cursor: pointer;
	background-color: #FFF;
	font-size: 20px;
	text-align: center;
	color: #646464;
	line-height: 36px;
	opacity: 1;
	filter: alpha(opacity=100);
}
div.open-close i {
	font-size: 22px;
}
#custom_bg_color {
	color: #828282;
	background: #f9f9f9;
	border: 1px solid #d0d0d0;
	padding: 1px 5px;
	display: inline;
	width: 80px;
	margin-bottom: 15px;
}
.no-bg {
	display: block;
	border: 1px solid #d0d0d0;
	text-align: center;
	padding: 5px 15px 5px 16px;
	margin-left: 4px;
}
.next-post img {
	margin-top: 25px;
}
.post-meta p {
	margin-top: 10px;
}
.next-post p {
	margin-top: 20px;
}
.white p {
	color: #fff;
}
.post-author-description {
	font-style: italic;
	margin-top: 10px;
}
.post-excerpt {
	color: #fff;
}

.clear {
	display: block;
	margin-bottom: 15px;
	width: 0;
	height: 0;
	clear: both;
}
.center {
	text-align: center;
}
.navigation {
	height: auto;
	clear: both;
	width: auto;
    margin: 10px auto;
	text-align: center;
}
#labels {
	margin: 5px 10px;
}
.cat-labels {
	margin: 5px;
    min-height: 29px;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi span.current,.pages,.extend {
	display: inline-block;
	padding: 5px 40px;
	font-weight: 700;
	border: 2px solid #03AF6C;
	-webkit-border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #444;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.wp-pagenavi a:hover {
	background-color: #eee;
	border-color: #ddd;
}
ul li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
ul li ul li {
	display: block;
}
ul li ul li:hover {
}
ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}


@media (max-width:440px) {

	.mobhide {
		display: none !important;
	}
}
.ital {
	font-style: italic;
}
.fb_iframe_widget {
	margin-bottom: 5px !important;
	display: block !important;
}
.header-button {
    background-color: rgb(3, 175, 108) !important;
    color: #fff !important;
    border: 1px solid rgb(3, 175, 108);
    border-radius: 3px;
    transition: all .2s ease-in-out;
    margin-top: 5px;
    margin-bottom: 5px;
}
.header-button:hover {
    background-color: #fff;
    color: #333;
}
.rm-hov a:hover {
	text-decoration: none;
}
#header {
	position: relative;
	z-index: 501;
	width: 100%;
	background: transparent;
}
#header_main .container,.main_menu ul:first-child > li a {
	height: 88px;
	line-height: 88px;
}
#header_main_alternate {
	z-index: 2;
}
#header #header_main_alternate .container {
	max-height: none;
	height: auto;
}
#header_main_alternate .main_menu .menu li ul ul {
	left: 207px;
}
#header_main_alternate .avia_mega_div {
	right: auto;
	left: 0;
}
.html_header_top.html_logo_center .main_menu {
	text-align: center;
}
.html_header_top.html_logo_center .main_menu ul:first-child {
	display: inline-block;
	width: auto;
}
.html_header_top.html_logo_center .logo {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.avia-msie-8 .logo img {
	height: 100%;
}
.avia-msie-8.html_header_top.html_logo_center .logo {
	left: 46%;
}
.html_header_top.html_bottom_nav_header.html_logo_right .main_menu ul:first-child {
	width: auto;
	float: right;
}
.av_icon_active_left .social_bookmarks {
	float: left;
}
.av_icon_active_right .social_bookmarks {
	float: right;
	padding-left: 20px;
}
.av_secondary_right .sub_menu {
	float: right;
	padding-left: 10px;
}
.av_phone_active_left .phone-info {
	float: left;
}
.av_phone_active_right .phone-info {
	float: right;
}

.phone-info {
	float: left;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
	padding: 5px 0;
}
.phone-info span {
	display: inline-block;
	line-height: 1em;
}
.av_secondary_left .sub_menu>ul>li:last-child,.av_secondary_left .sub_menu>div>ul>li:last-child {
	border: none;
	padding-right: 0;
}
.av_secondary_right .sub_menu>ul>li:last-child,.av_secondary_right .sub_menu>div>ul>li:last-child {
	border: none;
	margin-right: 0px;
	padding-right: 0;
	padding-left: 10px;
}
.av_secondary_left .sub_menu>ul>li:first-child {
	padding-left: 0;
}
.av_icon_active_left.av_secondary_left .sub_menu>ul>li:first-child {
	padding-left: 10px;
}
.av_icon_active_right.av_secondary_right .sub_menu>ul>li:first-child {
	padding-left: 10px;
}
.av_secondary_left .sub_menu {
	padding-right: 10px;
}

.html_boxed #main {
	position: static;
	overflow: hidden;
}
.html_logo_right.html_bottom_nav_header #header_main .social_bookmarks {
	right: auto;
	left: 0;
}

#header_main nav .social_bookmarks {
	position: relative;
	top: 50%;
	margin-top: -16px;
	right: 0;
	overflow: hidden;
	clear: none;
	float: left;
}
.avia-menu.av_menu_icon_beside {
	padding-right: 25px;
	margin-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
}
.fallback_menu + .social_bookmarks {
	padding-left: 18px;
}
#header_meta {
	border-top: none;
	z-index: 10;
	min-height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: -1px;
}
#header_main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	z-index: 1;
}
#header.shadow {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.header_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
}
.html_header_sticky_disabled .header_bg {
	opacity: 1;
	filter: alpha(opacity=100);
}
.avia-msie-8.html_header_transparency .av_header_sticky_disabled#header {
	background: transparent;
}

.av_minimal_header .header_bg {
	opacity: 1;
	filter: alpha(opacity=100);
}
.av_minimal_header #header_main,.av_minimal_header #header_meta {
	border: none;
}
.av_minimal_header .avia-menu-fx {
	display: none;
}
.av_minimal_header #header_main .container,.av_minimal_header .main_menu ul:first-child > li a {
	height: 90px;
	line-height: 90px;
}
.html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a {
	height: 118px;
	line-height: 118px;
}
.av_minimal_header_shadow {
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
.av_minimal_header_shadow.av_header_transparency {
	box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
}
.av_minimal_header #header_main_alternate {
	border: none;
}

.html_header_transparency #main {
	padding-top: 0 !important;
}
.av_header_transparency #advanced_menu_toggle {
	color: inherit;
	background: transparent;
}
.html_header_transparency #header_meta {
	-webkit-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 13px;
	margin-left: -13px;
}
.av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text {
	border-left: none;
}
.av_seperator_big_border .av-main-nav > li > a {
	border-left-style: solid;
	border-left-width: 1px;
	text-align: center;
	min-width: 90px;
}
.av_seperator_big_border .avia-menu.av_menu_icon_beside {
	padding-right: 0;
}
div .logo {
	float: left;
	position: absolute;
	left: 0;
	z-index: 1;
}
.logo,.logo a {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
}
.logo img {
	padding: 0;
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	image-rendering: auto;
	position: relative;
	z-index: 2;
	height : 100%\9;
	height: auto\9;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.logo img.alternate {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.av_header_transparency .logo img.alternate {
	opacity: 1;
}

.main_menu {
	clear: none;
	position: absolute;
	z-index: 100;
	line-height: 30px;
	height: 100%;
	margin: 0;
	right: 0;
}
.main_menu .pointer_arrow_wrap {
	display: none;
}
.av-main-nav-wrap {
	float: left;
	position: relative;
	z-index: 3;
}
.av-main-nav-wrap ul {
	margin: 0;
	padding: 0;
}
.av-main-nav ul {
	display: none;
	margin-left: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 208px;
	z-index: 2;
	padding: 0;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	margin-top: -1px;
}
.av-main-nav ul li {
	margin: 0;
	padding: 0;
	width: 100%;
}
.av-main-nav ul li a {
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
.av-main-nav ul li:last-child > a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.av-main-nav li {
	float: left;
	position: relative;
	z-index: 20;
}
.av-main-nav li:hover {
	z-index: 100;
}
.av-main-nav > li > ul {
	border-top-width: 2px;
	border-top-style: solid;
}
.av-main-nav > li {
	line-height: 30px;
}
.av-main-nav li a {
	max-width: none;
}
.av-main-nav > li > a {
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-weight: normal;
	font-size: 12px;
	font-weight: 600;
	font-size: 13px;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}
.av-main-nav > li > a,div #menu-item-shop.cart_dropdown {
	-webkit-transition: none;
	transition: none;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}
.av_header_transparency .av-main-nav > li > a,.av_header_transparency #menu-item-shop.cart_dropdown {
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.av-main-nav li:hover ul ul {
	display: none;
}
.avia-menu-fx {
	position: absolute;
	bottom: -1px;
	height: 2px;
	z-index: 10;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.av-main-nav li:hover .avia-menu-fx,.current-menu-item > a > .avia-menu-fx,.av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
	opacity: 1;
	visibility: visible;
}
.avia-menu-fx .avia-arrow-wrap {
	height: 10px;
	width: 10px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	overflow: hidden;
	display: none;
	visibility: hidden;
}
.current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap,.current_page_item>a>.avia-menu-fx>.avia-arrow-wrap {
	display: block;
}
.avia-menu-fx .avia-arrow-wrap .avia-arrow {
	top: 10px;
}
.main_menu .avia-bullet {
	display: none;
}
#header .avia_mega_div .avia_mega_menu_columns_last {
	padding-right: 0;
	border-right-style: none;
	border-right-width: 0;
}
.avia-bullet {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 51%;
	margin-top: -3px;
	left: -3px;
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	border-left: 3px solid green;
}
.avia_mega_div .avia-bullet {
	margin-top: 12px;
	left: 3px;
	display: block;
	top: 0;
}

#header .mega_menu_title {
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.1em;
	font-weight: 600;
	display: block;
}
#header .avia_mega_text_block {
	line-height: 21px;
}
.av-menu-button + .av-menu-button {
	margin-left: -10px;
}
.av-menu-button + .av-menu-button > a {
	padding-left: 0px;
}
.av-menu-button > a .avia-menu-text {
	padding: 9px;
}
.av-menu-button > a .avia-menu-fx {
	display: none;
}
.av-menu-button-colored  > a .avia-menu-text {
	padding: 11px 10px 10px 10px;
}
.av-menu-button-colored  > a:hover .avia-menu-text {
	opacity: 0.9;
}
.avia-search-tooltip {
	position: absolute;
	z-index: 9999999;
	padding: 0;
	width: 300px;
	top: 85% !important;
	margin-left: -120px;
	border-radius: 2px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	border-width: 1px;
	border-style: solid;
}
.avia-search-tooltip .avia-arrow-wrap {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	right: 10px;
	margin-left: -10px;
	overflow: hidden;
}
.avia-arrow {
	height: 10px;
	width: 10px;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px;
	border-style: solid;
	visibility: hidden\9;
}
.avia-search-tooltip .avia-arrow {
	top: 15px;
}
.ajax_load {
	z-index: 5;
}
.ajax_load_inner {
	background: url("../images/layout/loading.gif") no-repeat scroll center center #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ajax_search_response h4 {
	padding: 20px 16px 2px 16px;
	font-size: 14px;
	margin: 0;
}
.ajax_search_response h4:first-child {
	padding-top: 0px;
	border: none;
}
.ajax_search_content {
	overflow: hidden;
	display: block;
}
.ajax_search_title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.ajax_not_found .ajax_search_title {
	text-transform: none;
}
.ajax_search_image {
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	float: left;
	margin-right: 8px;
	border-radius: 40px;
	overflow: hidden;
	font-size: 15px;
}
.ajax_search_image img {
	display: block;
	border: none;
	max-width: 100%;
	min-height: 32px;
	min-width: 32px;
}
.ajax_search_excerpt {
	font-size: 12px;
	line-height: 1.4em;
	display: block;
	margin-top: 3px;
	font-style: italic;
}

.title_container {
	position: relative;
}
.title_container .main-title {
	margin: 0;
	font-size: 16px;
	position: relative;
	z-index: 2;
	min-height: 36px;
	line-height: 2.3em;
	top: 0;
	font-weight: 400;
}
.title_container .main-title a {
	text-decoration: none;
}
.title_meta {
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
	margin-top: -1em;
	padding: 0;
}
.title_meta p {
	margin: 1.3em 0 0 0;
}
.title_container .breadcrumb {
	z-index: 10;
	line-height: 15px;
	font-size: 11px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -7px;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb-trail .trail-before,.breadcrumb-trail .trail-end,.breadcrumb-trail .sep,.breadcrumb-trail a,.breadcrumb-trail .bbp-breadcrumb-current {
	display: block;
	float: left;
	padding: 0px 3px;
}
.breadcrumb-trail span,.bbp-breadcrumb-current a {
	display: inline;
	padding: 0;
	float: none;
}
.breadcrumb .sep {
	display: block;
	overflow: hidden;
	width: 8px;
}
.mfp-ready .mfp-figure {
	opacity: 0;
}
div .mfp-title {
	line-height: 1.4em;
	font-size: 13px;
}
.mfp-title a {
	text-decoration: underline;
	color: #fff;
}
.mfp-title a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.mfp-zoom-in .mfp-figure,.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,.mfp-zoom-in .mfp-preloader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0;
}
div.avia-popup .mfp-iframe-scaler {
	overflow: visible;
}
div.avia-popup .mfp-zoom-out-cur {
	cursor: auto;
}
div.avia-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
div.avia-popup .mfp-close {
	width: 40px;
	height: 40px;
	right: -13px;
	text-align: center;
	border-radius: 100px;
	border: 2px solid transparent;
	line-height: 38px;
	padding: 0;
	top: -5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: Arial, Baskerville, monospace !important;
}
div.avia-popup .mfp-close:hover {
	border: 2px solid #fff;
	transform: scale(0.8);
	-webkit-transform: scale(0.8) rotateZ(90deg);
}
div.avia-popup .mfp-iframe-scaler .mfp-close {
	top: -43px;
}
div.avia-popup .mfp-figure:after {
	box-shadow: none;
	display: none;
}
div.avia-popup button.mfp-arrow:before,div.avia-popup button.mfp-arrow:after {
	border: none;
	margin: 0;
	display: none;
}
div.avia-popup button.mfp-arrow:before {
	opacity: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	color: #fff;
	font-size: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	content: "\E87d";
	font-family: 'entypo-fontello';
}
div.avia-popup button.mfp-arrow:hover:before {
	-webkit-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
}
div.avia-popup button.mfp-arrow-left:before {
	content: "\E87c";
	font-family: 'entypo-fontello';
}
.mfp-img {
	-webkit-animation: avia-fadein 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-fadein 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

div.avia-popup .mfp-preloader {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	opacity: 0.65;
	margin: 0 auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
	border-radius: 100px;
}
div.avia-popup .mfp-s-error .mfp-preloader {
	background: transparent;
	width: 100%;
	-webkit-animation: none;
	animation: none;
	white-space: nowrap;
}

@keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}


@keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}


@media (max-width: 900px) {

	.mfp-arrow {
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	}
}
.sub_menu {
	float: left;
	z-index: 2;
	font-size: 11px;
	line-height: 30px;
	position: relative;
	top: 10px;
}
.sub_menu li {
	float: left;
	position: relative;
	padding: 0 10px;
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 10px;
}
.sub_menu>ul>li>a,.sub_menu>div>ul>li>a {
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0;
}
.sub_menu>ul>li:hover>a {
	text-decoration: underline;
}
.sub_menu li li {
	float: none;
	line-height: 20px;
	border: none;
	padding: 0 0;
	margin: 0;
}
.pointer_arrow {
	border-style: solid;
	border-width: 1px;
}

.av-siteloader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: #fff;
	display: none;
}
html.av-preloader-active {
}
html.av-preloader-active .av-siteloader-wrap {
	display: block;
}
.av-siteloader-inner {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.av-siteloader-cell {
	display: table-cell;
	vertical-align: middle;
}
.av-siteloader {
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	margin: 0 auto;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-left: 2px solid #000;
	-webkit-animation: av-load8 0.8s infinite linear;
	animation: av-load8  0.8s infinite linear;
}
.av-siteloader,.av-siteloader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.av-preloading-logo {
	position: relative;
	margin: 0 auto;
	display: block;
	max-width: 450px;
	max-height: 450px;
	margin-bottom: 20px;
	z-index: 100;
}

.content {
	border-right-style: solid;
	border-right-width: 1px;
	margin-right: -1px;
}
.content .entry-content-wrapper {
	padding-right: 50px;
}

.template-blog .blog-meta {
	float: left;
	margin-right: 50px;
}
.multi-big .post_author_timeline,.single-small .post_author_timeline {
	position: absolute;
	top: 0;
	left: 40px;
	width: 1px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
}
.single-post .post_author_timeline {
	display: none;
}
.fullsize .content {
	margin: 0;
	border: none;
}
.fullsize .content .entry-content-wrapper {
	padding-right: 0;
}
.fullsize .big-preview .avia-gallery {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.fullsize .comment_content {
	padding-right: 0;
}
.fullsize .blog-tags {
	display: block;
}
.post {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
}
.template-blog .post .entry-content-wrapper {
	overflow: hidden;
}
.template-blog .post_delimiter {
	margin: 0 0 50px 0;
	padding: 50px 0 0 0;
	clear: both;
}
.template-blog .post-entry-last .post_delimiter {
	border: none;
	height: 1px;
}
.rounded-container,.rounded-container img {
	border-radius: 111px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
}
.rounded-container {
	float: left;
	width: 81px;
	height: 81px;
	text-align: center;
	line-height: 81px;
}
.rounded-container .iconfont,.small-preview .iconfont {
	font-size: 23px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.entry-content-wrapper .post-title {
	font-size: 21px;
	line-height: 1.3em;
}
.post-meta-infos {
	font-size: 0.9em;
	position: relative;
	top: -8px;
	display: block;
}
.post-meta-infos a {
	text-decoration: none;
}
.post-meta-infos a:hover {
	text-decoration: underline;
}
.text-sep {
	padding: 0 5px;
}
.more-link {
	clear: both;
	display: inline-block;
}

.big-preview {
	display: block;
	padding: 0 50px 10px 131px;
}
.template-page .big-preview {
	display: block;
	padding: 0 0 10px 131px;
	text-align: center;
}
.big-preview a {
	display: block;
	position: relative;
	overflow: hidden;
}
.big-preview.single-big {
	padding: 0 50px 10px 0;
}
.entry-content-wrapper .big-preview.single-big {
	padding: 0 0px 10px 0;
}
.fullsize .big-preview.single-big {
	padding: 0 0 10px 0;
}
.post-loop-1 .big-preview {
	position: relative;
	z-index: 4;
}
.small-preview {
	width: 81px;
	height: 81px;
	overflow: hidden;
	border-radius: 4px;
	float: left;
	margin: 6px 0 0 0;
	position: relative;
	text-align: center;
	line-height: 81px;
	position: relative;
	z-index: 4;
	display: block;
}
.small-preview img,.big-preview img {
	display: block;
	border-radius: 4px;
	position: relative;
	z-index: 4;
}
.single-post .single-small.with-slider .small-preview {
	width: 180px;
	height: 180px;
}
.single-post .single-small.with-slider .post_author_timeline {
	display: none;
}
.archive .av-content-full > .extra-mini-title {
	text-align: center;
}
.archive .av-content-full .author-box {
	text-align: center;
}

.avia-post-nav .label {
	position: absolute;
	top: 50%;
	height: 22px;
	line-height: 22px;
	margin-top: -11px;
	font-size: 24px;
}
.avia-post-nav .entry-image {
	height: 80px;
	width: 80px;
	display: block;
}
.avia-post-nav .entry-image img {
	border-radius: 100px;
	display: block;
}
.avia-post-prev {
	left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.avia-post-prev .label {
	left: 10px;
}
.avia-post-next {
	right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.avia-post-next .label {
	right: 10px;
}
.avia-post-next.with-image {
	text-align: right;
}
.avia-post-nav .entry-info {
	display: block;
	height: 80px;
	width: 220px;
	display: table;
}
.avia-post-next .entry-info {
	margin: 0 20px 0 1px;
}
.avia-post-prev .entry-info {
	margin: 0 1px 0 20px;
}
.avia-post-nav .entry-info span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.65em;
}
.avia-post-nav .entry-info-wrap {
	width: 1px;
	overflow: hidden;
	display: block;
}
.avia-post-nav:hover .entry-info-wrap {
	width: 240px;
}

.related_posts {
	position: relative;
	clear: both;
	width: 100%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 23px 50px 33px 0;
	margin-bottom: 30px;
}
.related_posts:hover {
	z-index: 9999;
}
.related_title {
	margin-bottom: 20px;
}
.related_column {
	float: left;
	padding-right: 3px;
}
.related_posts img,.related_posts a {
	display: block;
	border-radius: 2px;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}
.related_posts_default_image {
	border-width: 1px;
	border-style: solid;
	display: block;
	float: left;
	border-radius: 2px;
	min-height: 60px;
	min-width: 100%;
	max-width: 100%;
}
.related_posts_default_image img {
	visibility: hidden;
}
.relThumb {
	text-align: center;
}
.related_posts .av-related-title {
	display: none;
}
.related_image_wrap {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.avia-related-tooltip {
	position: absolute;
	z-index: 9999999;
	padding: 0;
	width: 200px;
	border-radius: 2px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin-top: -10px;
}
.avia-related-tooltip .avia-arrow-wrap {
	top: auto;
	bottom: 0;
	position: absolute;
	left: 50%;
}
.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
	border-top: none;
	border-left: none;
	top: -4px;
}
.related-format-icon {
	position: absolute;
	text-align: center;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.related-format-icon-inner {
	position: absolute;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
	left: 0;
	width: 100%;
}
.related-format-icon:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.related-format-visible {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.single-big + .related_posts.av-related-style-full {
	border-top: none;
	padding-top: 0;
}
.related_posts.av-related-style-full a {
	margin: 2px 0;
	padding: 6px;
	border-radius: 3px;
	display: table;
	width: 100%;
	text-decoration: none;
	text-align: left;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.related_posts.av-related-style-full a:hover {
	border-width: 1px;
	border-style: solid;
}
.av-related-style-full .related-format-visible {
	opacity: 1;
	filter: alpha(opacity=100);
}
.responsive .av-related-style-full .relThumb1,.responsive .av-related-style-full .relThumb3,.responsive .av-related-style-full .relThumb5 {
	clear: both;
}

.avia-post-format-image img {
	border-radius: 3px;
}
.avia-post-format-image {
	margin-bottom: 10px;
}
.entry-content-wrapper.gallery-content .avia-gallery {
	margin-bottom: 10px;
}

.flex_column .template-blog .post .entry-content-wrapper {
}
.flex_column .template-blog .post_delimiter {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}
.flex_column .template-blog .big-preview.single-big {
	padding: 0 0 10px 0;
}
.flex_column .template-blog .post-meta-infos {
	margin-bottom: -13px;
}
.template-page .entry-content-wrapper h1,.template-page .entry-content-wrapper h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.extra-mini-title {
	padding-bottom: 20px;
}
.page-heading-container {
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 44px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-right: 50px;
}
.fullsize .page-heading-container {
	padding-right: 0;
}
.page-thumb img {
	border-radius: 3px;
}

.template-page .template-blog .entry-content-wrapper h1,.template-page .template-blog .entry-content-wrapper h2 {
	text-transform: none;
	letter-spacing: 0;
}
.content .entry-content-wrapper .entry-content-wrapper {
	padding-right: 0;
	padding-left: 0;
}
.content .entry-content-wrapper .entry-content-wrapper .big-preview.single-big {
	padding: 0 0 10px 0;
}

.template-search .entry-content-wrapper .post-title {
	font-size: 19px;
}
.search-result-counter {
	position: absolute;
	left: 0;
	top: 1px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	height: 44px;
	line-height: 24px;
	padding: 10px;
	text-align: center;
	border-radius: 100px;
	width: 44px;
}
.template-search .post-entry {
	position: relative;
	clear: both;
}

.page-heading-container .author_description {
	overflow: hidden;
}
.template-author .content .post .entry-content-wrapper {
	padding-bottom: 40px;
	font-size: 1em;
	line-height: 1.65em;
}
.template-author .entry-content-wrapper .post-title {
	font-size: 19px;
}
.author-extra-border {
	display: block;
	position: absolute;
	bottom: -1px;
	width: 600%;
	right: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.fullsize .author-extra-border {
	right: auto;
	left: -100%;
}
.template-author .post-entry {
	position: relative;
	clear: both;
}

.template-archives .tab_inner_content li {
	width: 48%;
	float: left;
	clear: none;
	margin: 0 2% 0 0;
	list-style-position: inside;
}
.template-archives .relThumWrap img,.template-archives .relThumWrap span {
	width: 100%;
	text-decoration: none;
}
.template-archives .relThumbTitle {
	display: block;
	clear: both;
}
.archive .category-term-description:empty {
	display: none;
}
.archive .category-term-description {
	margin-bottom: 25px;
}

.widgettitle {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.widget {
	clear: both;
	position: relative;
	padding: 30px 0 30px 0;
	float: none;
}
#footer .widget {
	padding: 0;
	margin: 30px 0 30px 0;
	overflow: hidden;
}
.widget li {
	clear: both;
}
.widget ul ul li,.widget ul ol li,.widget ol ol li,.widget ol ul li {
	margin-bottom: 0;
}

.widget_archive label.screen-reader-text {
	display: none;
}

.widget_nav_menu a {
	display: block;
	padding: 4px 0px 5px 0;
	text-decoration: none;
}
div .widget_nav_menu {
	padding-bottom: 24px;
}
.widget_nav_menu .current-menu-item>a,.widget_nav_menu .current_page_item>a {
	font-weight: bold;
}
.widget_nav_menu ul ul {
	display: block;
}
.widget_nav_menu.widget_nav_hide_child ul ul {
	display: none;
}
.widget_nav_menu ul:first-child>.current-menu-item>a,.widget_nav_menu ul:first-child>.current_page_item>a {
	border: none;
	padding: 6px 7px 7px 0;
}
.widget_nav_menu .nested_nav>li:first-child>a {
	border: none;
}
.av-instagram-pics {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.av-instagram-row {
	display: table-row;
}
.av-instagram-item {
	display: table-cell;
	padding: 3px;
}
.av-instagram-item a {
	display: block;
	position: relative;
}
.av-instagram-item img {
	display: block;
}
.av-instagram-item:first-child {
	padding-left: 0px;
}
.av-instagram-item:last-child {
	padding-right: 0px;
}
.av-instagram-row:first-child .av-instagram-item {
	padding-top: 0px;
}
.av-instagram-row:last-child .av-instagram-item {
	padding-bottom: 0px;
}
.av-instagram-follow {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 3px;
}
.widgettitle + .av-mailchimp-widget-style-boxed_form {
	margin-top: -10px;
}
.textwidget ul {
	margin-left: 0px;
	overflow: hidden;
}

.js_active .avia_combo_widget .tab_titles {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.js_active .avia_combo_widget .top_tab .tab {
	border: none;
	background: transparent;
	padding: 5px 0;
	width: 33%;
	text-align: center;
}

.av_facebook_widget_wrap {
	overflow: hidden;
	position: relative;
	padding: 0px;
	background: #fff;
}
.av_facebook_widget_wrap_border_yes {
	border-style: solid;
	border-width: 1px;
}
.av_facebook_widget_wrap_positioner iframe {
	position: absolute;
	height: 100%;
	width: 100%;
}
.av_facebook_widget_wrap_positioner {
}
.av_facebook_widget {
	width: 107%;
	max-width: 137%;
	left: -5px;
	top: -4px;
	position: relative;
}

.avia_socialcount {
	overflow: hidden;
	text-align: left;
}
.asc_twitter .social_widget_icon {
	color: #fff;
	background-color: #46d4fe;
	border-color: #46d4fe;
	text-shadow: 1px 1px 1px #17ACD8;
}
.asc_rss .social_widget_icon {
	color: #fff;
	background-color: #ffa133;
	border-color: #ffa133;
	text-shadow: 1px 1px 1px #D18021;
}
.avia_socialcount .seperator {
	display: none;
}
div #footer .avia_socialcount {
	padding: 10px 0 0 0;
}
.asc_multi_count {
	float: left;
	width: 50%;
}
.avia_socialcount a,.avia_socialcount a:hover {
	height: 40px;
	text-decoration: none;
	display: block;
	min-width: 89px;
}
.avia_socialcount strong,.avia_socialcount span {
	display: block;
	line-height: 1em;
	padding: 0 0 0 36px;
}
.avia_socialcount a strong {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	padding-top: 4px;
}
.avia_socialcount a span {
	font-size: 10px;
	padding-top: 3px;
}
.widget.tweetbox .tweet-thumb {
	position: relative;
}
.widget.tweetbox .tweet-thumb a {
	margin-right: 9px;
	padding: 3px;
	float: left;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	display: block;
	width: 36px;
}
.widget.tweetbox .tweet-text {
	position: relative;
	overflow: hidden;
}
.widget.tweetbox .tweet-time {
	clear: both;
	font-size: 11px;
}
.widget.tweetbox .tweet-text.avatar_no {
	font-size: 12px;
	line-height: 1.7em;
	font-weight: 400;
}
.widget.tweetbox .tweet-text.avatar_no .tweet-time {
	font-style: italic;
	font-weight: normal;
}

.avia_partner_widget {
	overflow: hidden;
	clear: both;
}
.avia_partner_widget a,.avia_partner_widget a:hover {
	float: left;
	display: block;
	text-decoration: none;
	width: 49.5%;
	outline: none;
	border: none;
	padding-bottom: 49.5%;
	position: relative;
	margin-right: 1%;
}
.avia_partner_widget a.avia_partner2,.avia_partner_widget a.avia_partner2:hover {
	margin-right: 0;
}
.avia_partner1 {
	margin-right: 1px;
}
.avia_parnter_empty {
	line-height: 1em;
	height: 97%;
	width: 97%;
	display: block;
	font-size: 10px;
	text-align: center;
	position: absolute;
	border-style: solid;
	border-width: 1px;
}
.avia_parnter_empty span {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	text-align: center;
	left: 0;
}

.avia_google_maps_container {
	height: 230px;
	width: 100%;
}
.content .avia_google_maps_container {
	height: 230px;
}
.avia_google_maps_container img,.avia_google_maps_container  a img {
	max-width: none;
}
.avia_google_maps_container div,.avia_google_maps_container img,.avia_google_maps_container a {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.news-thumb {
	margin-right: 9px;
	padding: 3px;
	float: left;
	margin-top: 4px;
	border-style: solid;
	border-width: 1px;
	height: 36px;
	width: 36px;
	display: block;
}
.news-thumb img,.news-thumb img {
	width: 28px;
	height: 28px;
}

.image_size_portfolio_small .news-link {
	float: left;
	margin-right: 10px;
}
.image_size_portfolio_small .news-thumb,.image_size_portfolio_small .tweet-thumb img,.image_size_portfolio_small .news-thumb img {
	width: 150px;
	min-height: 100px;
}
.image_size_portfolio_small .news-excerpt {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.65em;
}
.image_size_portfolio_small .news-headline {
	font-size: 14px;
}
.news-headline {
	overflow: hidden;
	font-weight: bold;
	margin-top: 2px;
	display: block;
}
.news-time {
	font-weight: normal;
	clear: both;
	font-size: 0.92em;
	display: block;
}
.news-excerpt {
}

.tagcloud br {
	display: none;
}
.tagcloud a {
	font-size: 11px !important;
	padding: 2px 8px;
	margin: 0 1px 1px 0;
	display: block;
	float: left;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
.tagcloud a:hover {
	text-shadow: none;
	text-decoration: underline;
}
.widget_tag_cloud h3 {
	border: none;
}

.widget_rss li {
	line-height: 1.5em;
	font-size: 11px;
	padding: 7px 0;
}
.widget_rss li div {
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	font-style: italic;
}
.rsswidget {
	display: block;
	font-weight: bold;
}
.rss-date,.widget_rss cite {
	font-size: 11px;
}
.widget_rss .widgettitle img {
	display: none;
}

.recentcomments,.widget_recent_entries li {
	padding: 7px 0;
	display: block;
	font-size: 0.85em;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
}
.recentcomments a,.widget_recent_entries li a {
	font-style: italic;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}
.recentcomments:first-child,.widget_recent_entries li:first-child {
	border-top: none;
}

#footer {
	padding: 15px 0 30px 0;
	z-index: 1;
}
#socket {
	font-size: 11px;
	margin-top: -1px;
	z-index: 1;
}
#socket .menu {
	margin-top: 6px;
}
#socket .sub_menu_socket {
	float: right;
	margin: 0;
}
#socket .sub_menu_socket div {
	overflow: hidden;
}
#socket .sub_menu_socket li {
	float: left;
	display: block;
	padding: 0 10px;
	border-left-style: solid;
	border-left-width: 1px;
	line-height: 10px;
}
#socket .sub_menu_socket li:first-child {
	border: none;
}
#socket .sub_menu_socket li:last-child {
	padding-right: 0;
}
#socket .copyright {
	float: left;
}
#scroll-top-link {
	position: fixed;
	border-radius: 2px;
	height: 50px;
	width: 200px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	right: 50px;
	bottom: 50px;
	z-index: 1030;
	visibility: hidden;
}
#scroll-top-link.avia_pop_class {
	opacity: 0.7;
	visibility: visible;
}
#socket .social_bookmarks {
	float: right;
	margin: -10px 0 0 30px;
	position: relative;
}
#socket .social_bookmarks li {
	border-radius: 300px;
	border: none;
	overflow: hidden;
	top: 5px;
	position: relative;
}
#socket .social_bookmarks li a {
	border-radius: 300px;
}
#socket .avia-bullet,#socket .avia-menu-fx {
	display: none;
}

h4#comments {
	margin-bottom: 30px;
}
#respond {
	margin-top: 20px;
}
.commentlist ul {
	border-left-style: dashed;
	border-left-width: 1px;
}
.children .children .says {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.miniheading,
.author_name,
#reply-title {
	font-weight: 600;
	letter-spacing: 1px;
}
.minitext,.form-allowed-tags,{
	font-size: 0.85em;
	display: block;
	letter-spacing: 0;
	text-transform: none;
	padding-top: 8px;
	line-height: 1.5em;
	font-weight: normal;
}
.comment_meta_container {
	clear: both;
	float: none;
}
.commentlist>.comment {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}
.author_name a,.author_name a:hover {
	font-weight: bold;
	text-decoration: none;
}
.comment-edit-link,#cancel-comment-reply-link {
	display: inline-block;
	font-size: 10px;
}
.author_name,.comment_title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.side-container-comment-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.comment-count {
	font-size: 24px;
	line-height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	border-radius: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.side-container-comment-inner .comment-text {
	font-size: 12px;
	text-transform: uppercase;
}
.center-border {
	position: absolute;
	top: 39%;
	width: 42%;
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 1;
}
.center-border-left {
	left: 0;
}
.center-border-right {
	right: 0;
}
.children .comment_content {
	margin: 0 0 0 28px;
	padding-bottom: 30px;
	z-index: 1;
}
.children .gravatar {
	position: relative;
	left: -24px;
	z-index: 2;
	width: 45px;
}
.comment_page_nav_links {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 11px;
}
.comment_prev_page a {
	float: left;
}
.comment_next_page a {
	float: right;
}
.comment_page_nav_links_bottom {
}
.comment_page_nav_links_top {
}
.comment_container {
	max-width: 100%;
}

#commentform {
	position: relative;
}
#commentform p {
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
}
#reply-title small a {
	float: right;
}
#commentform label {
	position: absolute;
	left: 245px;
	font-size: 11px;
	display: none;
	top: 0;
	font-weight: bold;
}
#commentform div input {
	margin: 0;
}
.commentlist #commentform label {
	position: static;
	display: block;
}
.comment-notes,#commentform  .comment-form-comment label {
	display: none;
}
#comment {
	width: 100%;
	height: 150px;
	padding: 2px;
	font-size: inherit;
	margin: 0;
	font-family: inherit;
	line-height: inherit;
}
.form-allowed-tags {
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.form-allowed-tags code {
	display: block;
	padding-top: 5px;
}
.commentlist #respond {
	padding: 0 0 30px 56px;
}
.commentlist #respond #comment {
	width: 90%;
}
.commentlist #respond .form-allowed-tags {
	display: none;
}
#reply-title {
	display: none;
}
#reply-title small {
	display: inline;
}
.commentlist #reply-title {
	display: block;
}
.personal_data p {
	float: left;
	width: 33%;
}
.personal_data label {
	display: none;
}
.small-preview,.avia-post-nav .entry-info-wrap,.avia-post-nav,.avia-menu-fx,.team-social,.button,.related-format-icon,.avia-slideshow-controls a,#top .social_bookmarks li a,.fallback-post-type-icon,#scroll-top-link,#advanced_menu_toggle,#advanced_menu_hide,.avia-slideshow-button {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.main_menu a {
	-webkit-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	-webkit-transition: background 0.15s ease-out;
	transition: background 0.15s ease-out;
}
.avia_pop_class,.avia-search-tooltip {
	-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
a:hover .image-overlay .image-overlay-inside {
	-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

@keyframes avia_pop {
	0% {
		-webkit-transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
	}
}


@keyframes avia_pop {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes avia_pop_small {
	0% {
		-webkit-transform: rotate(-175deg) scale(0.2);
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1);
	}
}


@keyframes avia_pop_small {
	0% {
		transform: rotate(-175deg) scale(0.2);
	}
	100% {
		transform: rotate(0deg) scale(1);
	}
}


@keyframes avia_pop_loader {
	0% {
		-webkit-transform: rotate(0deg) scale(0.2);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(1);
	}
}


@keyframes avia_pop_loader {
	0% {
		transform: rotate(0deg) scale(0.2);
	}
	100% {
		transform: rotate(720deg) scale(1);
	}
}


@keyframes avia_shrink {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		opacity: 0.7;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}


@keyframes avia_shrink {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		opacity: 0.7;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}


@keyframes av-load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


@keyframes av-load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@media only screen and (max-width: 989px) {
	.responsive.html_header_left #main {
		margin-left: 27%;
	}
	.responsive.html_header_right #main {
		margin-right: 27%;
	}
}



@media only screen and (min-width: 768px) and (max-width: 989px) {

	.responsive .main_menu ul:first-child > li > a {
		padding: 0 10px;
	}
	.responsive #main .container_wrap:first-child {
		border-top: none;
	}
	.responsive .logo {
		float: left;
	}
	.responsive .logo img {
		margin: 0;
	}
	.responsive .av_mobile_menu_tablet .main_menu .avia-menu {
		display: none;
	}
	.responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
		right: 50px;
	}
	.responsive.js_active .avia_combo_widget .top_tab .tab {
		font-size: 10px;
	}
	.responsive.js_active .avia_combo_widget .news-thumb {
		display: none;
	}
}



@media only screen and (max-width: 767px) {

	.responsive .template-archives .tab_inner_content li {
		width: 98%;
	}
	.responsive .content .entry-content-wrapper {
		padding: 0;
	}
	.responsive .content {
		border: none;
	}
	.responsive .template-blog .post_delimiter {
		margin: 0 0 30px 0;
		padding: 30px 0 0 0;
	}
	.responsive .big-preview {
		padding: 0 0 10px 0;
	}
	.responsive .related_posts {
		padding: 20px 0;
	}
	.responsive .comment_content {
		padding-right: 0;
		padding-left: 0;
	}
	.responsive .fullsize div .template-blog .entry-content-wrapper {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
		.responsive .title_container .breadcrumb {
		position: relative;
		right: auto;
		top: -6px;
		margin: 0;
		left: -2px;
	}
	.responsive #header .main_menu .social_bookmarks {
		display: none;
	}
	.responsive.html_header_top.html_logo_center .logo {
		left: 0%;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
		margin: 0;
	}
	.responsive .phone-info {
		float: none;
		width: 100%;
		clear: both;
		text-align: center;
	}
	.responsive .phone-info span {
		margin: 0;
		padding: 0;
		border: none;
	}
	.responsive.html_header_top #header_main .social_bookmarks,.responsive.html_top_nav_header #top .social_bookmarks {
		right: 50px;
		width: auto;
		margin-top: -16px;
	}
	.responsive #header_main .inner-container,.responsive .main_menu {
		position: static;
	}
	.responsive .logo a {
		display: table-cell;
		vertical-align: middle;
	}
	.responsive .logo img {
		height: auto !important;
		width: auto;
		max-width: 100%;
		display: block;
		max-height: 80px;
		margin: 0;
	}
	.responsive.social_header .phone-info {
		text-align: center;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
	}
	.responsive.social_header .phone-info span {
		border: none;
		width: 100%;
		text-align: center;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
	}
	.responsive #header_meta .social_bookmarks li {
		border-style: solid;
		border-width: 1px;
		margin-bottom: -1px;
		margin-left: -1px;
	}
	.responsive #top #header_meta .social_bookmarks li:last-child {
		border-right-style: solid;
		border-right-width: 1px;
	}
	.responsive #header .sub_menu,.responsive #header_meta .sub_menu>ul {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		position: static;
	}
	.responsive #header .social_bookmarks {
		padding-bottom: 2px;
		width: 100%;
		text-align: center;
		height: auto;
		line-height: 0.8em;
		margin: 0;
	}
	.responsive #header_meta .sub_menu>ul>li {
		float: none;
		display: inline-block;
		padding: 0 10px;
	}
	.responsive #header .social_bookmarks li {
		float: none;
		display: inline-block;
	}
	.responsive.bottom_nav_header #header_main .social_bookmarks {
		position: relative;
		top: 0;
		right: 0;
		margin: 10px auto;
		clear: both;
	}
	.responsive.bottom_nav_header.social_header .main_menu>div {
		height: auto;
	}
    .responsive .av_header_transparency #header_main .social_bookmarks li {
		color: inherit;
		border-color: inherit;
		background: inherit;
	}
	.responsive.html_top_nav_header .av-logo-container {
		height: auto;
	}
	.responsive.html_top_nav_header .av-section-bottom-logo {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

		.responsive.js_active #top .avia_combo_widget .top_tab .tab {
		border-top: 1px solid;
		border-bottom: none;
		width: 100%;
	}
	.responsive.js_active #top .avia_combo_widget .news-wrap li {
		padding: 5px;
	}

		.tagcloud a {
		padding: 8px 20px;
		margin: 0 8px 8px 0;
	}
	.widget li {
		line-height: 1.8em;
		font-size: 15px;
	}

		.responsive #scroll-top-link {
		display: none;
	}

	}



@media only screen and (min-width: 480px) and (max-width: 767px) {

	.responsive #socket .sub_menu_socket {
		float: none;
		margin-left: -20px;
		display: none;
	}
}
@media only screen and (max-width: 479px) {

	.responsive #socket .sub_menu_socket {
		display: none;
	}
	.responsive.html_header_top #header_main .social_bookmarks,.responsive.html_top_nav_header .social_bookmarks {
		display: none;
	}
	.comment-body {
                margin-top: 10px;
        }
}



#mobile-advanced {
	width: 100%;
	right: -100%;
	position: absolute;
	z-index: 10030;
	top: 0;
	padding: 89px 0;
	overflow: hidden;
	border-left-style: solid;
	border-left-width: 1px;
	margin: 0 0 0 -2px;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	display: none;
}
#mobile-advanced.large-sceen {
	width: 34%;
	right: -34%;
}
.show_mobile_menu {
	overflow: hidden;
}
.avia_transform3d #mobile-advanced {
	-webkit-transform: scale3d(0.5);
	transform: scale3d(0.5);
}
.show_mobile_menu #mobile-advanced {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.avia_transform3d .show_mobile_menu #mobile-advanced {
	-webkit-transform: scale3d(1);
	transform: scale3d(1);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
#mobile-advanced .avia-menu-fx {
	display: none;
	visibility: hidden;
}
#mobile-advanced .avia-menu-subtext {
	display: none;
}
#mobile-advanced .av-menu-button > a .avia-menu-text {
	border: none;
	padding: 0;
}
#mobile-advanced>li:first-child>a:first-child {
	border-top-style: solid;
	border-top-width: 1px;
}
#mobile-advanced li {
	margin: 0;
	padding: 0;
	position: relative;
	float: none;
	clear: both;
}
#mobile-advanced li > a:before,.html_header_mobile_behavior #mobile-advanced span > a:before,#mobile-advanced .mega_menu_title:before {
	content: "\25BA";
	position: absolute;
	top: 13px;
	margin-left: -10px;
	font-family: 'Arial';
	font-size: 7px;
}
.html_header_mobile_behavior #mobile-advanced span > a:before {
	top: 0px;
}
#mobile-advanced ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	left: 0;
	position: relative;
}
#mobile-advanced a,#mobile-advanced .mega_menu_title {
	padding: 13px 28px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	display: block;
	margin: 0;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#mobile-advanced  ul a,#mobile-advanced  .mega_menu_title {
	padding-left: 50px;
}
#mobile-advanced  ul ul a {
	padding-left: 80px;
}
#mobile-advanced  ul ul ul a {
	padding-left: 110px;
}
#mobile-advanced  ul ul ul ul a {
	padding-left: 140px;
}

#mobile-advanced .avia-bullet {
	display: none;
}
#mobile-advanced .avia_mega_div {
	width: 100%;
	margin: 0;
	float: none;
}
#mobile-advanced .mega_menu_title a {
	padding: 0;
	border: none;
}
#mobile-advanced .avia_mega_text_block {
	display: none;
}
#advanced_menu_toggle,#advanced_menu_hide {
	position: absolute;
	border-radius: 2px;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -23px;
	z-index: 10000;
	border-style: solid;
	border-width: 1px;
	font-size: 30px;
	display: none;
}
.bottom_nav_header #advanced_menu_toggle {
	top: 40px;
}
#advanced_menu_hide {
	z-index: 10050;
	visibility: hidden;
	opacity: 0;
	top: 44px;
	right: 23px;
}
.show_mobile_menu #advanced_menu_hide {
	opacity: 1;
	visibility: visible;
}

.html_logo_right #advanced_menu_hide {
	left: 23px;
	right: auto;
}
.html_header_mobile_behavior #mobile-advanced ul {
	display: none;
}
#top #mobile-advanced .visible_sublist,#top #mobile-advanced .avia_mega_div.visible_sublist>ul {
	display: block;
}

@media only screen and (max-width: 989px) {

	.responsive.html_mobile_menu_tablet .main_menu .avia-menu,.responsive.html_mobile_menu_tablet #header_main .social_bookmarks,.responsive.html_mobile_menu_tablet #header_main_alternate {
		display: none;
	}
	.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle,.responsive.html_mobile_menu_tablet #advanced_menu_hide {
		display: block;
	}
	.responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {
		left: 50px;
	}
}


@media only screen and (max-width: 767px) {

	.main_menu .avia-menu,#header_main_alternate,.fallback_menu {
		display: none;
	}
	.responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {
		left: auto;
	}
}

em,.ital {
	font-style: italic;
}

body:after {
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none;
}
body.lb-disable-scrolling {
	overflow: hidden;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.pullquotes {
	font-size: 1.5em;
	font-weight: 700;
	position: relative;
	width: 80%;
	max-width: 78rem;
	margin: 1rem 0;
	color: #444;
	padding: 1em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
}
.author-list ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.author-list li {
	margin: 0 5px 3px 0;
	list-style: none;
	height: 55px;
	width: 350px;
	float: left;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ececec;
}
.author-list img.photo {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #ececec;
}
.author-list div .authname {
	font-weight: bold;
	font-size: 13px;
}
.author-list div div.authdet {
	font-size: 11px;
	line-height: 18px;
}
.author-list li:nth-child(3n+3) {
	margin-right: 0px;
}
.height-100vh {
	height: 100vh;
}

ul.flex-column {
	padding: 0;
	margin: 0;
}
ul.flex-column li {
	list-style: none;
}
.flex-column {
	display: flex;
	flex-flow: inital;
}
.flex-cell {
	display: flex;
	flex: 1;
	width: 50%;
	padding: 10px;
	height: 150px;
}
.flex-full {
	width: 500px;
}
span.flex-text {
	top: 38%;
	position: relative;
}
ul.flex-column.flex-full {
	align-content: center;
	margin-left: auto;
	margin-right: auto;
}
h2#coord-top {
	margin-top: 2.5em;
	margin-bottom: 1em;
}
.full-anchor {
	flex: 1;
	transition: all 0.7s;
	border: 2px solid black;
	color: #444444;
	text-align: center;
	border-radius: 100%;
}
.full-anchor:hover {
	background: rgba(3,175,108,1);
	color: black;
	transition-delay: 0.3s;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjUwJSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAzYWY2YyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44NDkwMDAwMDAwMDAwMDAxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjUwJSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAzYWY2YyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44NDkwMDAwMDAwMDAwMDAxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+),
        -webkit-gradient(radial, center center, 0, center center, 389,color-stop(0, rgb(3, 175, 108)),color-stop(0.849, rgb(255, 255, 255)));
	background-image: -webkit-radial-gradient(center center, ellipse farthest-side,rgb(3, 175, 108) 0%,rgb(255, 255, 255) 84.9%);
	background-image: radial-gradient(ellipse farthest-side at center center,rgb(3, 175, 108) 0%,rgb(255, 255, 255) 84.9%);
	background-image: -ms-radial-gradient(center center, ellipse farthest-side,rgb(3, 175, 108) 0%,rgb(255, 255, 255) 84.9%);
}

.center-img9848 {
    width: 70%;
    position: relative;
    top: -1.8em;
}
/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
  position:relative;
  padding:10px 15px;
  margin:1em 0 3em;
  border:4px solid #333;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
  margin-left:30px;
  float:right;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
  margin-right:30px;
  float:left;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#333 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
  top:-20px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:40px; /* controls horizontal position */
  border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
  top:-13px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width:0 13px 13px;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 30px 15px 0;
  border-color:transparent #333;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 21px 9px 0;
  border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:auto;
  right:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 0 15px 30px;
  border-color:transparent #333;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:auto;
  right:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 0 9px 21px;
  border-color:transparent #fff;
}
/* Variant : for why i wrote this box
------------------------------------------ */

.why-bubbles {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.why-bubble {
  position: relative;
  background: #444444;
  border-radius: 0;
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  max-width: 500px;
  margin-bottom: 80px;
}

.why-bubble.why-bubble--face {
  margin-bottom: 130px;
}

li.why-bubble:nth-child(odd) {
  margin-left: auto;
  margin-right: -20px;
}

li.why-bubble:nth-child(even) {
  margin-left: -20px;
  margin-right: auto;
}

.why-bubble::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0; height: 0;
  border: 1.506em solid transparent;
  border-top-color: #444444;
  border-bottom: 0;
  margin: 0 1em -1.406em;
}

.why-bubble__person {
  position: absolute;
  font: bold 22px/1 Sans-Serif;
  margin-top: 1.2em;
  color: #222;
  top: 100%;
}

.why-bubble.why-bubble--face .why-bubble__person {
  margin-top: 0.2em;
}

.why-bubble-face {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 10px;
  margin-bottom: -2rem !important; /* override style */
}

.why-bubble:nth-child(odd)::after,
.why-bubble:nth-child(odd) .why-bubble__person {
  right: 10%;
  border-right: 0;
}

.why-bubble:nth-child(even)::after,
.why-bubble:nth-child(even) .why-bubble__person {
  left: 10%;
  border-left: 0;
}

/*Adding in big numbers for top tens and a like*/
    .big-numbers {
            counter-reset: my-badass-counter;
    }
    .big-numbers dt {
            position: relative;
            font: bold 1.5em 'Open Sans', sans-serif;
            padding: 4px 0 10px 0;
    }
    .big-numbers dt:before {
            content: counter(my-badass-counter);
            counter-increment: my-badass-counter;
            position: absolute;
            left: 0;
            top: 0;
            font: bold 50px/1 Sans-Serif;
    }
    .big-numbers dd {
            margin: 0 0 50px 0;
    }
    .big-numbers dt, .big-numbers dd {
            padding-left: 70px;
    }


/*img resposive stuff for using tinymce caption tool*/

/*wp-caption*/
.wp-caption { max-width: 100%; }

.wp-caption-text {
    font-size: small;

}
/*make captions fill the screen on small screens*/
@media (max-width:480px) {
	.wp-caption  {
		width: 100% !important;
	}
	.wp-caption img {
		width: 100% !important;
	}
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
  display: block;
  max-width: calc(100% - 20px);
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

/*used for the map on the stockist page*/
.iframe-gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-gmap iframe,
.iframe-gmap object,
.iframe-gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.green-button{
display: block;
margin: 0 auto;
padding: 8px 24px;
text-align: center;
font-weight: bold;
font-size: inherit;
border: 1px solid #03af6c;
background-color: white;
color: #03af6c;
transition: background-color 75ms ease-out, border-color 75ms ease-out, color 75ms ease-out;
cursor: pointer;
outline: 0;
}

.green-button:hover {
    color: #0b7549;
    border-color: #0b7549;
    text-decoration: none;
}


.whiteonblack {
    display: table;
    color: white;
    background-color: black;
    padding: 1px 4px;
    -webkit-transform: rotate(357deg);
    -moz-transform: rotate(357deg);
    -ms-transform: rotate(357deg);
    -o-transform: rotate(357deg);
    transform: rotate(357deg);
    margin-bottom: 12px;
}

.mobwide{
	padding: 5px;
	max-width: 40em;
    margin: 4px auto;
}

@media only screen and (max-width:440px) {
	.pullquotes {
		width: 100% !important;

	}
	.mobwide {
		width: 100% !important;

	}
	.eo-venue-map {
        width: 100% !important;
    }
}

.homepage-midway-prompt {
    display: inline-block;
    padding: 0 8vw;
    border-bottom: #d1cdcd99 solid 1px;
    background-repeat: no-repeat;
    background-position-x: calc(70% + 50px);
    background-position-y: center;
    background-size: 70vh;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
    clear: both;
    content: "";
    display: table;
    margin: 1em auto;
}
.pboard-hack {
    clear: both;
    content: "";
    display: table;
    margin: 1em auto;
}

.columns {
    padding: 10px 0px 20px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    clear: both;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.column {
    float: left;
    position: relative;
    max-width: 40em
    padding: 0px;
    margin: 1px auto;
    min-width: 250px;
}

.listterms ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.listterms li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.listterms li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.listterms li li {
    margin: 0;
}

.listterms li li:before {
    content: counters(item, ".") " ";
}

.gallery-icon {
    justify-content: center;
    text-align: center;
    display: flex;
}

.captcha-image {
    width: 100%;
    max-width: 400px
}

div.wpcf7-form {
    display: flex;
    justify-content: center;
     display: -webkit-flex; /* Safari */
    -webkit-justify-content: center; /* Safari 6.1+ */
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
}
.wpcf7-form {
    background: #edf1f4;
	padding: 10px 20px;
	border: 0px solid black;
	border-radius: 7px;
    max-width: 25em;
    margin: 0 auto;
}

.wpcf7-form p {
	margin-bottom: 5px;
}

.wpcf7-form input,
.wpcf7-form textarea {
	background: white;
	padding: 5px 7px;
	margin: 4px 0 8px 0;
	border: 1px solid black;
	color: #222;
	border-radius: 4px;
    max-width: 400px
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	background: #edf1f4;
	color: #222;
	border-radius: 4px;
    outline: 1px dotted black;
}

.wpcf7-form .wpcf7-submit {
	background: #4d5256;
	padding: 5px 15px;
	color: #fff;
	min-width: 100px;
}

.wpcf7-form input[type="submit"]:hover {
 	background: #000;
}
.wpcf7-form-control {
    width: 100%;
}
.wpcf7-submit{
    width: auto;
}

.flex-container {
  height: auto;
  background-color: #214B99;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
  }
}


.flex-item {
  flex: 1 0 50%;
  color: #fff;
  font-size: 4em;
  text-align: center;
  padding: 10px;
  flex-basis: 1%;
    font-weight: 500;
}

.member-highlight {
  color: #FFE30D;
    font-size: 1em;
}

.join-img {
  background-image: url("https://thebristolcable.org/wp-content/uploads/2018/05/join_click_transparent.png");
    background-repeat: no-repeat;
  background-size: 350px;
height: 200px;
  width: 350px;
    display:block;
}

.join-img:hover {
  background-image: url("https://thebristolcable.org/wp-content/uploads/2018/05/join_click_transparent_hov.png");
}

/* custom post stylings for home page */

.post--22796 .line,
.post--22796 .post-excerpt {
  display: none !important;
}

.post--32707 .content-header-bg {
  background-repeat: no-repeat;
  background-size: contain;
}

.lower-banner-title {
    z-index: 1;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    background: rgba(0,0,0,0.7);
    padding-top: 20px;
    padding-bottom: 20px;
}

.lower-banner-title h2 a{
    font-size: 28px !important;
    color: white !important;
}
.header-bg {
    display: block;
    height: 0;
    padding-bottom: 56.8421053%; /* 1080 / 1900 */
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
  .header-bg {
    height: 654px;
    padding-bottom: 0;
  }
}

.eo-event-meta li {
    list-style-type: none;
}
