@media (max-width: 991px) {
	.always-show .mega > .mega-dropdown-menu,
	.always-show .dropdown-menu {
		display: block !important;
		position: static;
	}
	.open .dropdown-menu {
		display: block;
	}
}
.body-data-holder:before {
	display: none;
	content: "grid-float-breakpoint:992px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

html {
	-webkit-font-smoothing: antialiased;
}
body {
	font-weight: 400;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #22b8f0;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a:hover,
a:focus,
a:active {
	color: #0d8ab9;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img {
	vertical-align: middle;
}
th,
td {
	line-height: 1.625;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
}
td,
tr td {
	border-top: 1px solid #dddddd;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
	width: 100%;
}
.star {
	color: #ffcc00;
}
.red {
	color: #cc0000;
}
hr {
	margin-top: 26px;
	margin-bottom: 26px;
	border: 0;
	border-top: 1px solid #ecf0f1;
}
.wrap {
	width: auto;
	clear: both;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Varela Round', sans-serif;
	font-weight: 500;
	line-height: 1.25;
	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: #96a1a3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 26px;
	margin-bottom: 13px;
}
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: 13px;
	margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}
h1,
.h1 {
	font-size: 56px;
}
h2,
.h2 {
	font-size: 45px;
}
h3,
.h3 {
	font-size: 32px;
}
h4,
.h4 {
	font-size: 24px;
}
h5,
.h5 {
	font-size: 16px;
}
h6,
.h6 {
	font-size: 14px;
}
p {
	margin: 0 0 13px;
}
.lead {
	margin-bottom: 26px;
	font-size: 20px;
	font-weight: 300;
}
@media (min-width: 768px) {
	.lead {
		font-size: 20px;
	}
}
small,
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-muted {
	color: #96a1a3;
}
.text-primary {
	color: #22b8f0;
}
a.text-primary:hover {
	color: #0e9cd1;
}
.text-success {
	color: #468847;
}
a.text-success:hover {
	color: #356635;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover {
	color: #2d6987;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover {
	color: #a47e3c;
}
.text-danger {
	color: #b94a48;
}
a.text-danger:hover {
	color: #953b39;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.highlight {
	background-color: #FFC;
	font-weight: bold;
	padding: 1px 4px;
}
.page-header {
	padding-bottom: 12px;
	margin: 52px 0 26px;
	border-bottom: 1px solid #ecf0f1;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 26px;
}
dt,
dd {
	line-height: 1.625;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.about-block {
	background: #f4f6f7;
	padding: 26px;
}
.about-block.right {
	float: right;
	margin: 0 0 26px 26px;
	width: 300px;
}
.about-block img {
	margin: 10px 26px 13px 0 !important;
}
.small-head {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 2px;
	color: #96a1a3;
	margin: 0 0 13px;
}
.small-head a {
	color: #96a1a3;
}
.img-wrap {
	float: left;
	margin: 0 26px 26px 0;
}
.img-wrap.right {
	float: right;
	margin: 0 0 26px 26px;
}
code,
kbd,
pre,
samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
@-webkit-keyframes fade {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	to {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@keyframes fade {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	to {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(120px);
		transform: translateY(120px);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(120px);
		transform: translateY(120px);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes moveFromLeft {
	from {
		left: -120px;
	}
	to {
		left: 0;
	}
}
@keyframes moveFromLeft {
	from {
		left: -120px;
	}
	to {
		left: 0;
	}
}
@-webkit-keyframes moveFromRight {
	from {
		right: -120px;
	}
	to {
		right: 0;
	}
}
@keyframes moveFromRight {
	from {
		right: -120px;
	}
	to {
		right: 0;
	}
}
@media (min-width: 992px) {
	.animate {
		position: relative;
		-webkit-perspective: 600px;
		-moz-perspective: 600px;
		perspective: 600px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.feature-animate {
		overflow: hidden;
	}
	.feature-animate > .img,
	.feature-animate > .content.pull-right {
		right: -120px;
		left: auto;
	}
	.feature-animate > .content,
	.feature-animate > .pull-right + .img {
		left: -120px;
		right: auto;
	}
	.inview.feature-animate > .img,
	.inview.feature-animate > .content.pull-right {
		-webkit-animation: moveFromRight 1s ease 0.15s forwards;
		-moz-animation: moveFromRight 1s ease 0.15s forwards;
		animation: moveFromRight 1s ease 0.15s forwards;
	}
	.inview.feature-animate > .content,
	.inview.feature-animate > .pull-right + .img {
		-webkit-animation: moveFromLeft 1s ease 0.15s forwards;
		-moz-animation: moveFromLeft 1s ease 0.15s forwards;
		animation: moveFromLeft 1s ease 0.15s forwards;
	}
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
.inputbox {
	border-radius: 20px;
	box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.inputbox: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, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder,
.inputbox::-moz-placeholder {
	color: #96a1a3;
	opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
	color: #96a1a3;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
	color: #96a1a3;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control,
textarea.inputbox {
	height: auto;
}
.form-group {
	margin-bottom: 26px;
}
.radio label,
.checkbox label {
	display: inline;
}
input.input-lg {
	height: 58px;
	padding: 15px 20px;
}
.form-control-static {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
	}
	.form-inline .form-control {
		display: inline-block;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
	}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .form-control-static {
	padding-top: 7px;
}
.btn {
	padding: 6.5px 26px;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: none;
}
@media screen and (min-width: 992px) {
	.btn {
		padding: 6px 39px;
	}
}
.btn:hover,
.btn:focus {
	box-shadow: none;
}
.btn-rounded {
	border-radius: 26px;
	padding-left: 26px;
	padding-right: 26px;
	text-transform: uppercase;
}
.btn-rounded.btn-lg {
	border-radius: 52px;
	font-size: 20px;
	padding: 20px 52px;
}
.btn-border {
	background: transparent;
	border: 3px solid #505656;
	color: #505656;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
	background: #22b8f0;
	border-color: #22b8f0;
	color: #ffffff;
}
.btn-border.btn-primary {
	border-color: #22b8f0;
	color: #22b8f0;
}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:focus,
.btn-border.btn-primary:active {
	color: #ffffff;
}
.btn-border.btn-danger {
	border-color: #f44336;
}
.btn-border.btn-danger:hover,
.btn-border.btn-danger:focus {
	background: #f44336;
	border-color: #f44336;
	color: #ffffff;
}
.btn-border.btn-warning {
	border-color: #ff5722;
}
.btn-border.btn-warning:hover,
.btn-border.btn-warning:focus {
	background: #ff5722;
	border-color: #ff5722;
	color: #ffffff;
}
.btn-border.btn-success {
	border-color: #38b775;
}
.btn-border.btn-success:hover,
.btn-border.btn-success:focus {
	background: #38b775;
	border-color: #38b775;
	color: #ffffff;
}
.btn-border.btn-info {
	border-color: #03a9f4;
}
.btn-border.btn-info:hover,
.btn-border.btn-info:focus {
	background: #03a9f4;
	border-color: #03a9f4;
	color: #ffffff;
}
.btn-action {
	border-radius: 26px;
	margin: 0 6.5px;
	padding: 13px 52px;
	position: relative;
}
.btn-lg {
	font-size: 18px;
	padding: 15px 30px;
	line-height: 26px;
}
.btn-sm,
.btn-small,
.btn-xs {
	font-size: 14px;
	padding: 6px 18px;
	line-height: 26px;
}
@media screen and (min-width: 992px) {
	.btn-sm,
	.btn-small,
	.btn-xs {
		padding: 6px 18px;
	}
}
.btn-block + .btn-block {
	margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
	color: #96a1a3;
	opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
	color: #96a1a3;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
	color: #96a1a3;
}
@media screen and (min-width: 768px) {
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.inputbox {
		width: auto;
	}
}
select,
select.form-control,
select.inputbox,
select.input {
	padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
	background-color: #a5e3c3;
	border-color: #38b775;
}
.invalid {
	border-color: #cc0000;
}
label.invalid {
	color: #cc0000;
}
input.invalid {
	border: 1px solid #cc0000;
}

.dropdown-menu {
	font-size: 15px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
}
.dropdown-menu > li > a {
	color: #96a1a3;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #22b8f0;
	color: #ffffff;
}
.dropdown-menu > .open > a,
.dropdown-menu > .open > a:hover,
.dropdown-menu > .open > a:focus {
	background: none;
	color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: none;
	color: #22b8f0;
}
.dropdown-header {
	padding: 3px 20px;
	font-size: 16px;
}
.dropdown-header a {
	color: #96a1a3;
}
.dropdown-submenu > a:after {
	border-left-color: #3d4045;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #313337;
}
.nav > li > .separator {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 26px;
}
@media (min-width: 992px) {
	.nav > li > .separator {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
@media (max-width: 991px) {
	.nav > li > span {
		padding: 10px 15px;
		display: inline-block;
	}
}
.nav .dropdown-menu {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
}
.nav .dropdown-menu li > a {
	color: #3d4045;
}
.nav .dropdown-menu li > a:hover,
.nav .dropdown-menu li > a:active,
.nav .dropdown-menu li > a:focus {
	color: #22b8f0;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
	border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #dddddd;
	border-bottom-color: transparent;
}
.nav .caret {
	border-top-color: #22b8f0;
	border-bottom-color: #22b8f0;
}
.nav a:hover .caret {
	border-top-color: #0d8ab9;
	border-bottom-color: #0d8ab9;
}
.pagination-wrap {
	text-align: center;
}
.pagination > li > a,
.pagination > li > span {
	background: none;
	border: 2px solid transparent;
	border-radius: 1px;
	color: #3d4045;
	font-size: 18px;
	margin: 0 1px;
	min-width: 40px;
	padding: 4px 6px;
	text-align: center;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	border: 2px solid #505656;
	color: #3d4045;
}
.pagination > .active > a,
.pagination > .active > span {
	background: #22b8f0;
	border: 2px solid #22b8f0;
	color: #ffffff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	border: 0;
}
.pagination {
	display: block;
}
.pagination:before,
.pagination:after {
	content: " ";
	display: table;
}
.pagination:after {
	clear: both;
}
@media screen and (min-width: 768px) {
	.pagination {
		float: none;
	}
}
.counter {
	display: inline-block;
	margin-top: 26px;
	padding: 6px 12px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
}
@media screen and (min-width: 768px) {
	.counter {
		float: right;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.counter {
		margin-right: 26px;
	}
}
.pager {
	text-align: left;
	clear: both;
}
.pager ul {
	margin: 0;
	padding: 0;
}

.navbar-toggle {
	float: left;
	padding: 0;
	height: 52px;
	line-height: 52px;
	margin: 0;
	border: none;
	width: 40px;
}
@media screen and (min-width: 768px) {
	.navbar-toggle {
		width: 52px;
	}
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 6.5px -26px;
}
@media (min-width: 992px) {
	.navbar-nav {
		margin: 0;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
.navbar-default {
	background: none;
	border: 0;
}
.navbar-default .navbar-text {
	color: #505656;
}
.navbar-default .navbar-nav > li {
	border-right: 1px solid #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
	color: #505656;
	padding: 13px 26px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	color: #505656;
	background-color: #eeeeee;
	outline: none;
}
.navbar-default .navbar-nav > li > .nav-header {
	color: #505656;
	display: inline-block;
	padding-top: 19.5px;
	padding-bottom: 19.5px;
}
.navbar-default .navbar-nav > .open > a {
	border-color: #dadedf;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	font-weight: 700;
	color: #505656;
	background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ecf0f1;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #505656;
	border-bottom-color: #505656;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #eeeeee;
	color: #505656;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #505656;
	border-bottom-color: #505656;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #505656;
	border-bottom-color: #505656;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #505656;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #505656;
		background-color: #eeeeee;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #505656;
		background-color: #eeeeee;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #505656;
}
.navbar-default .navbar-link:hover {
	color: #505656;
}
.t3-mainnav {
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
	border-radius: 0;
	padding-left: 0;
	float: left;
	position: static;
}
.t3-mainnav .t3-navbar {
	padding-left: 0;
	padding-right: 0;
}
.t3-mainnav .t3-navbar .open .dropdown-menu {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li > a,
.t3-mainnav .t3-navbar .open .dropdown-menu .dropdown-header {
	color: #3d4045;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar .open .dropdown-menu > li > a:focus {
	color: #313337;
	background: none;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li > a:after {
	border-left-color: #96a1a3;
	margin-top: 9px;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li.open > a {
	color: #22b8f0;
	background: none;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li.open > a:after {
	border-left-color: #22b8f0;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li.active > a {
	color: #22b8f0;
	background: none;
}
.t3-mainnav .t3-navbar .open .dropdown-menu > li.active > a:hover,
.t3-mainnav .t3-navbar .open .dropdown-menu > li.active > a:focus {
	color: #22b8f0;
}
.t3-mainnav .t3-navbar .open .dropdown-menu img {
	display: none;
}
.t3-mainnav .t3-navbar-collapse {
	background: #ecf0f1;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	left: 0;
	width: 100%;
	max-height: 400px;
}
@media (min-width: 992px) {
	.t3-mainnav .t3-navbar-collapse {
		display: none !important;
	}
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
	margin: 0 -26px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
	font-size: 15px;
	padding: 5px 10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 13px;
	margin: 5px 15px 5px 25px;
}

.t3-module {
	color: inherit;
	margin-bottom: 0;
	padding: 26px;
}
.t3-module .module-inner {
	padding: 0;
}
.t3-module img {
	max-width: 100%;
}
.t3-sidebar .t3-module {
	background: transparent;
	padding: 26px;
}
.t3-sidebar .t3-module:last-child {
	padding-bottom: 26px;
}
.module-title {
	background: transparent;
	color: #96a1a3;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 8.66666667px 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.module-title {
		margin-bottom: 13px;
	}
}
.module-ct {
	background: transparent;
	color: inherit;
	padding: 0;
}
.module-ct:before,
.module-ct:after {
	content: " ";
	display: table;
}
.module-ct:after {
	clear: both;
}
.module-ct ul {
	margin: 0;
	padding: 0;
}
.module-ct ul li {
	list-style: none;
	border-top: 1px solid #ecf0f1;
	padding: 13px 0;
}
.module-ct ul li:first-child {
	padding-top: 0;
}
.module-ct ul li:last-child {
	padding-bottom: 0;
}
.module-ct ul li li.active > a {
	color: #22b8f0;
}
.module-ct ul li a {
	color: #505656;
}
.module-ct ul li a:hover,
.module-ct ul li a:focus {
	color: #22b8f0;
	text-decoration: none;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
	padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
	padding-left: 0;
	margin-left: 0;
}
.module .nav > li,
.module_menu .nav > li {
	padding: 0;
	margin: 0;
	border: 0;
}
.module .nav > li > a,
.module_menu .nav > li > a,
.module .nav > li > .separator,
.module_menu .nav > li > .separator {
	padding: 6px 5px;
	display: block;
}
.module .nav > li > a,
.module_menu .nav > li > a {
	padding-left: 0;
	padding-right: 0;
}
.module .nav > li > a:before,
.module_menu .nav > li > a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	padding-right: 0.5em;
}
.module .nav > li > a:hover,
.module_menu .nav > li > a:hover,
.module .nav > li > a:focus,
.module_menu .nav > li > a:focus {
	background: none;
	color: #22b8f0;
}
.module .nav > li.active > a,
.module_menu .nav > li.active > a {
	background: none;
	color: #22b8f0;
	font-weight: 700;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 100%;
}
#login-form .btn-primary {
	width: 100%;
}
#login-form .input-group-addon {
	width: 40px;
	background: #ffffff;
	text-align: center;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
	margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
	list-style: none;
	padding: 13px 0;
	border-top: 1px solid #dadedf;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
	border-top: 0;
}
.job-layout {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.job-layout .panel-group {
	margin-bottom: 0;
}
.job-layout .panel-default {
	border: 0;
	box-shadow: none;
	margin: 0 !important;
}
.job-layout .panel-default .panel-title a {
	border-top: 1px solid #ecf0f1;
	display: block;
	font-size: 14px;
	padding: 26px 0;
	position: relative;
}
@media screen and (min-width: 768px) {
	.job-layout .panel-default .panel-title a {
		font-size: 24px;
		padding: 39px 0;
	}
}
.job-layout .panel-default .panel-title a .fa {
	color: #96a1a3;
	margin-right: 13px;
}
.job-layout .panel-default .panel-title a .text-right {
	background: #22b8f0;
	color: #ffffff;
	font-size: 11px;
	padding: 4.33333333px;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (min-width: 768px) {
	.job-layout .panel-default .panel-title a .text-right {
		background: transparent;
		color: #505656;
		font-size: 14px;
		float: right;
		padding-top: 8px;
		position: relative;
	}
}
.job-layout .panel-default .panel-title a:hover,
.job-layout .panel-default .panel-title a:active,
.job-layout .panel-default .panel-title a.active {
	background: #22b8f0;
	color: #ffffff;
	outline: none;
}
.job-layout .panel-default .panel-title a:hover .fa,
.job-layout .panel-default .panel-title a:active .fa,
.job-layout .panel-default .panel-title a.active .fa,
.job-layout .panel-default .panel-title a:hover .text-right,
.job-layout .panel-default .panel-title a:active .text-right,
.job-layout .panel-default .panel-title a.active .text-right {
	color: #ffffff;
}
.panel-body {
	border-top: 1px solid #f4f6f7;
	padding: 15px;
	padding-top: 30px;
}
.panel-group .panel-body {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.panel-group .panel-body {
		padding: 26px;
	}
}
@media screen and (max-width: 767px) {
	.panel-body .col-sm-8 h3 {
		font-size: 24px;
		margin-bottom: 6.5px;
	}
}
@media screen and (max-width: 991px) {
	.panel-body ul {
		padding-left: 6.5px;
	}
}
.panel-body ul li {
	border: 0;
}
.panel-body .social {
	background: #d6dee2;
	padding: 6.5px 0;
	text-align: center;
}
.panel-body .social a {
	display: inline-block;
	font-size: 20px;
	padding: 13px;
	margin: 0 13px;
}
@media screen and (max-width: 991px) {
	.panel-body .social a {
		margin: 0 6.5px;
	}
}
.panel-body .col-sm-12 {
	border-radius: 0;
	background: #fbfcfc;
	color: #3d4045;
	padding: 26px 26px 26px 52px;
	margin-top: 26px;
	margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
	.panel-body .col-sm-12 {
		padding: 26px;
	}
}
.panel-body .col-sm-12 .text-left {
	display: inline-block;
}
@media screen and (max-width: 991px) {
	.panel-body .col-sm-12 .text-left {
		display: block;
	}
}
.panel-body .col-sm-12 .text-left h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 3px;
}
.panel-body .col-sm-12 .text-left p {
	font-size: 14px;
	margin: 0;
}
.panel-body .col-sm-12 .btn {
	float: right;
}
@media screen and (max-width: 991px) {
	.panel-body .col-sm-12 .btn {
		float: none;
		margin-top: 26px;
	}
}
.feed h4 {
	font-weight: 700;
}
.banner-text {
	position: relative;
}
.banner-text .text {
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 26px;
	width: 100%;
}
.banner-text .text h4 {
	text-transform: uppercase;
}
.banner-text .text p {
	font-size: 20px;
}
.banner-text a.btn {
	border-radius: 5px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
	position: absolute;
	right: 26px;
	top: 50px;
}
.sections-wrap {
	position: relative;
}
.sections-wrap .section,
.sections-wrap .t3-module {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
	padding: 0;
}
.sections-wrap .section .t3-module,
.sections-wrap .t3-module .t3-module {
	background: none !important;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.sections-wrap .section .btn-rounded.btn-lg,
	.sections-wrap .t3-module .btn-rounded.btn-lg {
		font-size: 16px;
		padding-right: 26px;
		padding-left: 26px;
	}
}
.sections-wrap .section .section-title,
.sections-wrap .t3-module .section-title,
.sections-wrap .section .module-title,
.sections-wrap .t3-module .module-title {
	font-size: 45px;
	color: #27292e;
	font-weight: 700;
	margin: 0 0 26px;
	text-align: center;
}
@media (min-width: 992px) {
	.sections-wrap .section .section-title,
	.sections-wrap .t3-module .section-title,
	.sections-wrap .section .module-title,
	.sections-wrap .t3-module .module-title {
		margin: 0 0 78px;
	}
}
.sections-wrap .section .section-title span,
.sections-wrap .t3-module .section-title span,
.sections-wrap .section .module-title span,
.sections-wrap .t3-module .module-title span {
	display: block;
	margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
	.sections-wrap .section .section-title span,
	.sections-wrap .t3-module .section-title span,
	.sections-wrap .section .module-title span,
	.sections-wrap .t3-module .module-title span {
		font-size: 24px;
	}
}
.sections-wrap .section .section-inner,
.sections-wrap .t3-module .section-inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 52px;
	padding-bottom: 52px;
}
@media (min-width: 992px) {
	.sections-wrap .section .section-inner,
	.sections-wrap .t3-module .section-inner {
		padding-top: 104px;
		padding-bottom: 104px;
	}
}
.sections-wrap .section .section-inner.style-dark .section-title,
.sections-wrap .t3-module .section-inner.style-dark .section-title {
	color: #ffffff;
}
.sections-wrap .section .section-inner.section-primary,
.sections-wrap .t3-module .section-inner.section-primary {
	background-color: #22b8f0;
}
.sections-wrap .section .section-inner.section-primary .section-title,
.sections-wrap .t3-module .section-inner.section-primary .section-title,
.sections-wrap .section .section-inner.section-primary .module-title,
.sections-wrap .t3-module .section-inner.section-primary .module-title {
	color: #ffffff;
}
.sections-wrap .section .section-inner.section-animate-img,
.sections-wrap .t3-module .section-inner.section-animate-img {
	overflow: hidden;
}
.sections-wrap .section .section-inner.section-border,
.sections-wrap .t3-module .section-inner.section-border {
	border-bottom: 1px solid #dadedf;
}
@media (max-width: 1199px) {
	.sections-wrap .section .section-inner.background-responsive,
	.sections-wrap .t3-module .section-inner.background-responsive {
		background-image: none !important;
	}
}
.sections-wrap .section .section-inner.bg-image,
.sections-wrap .t3-module .section-inner.bg-image {
	background-attachment: fixed;
}
.sections-wrap .section .section-inner.no-padding,
.sections-wrap .t3-module .section-inner.no-padding {
	padding: 0;
}
.sections-wrap .section .section-inner.no-padding-bottom,
.sections-wrap .t3-module .section-inner.no-padding-bottom {
	padding-bottom: 0;
}
.section-about-text .top {
	font-size: 20px;
	margin-bottom: 0;
}
.section-about-text .top h3 {
	font-size: 32px;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.section-about-text .top h3 {
		margin: 0;
	}
}
@media screen and (min-width: 768px) {
	.section-about-text .top {
		margin-bottom: 30px;
	}
}
.section-about-text .bottom h3 {
	font-size: 32px;
}
@media screen and (min-width: 768px) {
	.section-about-text .bottom h3 {
		margin-bottom: 26px;
	}
}

.items-leading article:first-child {
	margin-top: 0;
}
.article-aside {
	color: #96a1a3;
	font-size: 14px;
	margin-bottom: 26px;
	position: relative;
}
.article-aside:before,
.article-aside:after {
	content: " ";
	display: table;
}
.article-aside:after {
	clear: both;
}
.article-aside a {
	color: #96a1a3;
}
.article-aside a:hover,
.article-aside a:focus {
	color: #22b8f0;
}
.article-aside .btn-group .btn {
	background-color: transparent;
	border: 0;
}
.article-aside .btn-group .btn + .dropdown-menu a:hover,
.article-aside .btn-group .btn + .dropdown-menu a:focus,
.article-aside .btn-group .btn + .dropdown-menu a:active {
	color: #ffffff;
}
.article-info {
	margin: 0;
	float: left;
	padding-right: 26px;
}
@media screen and (max-width: 991px) {
	.article-info {
		width: 70%;
	}
}
.article-info .article-info-term {
	display: none;
}
.article-info dd {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	white-space: nowrap;
}
article {
	margin-bottom: 30px;
	margin-top: 30px;
}
.item-page article {
	margin-top: 0;
	margin-bottom: 0;
}
.article-body {
	font-size: 16px;
}
.article-footer {
	clear: both;
	color: #96a1a3;
	font-size: 14px;
	margin-bottom: 26px;
}
.article-footer:before,
.article-footer:after {
	content: " ";
	display: table;
}
.article-footer:after {
	clear: both;
}
.article-intro img,
.article-content img {
	display: block;
	max-width: 100%;
	height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
	margin: 10px 39px 26px 0;
}
@media screen and (max-width: 767px) {
	.article-intro img[align=left] img,
	.article-content img[align=left] img,
	.article-intro .img_caption.left img,
	.article-content .img_caption.left img,
	.article-intro .pull-left.item-image img,
	.article-content .pull-left.item-image img {
		width: 100%;
	}
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
	margin-left: 26px;
}
@media screen and (max-width: 991px) {
	.article-intro img[align=right],
	.article-content img[align=right],
	.article-intro .img_caption.right,
	.article-content .img_caption.right,
	.article-intro .pull-right.item-image,
	.article-content .pull-right.item-image {
		margin-left: 0;
		float: none;
	}
}
.article-content {
	font-size: 16px;
}
@media (max-width: 768px) {
	.article-content iframe {
		width: 100% !important;
		height: auto;
	}
}
.item-image-box:before,
.item-image-box:after {
	content: " ";
	display: table;
}
.item-image-box:after {
	clear: both;
}
.item-image-box .item-image.pull-left,
.item-image-box .item-image.pull-right {
	float: none !important;
	margin: 0;
}
.item-image.pull-left {
	margin-right: 26px;
}
@media screen and (max-width: 767px) {
	.item-image.pull-left {
		margin-right: 0;
	}
}
.item-image img {
	width: 100%;
	height: auto;
	margin-top: 13px;
}
.items-leading .item-image img {
	width: 100%;
	height: auto;
	margin-top: 13px;
}
.cols-2 .item-image,
.cols-3 .item-image,
.cols-4 .item-image {
	float: none !important;
	max-height: 200px;
	overflow: hidden;
}
.article-index + .article-content,
#article-index + .article-content {
	width: 70%;
	float: left;
}
@media screen and (max-width: 767px) {
	.article-index + .article-content,
	#article-index + .article-content {
		float: none;
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.article-index + .article-content,
	#article-index + .article-content {
		float: none;
		width: auto;
	}
}
article aside .btn-group {
	position: absolute;
	top: 0;
	right: 0;
	float: none;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
	padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
	margin-left: 2px;
}
.btn-group .dropdown-toggle {
	margin-top: -5px;
}
.btn-group .dropdown-toggle:focus,
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.item-page {
	position: relative;
}
.item-page .article-aside .dropdown-toggle {
	margin: 0;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
	.login-wrap {
		width: 400px;
		margin: 0 auto;
	}
}
.login-wrap form fieldset {
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
	border: 1px solid #ecf0f1;
	border-radius: 5px;
	padding: 26px;
	margin-bottom: 39px;
}
.login-wrap form .control-label {
	text-align: left;
}
.login-wrap form .control-label > label {
	font-size: 15px;
}
.login-wrap form .form-group {
	margin-bottom: 13px;
}
.login-wrap form div > input {
	width: 100%;
	font-size: 14px;
}
.login-wrap form .btn {
	width: 100%;
}
.login-wrap .checkbox > label {
	color: #96a1a3;
	display: block;
	font-weight: 400;
	font-size: 14px;
}
.login-wrap .checkbox > label input {
	margin-top: 5px;
}
.login-wrap .action-button {
	margin-bottom: 13px;
}
.login-wrap .other-links {
	font-size: 14px;
	padding: 0;
}
.login-wrap .other-links ul {
	padding: 0;
	text-align: center;
}
.login-wrap .other-links ul li {
	display: inline-block;
	margin: 0 5px 5px;
}
.login-wrap .other-links ul li > a {
	color: #96a1a3;
}
.login-wrap .other-links ul li > a:hover,
.login-wrap .other-links ul li > a:active,
.login-wrap .other-links ul li > a:focus {
	color: #22b8f0;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.registration,
	.profile-edit {
		width: 600px;
		margin: 0 auto;
	}
}
.registration .page-header,
.profile-edit .page-header {
	border: none;
	text-align: center;
	padding: 0;
	margin-bottom: 39px;
}
.registration .page-header > h1,
.profile-edit .page-header > h1 {
	font-size: 45px;
	color: #27292e;
	font-weight: 700;
}
.registration legend,
.profile-edit legend {
	color: #96a1a3;
	border: none;
	margin-bottom: 13px;
	text-align: center;
}
.registration .form-box,
.profile-edit .form-box {
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
	padding: 26px;
	border: 1px solid #ecf0f1;
}
.registration fieldset .row > div,
.profile-edit fieldset .row > div {
	margin-bottom: 13px;
}
.registration fieldset .row > div:first-child,
.profile-edit fieldset .row > div:first-child {
	width: 100%;
	margin-bottom: 0;
}
.registration .form-actions,
.profile-edit .form-actions {
	background: none;
	margin-top: 13px;
	text-align: center;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
	margin: 0 6.5px 13px;
}
.registration .form-horizontal .control-label,
.profile-edit .form-horizontal .control-label {
	text-align: left;
}
.registration .form-horizontal .control-label label,
.profile-edit .form-horizontal .control-label label {
	font-size: 15px;
}
.registration .form-horizontal .control-label #jform_spacer-lbl,
.profile-edit .form-horizontal .control-label #jform_spacer-lbl {
	font-size: 14px;
	font-weight: 400;
	color: #96a1a3;
}
.registration div > input,
.profile-edit div > input {
	width: 100%;
	display: inline-block;
}
.registration .calendar,
.profile-edit .calendar {
	margin-left: -26px;
}
.user-details {
	padding: 10px 0;
}
.user-details p {
	margin: 0 0 5px;
}
.user-details label {
	display: block;
	float: left;
	font-weight: 700;
	text-align: right;
	width: 130px;
}
.user-details .input,
.user-details .inputbox {
	margin-left: 10px;
	width: 200px;
}
.user-details .btn,
.user-details button {
	margin-left: 140px;
}
.reset,
.remind {
	width: 400px;
	margin: 0 auto;
}
.reset .form-validate .form-box,
.remind .form-validate .form-box {
	border: 1px solid #ecf0f1;
	border-radius: 5px;
	padding: 26px;
	margin-bottom: 39px;
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
}
.reset .form-validate .form-box .form-group,
.remind .form-validate .form-box .form-group {
	margin-left: 0;
	margin-right: 0;
}
.reset .form-validate .form-box .form-group > div,
.remind .form-validate .form-box .form-group > div {
	width: 100%;
	float: none;
	text-align: left;
}
.reset .form-validate fieldset .form-group:last-child,
.remind .form-validate fieldset .form-group:last-child {
	margin-bottom: 0;
}
.search .form-control {
	width: 100%;
	display: block;
}
.ie8 .search .form-control {
	width: 100%;
}
#search-form .word .form-group {
	margin-bottom: 13px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 767px) {
	#search-form .word .form-group {
		display: block;
	}
}
#search-form .word .form-group .btn,
#search-form .word .form-group .inputbox {
	margin-bottom: 10px;
}
.article-image-full {
	margin-bottom: 30px;
}
.article-image-full img {
	margin-top: 0;
	width: 100%;
	height: auto;
}
.contact {
	font-size: 15px;
	color: #96a1a3;
}
.contact .page-header {
	margin: 0;
	padding: 0;
}
.contact .page-header h2,
.contact h3 {
	color: #27292e;
	font-size: 16px;
	font-weight: 700;
	font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 26px 0;
	text-transform: uppercase;
}
.contact .panel-body {
	padding: 26px;
}
.contact .panel-body .col-sm-12 {
	background: none;
	padding: 0;
	margin: 0;
}
.contact .panel-body .form-group {
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 768px) {
	.contact .panel-body #jform_contact_emailmsg {
		width: auto;
	}
}
.contact .tab-content {
	padding-top: 26px;
}
@media (min-width: 768px) {
	.contact .tab-content #jform_contact_emailmsg {
		width: auto;
	}
}
.contact-form #jform_contact_emailmsg {
	width: 100%;
}
.contact-form .form-group .control-label {
	padding-top: 0;
	text-align: left;
	vertical-align: top;
	font-weight: 700;
	margin-bottom: 5px;
	color: #3d4045;
}
@media (min-width: 992px) {
	.contact-form .form-group .control-label {
		display: inline-block;
		width: 12%;
	}
}
.contact-form .form-group .control-label.invalid {
	border: 0;
}
.contact-form .form-group #jform_captcha-lbl {
	display: block;
	width: 100%;
	padding: 0 15px;
}
.contact-form .checkbox input[type="checkbox"] {
	margin-left: 0;
	width: auto;
}
.contact-form .control-btn {
	margin-top: 13px;
}
@media (min-width: 768px) {
	.contact-form .control-btn {
		margin-top: 0;
		text-align: right;
	}
}
.contact-address {
	margin-bottom: 52px;
}
.contact-address dd {
	margin-bottom: 5px;
}
.contact-address dd .fa {
	width: 16px;
	margin-right: 6px;
}
.form-group-1 input:-ms-input-placeholder {
	color: #505656;
}
.form-group-1 textarea:-ms-input-placeholder {
	color: #505656;
}
.category-item {
	text-align: center;
}
.category-item:before,
.category-item:after {
	content: " ";
	display: table;
}
.category-item:after {
	clear: both;
}
.category-item .page-header {
	line-height: normal;
	padding: 13px 5px;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}
.category-item .category-item {
	margin-bottom: 0;
	margin-left: 30px;
}
.category-item .category-item .page-header {
	font-size: 16px;
}
#article-index,
.article-index {
	border: 2px solid #dadedf;
	border-radius: 0;
	float: right;
	padding: 26px;
	margin: 0 0 26px 26px;
	width: 25%;
}
@media screen and (max-width: 991px) {
	#article-index,
	.article-index {
		width: auto;
		margin: 0 0 26px 0;
	}
}
#article-index > h3,
.article-index > h3 {
	margin-top: 0;
	font-size: 24px;
}
#article-index ul,
.article-index ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#article-index ul > li,
.article-index ul > li {
	border: 0;
	margin: 0 0 0 26px;
	list-style: decimal;
	display: list-item;
}
#article-index ul > li > a,
.article-index ul > li > a {
	padding: 13px 0;
	border-radius: 0;
	font-size: 14px;
	color: #505656;
	display: block;
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus,
#article-index ul > li > a.active,
.article-index ul > li > a.active {
	color: #22b8f0;
	text-decoration: none;
	background: none;
}
#article-index ul > li:first-child a,
.article-index ul > li:first-child a {
	padding-top: 0;
}
#article-index ul > li:last-child a,
.article-index ul > li:last-child a {
	padding-bottom: 0;
	border-bottom: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
	border: 0;
	color: #22b8f0;
	background: none;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
	border: 0;
	background: none;
	color: #0e9cd1;
}
@media screen and (max-width: 480px) {
	#article-index,
	.article-index {
		width: auto;
		float: none;
		margin-left: 0;
		padding: 13px;
	}
}
.items-more h3 {
	color: red;
}
.readmore {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog .readmore a {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
	color: #96a1a3;
}
.blog .readmore a:hover,
.blog .readmore a:focus {
	color: #22b8f0;
	background: none;
}
.filters {
	margin: 13px 0;
}
.filters select,
.filters .inputbox {
	height: 40px;
}
.filters .btn {
	border-radius: 5px;
}
.filters > .btn-group {
	margin-left: 0;
}
.display-limit {
	margin: 13px 0 5px;
}
.filters .display-limit {
	float: right;
	text-align: right;
}
.rating-form {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}
.alert.alert-message {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert.alert-message hr {
	border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
	color: #356635;
}
.alert.alert-notice {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert.alert-notice hr {
	border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
	color: #2d6987;
}
.alert.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48;
}
.alert.alert-error hr {
	border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link {
	color: #953b39;
}
div.calendar {
	width: 187px;
}
.edit.item-page .input-append .btn,
.edit.item-page .input-prepend .btn,
.edit.item-page a.modal.btn {
	color: #ffffff;
	padding: 6px 10px;
	text-shadow: none;
}
.iframe-bordered {
	border: 1px solid #dddddd;
}
@media (min-width: 1200px) {
	.article-intro {
		position: relative;
	}
}
.tags {
	position: relative;
	color: #96a1a3;
	margin-bottom: 30px;
}
.tags span a.label,
.tags span a {
	color: #96a1a3;
	background: #fbfcfc;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	border: 0;
	margin: 0 5px 5px 0;
}
.tags span a.label:hover,
.tags span a:hover,
.tags span a.label:focus,
.tags span a:focus {
	background: #ecf0f1;
	color: #3d4045;
}

.page-header {
	padding-bottom: 0;
	margin: 0 0 26px;
	border-bottom: none;
}
.page-title,
.page-header h1 {
	line-height: 1;
	margin: 0;
	color: #27292e;
	margin: 0 0 26px;
	font-size: 45px;
}
@media screen and (min-width: 768px) {
	.page-title,
	.page-header h1 {
		font-size: 56px;
	}
}
.page-subtitle,
.page-subheader h2 {
	line-height: 1;
	margin: 0;
}
.article-header {
	padding-right: 30px;
}
.article-header:before,
.article-header:after {
	content: " ";
	display: table;
}
.article-header:after {
	clear: both;
}
.article-header .article-title a {
	color: #27292e;
	font-weight: 700;
}
.article-header .article-title a:hover,
.article-header .article-title a:focus {
	color: #22b8f0;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.article-header {
		padding-right: 0;
	}
}
.article-title,
.article-header h1 {
	margin: 0 0 26px 0;
	font-size: 40px;
}
@media screen and (max-width: 767px) {
	.article-title,
	.article-header h1 {
		margin-top: 26px;
		margin-right: 32.5px;
		font-size: 20px;
	}
}
.article-title a,
.article-header h1 a {
	color: #27292e;
	font-weight: 700;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus {
	color: #22b8f0;
	text-decoration: none;
}
h2.article-title,
.article-header h2 {
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	h2.article-title,
	.article-header h2 {
		font-size: 20px;
	}
}
.item-title {
	font-weight: 700;
}
.masthead {
	color: #141e3e;
	position: relative;
	padding: 0;
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
}
.masthead:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.masthead .t3-module {
	padding: 0;
	margin: 0;
}
.masthead .t3-module .module-title {
	display: none;
}
.masthead .nav {
	position: absolute;
	z-index: 4;
	bottom: 0;
}
.masthead .nav li {
	display: block;
	border: 0;
	padding: 0;
	float: left;
}
.masthead .nav li a {
	color: #141e3e;
	border: 0;
	font-weight: 500;
	padding: 0;
	margin-right: 40px;
	position: relative;
	font-size: 15px;
}
.masthead .nav li a:hover,
.masthead .nav li a:focus,
.masthead .nav li.active a:hover,
.masthead .nav li.active a:focus{
	background-color: transparent;
	color: #22b8f0;
}
@media screen and (max-width: 480px) {
	.masthead .nav li a {
		padding: 10px;
		margin-right: -1px;
	}
	.masthead .nav li a:before {
		display: none;
	}
}
.masthead .nav li.active a {
	color: #141e3e;
	border-bottom: 3px solid #22b8f0;
}
.masthead .jamasshead {
	padding: 54px 0 59px 0;
}
.masthead .jamasshead .jamasshead-title {
	font-size: 71px;
	margin-top: 10px;
	font-weight: 700;
	z-index: 2;
	position: relative;
	color: #141e3e;
	font-family:'Inter', 'Verdana', sans-serif

}
.masthead .jamasshead .jamasshead-description {
	font-weight: 700;
	z-index: 2;
	position: relative;
	color: #151f3e;
	opacity: 0.2;
}
@media screen and (min-width: 992px) {
	.masthead {
		padding: 0;
	}
	.masthead .btn-lg {
		margin-top: 26px;
		padding: 18px 42px;
		font-size: 24px;
	}
}
.label:empty {
	display: none;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.page-header .label,
.page-header .badge {
	vertical-align: middle;
}
.alert h4 {
	color: inherit;
}
.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;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #e1f5fd;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title > a {
	color: inherit;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}
.pricing-page .page-title {
	margin-bottom: 26px;
}
.features-list {
	margin-top: 78px;

}

.container-sm {
	max-width: 750px;
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	max-width: 1340px;
	width: 100%;
}
.logo {
	width: auto;
	padding-right: 0;
	text-align: center;
	height: 52px;
	line-height: 52px;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.logo {
		border-right: 1px solid #dadedf;
		text-align: left;
	}
}
.logo a {
	display: block;
	height: 52px;
	line-height: 52px;
	margin: 0;
}
.logo .dropdown-toggle {
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin-left: -7.5px;
	background: none;
	color: #3d4045;
	border: 0;
	height: 52px;
	margin-top: -4px;
}
.logo .dropdown-toggle .fa {
	font-weight: 700;
	color: #505656;
}
.logo .dropdown-toggle:hover,
.logo .dropdown-toggle:focus,
.logo .dropdown-toggle:active {
	color: #22b8f0;
	background: none;
	border: 0;
	outline: none;
	box-shadow: none;
}
.logo.open .dropdown-toggle {
	color: #ffffff;
	background: #27292e;
}
.logo.open .dropdown-toggle .fa {
	color: #ffffff;
}
.logo-image {
	padding-right: 15px;
	padding-left: 15px;
	min-width: 130px;
	float: left;
}
.logo-image span,
.logo-image small {
	display: none;
}
.logo-image img {
	max-height: 52px;
	max-width: 100%;
}
.logo-image a {
	text-decoration: none;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3d4045;
	font-size: 20px;
	white-space: nowrap;
}
.head-search {
	margin-right: 52px;
}
.head-search:before,
.head-search:after {
	content: " ";
	display: table;
}
.head-search:after {
	clear: both;
}
.head-search form {
	margin: 0;
}
.head-search label {
	display: none;
}
.head-search .search,
.head-search > .custom {
	position: relative;
	padding-top: 0;
}
.head-search .search:before,
.head-search > .custom:before {
	font-family: "FontAwesome";
	content: "\f002";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	color: #ecf0f1;
	z-index: 0;
}
.head-search .form-control {
	background: none;
	border: 0;
	color: #f4f6f7;
	font-size: 14px;
	margin: 0;
	padding-left: 26px;
	height: 32px;
	width: 100%;
}
.head-search .form-control::-moz-placeholder {
	color: #ecf0f1;
	opacity: 1;
}
.head-search .form-control:-ms-input-placeholder {
	color: #ecf0f1;
}
.head-search .form-control::-webkit-input-placeholder {
	color: #ecf0f1;
}
.head-search .form-control:focus {
	box-shadow: none;
}
.right-menu {
	float: right;
}
.right-menu:before,
.right-menu:after {
	content: " ";
	display: table;
}
.right-menu:after {
	clear: both;
}
.right-menu .nav li {
	line-height: 52px;
}
.right-menu .nav li > a {
	border-left: 1px solid #ecf0f1;
	color: #505656;
	height: 52px;
	display: block;
	text-transform: uppercase;
	padding: 0 13px;
}
@media screen and (min-width: 1200px) {
	.right-menu .nav li > a {
		padding: 0 20px;
	}
}
.right-menu .nav li.active > a,
.right-menu .nav li.active > a:hover {
	background: #eeeeee;
	color: #505656;
}
.right-menu .nav li > a.item-primary {
	background: #ff5722;
	color: #ffffff;
}
.right-menu .nav li > a.item-primary:hover,
.right-menu .nav li > a.item-primary:active,
.right-menu .nav li > a.item-primary:focus {
	background: #ff4408;
	color: #ffffff;
}
@media screen and (max-width: 1200px) {
	.right-menu .nav li > a.item-primary {
		text-indent: 999em;
		width: 60px;
		overflow: hidden;
	}
	.right-menu .nav li > a.item-primary:after {
		content: "Join";
		display: block;
		position: absolute;
		left: 12px;
		top: 0;
		color: #ffffff;
		text-indent: 0;
		z-index: 0;
	}
}
.head-login {
	text-indent: 999em;
	width: 40px;
}
@media screen and (min-width: 768px) {
	.head-login {
		width: 52px;
	}
}
@media screen and (min-width: 992px) {
	.head-login {
		text-indent: inherit;
		width: auto;
	}
}
@media screen and (max-width: 991px) {
	.head-login:after {
		font-family: "FontAwesome";
		content: "\f007";
		display: block;
		position: absolute;
		left: 20px;
		top: 0;
		color: #505656;
		text-indent: 0;
		z-index: 0;
	}
}
@media screen and (max-width: 767px) {
	.head-login:after {
		left: 13px;
	}
}
.t3-header {
	background-color: #ffffff;
	border-bottom: 1px solid #ecf0f1;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	position: relative;
}
@media screen and (min-width: 768px) {
	.t3-header {
		height: 52px;
	}
}
@media screen and (max-width: 767px) {
	.t3-header .row {
		margin: 0;
	}
	.t3-header .row > #t3-mainnav,
	.t3-header .row > .site-navigation-right,
	.t3-header .row > .logo {
		padding: 0;
	}
	.t3-header .row .logo:hover {
		background: none;
	}
}
.t3-header.affix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.back-to-top {
	position: fixed;
	right: 26px;
	top: auto;
	z-index: 999;
	display: none;
	bottom: -60px;
}
@media (min-width: 768px) {
	.back-to-top {
		display: block;
	}
}
.back-to-top .btn {
	background: #ecf0f1;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	color: #22b8f0;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	line-height: 1;
	padding: 0;
	text-align: center;
	font-size: 22px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.back-to-top .btn:hover,
.back-to-top .btn:active,
.back-to-top .btn:focus {
	background: #22b8f0;
	color: #ffffff;
	outline: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.back-to-top.affix {
	bottom: 78px;
}
.back-to-top a {
	outline: none;
}
.back-to-top i {
	font-size: 20px;
	line-height: 16px;
}
.footer-left {
	margin-bottom: 52px;
}
@media (min-width: 992px) {
	.footer-left {
		margin-bottom: 0;
	}
}
.footer-left > h2 {
	margin-top: 0;
	font-size: 32px;
	text-transform: uppercase;
}
.footer-left a {
	color: #96a1a3;
	border-bottom: 1px solid #96a1a3;
}
.footer-left a:hover,
.footer-left a:active,
.footer-left a:focus {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.footer-right {
	padding: 26px;
	background: rgba(255, 255, 255, 0.05);
}
.t3-mainbody {
	padding-top: 52px;
	padding-bottom: 52px;
}
.t3-content {
	padding-top: 26px;
	padding-bottom: 26px;
}
.t3-sidebar {
	padding-top: 26px;
	padding-bottom: 26px;
}
.event-details .btn {
	border-radius: 3px;
}
.support-policy {
	margin-bottom: 78px;
}
.support-policy .row-heading {
	background: #3d4045;
	color: #ffffff;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.support-policy .row-heading {
		display: table;
		width: 100%;
	}
}
.support-policy .row-heading > div {
	border-right: 1px solid #555960;
	font-size: 14px;
	font-weight: bold;
	padding: 26px;
}
@media screen and (min-width: 768px) {
	.support-policy .row-heading > div {
		font-size: 17px;
		display: table-cell;
	}
}
.support-policy .row-body {
	border-left: 1px solid #dadedf;
	margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
	.support-policy .row-body {
		display: table;
		width: 100%;
		margin-bottom: 0;
	}
}
.support-policy .row-body > div {
	border-right: 1px solid #dadedf;
	border-bottom: 1px solid #dadedf;
	padding: 13px 26px;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.support-policy .row-body > div {
		display: table-cell;
		float: none;
	}
}
.support-policy .row-body .col-type {
	background: #3d4045;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.support-policy .row-body .col-type {
		background: transparent;
		color: #505656;
	}
}
.support-policy .row-body .col-status {
	border-bottom: 0;
}
.support-policy .row-body .col-status strong {
	color: #ffffff;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.support-policy .row-alt {
	background: #f4f6f7;
}
.support-policy .support-yes {
	color: #38b775;
}
.support-policy .support-no {
	color: #dde4e6;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.blog .pagination {
	float: none;
}
.blog .pagination .counter {
	margin: 0;
}
.big-quote i {
	color: #bfc6c7;
	font-size: 30px;
	margin-right: 13px;
}



/*bootstrap overrides*/
.btn{
	border-radius:50px;
}
.btn-success{
	background-color: #3DD791;
	border-color: #3DD791;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{
	background-color: #34B77B;
	border-color: #34B77B;
}

.btn-primary {
	background-color: #22B4EC;
	border-color: #22B4EC;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	background-color: #1D99C9;
	border-color: #1D99C9;
}

.btn-default{
	background-color: #23374D;
	border-color: #23374D;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background-color: #1C2C3E;
	border-color: #1C2C3E;
}

.btn-danger{
	background-color: #C62C2C;
	border-color: #C62C2C;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{
	background-color: #A82525;
	border-color: #A82525;
}

.btn-border {
	background: transparent;
	border: 2px solid #23374D;
	color: #23374D;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: none;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox{
	border-radius: 25px;
	padding-left:20px;
	padding-right: 20px;
}

.alert-info{
	background-color: #eef9fe;
	border-color: #eef9fe;
	color: #333333;

}
.alert, pre{
	border-radius:10px;
}
.alert-info strong{
	color:#22B4EC;
}

.alert-success{
	background-color: #f0fcf7;
	border-color: #f0fcf7;
	color: #333333;

}
.alert-success strong{
	color:#3dd791;
}

.alert-warning, .alert-danger{
	background-color: #fbeeee;
	border-color: #fbeeee;
	color: #333333;

}
.alert-warning strong, .alert-danger strong{
	color:#c62c2c;
}

.well{
	background-color: #fafafa;
	border-color: #fafafa;
	box-shadow: none;
}

.tooltip-inner{
	border-radius:15px;
}

textarea{
	border-radius:0;
}

.panel{
	border-radius:10px;
}
.panel-heading {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.panel-primary{
	border-color:#22b4ec;
}
.panel-primary .panel-heading {
	background-color: #22b4ec;
	border-color: #22b4ec;
	color:#FFF;
}
.panel-primary .panel-heading strong, .panel-primary .panel-heading h3{
	color: #FFF;
}