@import url( https://fonts.googleapis.com/css?family=Lato:400,400i|Ubuntu:300,300i,400,400i,500 );
.col-xs-20 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-20 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-20 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-20 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-20 {
	width: 20%; float: left;
}
@media all and (min-width:768px)
{
.col-sm-20 {
	width: 20%; float: left;
}
}
@media all and (min-width:992px)
{
.col-md-20 {
	width: 20%; float: left;
}
}
@media all and (min-width:1200px)
{
.col-lg-20 {
	width: 20%; float: left;
}
}
.col-xs-40 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-40 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-40 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-40 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-40 {
	width: 40%; float: left;
}
@media all and (min-width:768px)
{
.col-sm-40 {
	width: 40%; float: left;
}
}
@media all and (min-width:992px)
{
.col-md-40 {
	width: 40%; float: left;
}
}
@media all and (min-width:1200px)
{
.col-lg-40 {
	width: 40%; float: left;
}
}
.container-left-half {
	padding-right: 15px; padding-left: 15px;
}
.container-right-half {
	padding-right: 15px; padding-left: 15px;
}
.container-left-half {
	margin-right: 0px; margin-left: auto;
}
.container-right-half {
	margin-right: auto; margin-left: 0px;
}
@media all and (min-width:768px)
{
.container-left-half {
	width: 375px;
}
.container-right-half {
	width: 375px;
}
}
@media all and (min-width:992px)
{
.container-left-half {
	width: 485px;
}
.container-right-half {
	width: 485px;
}
}
@media all and (min-width:1200px)
{
.container-left-half {
	width: 585px;
}
.container-right-half {
	width: 585px;
}
}
.breadcrumb {
	margin: 0px; padding: 0px; border-radius: 0px; color: inherit; text-transform: uppercase; letter-spacing: 0.1em; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; background-color: transparent;
}
.breadcrumb > li:last-child {
	padding-right: 0px;
}
.breadcrumb > .active {
	color: rgb(232, 82, 66);
}
.breadcrumb > .last-item {
	color: rgb(232, 82, 66);
}
.breadcrumb > li + li::before {
	padding: 0px 13px; content: "/";
}
@media all and (min-width:1200px)
{
.breadcrumb > li + li::before {
	padding: 0px 30px;
}
}
.pagination {
	padding: 0px; border-radius: 0px; line-height: 0; margin-top: 0px; margin-bottom: -10px; display: inline-block;
}
.pagination > li {
	display: inline-block;
}
.pagination > li:last-child {
	margin-right: 0px;
}
.pagination > li > a {
	padding: 0px; border-radius: 10px; border: 1px solid rgb(228, 228, 228); border-image: none; height: 40px; text-align: center; color: rgb(120, 120, 120); text-transform: uppercase; line-height: 38px; font-size: 14px; font-weight: 700; margin-left: 0px; min-width: 40px;
}
.pagination > li > span {
	padding: 0px; border-radius: 10px; border: 1px solid rgb(228, 228, 228); border-image: none; height: 40px; text-align: center; color: rgb(120, 120, 120); text-transform: uppercase; line-height: 38px; font-size: 14px; font-weight: 700; margin-left: 0px; min-width: 40px;
}
.pagination > li:first-child > a {
	border-radius: 10px;
}
.pagination > li:first-child > span {
	border-radius: 10px;
}
.pagination > li:last-child > a {
	border-radius: 10px;
}
.pagination > li:last-child > span {
	border-radius: 10px;
}
@media all and (min-width:1200px)
{
.pagination > li > a {
	height: 60px; line-height: 58px; min-width: 60px;
}
.pagination > li > span {
	height: 60px; line-height: 58px; min-width: 60px;
}
.pagination > li {
	margin: 2px;
}
}
.pagination > li > a:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > li > span:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > li > a:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > li > span:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .active > a {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .active > span {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .active > a:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .active > span:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .active > a:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .active > span:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.pagination > .disabled > a {
	opacity: 0.5;
}
.pagination > .disabled > span {
	opacity: 0.5;
}
.pagination > .disabled > a:hover {
	opacity: 0.5;
}
.pagination > .disabled > span:hover {
	opacity: 0.5;
}
.pagination > .disabled > a:focus {
	opacity: 0.5;
}
.pagination > .disabled > span:focus {
	opacity: 0.5;
}
input[type='text'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='email'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='url'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='password'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='search'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='tel'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='number'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='date'] {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
textarea {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
select {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
.form-control {
	padding: 14px 30px 15px; border-radius: 10px; border: 1px solid rgba(120, 120, 120, 0.5); border-image: none; height: 60px; color: rgb(58, 61, 68); line-height: 30px; font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; background-color: transparent;
}
input[type='text'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='email'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='url'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='password'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='search'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='tel'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='number'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
input[type='date'] + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
textarea + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
select + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
.form-control + .theme_button {
	padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; position: absolute; cursor: pointer; box-shadow: none;
}
.input-text-center input[type='text'] {
	text-align: center;
}
.input-text-center input[type='email'] {
	text-align: center;
}
.input-text-center input[type='url'] {
	text-align: center;
}
.input-text-center input[type='password'] {
	text-align: center;
}
.input-text-center input[type='search'] {
	text-align: center;
}
.input-text-center input[type='tel'] {
	text-align: center;
}
.input-text-center input[type='number'] {
	text-align: center;
}
.input-text-center input[type='date'] {
	text-align: center;
}
.input-text-center textarea {
	text-align: center;
}
.input-text-center select {
	text-align: center;
}
.input-text-center .form-control {
	text-align: center;
}
input[type='text'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='email'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='url'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='password'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='search'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='tel'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='number'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
input[type='date'] {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
textarea {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
.select-group {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
.form-control {
	border: 1px solid rgba(120, 120, 120, 0.3); border-image: none;
}
.form-group {
	margin-bottom: 20px; position: relative;
}
.form-group-wrap {
	position: relative;
}
.inline-form .form-group-wrap {
	display: inline-block;
}
.form-control option {
	color: rgb(58, 61, 68); background-color: rgb(255, 255, 255);
}
.form-control-unstyled {
	border: currentColor; border-image: none; background-color: transparent;
}
.invalid.form-control {
	box-shadow: 0px 0px 0px 2px #e85242;
}
.form-control:focus {
	border-color: rgb(120, 120, 120); box-shadow: none;
}
:-ms-input-placeholder.form-control {
	color: rgba(120, 120, 120, 0.7); text-transform: uppercase; font-size: 14px; font-style: italic;
}
:-ms-input-placeholder.form-control:focus {
	color: transparent;
}
form label + i {
	left: 20px; top: 23px; width: 1em; text-align: center; line-height: 1; font-size: 14px !important; position: absolute;
}
form label + i {
	left: 20px; top: 23px; width: 1em; text-align: center; line-height: 1; font-size: 14px !important; position: absolute;
}
form label + i + .form-control {
	padding-left: 45px;
}
form label + i + .form-control {
	padding-left: 45px;
}
form .with_icon {
	padding-left: 25px;
}
form .with_icon + [class*='fa-'] {
	left: 2px; top: 17px; font-size: 12px; position: absolute;
}
form .with_icon + [class*='icon2-'] {
	left: 2px; top: 17px; font-size: 12px; position: absolute;
}
form .with_icon:focus + [class*='fa-'] {
	color: rgb(243, 112, 43);
}
form .with_icon:focus + [class*='icon2-'] {
	color: rgb(243, 112, 43);
}
label {
	font-weight: inherit;
}
.checkbox label {
	font-weight: inherit;
}
.radio label {
	font-weight: inherit;
}
.checkbox label[for] {
	font-weight: inherit;
}
.radio label[for] {
	font-weight: inherit;
}
.form-control + [class*='icon2-'] {
	left: 20px; top: 50%; color: rgb(232, 82, 66); font-size: 24px; position: absolute;
}
.checkbox label[for] + input[type=checkbox] {
	left: 20px;
}
.checkbox label[for] + input[type=radio] {
	left: 20px;
}
.radio label[for] + input[type=checkbox] {
	left: 20px;
}
.radio label[for] + input[type=radio] {
	left: 20px;
}
input[type=checkbox] {
	margin-top: 9px;
}
input[type=radio] {
	margin-top: 9px;
}
.with_background.form-wrapper {
	padding: 35px;
}
.muted_background.form-wrapper {
	padding: 35px;
}
.cs.form-wrapper {
	padding: 35px;
}
.ds.form-wrapper {
	padding: 35px;
}
.ls.form-wrapper {
	padding: 35px;
}
.has-error .form-control {
	border-color: rgb(232, 82, 66);
}
.has-error label {
	color: rgb(232, 82, 66);
}
.has-error .help-block {
	color: rgb(232, 82, 66);
}
.carousel {
	overflow: hidden;
}
.carousel-indicators li {
	border-width: 0px; margin: 0px 3px; transition:0.2s ease-in-out; width: 10px; height: 10px; background-color: rgb(58, 61, 68);
}
.carousel-indicators li:hover {
	opacity: 0.8;
}
.carousel-indicators .active {
	margin: 0px 3px; width: 10px; height: 10px; background-color: rgb(232, 82, 66);
}
.left.carousel-control {
	border-radius: 0px; border: 1px solid rgb(255, 255, 255); border-image: none; left: -50px; top: 50%; width: 50px; height: 50px; text-align: center; color: rgb(255, 255, 255); margin-top: -25px; opacity: 1; text-shadow: none; background-image: none;
}
.right.carousel-control {
	border-radius: 0px; border: 1px solid rgb(255, 255, 255); border-image: none; left: -50px; top: 50%; width: 50px; height: 50px; text-align: center; color: rgb(255, 255, 255); margin-top: -25px; opacity: 1; text-shadow: none; background-image: none;
}
.right.carousel-control {
	right: -50px;
}
.carousel:hover .carousel-control {
	left: 50px;
}
.carousel:hover .right.carousel-control {
	left: auto; right: 50px;
}
.left.carousel-control span {
	margin: 0px; left: 0px; top: 0px; width: 50px; height: 50px; line-height: 50px; font-family: "rt-icons-2"; font-size: 16px;
}
.right.carousel-control span {
	margin: 0px; left: 0px; top: 0px; width: 50px; height: 50px; line-height: 50px; font-family: "rt-icons-2"; font-size: 16px;
}
.carousel-control .icon-prev::before {
	content: "\e7c4";
}
.carousel-control .icon-next::before {
	content: "\e7c5";
}
.panel-heading .panel-title {
	padding: 0px; letter-spacing: 0px; font-family: "Ubuntu", sans-serif; font-size: inherit; position: relative;
}
.panel-heading .panel-title > a {
	background: rgb(232, 82, 66); padding: 18px 60px 19px 20px; border-radius: 10px 10px 0px 0px; color: rgb(255, 255, 255); line-height: 1.3; font-size: 18px; display: block; -ms-word-wrap: break-word;
}
@media all and (min-width:1200px)
{
.panel-heading .panel-title > a {
	padding-left: 35px;
}
}
.panel-heading .panel-title > a.collapsed:hover {
	background: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.panel-heading .panel-title > a:hover {
	background: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.panel-heading .panel-title > a.collapsed:hover i {
	color: rgb(255, 255, 255);
}
.panel-heading .panel-title > a.collapsed:hover::after {
	color: rgb(255, 255, 255);
}
.panel-heading .panel-title > a:hover i {
	color: rgb(255, 255, 255);
}
.panel-heading .panel-title > a:hover::after {
	color: rgb(255, 255, 255);
}
.panel-heading .panel-title > a.collapsed {
	background: rgb(242, 242, 242); border-radius: 10px; color: rgb(58, 61, 68);
}
.panel-heading .panel-title > a.collapsed i {
	color: rgb(232, 82, 66);
}
.panel-heading .panel-title > a::after {
	transition:0.2s ease-in-out; top: 0px; width: 60px; height: 60px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 60px; font-size: 20px; font-weight: 100; position: absolute; content: "-";
}
.panel-heading .panel-title > a.collapsed::after {
	color: rgb(58, 61, 68); content: "+";
}
.panel-heading .panel-title > a > i {
	text-align: center; line-height: 0; padding-right: 10px; font-size: 16px; display: inline-block; position: relative;
}
.color2 .panel-heading .panel-title > a {
	background: rgb(243, 112, 43);
}
.color2 .panel-title > a.collapsed {
	background: rgb(242, 242, 242);
}
.color2 .panel-title > a.collapsed i {
	color: rgb(243, 112, 43);
}
.color2 .panel-title > a.collapsed::after {
	color: rgb(243, 112, 43);
}
.color2 .panel-title > a.collapsed:hover {
	background: rgb(243, 112, 43);
}
.color2 .panel-title > a:hover {
	background: rgb(243, 112, 43);
}
.color2 .panel-title > a.collapsed:hover i {
	color: rgb(255, 255, 255);
}
.color2 .panel-title > a.collapsed:hover::after {
	color: rgb(255, 255, 255);
}
.color2 .panel-title > a:hover i {
	color: rgb(255, 255, 255);
}
.color2 .panel-title > a:hover::after {
	color: rgb(255, 255, 255);
}
.color3 .panel-heading .panel-title > a {
	background: rgb(252, 179, 21);
}
.color3 .panel-title > a.collapsed {
	background: rgb(242, 242, 242);
}
.color3 .panel-title > a.collapsed i {
	color: rgb(252, 179, 21);
}
.color3 .panel-title > a.collapsed::after {
	color: rgb(252, 179, 21);
}
.color3 .panel-title > a.collapsed:hover {
	background: rgb(252, 179, 21);
}
.color3 .panel-title > a:hover {
	background: rgb(252, 179, 21);
}
.color3 .panel-title > a.collapsed:hover i {
	color: rgb(255, 255, 255);
}
.color3 .panel-title > a.collapsed:hover::after {
	color: rgb(255, 255, 255);
}
.color3 .panel-title > a:hover i {
	color: rgb(255, 255, 255);
}
.color3 .panel-title > a:hover::after {
	color: rgb(255, 255, 255);
}
.color4 .panel-heading .panel-title > a {
	background: rgb(3, 168, 203);
}
.color4 .panel-title > a.collapsed {
	background: rgb(242, 242, 242);
}
.color4 .panel-title > a.collapsed i {
	color: rgb(3, 168, 203);
}
.color4 .panel-title > a.collapsed::after {
	color: rgb(3, 168, 203);
}
.color4 .panel-title > a.collapsed:hover {
	background: rgb(3, 168, 203);
}
.color4 .panel-title > a:hover {
	background: rgb(3, 168, 203);
}
.color4 .panel-title > a.collapsed:hover i {
	color: rgb(255, 255, 255);
}
.color4 .panel-title > a.collapsed:hover::after {
	color: rgb(255, 255, 255);
}
.color4 .panel-title > a:hover i {
	color: rgb(255, 255, 255);
}
.color4 .panel-title > a:hover::after {
	color: rgb(255, 255, 255);
}
.panel {
	box-shadow: none;
}
.panel-group .panel {
	border-radius: 0px; background-color: transparent;
}
.panel-default > .panel-heading {
	padding: 0px; border-radius: 0px; border: currentColor; border-image: none; color: inherit; position: relative; background-color: transparent;
}
.panel-default {
	border: currentColor; border-image: none;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-body {
	border-radius: 0px 0px 5px 5px; border-image: none; border-top-color: currentColor !important; border-right-color: rgb(228, 228, 228); border-bottom-color: rgb(228, 228, 228); border-left-color: rgb(228, 228, 228); border-top-width: medium !important; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none !important; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; background-color: transparent;
}
.panel-body .media-left {
	padding-right: 15px;
}
.panel-body .media-left .img-circle {
	max-width: 50px;
}
.panel-body .media-left img {
	max-width: 80px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	padding: 20px;
}
@media all and (min-width:400px)
{
.panel-group .panel-heading + .panel-collapse .panel-body {
	padding: 30px 40px;
}
}
.collapse-unstyled .panel {
	border-width: 1px 0px; border-style: solid; border-color: rgb(228, 228, 228); border-image: none; background-color: transparent;
}
.collapse-unstyled .panel + .panel {
	margin-top: 0px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.collapse-unstyled .panel h4 {
	margin: 0px; font-size: 18px;
}
.collapse-unstyled .panel h4 a {
	padding: 18px 20px 10px 0px; display: block; position: relative;
}
.collapse-unstyled .panel h4 a::after {
	top: 0px; right: 0px; line-height: 56px; font-weight: 100; position: absolute; content: "-";
}
.collapse-unstyled .panel h4 a.collapsed {
	padding-bottom: 18px;
}
.collapse-unstyled .panel h4 a.collapsed::after {
	content: "+";
}
@media all and (min-width:992px)
{
.collapse-unstyled .panel h4 {
	font-size: 20px;
}
}
.collapse-unstyled .panel-content {
	padding: 0px 0px 20px;
}
.progress-bar-title {
	text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; margin-right: 50px; margin-bottom: 5px;
}
.progress {
	border-radius: 20px; height: 5px; overflow: visible; margin-bottom: 25px; position: relative; box-shadow: none; background-color: rgb(228, 228, 228);
}
.ls .with_background .progress {
	background-color: rgb(255, 255, 255);
}
.ms.ls .with_background .progress {
	background-color: rgb(228, 228, 228);
}
.progress-bar {
	border-radius: 2px; height: 5px; color: inherit; box-shadow: none; background-color: rgb(232, 82, 66);
}
.progress-bar span {
	top: -29px; right: 0px; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; position: absolute;
}
.progress-bar-success {
	background-color: rgb(114, 185, 70);
}
.progress-bar-info {
	background-color: rgb(3, 168, 203);
}
.progress-bar-warning {
	background-color: rgb(243, 112, 43);
}
.progress-bar-danger {
	background-color: rgb(232, 82, 66);
}
.progress-bar-color2 {
	background-color: rgb(243, 112, 43);
}
.progress-bar-color3 {
	background-color: rgb(252, 179, 21);
}
.progress-bar-color4 {
	background-color: rgb(3, 168, 203);
}
.nav > li > a:hover {
	background-color: transparent;
}
.nav > li > a:focus {
	background-color: transparent;
}
.nav-unstyled {
	list-style: none; margin: 0px -12px; padding: 0px;
}
.nav-unstyled li {
	margin-bottom: -1px; display: inline-block;
}
.nav-unstyled li a {
	padding: 0px 12px; text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; display: inline-block;
}
.nav-unstyled .active a {
	color: rgb(232, 82, 66);
}
.color2.nav-unstyled .active a {
	color: rgb(243, 112, 43);
}
.color3.nav-unstyled .active a {
	color: rgb(252, 179, 21);
}
.color4.nav-unstyled .active a {
	color: rgb(3, 168, 203);
}
.tab-content {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(228, 228, 228) rgb(228, 228, 228); padding: 30px 20px; border-radius: 0px; border-image: none;
}
.no-border.tab-content {
	padding: 30px 0px 0px; border: currentColor; border-image: none; box-shadow: none; background-color: transparent;
}
.top-color-border.no-border.tab-content::before {
	left: 0px; right: 0px;
}
.top-color-border.tab-content {
	position: relative;
}
.top-color-border.tab-content::before {
	left: -1px; top: 0px; height: 4px; right: -1px; position: absolute; content: ""; background-color: rgb(232, 82, 66);
}
.color2.top-color-border.tab-content::before {
	background-color: rgb(243, 112, 43);
}
.color3.top-color-border.tab-content::before {
	background-color: rgb(252, 179, 21);
}
.color4.top-color-border.tab-content::before {
	background-color: rgb(3, 168, 203);
}
.tab-unstyled.tab-content {
	padding: 10px 0px 0px; border: currentColor; border-image: none; box-shadow: none; background-color: transparent !important;
}
.ls .tab-unstyled.tab-content {
	background-color: transparent;
}
.ds .tab-unstyled.tab-content {
	background-color: transparent;
}
.cs .tab-unstyled.tab-content {
	background-color: transparent;
}
.tab-content .featured-tab-image {
	margin: -30px -20px 30px;
}
@media all and (min-width:400px)
{
.tab-content .featured-tab-image {
	margin: -40px -36px 30px;
}
}
@media all and (min-width:400px)
{
.tab-content {
	padding: 40px 35px;
}
}
@media all and (min-width:1200px)
{
.big-padding.tab-content {
	padding: 55px;
}
}
@media all and (min-width:1200px)
{
.no-border.big-padding.tab-content {
	padding: 55px 0px 0px;
}
}
.nav-tabs > li.active > a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.nav-tabs > li.active > a:hover {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.nav-tabs > li.active > a:focus {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.nav-tabs {
	margin-top: 0px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; position: relative; z-index: 1;
}
.half-width-tabs.nav-tabs {
	display: flex; align-items: stretch;
}
.half-width-tabs.nav-tabs > li {
	width: 50%; display: flex;
}
.half-width-tabs.nav-tabs > li a {
	width: 100%;
}
.nav-tabs > li {
	margin-right: 2px; margin-bottom: 0px;
}
.nav-tabs > li > a {
	border-width: 1px 1px 0px; border-style: solid solid none; border-color: rgba(120, 120, 120, 0.3) rgba(120, 120, 120, 0.3) currentColor; padding: 10px 20px; border-radius: 10px 10px 0px 0px; border-image: none; color: rgb(120, 120, 120); text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 12px; font-weight: 500; margin-top: 0px; margin-right: 0px; position: relative; z-index: 1; background-color: rgb(255, 255, 255);
}
.small-tabs .nav-tabs > li > a {
	padding: 10px;
}
.nav-tabs > li > a i {
	top: 2px; line-height: 0; padding-right: 10px; font-size: 1.6em; display: inline-block; position: relative;
}
@media all and (min-width:992px)
{
.nav-tabs > li > a {
	padding: 12px 28px; font-size: 14px;
}
}
@media all and (min-width:1200px)
{
.nav-tabs > li > a {
	padding: 19px 45px;
}
}
@media all and (max-width:400px)
{
.small-tabs .nav-tabs > li > a {
	padding: 8px; font-size: 10px;
}
}
.nav-tabs.one-third-tabs {
	display: flex;
}
.nav-tabs.one-third-tabs::before {
	display: none;
}
.nav-tabs.one-third-tabs > * {
	text-align: center; flex-grow: 1;
}
.nav-tabs.one-third-tabs > *:last-child {
	margin-right: 0px;
}
.nav-tabs > li.active > a {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.nav-tabs > li.active > a:hover {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.nav-tabs > li.active > a:focus {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.nav-tabs > li > a:hover {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.nav-tabs > li > a:focus {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.nav-justified.nav-tabs > .active > a {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.nav-tabs.color2 > li.active > a {
	border-color: rgb(243, 112, 43); color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.nav-tabs.color2 > li.active > a:hover {
	border-color: rgb(243, 112, 43); color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.nav-tabs.color2 > li.active > a:focus {
	border-color: rgb(243, 112, 43); color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.nav-tabs.color2 > li > a:hover {
	border-color: rgb(243, 112, 43); color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.nav-tabs.color2 > li > a:focus {
	border-color: rgb(243, 112, 43); color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.nav-justified.nav-tabs.color2 > .active > a {
	border-color: rgb(243, 112, 43); color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.nav-tabs.color3 > li.active > a {
	border-color: rgb(252, 179, 21); color: rgb(255, 255, 255); background-color: rgb(252, 179, 21);
}
.nav-tabs.color3 > li.active > a:hover {
	border-color: rgb(252, 179, 21); color: rgb(255, 255, 255); background-color: rgb(252, 179, 21);
}
.nav-tabs.color3 > li.active > a:focus {
	border-color: rgb(252, 179, 21); color: rgb(255, 255, 255); background-color: rgb(252, 179, 21);
}
.nav-tabs.color3 > li > a:hover {
	border-color: rgb(252, 179, 21); color: rgb(255, 255, 255); background-color: rgb(252, 179, 21);
}
.nav-tabs.color3 > li > a:focus {
	border-color: rgb(252, 179, 21); color: rgb(255, 255, 255); background-color: rgb(252, 179, 21);
}
.nav-justified.nav-tabs.color3 > .active > a {
	border-color: rgb(252, 179, 21); color: rgb(255, 255, 255); background-color: rgb(252, 179, 21);
}
.nav-tabs.color4 > li.active > a {
	border-color: rgb(3, 168, 203); color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.nav-tabs.color4 > li.active > a:hover {
	border-color: rgb(3, 168, 203); color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.nav-tabs.color4 > li.active > a:focus {
	border-color: rgb(3, 168, 203); color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.nav-tabs.color4 > li > a:hover {
	border-color: rgb(3, 168, 203); color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.nav-tabs.color4 > li > a:focus {
	border-color: rgb(3, 168, 203); color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.nav-justified.nav-tabs.color4 > .active > a {
	border-color: rgb(3, 168, 203); color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.vertical-tabs .tab-content {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
.vertical-tabs .no-border.tab-content {
	padding-top: 0px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.vertical-tabs .nav > li > a {
	padding: 15px 40px 15px 30px; border-radius: 10px; color: rgb(58, 61, 68); font-size: 18px; margin-bottom: 10px; position: relative; background-color: rgb(242, 242, 242);
}
.vertical-tabs .nav > li > a i {
	top: -2px; width: 2em; text-align: center; line-height: 0; padding-right: 8px; vertical-align: middle; display: inline-block; position: relative;
}
.vertical-tabs .nav > li > a::after {
	top: 0px; width: 60px; text-align: center; right: 0px; bottom: 0px; line-height: 60px; letter-spacing: 0px; font-family: "rt-icons-2"; font-size: 12px; position: absolute; content: "\e7c5";
}
.no-arrows.vertical-tabs .nav > li > a::after {
	display: none;
}
.no-arrows.vertical-tabs .nav > li > a {
	padding: 24px 0px;
}
.vertical-tabs .nav > li.active a {
	background: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.vertical-tabs .nav > li > a:hover {
	background: rgb(232, 82, 66); color: rgb(255, 255, 255);
}
.color2.vertical-tabs .nav > li.active a {
	background: rgb(243, 112, 43);
}
.color2.vertical-tabs .nav > li > a:hover {
	background: rgb(243, 112, 43);
}
.color3.vertical-tabs .nav > li.active a {
	background: rgb(252, 179, 21);
}
.color3.vertical-tabs .nav > li > a:hover {
	background: rgb(252, 179, 21);
}
.color4.vertical-tabs .nav > li.active a {
	background: rgb(3, 168, 203);
}
.color4.vertical-tabs .nav > li > a:hover {
	background: rgb(3, 168, 203);
}
@media all and (min-width:768px)
{
.vertical-tabs .nav > li.active {
	position: relative; z-index: 2;
}
}
.in.modal-backdrop {
	opacity: 0.8;
}
.modal-content {
	border-radius: 1px;
}
.modal-content [class*='col-']:last-child {
	margin-bottom: 0px;
}
.table > tbody > tr > td {
	border-color: rgb(228, 228, 228); padding: 15px;
}
.table > tbody > tr > th {
	border-color: rgb(228, 228, 228); padding: 15px;
}
.table > tfoot > tr > td {
	border-color: rgb(228, 228, 228); padding: 15px;
}
.table > tfoot > tr > th {
	border-color: rgb(228, 228, 228); padding: 15px;
}
.table > thead > tr > td {
	border-color: rgb(228, 228, 228); padding: 15px;
}
.table > thead > tr > th {
	border-color: rgb(228, 228, 228); padding: 15px;
}
.table {
	border-top-color: rgb(228, 228, 228); border-bottom-color: rgb(228, 228, 228); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.table td + th {
	border-left-color: rgb(228, 228, 228); border-left-width: 1px; border-left-style: solid;
}
.table th + td {
	border-left-color: rgb(228, 228, 228); border-left-width: 1px; border-left-style: solid;
}
.table th + th {
	border-left-color: rgb(228, 228, 228); border-left-width: 1px; border-left-style: solid;
}
.table td + td {
	border-left-color: rgb(228, 228, 228); border-left-width: 1px; border-left-style: solid;
}
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}
.table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.table > tbody > tr > td.media-middle {
	vertical-align: middle;
}
.table-responsive {
	border: currentColor; border-image: none;
}
.btn {
	margin: 0px 0px 4px; padding: 22px 30px; border-radius: 0px; border: currentColor; transition:0.3s ease-in-out; border-image: none; font-weight: 700;
}
.btn:hover {
	
}
.btn:focus {
	
}
.media {
	margin-top: 17px;
}
.media .media-object {
	max-width: 100px;
}
li.media::before {
	clear: both; display: block; content: "";
}
li.media::after {
	clear: both; display: block; content: "";
}
.media-right {
	padding-left: 20px;
}
.media > .pull-right {
	padding-left: 20px;
}
.media-left {
	padding-right: 20px;
}
.media > .pull-left {
	padding-right: 20px;
}
.media-left img {
	max-width: 85px;
}
.media-right img {
	max-width: 85px;
}
@media all and (min-width:768px)
{
.big-left-media .media-left img {
	max-width: 100px;
}
.big-left-media .media-right img {
	max-width: 100px;
}
}
.small-media {
	margin-top: 10px;
}
.small-media .media-left {
	padding-right: 7px;
}
.small-media .media-right {
	padding-left: 7px;
}
.small-media .media-left img {
	max-width: 40px;
}
.small-media .media-right img {
	max-width: 40px;
}
@media all and (max-width:499px)
{
.xxs-media-left {
	text-align: center;
}
.xxs-media-left .media-left {
	margin: 0px auto 20px; padding-right: 0px; display: block;
}
}
td .media-body {
	width: auto;
}
.dropdown-menu {
	border-radius: 0px; border: currentColor; border-image: none; padding-right: 0px; padding-left: 0px; font-size: 14px; margin-top: 0px; z-index: 1001; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
[class*='right'] .dropdown-menu {
	left: auto; right: 0px;
}
.dropdown-menu > li > a {
	padding: 7px 20px; font-weight: 700;
}
.nav .open > .header-button {
	background-color: transparent;
}
.nav .open > .header-button:hover {
	background-color: transparent;
}
.nav .open > .header-button:focus {
	background-color: transparent;
}
.dropdown-menu > li > a:focus {
	color: rgb(58, 61, 68); background-color: transparent;
}
.dropdown-menu > li > a:hover {
	color: rgb(58, 61, 68); background-color: transparent;
}
.dropdwon-menu-title {
	padding: 10px 30px;
}
.well {
	border-radius: 0px; border: currentColor; border-image: none; box-shadow: none;
}
.embed-responsive-3by2 {
	padding-bottom: 66.66%;
}
.embed-responsive-1by1 {
	padding-bottom: 100%;
}
.embed-responsive iframe {
	background-color: rgb(0, 0, 0);
}
.embed-placeholder::after {
	border-radius: 50%; transition:0.2s; left: 50%; top: 50%; width: 70px; height: 70px; text-align: center; color: rgb(255, 255, 255); line-height: 70px; padding-left: 5px; font-family: "FontAwesome"; font-size: 24px; margin-top: -35px; margin-left: -35px; position: absolute; content: "\f04b"; background-color: rgba(232, 82, 66, 0.9);
}
.embed-placeholder:hover::after {
	color: rgb(58, 61, 68);
}
.alert {
	border-width: 0px; padding: 15px 30px; border-radius: 10px; font-family: "Ubuntu", sans-serif; font-size: 18px; margin-bottom: 10px;
}
.alert strong {
	font-weight: 500;
}
.alert i {
	padding-right: 10px; font-size: 14px; position: relative;
}
.alert::before {
	font-family: FontAwesome; font-size: 14px; margin-right: 10px;
}
.alert-success::before {
	content: "\f058";
}
.alert-info::before {
	content: "\f06a";
}
.alert-warning::before {
	content: "\f071";
}
.alert-danger::before {
	content: "\f057";
}
.alert-success {
	color: rgb(255, 255, 255);
}
.alert-info {
	color: rgb(255, 255, 255);
}
.alert-warning {
	color: rgb(255, 255, 255);
}
.alert-danger {
	color: rgb(255, 255, 255);
}
.alert-success {
	background-color: rgb(114, 185, 70);
}
.alert-info {
	background-color: rgb(3, 168, 203);
}
.alert-warning {
	background-color: rgb(243, 112, 43);
}
.alert-danger {
	background-color: rgb(232, 82, 66);
}
button.close {
	margin-top: 3px;
}
.h1 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h1 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h2 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h2 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h3 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h3 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h4 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h4 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h5 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h5 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h6 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.h6 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h1 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h1 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h2 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h2 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h3 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h3 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h4 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h4 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h5 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h5 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h6 .small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
h6 small {
	color: inherit; font-size: 80%; font-weight: inherit;
}
.media h1 small {
	display: block;
}
.media h2 small {
	display: block;
}
.media h3 small {
	display: block;
}
.media h4 small {
	display: block;
}
.media h5 small {
	display: block;
}
.media h6 small {
	display: block;
}
.label-success {
	color: rgb(255, 255, 255); background-color: rgb(114, 185, 70);
}
.label-info {
	color: rgb(255, 255, 255); background-color: rgb(3, 168, 203);
}
.label-warning {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.label-danger {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.caret {
	border: 1px solid rgb(228, 228, 228); border-image: none; width: 20px; height: 20px; text-align: center; line-height: 20px; margin-left: 5px; vertical-align: baseline;
}
.caret::before {
	font-family: FontAwesome; content: "\f107";
}
@media all and (max-width:499px)
{
.hidden-xxs {
	display: none !important;
}
}
@media all and (min-width:768px)
{
.hidden-md {
	display: none !important;
}
}
html {
	width: 100%; height: 100%; overflow: visible; font-size: 16px; position: relative;
}
::selection {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
body {
	line-height: 1.87rem; font-family: "Lato", sans-serif; font-size: 16px; font-weight: 300; -webkit-font-smoothing: antialiased; overflow-wrap: break-word;
}
h1 {
	line-height: 1.1; font-family: "Ubuntu", sans-serif; font-weight: 400; margin-top: 1.1em; margin-bottom: 0.8em;
}
h2 {
	line-height: 1.1; font-family: "Ubuntu", sans-serif; font-weight: 400; margin-top: 1.1em; margin-bottom: 0.8em;
}
h3 {
	line-height: 1.1; font-family: "Ubuntu", sans-serif; font-weight: 400; margin-top: 1.1em; margin-bottom: 0.8em;
}
h4 {
	line-height: 1.1; font-family: "Ubuntu", sans-serif; font-weight: 400; margin-top: 1.1em; margin-bottom: 0.8em;
}
h5 {
	line-height: 1.1; font-family: "Ubuntu", sans-serif; font-weight: 400; margin-top: 1.1em; margin-bottom: 0.8em;
}
h6 {
	line-height: 1.1; font-family: "Ubuntu", sans-serif; font-weight: 400; margin-top: 1.1em; margin-bottom: 0.8em;
}
h1:last-child {
	margin-bottom: 0px;
}
h2:last-child {
	margin-bottom: 0px;
}
h3:last-child {
	margin-bottom: 0px;
}
h4:last-child {
	margin-bottom: 0px;
}
h5:last-child {
	margin-bottom: 0px;
}
h6:last-child {
	margin-bottom: 0px;
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
h1:first-child {
	margin-top: 0px;
}
h2:first-child {
	margin-top: 0px;
}
h3:first-child {
	margin-top: 0px;
}
h4:first-child {
	margin-top: 0px;
}
h5:first-child {
	margin-top: 0px;
}
h6:first-child {
	margin-top: 0px;
}
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0px;
}
blockquote {
	margin: 40px 0px; padding: 0px; border: currentColor; border-image: none; font-size: 20px; font-style: italic; font-weight: 300; position: relative;
}
blockquote .item-meta {
	font-style: normal; margin-top: 20px;
}
blockquote h4 + .small-text {
	margin-top: -5px; display: block;
}
blockquote h5 + .small-text {
	margin-top: -5px; display: block;
}
blockquote h5 {
	font-size: 24px; margin-bottom: 0px;
}
.owl-carousel blockquote {
	margin-top: 0px; margin-bottom: 0px;
}
img {
	height: auto; max-width: 100%;
}
figure {
	height: auto; max-width: 100%;
}
img.MainLogo {
	max-width: none;
}
figcaption {
	padding: 5px 0px 0px;
}
.entry-caption {
	padding: 5px 0px 0px;
}
figcaption p {
	margin-bottom: 0px;
}
.entry-caption p {
	margin-bottom: 0px;
}
a {
	transition:0.2s ease-in-out; text-decoration: none;
}
a:hover {
	transition:0.2s linear; color: rgb(243, 112, 43); text-decoration: none;
}
input:focus {
	text-decoration: none;
}
button:focus {
	text-decoration: none;
}
select:focus {
	text-decoration: none;
}
textarea:focus {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a > img {
	transition:0.2s ease-in-out; backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
a:hover > img {
	opacity: 0.8;
}
hr {
	border: currentColor; border-image: none; height: 1px; margin-right: 0px; margin-left: 0px; background-color: rgb(228, 228, 228);
}
iframe {
	border: currentColor; border-image: none; max-width: 100%;
}
input[type='number'] {
	-moz-appearance: textfield;
}
table {
	margin: 10px 0px; width: 100%; max-width: 100%;
}
table td {
	padding: 8px 10px; border: 1px solid rgb(228, 228, 228); border-image: none; line-height: 1.4285; vertical-align: top;
}
table th {
	padding: 8px 10px; border: 1px solid rgb(228, 228, 228); border-image: none; line-height: 1.4285; vertical-align: top;
}
table th {
	color: rgb(58, 61, 68); line-height: 1; font-weight: normal; vertical-align: middle;
}
.table_template thead {
	color: rgb(58, 61, 68); background-color: rgb(232, 82, 66);
}
.table_template thead.light {
	background-color: rgb(255, 255, 255);
}
.table_template th {
	font-weight: 700;
}
.table_template td {
	padding: 18px 30px;
}
.table_template th {
	padding: 18px 30px;
}
.table_template tbody tr:nth-of-type(2n+1) {
	background-color: rgba(238, 238, 238, 0.1);
}
.table_template tbody tr:nth-of-type(2n) {
	background-color: rgba(17, 17, 17, 0.05);
}
canvas {
	-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none;
}
p .fa {
	vertical-align: middle;
}
ul {
	padding-left: 30px; margin-bottom: 20px;
}
ol {
	padding-left: 30px; margin-bottom: 20px;
}
.list1 ul {
	list-style: none; padding: 0px;
}
ul.list1 {
	list-style: none; padding: 0px;
}
.padding_30 .list1 ul {
	margin: 0px;
}
.padding_30 ul.list1 {
	margin: 0px;
}
.list1 li {
	padding: 9px 0px 10px 20px; border-bottom-color: rgba(120, 120, 120, 0.2); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.muted_background .list1 li {
	border-color: rgba(255, 255, 255, 0.4);
}
.list1 li > .media {
	margin: 3px 0px;
}
ul.listNoBullet {
	list-style-type: none;
}
@media all and (min-width:992px)
{
.list1 li {
	padding-top: 10px; padding-bottom: 10px;
}
}
.big-padding.list1 li {
	padding-top: 22px; padding-bottom: 21px;
}
.huge-padding.list1 li {
	padding-top: 37px; padding-bottom: 36px;
}
.no-bullets.list1 li {
	padding-left: 0px;
}
.no-bullets.list1 li::before {
	display: none;
}
.list1 li:first-child {
	border-top-color: rgba(120, 120, 120, 0.2); border-top-width: 1px; border-top-style: solid;
}
.no-top-border.list1 li:first-child {
	padding-top: 0px; margin-top: 0px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.no-bottom-border.list1 li:last-child {
	padding-bottom: 0px; margin-bottom: 0px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.list1 li::before {
	left: 0px; top: 10px; width: 7px; height: 7px; color: rgb(232, 82, 66); font-family: FontAwesome; font-size: 12px; position: absolute; content: "\f0da";
}
.list2 ul {
	list-style: none; padding-left: 20px;
}
ul.list2 {
	list-style: none; padding-left: 20px;
}
.list2 li {
	padding: 5px 0px; position: relative;
}
.list2.big-v-spacing li {
	padding: 7px 0px;
}
.list2 li::before {
	left: -20px; top: 14px; color: rgb(232, 82, 66); line-height: 1em; font-family: FontAwesome; font-size: 14px; position: absolute; content: "\f0da";
}
.color2.list2 li::before {
	color: rgb(243, 112, 43);
}
.no-bullets.list2 {
	padding-left: 0px !important;
}
.no-bullets.list2 li::before {
	display: none;
}
.checklist.list2 {
	padding-left: 25px;
}
.checklist.list2 li::before {
	left: -25px; width: auto; height: auto; color: rgb(232, 82, 66); line-height: 1em; font-family: FontAwesome; font-size: 14px; content: "\f00c"; background-color: transparent;
}
.color2.checklist.list2 li::before {
	color: rgb(243, 112, 43);
}
.list3 ol {
	list-style: none; padding: 0px; counter-reset: li;
}
ol.list3 {
	list-style: none; padding: 0px; counter-reset: li;
}
.list3 li {
	padding: 6px 0px 6px 25px; position: relative;
}
.list3 li.active::after {
	color: rgb(243, 112, 43);
}
.list3 li::after {
	left: 2px; top: 50%; color: rgb(232, 82, 66); font-weight: 600; position: absolute; content: counter(li) "."; counter-increment: li; transform: translateY(-50%);
}
.color.list3 li::after {
	color: rgb(232, 82, 66);
}
.color2.list3 li::after {
	color: rgb(243, 112, 43);
}
.list-unstyled .media {
	margin-top: 0px; margin-bottom: 10px;
}
.list-unstyled :last-child.media {
	margin-bottom: 0px;
}
.list-unstyled li:last-child > .media {
	margin-bottom: 0px;
}
.list-unstyled .media-left {
	padding-right: 10px;
}
.list-unstyled .media-left img {
	border-radius: 50%;
}
.list-unstyled .media-right {
	padding-left: 10px;
}
.list-unstyled .media-right img {
	border-radius: 50%;
}
.list-unstyled .media-body .pull-right {
	margin: 0px 20px;
}
.inline-list {
	list-style: none; margin: 0px -13px; padding: 0px;
}
.inline-list > li {
	padding: 0px 13px; display: inline-block;
}
.small-padding.inline-list {
	margin: 0px -8px;
}
.small-padding.inline-list > li {
	padding: 8px;
}
.four-cols-text ul {
	margin-bottom: 0px;
}
@media all and (min-width:768px)
{
.four-cols-text {
	column-count: 2;
}
}
@media all and (min-width:992px)
{
.four-cols-text {
	column-count: 3;
}
}
@media all and (min-width:1200px)
{
.four-cols-text {
	column-count: 4;
}
}
.three-cols-text ul {
	margin-bottom: 0px;
}
@media all and (min-width:768px)
{
.three-cols-text {
	column-count: 2;
}
}
@media all and (min-width:992px)
{
.three-cols-text {
	column-count: 3;
}
}
@media all and (min-width:1200px)
{
.three-cols-text {
	column-count: 3;
}
}
.theme_buttons a {
	padding: 18px 30px; border-radius: 10px; border: currentColor; transition:0.4s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; z-index: 1; background-color: rgb(58, 61, 68);
}
.theme_button {
	padding: 18px 30px; border-radius: 10px; border: currentColor; transition:0.4s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; z-index: 1; background-color: rgb(58, 61, 68);
}
.wc-proceed-to-checkout .checkout-button {
	padding: 18px 30px; border-radius: 10px; border: currentColor; transition:0.4s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; z-index: 1; background-color: rgb(58, 61, 68);
}
.buttons a {
	padding: 18px 30px; border-radius: 10px; border: currentColor; transition:0.4s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; z-index: 1; background-color: rgb(58, 61, 68);
}
button {
	padding: 18px 30px; border-radius: 10px; border: currentColor; transition:0.4s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; z-index: 1; background-color: rgb(58, 61, 68);
}
input[type='submit'] {
	padding: 18px 30px; border-radius: 10px; border: currentColor; transition:0.4s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; z-index: 1; background-color: rgb(58, 61, 68);
}
@media all and (min-width:1600px)
{
.theme_buttons a {
	padding: 23px 40px;
}
.theme_button {
	padding: 23px 40px;
}
.wc-proceed-to-checkout .checkout-button {
	padding: 23px 40px;
}
.buttons a {
	padding: 23px 40px;
}
button {
	padding: 23px 40px;
}
input[type='submit'] {
	padding: 23px 40px;
}
}
.theme_button {
	margin-right: 6px; margin-bottom: 10px;
}
.theme_buttons a {
	margin-right: 6px; margin-bottom: 10px;
}
:last-child.theme_button {
	margin-right: 0px;
}
.theme_buttons a:last-child {
	margin-right: 0px;
}
.theme_buttons a:active {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
.theme_buttons a:hover {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
.theme_buttons a:focus {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
.theme_button:active {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
.theme_button:hover {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
.theme_button:focus {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
input[type='submit']:hover {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
input[type='submit']:active {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
input[type='submit']:focus {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
.wc-proceed-to-checkout .checkout-button:hover {
	color: rgb(232, 82, 66); text-decoration: none; opacity: 1;
}
button:hover {
	transition:0.05s linear;
}
button:active {
	transition:0.05s linear;
}
button:focus {
	transition:0.05s linear;
}
input[type='submit']:hover {
	transition:0.05s linear;
}
input[type='submit']:active {
	transition:0.05s linear;
}
input[type='submit']:focus {
	transition:0.05s linear;
}
.theme_buttons a:hover {
	transition:0.05s linear;
}
.theme_buttons a:active {
	transition:0.05s linear;
}
.theme_buttons a:focus {
	transition:0.05s linear;
}
.theme_button:hover {
	transition:0.05s linear;
}
.theme_button:active {
	transition:0.05s linear;
}
.theme_button:focus {
	transition:0.05s linear;
}
a.button:hover {
	transition:0.05s linear;
}
a.button:active {
	transition:0.05s linear;
}
a.button:focus {
	transition:0.05s linear;
}
[type='reset'].theme_button {
	display: none;
}
.inverse.theme_buttons a {
	padding: 16px 28px; border: 2px solid rgb(58, 61, 68); border-image: none; color: rgb(58, 61, 68); background-color: transparent !important;
}
.inverse.theme_button {
	padding: 16px 28px; border: 2px solid rgb(58, 61, 68); border-image: none; color: rgb(58, 61, 68); background-color: transparent !important;
}
.inverse.theme_buttons a:hover {
	color: rgb(232, 82, 66);
}
.inverse.theme_buttons a:focus {
	color: rgb(232, 82, 66);
}
.inverse.theme_buttons a:active {
	color: rgb(232, 82, 66);
}
.inverse.theme_button:hover {
	color: rgb(232, 82, 66);
}
.inverse.theme_button:focus {
	color: rgb(232, 82, 66);
}
.inverse.theme_button:active {
	color: rgb(232, 82, 66);
}
@media all and (min-width:1600px)
{
.inverse.theme_buttons a {
	padding: 21px 38px;
}
.inverse.theme_button {
	padding: 21px 38px;
}
}
.color1.theme_buttons a {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.color1.theme_button {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.alt.button {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.btn-accent {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.wc-proceed-to-checkout .checkout-button {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.form-submit [type='submit'] {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.color1.theme_buttons a:hover {
	color: rgb(58, 61, 68);
}
.color1.theme_buttons a:focus {
	color: rgb(58, 61, 68);
}
.color1.theme_buttons a:active {
	color: rgb(58, 61, 68);
}
.color1.theme_button:hover {
	color: rgb(58, 61, 68);
}
.color1.theme_button:focus {
	color: rgb(58, 61, 68);
}
.color1.theme_button:active {
	color: rgb(58, 61, 68);
}
.alt.button:hover {
	color: rgb(58, 61, 68);
}
.alt.button:focus {
	color: rgb(58, 61, 68);
}
.alt.button:active {
	color: rgb(58, 61, 68);
}
.btn-accent:hover {
	color: rgb(58, 61, 68);
}
.btn-accent:focus {
	color: rgb(58, 61, 68);
}
.btn-accent:active {
	color: rgb(58, 61, 68);
}
.wc-proceed-to-checkout .checkout-button:hover {
	color: rgb(58, 61, 68);
}
.wc-proceed-to-checkout .checkout-button:focus {
	color: rgb(58, 61, 68);
}
.wc-proceed-to-checkout .checkout-button:active {
	color: rgb(58, 61, 68);
}
.form-submit [type='submit']:hover {
	color: rgb(58, 61, 68);
}
.form-submit [type='submit']:focus {
	color: rgb(58, 61, 68);
}
.form-submit [type='submit']:active {
	color: rgb(58, 61, 68);
}
[class*='color'].theme_buttons {
	color: rgb(255, 255, 255);
}
[class*='color'].theme_button {
	color: rgb(255, 255, 255);
}
[class*='color'].theme_buttons:hover {
	color: rgb(58, 61, 68);
}
[class*='color'].theme_buttons:focus {
	color: rgb(58, 61, 68);
}
[class*='color'].theme_buttons:active {
	color: rgb(58, 61, 68);
}
[class*='color'].theme_button:hover {
	color: rgb(58, 61, 68);
}
[class*='color'].theme_button:focus {
	color: rgb(58, 61, 68);
}
[class*='color'].theme_button:active {
	color: rgb(58, 61, 68);
}
.color2.theme_buttons a {
	border-color: rgb(243, 112, 43); background-color: rgb(243, 112, 43);
}
.color2.theme_button {
	border-color: rgb(243, 112, 43); background-color: rgb(243, 112, 43);
}
.color3.theme_buttons a {
	background-color: rgb(252, 179, 21);
}
.color3.theme_button {
	background-color: rgb(252, 179, 21);
}
.color4.theme_buttons a {
	background-color: rgb(3, 168, 203);
}
.color4.theme_button {
	background-color: rgb(3, 168, 203);
}
[class*='color'].inverse.theme_buttons:hover {
	color: rgb(58, 61, 68);
}
[class*='color'].inverse.theme_buttons:active {
	color: rgb(58, 61, 68);
}
[class*='color'].inverse.theme_buttons:focus {
	color: rgb(58, 61, 68);
}
[class*='color'].inverse.theme_button:hover {
	color: rgb(58, 61, 68);
}
[class*='color'].inverse.theme_button:active {
	color: rgb(58, 61, 68);
}
[class*='color'].inverse.theme_button:focus {
	color: rgb(58, 61, 68);
}
.inverse.color1.theme_buttons a {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.inverse.color1.theme_button {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.inverse.color2.theme_buttons a {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.inverse.color2.theme_button {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.inverse.color3.theme_buttons a {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.inverse.color3.theme_button {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.inverse.color4.theme_buttons a {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.inverse.color4.theme_button {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.theme_buttons a:active {
	top: 1px;
}
.theme_button:active {
	top: 1px;
}
.muted_buttons a {
	opacity: 0.2;
}
.muted_button {
	opacity: 0.2;
}
.small_buttons a {
	padding: 7px 10px; text-transform: uppercase; letter-spacing: 0px;
}
.small_button {
	padding: 7px 10px; text-transform: uppercase; letter-spacing: 0px;
}
.square_buttons a {
	margin: 0px; padding: 0px; width: 50px; line-height: 50px;
}
.square_button {
	margin: 0px; padding: 0px; width: 50px; line-height: 50px;
}
.round_buttons a {
	padding: 0px; border-radius: 30px; width: 60px; line-height: 60px;
}
.round_button {
	padding: 0px; border-radius: 30px; width: 60px; line-height: 60px;
}
a.inactive {
	pointer-events: none;
}
.block_buttons a {
	width: 100%; text-align: center; display: block;
}
.block_button {
	width: 100%; text-align: center; display: block;
}
.min_width_button {
	min-width: 170px;
}
@media all and (min-width:1600px)
{
.min_width_button {
	min-width: 200px;
}
}
.no_bg_button {
	border-color: transparent; background-color: transparent !important;
}
.color1.no_bg_button {
	color: rgb(232, 82, 66);
}
.color2.no_bg_button {
	color: rgb(243, 112, 43);
}
[class*='color'].no_bg_button:hover {
	color: rgb(58, 61, 68);
}
[class*='color'].no_bg_button:focus {
	color: rgb(58, 61, 68);
}
[class*='color'].no_bg_button:active {
	color: rgb(58, 61, 68);
}
.two_lines_button {
	padding: 11px 35px;
}
h1 > [class*='rt-icon'] {
	top: 0.08em; padding-right: 0.1em; position: relative;
}
h2 > [class*='rt-icon'] {
	top: 0.08em; padding-right: 0.1em; position: relative;
}
h3 > [class*='rt-icon'] {
	top: 0.08em; padding-right: 0.1em; position: relative;
}
h4 > [class*='rt-icon'] {
	top: 0.08em; padding-right: 0.1em; position: relative;
}
h5 > [class*='rt-icon'] {
	top: 0.08em; padding-right: 0.1em; position: relative;
}
h6 > [class*='rt-icon'] {
	top: 0.08em; padding-right: 0.1em; position: relative;
}
p > i {
	line-height: 0; font-size: 1.1em;
}
p > i + [class*='rt-icon'] {
	margin-left: -0.75em;
}
.theme_buttons a > [class*='rt-icon'] {
	top: -0.05em; line-height: 0; font-size: 1.5em; vertical-align: middle; display: inline-block; position: relative;
}
.theme_buttons a > [class*='fa-'] {
	top: -0.05em; line-height: 0; font-size: 1.5em; vertical-align: middle; display: inline-block; position: relative;
}
.theme_button > [class*='rt-icon'] {
	top: -0.05em; line-height: 0; font-size: 1.5em; vertical-align: middle; display: inline-block; position: relative;
}
.theme_button > [class*='fa-'] {
	top: -0.05em; line-height: 0; font-size: 1.5em; vertical-align: middle; display: inline-block; position: relative;
}
.form-inline [type='submit'] {
	margin-bottom: 0px;
}
.form-inline .btn {
	margin-bottom: 0px;
}
.form-inline .theme_button {
	margin-bottom: 0px;
}
.btn-group-lg > .btn {
	padding: 16px;
}
.btn-lg {
	padding: 16px;
}
.btn-group-sm > .btn {
	padding: 5px 10px;
}
.btn-sm {
	padding: 5px 10px;
}
.btn-group-xs > .btn {
	padding: 1px 5px;
}
.btn-xs {
	padding: 1px 5px;
}
.more-link {
	text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500;
}
.view-more {
	text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500;
}
.more-link::after {
	padding-left: 4px; font-family: FontAwesome; content: "\f149";
}
.view-more::after {
	padding-left: 4px; font-family: FontAwesome; content: "\f149";
}
.view-more::after {
	transition:left 0.2s; left: 0px; margin-left: 5px; position: relative; content: "\f178";
}
.view-more:hover::after {
	left: 5px;
}
:target::before {
	margin: -150px 0px 0px; height: 150px; display: block; content: "";
}
.owl-carousel {
	width: 100%; display: none; position: relative; z-index: 1; -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
	position: relative; -ms-touch-action: pan-y;
}
.owl-carousel .owl-stage::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.owl-carousel .owl-stage-outer {
	width: calc(100% + 1px); overflow: hidden; padding-bottom: 1px; position: relative;
}
.owl-carousel .owl-item {
	float: left; position: relative; min-height: 1px; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .disabled.owl-nav {
	display: none;
}
.owl-carousel .disabled.owl-dots {
	display: none;
}
.owl-carousel .owl-nav .owl-prev {
	transition:0.2s ease-in-out; cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.owl-carousel .owl-nav .owl-next {
	transition:0.2s ease-in-out; cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.owl-carousel .owl-dot {
	transition:0.2s ease-in-out; cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.owl-loaded.owl-carousel {
	display: block;
}
.owl-loading.owl-carousel {
	display: block; opacity: 0;
}
.owl-hidden.owl-carousel {
	opacity: 0;
}
.owl-refresh.owl-carousel .owl-item {
	display: none;
}
.owl-drag.owl-carousel .owl-item {
	-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.owl-grab.owl-carousel {
	cursor: move;
}
.owl-rtl.owl-carousel {
	direction: rtl;
}
.owl-rtl.owl-carousel .owl-item {
	float: right;
}
.dots-center.owl-carousel .owl-dots {
	text-align: center;
}
.owl-carousel .owl-dots {
	text-align: center;
}
.owl-dots {
	counter-reset: owl-dots; -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
	padding: 0px 10px; display: inline-block; -ms-zoom: 1;
}
.owl-dots :first-child.owl-dot {
	padding-left: 0px;
}
.owl-dots :last-child.owl-dot {
	padding-right: 0px;
}
.owl-dots .owl-dot span {
	border-radius: 50%; border: 2px solid rgb(58, 61, 68); transition:0.2s ease-in-out; border-image: none; width: 10px; height: 10px; color: transparent; text-indent: -9999px; display: block; cursor: pointer;
}
.ds .owl-dots .owl-dot span {
	border-color: rgb(255, 255, 255);
}
.cs .owl-dots .owl-dot span {
	border-color: rgb(255, 255, 255);
}
.owl-dots .active.owl-dot span {
	border-color: rgb(243, 112, 43);
}
.owl-dots .owl-dot:hover span {
	border-color: rgb(243, 112, 43);
}
.ds .owl-dots .active.owl-dot span {
	background-color: rgb(255, 255, 255);
}
.ds .owl-dots .owl-dot:hover span {
	background-color: rgb(255, 255, 255);
}
.owl-nav {
	transition:0.3s;
}
.owl-nav > div {
	border-radius: 50%; border: 1px solid rgb(228, 228, 228); border-image: none; width: 40px; height: 40px; text-align: center; right: 0px; color: transparent; font-size: 0px; display: inline-block;
}
.owl-nav > div.disabled {
	cursor: default; opacity: 0.5;
}
.owl-nav > div:first-child {
	left: 0px; right: auto;
}
.owl-nav > div::after {
	transition:0.3s; color: rgb(58, 61, 68); line-height: 38px; font-family: FontAwesome; font-size: 16px; content: "\f105";
}
.cs .owl-nav > div::after {
	color: rgb(255, 255, 255);
}
.owl-nav > div:first-child::after {
	content: "\f104";
}
.owl-nav > div:hover::after {
	color: rgb(232, 82, 66);
}
@media all and (min-width:768px)
{
.owl-nav > div {
	width: 60px; height: 60px;
}
.owl-nav > div::after {
	line-height: 58px;
}
}
.top-right-nav .owl-nav {
	top: -70px; right: 0px; position: absolute;
}
.top-right-nav .owl-nav > div {
	background: none;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .animated {
	animation-duration: 1000ms; animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-height {
	transition:height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	transition:opacity 400ms; opacity: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	
}
.owl-carousel .owl-video-wrapper {
	background: rgb(0, 0, 0); height: 100%; position: relative;
}
.owl-carousel .owl-video-play-icon {
	background: url("../img/owl.video.play.png") no-repeat; transition:transform 100ms; left: 50%; top: 50%; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; position: absolute; z-index: 1; cursor: pointer; -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	background-position: center; transition:opacity 400ms; height: 100%; opacity: 0; background-repeat: no-repeat; background-size: contain;
}
.owl-carousel .owl-video-frame {
	width: 100%; height: 100%; position: relative; z-index: 1;
}
.owl-theme:hover .owl-nav {
	top: 50%; opacity: 1;
}
.owl-theme .owl-nav {
	left: 0px; top: 50%; text-align: center; right: 0px; position: absolute; -webkit-tap-highlight-color: transparent;
}
@media all and (min-width:1024px)
{
.owl-theme .owl-nav {
	top: 0px; opacity: 0;
}
}
.owl-theme .owl-nav > div {
	text-align: center; right: 0px; font-size: 0px; margin-top: -20px; position: absolute;
}
@media all and (min-width:768px)
{
.owl-theme .owl-nav > div {
	margin-top: -30px;
}
}
.owl-theme .owl-nav .disabled {
	cursor: default; opacity: 0.5;
}
.container .col-sm-12 .owl-theme .owl-nav {
	top: 50%; opacity: 1;
}
@media all and (min-width:1300px)
{
.container .col-sm-12 .owl-theme .owl-nav {
	left: -60px; right: -60px;
}
}
@media all and (min-width:1600px)
{
.container .col-sm-12 .owl-theme .owl-nav {
	left: -150px; right: -150px;
}
}
.right-top-nav.owl-theme .owl-nav {
	left: auto !important; top: -50px; right: 0px !important; opacity: 1;
}
.right-top-nav.owl-theme .owl-nav > div {
	margin-top: 0px; position: relative;
}
.right-top-nav.owl-theme .owl-nav > div.owl-prev {
	margin-right: 10px;
}
@media all and (min-width:768px)
{
.right-top-nav.owl-theme .owl-nav {
	top: -70px;
}
}
.owl-theme .owl-dots {
	margin-top: 25px;
}
.owl-center .owl-nav {
	top: 0px; bottom: 0px; margin-top: 0px; position: static; opacity: 1;
}
.owl-center .owl-nav > div {
	margin: 0px; top: 50%; width: 30px; height: 80px; text-align: center; right: 0px; bottom: 0px; opacity: 1; transform: translateY(-50%); background-color: rgba(58, 61, 68, 0.6);
}
.owl-center .owl-nav > div::after {
	left: 50%; top: 50%; color: rgb(255, 255, 255); font-size: 20px; position: absolute; transform: translate(-50%, -50%);
}
.owl-carousel.owl-center-scale {
	margin-bottom: -30px;
}
.owl-carousel.owl-center-scale .owl-stage-outer {
	padding-top: 30px; padding-bottom: 30px;
}
.owl-carousel.owl-center-scale .owl-item > * > * {
	transition:0.2s;
}
.owl-carousel.owl-center-scale .center {
	z-index: 2;
}
.owl-carousel.owl-center-scale .center > * > * {
	position: relative; transform: scale(1.15);
}
.owl-carousel .owl-item {
	transition:opacity 0.2s 0.1s; opacity: 0;
}
.owl-carousel .active.owl-item {
	opacity: 1;
}
.owl-center .owl-item {
	opacity: 1;
}
.with_shadow_items {
	margin: -20px; padding: 20px; width: calc(100% + 40px); overflow: hidden;
}
.with_shadow_items .owl-stage-outer {
	overflow: visible;
}
.text-nav.owl-carousel {
	padding-top: 60px;
}
.text-nav.owl-carousel .owl-nav {
	top: 0px;
}
.text-nav.owl-carousel .owl-nav::before {
	left: calc(50% - 2px); top: 9px; width: 2px; height: 11px; position: absolute; content: ""; background-color: rgb(120, 120, 120);
}
.text-nav.owl-carousel .owl-nav > div {
	padding: 5px 30px; width: auto; color: rgb(120, 120, 120); text-transform: uppercase; font-size: 14px; font-weight: 700; position: static;
}
.text-nav.owl-carousel .owl-nav > div:hover {
	color: rgb(232, 82, 66);
}
.text-nav.owl-carousel .owl-nav > div::after {
	display: none;
}
.text-nav.owl-carousel .owl-nav > div.disabled {
	pointer-events: none;
}
.flex-container a:active {
	
}
.flexslider a:active {
	
}
.flex-container a:focus {
	
}
.flexslider a:focus {
	
}
.slides {
	list-style: none; margin: 0px; padding: 0px;
}
.flex-control-nav {
	list-style: none; margin: 0px; padding: 0px;
}
.flex-direction-nav {
	list-style: none; margin: 0px; padding: 0px;
}
.flexslider {
	margin: 0px; padding: 0px;
}
.flexslider .slides > li {
	display: none; -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: "\0020";
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider .slides > li {
	position: relative;
}
.flexslider {
	margin: 0px; position: relative; -ms-zoom: 1;
}
.flex-viewport {
	transition:1s; max-height: 2000px;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	z-index: 1; -ms-zoom: 1;
}
.flex-direction-nav {
	
}
.flex-direction-nav a {
	margin: -30px 0px 0px; top: 50%; width: 60px; height: 60px; text-align: center; color: rgb(58, 61, 68); overflow: hidden; font-size: 0px; text-decoration: none; display: block; position: absolute; z-index: 10; cursor: pointer; background-color: transparent;
}
.flex-direction-nav a:hover {
	color: rgb(232, 82, 66);
}
.flex-direction-nav a:active {
	color: rgb(232, 82, 66);
}
.flex-direction-nav a:focus {
	color: rgb(232, 82, 66);
}
.ds .flex-direction-nav a:not(.flex-disabled) {
	color: rgb(255, 255, 255); opacity: 0.6;
}
.ds .flex-direction-nav a:not(.flex-disabled):hover {
	color: rgb(255, 255, 255); opacity: 1;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
}
@media all and (min-width:1450px)
{
.flex-direction-nav .flex-prev {
	left: 60px;
}
.flex-direction-nav .flex-next {
	right: 60px;
}
}
@media all and (min-width:1800px)
{
.flex-direction-nav .flex-prev {
	left: 240px;
}
.flex-direction-nav .flex-next {
	right: 240px;
}
}
.flexslider:hover .flex-next:hover {
	opacity: 1;
}
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	cursor: default; opacity: 0;
}
.flex-direction-nav a::before {
	line-height: 56px; font-family: "FontAwesome"; font-size: 36px; content: "\f104";
}
.flex-direction-nav a.flex-next::before {
	content: "\f105";
}
.flex-pauseplay a {
	left: 10px; width: 20px; height: 20px; bottom: 5px; color: rgb(0, 0, 0); overflow: hidden; display: block; position: absolute; z-index: 10; cursor: pointer; opacity: 0.8;
}
.flex-pauseplay a::before {
	font-family: "rt-icons-2"; font-size: 20px; display: inline-block; content: "\e6a2";
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play::before {
	content: "\e711";
}
.flex-control-nav {
	left: 0px; text-align: center; right: 0px; bottom: 25px; z-index: 10;
}
@media all and (min-width:992px)
{
.flex-control-nav {
	bottom: 35px;
}
}
.overlapping-nav .flex-control-nav {
	position: absolute;
}
.flex-control-nav li {
	padding: 0px 10px; text-align: center; vertical-align: middle; display: inline-block; -ms-zoom: 1;
}
.flex-control-nav li:first-child {
	padding-left: 0px;
}
.flex-control-nav li:last-child {
	padding-right: 0px;
}
.flex-control-paging li a {
	border-radius: 50%; border: 2px solid rgb(120, 120, 120); border-image: none; width: 10px; height: 10px; color: transparent; text-indent: -9999px; display: block; position: relative; cursor: pointer; background-color: transparent;
}
.ds .flex-control-paging li a {
	border-color: rgb(255, 255, 255);
}
.cs .flex-control-paging li a {
	border-color: rgb(255, 255, 255);
}
.flex-control-paging li a:hover {
	border-color: rgb(243, 112, 43);
}
.flex-control-paging li a.flex-active {
	border-color: rgb(243, 112, 43);
}
.flex-control-thumbs {
	margin: 5px 0px 0px; overflow: hidden; position: static;
}
.flex-control-thumbs li {
	margin: 0px; width: 25%; float: left;
}
.flex-control-thumbs img {
	width: 100%; display: block; cursor: pointer; opacity: 0.7;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	cursor: default; opacity: 1;
}
@media all and (min-width:1300px)
{
.vertical-nav .flex-control-nav {
	margin: 0px; left: 0px; top: 50%; width: auto; height: 10px; right: auto; bottom: auto; line-height: 10px; position: absolute; transform: rotate(90deg) translateY(50%);
}
.vertical-nav .flex-control-nav::after {
	height: 50px; bottom: -70px;
}
}
@media all and (min-width:1600px)
{
.vertical-nav .flex-control-nav {
	left: 4.5%;
}
}
div.facebook .pp_description {
	margin: 0px 37px 0px 0px;
}
div.pp_pic_holder a:focus {
	
}
div.pp_overlay {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; display: none; position: absolute; z-index: 9500;
}
div.pp_pic_holder {
	width: 100px; display: none; position: absolute; z-index: 10000;
}
.pp_content {
	height: 40px; overflow: hidden; min-width: 40px;
}
* html .pp_content {
	width: 40px;
}
.pp_content_container {
	width: 100%; text-align: left; position: relative;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	line-height: 1; float: left; background-color: rgb(255, 255, 255);
}
.pp_description {
	margin: 0px; display: none;
}
.pp_social {
	margin: 0px 0px 0px 30px; float: left;
}
.pp_social .facebook {
	width: auto; overflow: hidden; margin-left: 5px; float: left;
}
.pp_social .facebook iframe {
	max-width: 100px;
}
.pp_social .twitter {
	float: left;
}
.pp_nav p {
	margin: 4px 6px; font-weight: bold; float: left; white-space: nowrap; opacity: 0.7;
}
.pp_nav .pp_play {
	text-align: center; color: transparent; font-size: 0px; float: left;
}
.pp_nav .pp_pause {
	text-align: center; color: transparent; font-size: 0px; float: left;
}
a.pp_arrow_previous {
	text-align: center; color: transparent; font-size: 0px; float: left;
}
a.pp_arrow_next {
	text-align: center; color: transparent; font-size: 0px; float: left;
}
.pp_nav .pp_play::before {
	width: 20px; color: rgb(58, 61, 68); line-height: 20px; font-family: "FontAwesome"; font-size: 12px; display: inline-block; content: "\f04b"; opacity: 0.7;
}
.pp_nav .pp_pause::before {
	width: 20px; color: rgb(58, 61, 68); line-height: 20px; font-family: "FontAwesome"; font-size: 12px; display: inline-block; content: "\f04b"; opacity: 0.7;
}
a.pp_arrow_previous::before {
	width: 20px; color: rgb(58, 61, 68); line-height: 20px; font-family: "FontAwesome"; font-size: 12px; display: inline-block; content: "\f04b"; opacity: 0.7;
}
a.pp_arrow_next::before {
	width: 20px; color: rgb(58, 61, 68); line-height: 20px; font-family: "FontAwesome"; font-size: 12px; display: inline-block; content: "\f04b"; opacity: 0.7;
}
.pp_nav .pp_play:hover::before {
	opacity: 1;
}
.pp_nav .pp_pause:hover::before {
	opacity: 1;
}
a.pp_arrow_previous:hover::before {
	opacity: 1;
}
a.pp_arrow_next:hover::before {
	opacity: 1;
}
.pp_nav .pp_pause::before {
	content: "\f04c";
}
a.pp_arrow_previous::before {
	content: "\f04a";
}
a.pp_arrow_next::before {
	content: "\f04e";
}
a.disabled.pp_arrow_previous {
	visibility: hidden; cursor: default;
}
a.disabled.pp_arrow_next {
	visibility: hidden; cursor: default;
}
.pp_hoverContainer {
	top: 0px; width: 100%; position: absolute; z-index: 2000;
}
.pp_gallery {
	left: 50%; margin-top: -50px; display: none; position: absolute; z-index: 10000;
}
.pp_gallery div {
	overflow: hidden; float: left; position: relative;
}
.pp_gallery ul {
	margin: 0px 0px 0px 5px; padding: 0px; height: 35px; float: left; white-space: nowrap; position: relative;
}
.pp_gallery ul a {
	border: 1px solid rgba(0, 0, 0, 0.1); border-image: none; height: 33px; overflow: hidden; float: left; display: block;
}
.pp_gallery ul a:hover {
	border-color: rgb(232, 82, 66);
}
.pp_gallery ul .selected a {
	border-color: rgb(232, 82, 66);
}
.pp_gallery ul a img {
	border: 0px currentColor; border-image: none;
}
.pp_gallery li {
	margin: 0px 5px 0px 0px; padding: 0px; float: left; display: block;
}
.pp_gallery li.default a {
	background: url("../img/prettyPhoto/facebook/default_thumbnail.gif") no-repeat 0px 0px; width: 50px; height: 33px; display: block;
}
div.facebook .pp_gallery .pp_arrow_previous {
	margin-top: 7px;
}
div.facebook .pp_gallery .pp_arrow_next {
	margin-top: 7px;
}
a.pp_next {
	width: 49%; height: 100%; color: transparent; font-size: 0px; float: right; display: block; position: relative; opacity: 0;
}
a.pp_previous {
	width: 49%; height: 100%; color: transparent; font-size: 0px; float: right; display: block; position: relative; opacity: 0;
}
a.pp_next::before {
	padding: 10px 15px 10px 18px; top: 50%; right: 30px; color: rgb(255, 255, 255); line-height: 1; font-family: "FontAwesome"; font-size: 18px; margin-top: -3px; position: absolute; content: "\f105"; background-color: rgba(58, 61, 68, 0.3);
}
a.pp_previous::before {
	padding: 10px 15px 10px 18px; top: 50%; right: 30px; color: rgb(255, 255, 255); line-height: 1; font-family: "FontAwesome"; font-size: 18px; margin-top: -3px; position: absolute; content: "\f105"; background-color: rgba(58, 61, 68, 0.3);
}
a.pp_next:hover {
	opacity: 1;
}
a.pp_previous:hover {
	opacity: 1;
}
a.pp_previous {
	float: left;
}
a.pp_previous::before {
	padding: 10px 18px 10px 15px; left: 30px; right: auto; content: "\f104";
}
a.pp_expand {
	top: 19px; text-align: center; right: 30px; color: transparent; font-size: 0px; display: none; position: absolute; z-index: 20000; cursor: pointer;
}
a.pp_contract {
	top: 19px; text-align: center; right: 30px; color: transparent; font-size: 0px; display: none; position: absolute; z-index: 20000; cursor: pointer;
}
a.pp_expand::before {
	padding: 12px 13px; color: rgb(255, 255, 255); line-height: 20px; font-family: "FontAwesome"; font-size: 14px; content: "\f0b2"; background-color: rgba(58, 61, 68, 0.3);
}
a.pp_contract::before {
	padding: 12px 13px; color: rgb(255, 255, 255); line-height: 20px; font-family: "FontAwesome"; font-size: 14px; content: "\f0b2"; background-color: rgba(58, 61, 68, 0.3);
}
a.pp_contract::before {
	content: "\f066";
}
a.pp_close {
	top: -25px; right: -7px; color: transparent; font-size: 0px; position: absolute;
}
a.pp_close::before {
	padding: 6px 8px; color: rgb(255, 255, 255); font-family: "FontAwesome"; font-size: 14px; content: "\f00d"; background-color: rgb(31, 35, 43);
}
.pp_loaderIcon {
	margin: -25px 0px 0px -25px; animation:spin 2s linear infinite; left: 50%; top: 50%; width: 50px; height: 50px; text-align: center; position: absolute;
}
.pp_loaderIcon::before {
	color: rgb(255, 255, 255); line-height: 50px; font-family: "FontAwesome"; font-size: 50px; display: block; content: "\f1ce"; opacity: 0.6;
}
#pp_full_res {
	line-height: 1;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0px 0px 15px;
}
div.ppt {
	margin: 0px 0px 5px 20px; color: rgb(255, 255, 255); font-size: 18px; display: none; z-index: 9999;
}
.pp_top {
	position: relative;
}
.pp_bottom {
	position: relative;
}
* html .pp_top {
	padding: 0px 20px;
}
* html .pp_bottom {
	padding: 0px 20px;
}
.pp_top .pp_left {
	left: 0px; width: 20px; height: 20px; position: absolute;
}
.pp_bottom .pp_left {
	left: 0px; width: 20px; height: 20px; position: absolute;
}
.pp_top .pp_middle {
	left: 20px; height: 20px; right: 20px; position: absolute;
}
.pp_bottom .pp_middle {
	left: 20px; height: 20px; right: 20px; position: absolute;
}
* html .pp_top .pp_middle {
	left: 0px; position: static;
}
* html .pp_bottom .pp_middle {
	left: 0px; position: static;
}
.pp_top .pp_right {
	left: auto; top: 0px; width: 20px; height: 20px; right: 0px; position: absolute;
}
.pp_bottom .pp_right {
	left: auto; top: 0px; width: 20px; height: 20px; right: 0px; position: absolute;
}
.pp_fade {
	display: none;
}
.pp_gallery li.default a img {
	display: none;
}
.chart {
	text-align: center; line-height: 0; margin-bottom: 10px; display: inline-block; position: relative;
}
.chart .chart-meta {
	top: 50%; width: 100%; position: absolute; transform: translateY(-50%);
}
.chart .chart-meta h5 {
	margin: 0px; color: rgb(120, 120, 120); font-size: 20px; font-weight: 400;
}
.percent {
	line-height: 1; font-size: 60px; font-weight: 500; display: inline-block; z-index: 2;
}
.percent::after {
	content: "%";
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0px;
}
#timetable span {
	display: block;
}
#timetable th {
	padding: 25px 5px; text-align: center; font-weight: normal; vertical-align: middle;
}
#timetable td {
	padding: 25px 5px; text-align: center; font-weight: normal; vertical-align: middle;
}
#timetable thead {
	color: rgb(255, 255, 255);
}
#timetable thead th {
	border-width: 0px 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.23); border-image: none;
}
#timetable tbody th {
	border: 1px solid rgb(228, 228, 228); transition:0.2s ease-in-out; border-image: none;
}
#timetable tbody td {
	border: 1px solid rgb(228, 228, 228); transition:0.2s ease-in-out; border-image: none;
}
#timetable tbody .current {
	border-color: rgb(232, 82, 66); background-color: rgb(232, 82, 66);
}
#timetable tbody .current a {
	color: rgb(255, 255, 255);
}
#toTop {
	background: rgb(232, 82, 66); border-radius: 10px; width: 50px; height: 50px; right: 10px; bottom: 10px; color: rgb(255, 255, 255); overflow: hidden; font-size: 0px; text-decoration: none; display: none; position: fixed; z-index: 9999;
}
@media all and (min-width:768px)
{
#toTop {
	right: 30px; bottom: 30px;
}
}
@media all and (min-width:992px)
{
#toTop {
	width: 60px; height: 60px; right: 60px; bottom: 60px;
}
}
#toTop::after {
	transition:0.2s linear; left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; color: rgb(255, 255, 255); line-height: 50px; font-family: FontAwesome; font-size: 16px; display: block; position: absolute; content: "\f106";
}
@media all and (min-width:992px)
{
#toTop::after {
	line-height: 60px;
}
}
#toTopHover {
	bottom: 15px; opacity: 1;
}
#toTop:hover {
	bottom: 15px; opacity: 1;
}
@media all and (min-width:768px)
{
#toTopHover {
	bottom: 35px;
}
#toTop:hover {
	bottom: 35px;
}
}
@media all and (min-width:992px)
{
#toTopHover {
	bottom: 65px;
}
#toTop:hover {
	bottom: 65px;
}
}
#toTop:hover::after {
	color: rgb(255, 255, 255);
}
#toTop:active {
	
}
#toTop:focus {
	
}
.modal-open #toTop {
	visibility: hidden;
}
#comingsoon-countdown {
	text-align: center;
}
#comingsoon-countdown::before {
	clear: both; display: table; content: " ";
}
#comingsoon-countdown::after {
	clear: both; display: table; content: " ";
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row {
	margin: auto; text-align: center; clear: both; display: table;
}
.countdown-section {
	padding: 0px 10px; text-align: center; display: table-cell;
}
:first-child.countdown-section {
	border-left-width: 0px;
}
.countdown-amount {
	border-radius: 50%; width: 2.14em; height: 2.14em; text-align: center; color: rgb(232, 82, 66); line-height: 2.14em; font-family: "Ubuntu", sans-serif; font-size: 28px; font-weight: 400; display: block; background-color: rgb(242, 242, 242);
}
:nth-child(4n+2).countdown-section .countdown-amount {
	color: rgb(243, 112, 43);
}
:nth-child(4n+3).countdown-section .countdown-amount {
	color: rgb(252, 179, 21);
}
:nth-child(4n+4).countdown-section .countdown-amount {
	color: rgb(3, 168, 203);
}
.countdown-period {
	color: rgb(58, 61, 68); text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 12px; display: block;
}
.countdown-descr {
	display: block;
}
@media all and (min-width:768px)
{
.countdown-amount {
	font-size: 60px;
}
.countdown-section {
	padding: 0px 20px;
}
.countdown-period {
	font-size: 14px; font-weight: 500;
}
}
.multi.plugin-drag_drop.selectize-control > .selectize-input > div.ui-sortable-placeholder {
	background: rgba(0, 0, 0, 0.06) !important; border: 0px currentColor !important; border-image: none !important; visibility: visible !important; box-shadow: inset 0px 0px 12px 4px #ffffff;
}
.plugin-drag_drop.selectize-control .ui-sortable-placeholder::after {
	visibility: hidden; content: "!";
}
.plugin-drag_drop.selectize-control .ui-sortable-helper {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.selectize-dropdown-header {
	background: rgb(248, 248, 248); padding: 5px 8px; border-radius: 3px 3px 0px 0px; border-bottom-color: rgb(208, 208, 208); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.selectize-dropdown-header-close {
	top: 50%; right: 8px; color: rgb(48, 48, 48); line-height: 20px; font-size: 20px !important; margin-top: -12px; position: absolute; opacity: 0.4;
}
.selectize-dropdown-header-close:hover {
	color: rgb(0, 0, 0);
}
.plugin-optgroup_columns.selectize-dropdown .optgroup {
	border-top-color: currentColor; border-right-color: rgb(242, 242, 242); border-top-width: 0px; border-right-width: 1px; border-top-style: none; border-right-style: solid; float: left; box-sizing: border-box;
}
.plugin-optgroup_columns.selectize-dropdown :last-child.optgroup {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.plugin-optgroup_columns.selectize-dropdown .optgroup::before {
	display: none;
}
.plugin-optgroup_columns.selectize-dropdown .optgroup-header {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.selectize-control {
	height: 60px; position: relative;
}
.plugin-remove_button.selectize-control [data-value] {
	padding-right: 24px !important; position: relative;
}
.plugin-remove_button.selectize-control [data-value] .remove {
	padding: 2px 0px 0px; border-radius: 0px 2px 2px 0px; top: 0px; width: 17px; text-align: center; right: 0px; bottom: 0px; color: inherit; font-size: 12px; font-weight: bold; text-decoration: none; vertical-align: middle; border-left-color: rgb(208, 208, 208); border-left-width: 1px; border-left-style: solid; display: inline-block; position: absolute; z-index: 1; box-sizing: border-box;
}
.plugin-remove_button.selectize-control [data-value] .remove:hover {
	background: rgba(0, 0, 0, 0.05);
}
.plugin-remove_button.selectize-control [data-value].active .remove {
	border-left-color: rgb(202, 202, 202);
}
.plugin-remove_button.selectize-control .disabled [data-value] .remove {
	border-left-color: rgb(255, 255, 255);
}
.plugin-remove_button.selectize-control .disabled [data-value] .remove:hover {
	background: none;
}
.plugin-remove_button.selectize-control .remove-single {
	top: 6px; right: 28px; font-size: 23px; position: absolute;
}
.selectize-dropdown {
	color: rgb(48, 48, 48); line-height: 30px; font-family: inherit; -webkit-font-smoothing: inherit;
}
.selectize-input {
	color: rgb(120, 120, 120); font-family: inherit; display: inline-block; cursor: text; -webkit-font-smoothing: inherit;
}
.selectize-input input {
	color: rgb(120, 120, 120); font-family: inherit; -webkit-font-smoothing: inherit;
}
.single.selectize-control .input-active.selectize-input {
	background: rgb(255, 255, 255); display: inline-block; cursor: text;
}
.selectize-input {
	padding: 14px 60px 14px 30px; border-radius: 10px; border: 1px solid rgb(208, 208, 208); border-image: none; width: 100%; overflow: hidden; display: block; position: relative; z-index: 1; box-sizing: border-box;
}
.multi.selectize-control .has-items.selectize-input {
	padding: 6px 8px 3px;
}
.selectize-input {
	height: 60px; min-width: 200px;
}
.disabled.selectize-input {
	cursor: default !important;
}
.disabled.selectize-input * {
	cursor: default !important;
}
.selectize-input > * {
	height: 30px !important; line-height: 30px !important; vertical-align: top; display: inline-block; -ms-zoom: 1;
}
.multi.selectize-control .selectize-input > div {
	background: rgb(242, 242, 242); margin: 0px 3px 3px 0px; padding: 2px 6px; border: 0px solid rgb(208, 208, 208); border-image: none; color: rgb(48, 48, 48); cursor: pointer;
}
.multi.selectize-control .selectize-input > div.active {
	background: rgb(232, 232, 232); border: 0px solid rgb(202, 202, 202); border-image: none; color: rgb(48, 48, 48);
}
.multi.selectize-control .disabled.selectize-input > div {
	background: rgb(255, 255, 255); border: 0px solid rgb(255, 255, 255); border-image: none; color: rgb(125, 125, 125);
}
.multi.selectize-control .disabled.selectize-input > div.active {
	background: rgb(255, 255, 255); border: 0px solid rgb(255, 255, 255); border-image: none; color: rgb(125, 125, 125);
}
.selectize-input > input {
	background: none !important; margin: 0px 2px 0px 0px !important; padding: 0px !important; border: 0px currentColor !important; border-image: none !important; text-indent: 0px !important; display: inline-block !important; min-height: 0px !important; max-height: none !important; max-width: 100% !important; box-shadow: none !important; -webkit-user-select: auto;
}
.selectize-input > input::-ms-clear {
	display: none;
}
.selectize-input > input:focus {
	
}
.selectize-input::after {
	clear: left; display: block; content: " ";
}
.selectize-dropdown {
	background: rgb(255, 255, 255); margin: -1px 0px 0px; border-radius: 10px; border: 1px solid rgb(208, 208, 208); border-image: none; overflow: hidden; position: absolute; z-index: 10; box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
	padding: 5px 8px; overflow: hidden; cursor: pointer;
}
.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2); border-radius: 1px;
}
.selectize-dropdown .optgroup-header {
	padding: 5px 8px;
}
.selectize-dropdown :first-child.optgroup .optgroup-header {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.selectize-dropdown .optgroup-header {
	background: rgb(255, 255, 255); color: rgb(48, 48, 48); cursor: default;
}
.selectize-dropdown .active {
	color: rgb(73, 92, 104); background-color: rgb(245, 250, 253);
}
.selectize-dropdown .create.active {
	color: rgb(73, 92, 104);
}
.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
	-ms-overflow-x: hidden; -ms-overflow-y: auto; max-height: 200px; -webkit-overflow-scrolling: touch;
}
.single.selectize-control .selectize-input {
	cursor: pointer;
}
.single.selectize-control .selectize-input input {
	cursor: pointer;
}
.single.selectize-control .input-active.selectize-input {
	cursor: text;
}
.single.selectize-control .input-active.selectize-input input {
	cursor: text;
}
.single.selectize-control .selectize-input::after {
	top: 50%; right: 25px; color: rgb(232, 82, 66); line-height: 1em; font-family: FontAwesome; font-size: 16px; margin-top: -8px; display: block; position: absolute; content: "\f107";
}
.single.rtl.selectize-control .selectize-input::after {
	left: 15px; right: auto;
}
.rtl.selectize-control .selectize-input > input {
	margin: 0px 4px 0px -2px !important;
}
.selectize-control .disabled.selectize-input {
	opacity: 0.5; background-color: rgb(250, 250, 250);
}
.section_padding_0 > [class*='container'] {
	padding: 0px;
}
.section_padding_15 > [class*='container'] {
	padding-top: 15px; padding-bottom: 15px;
}
.section_padding_25 > [class*='container'] {
	padding-top: 25px; padding-bottom: 25px;
}
.section_padding_50 > [class*='container'] {
	padding-top: 50px; padding-bottom: 50px;
}
.section_padding_75 > [class*='container'] {
	padding-top: 75px; padding-bottom: 75px;
}
.section_padding_100 > [class*='container'] {
	padding-top: 100px; padding-bottom: 100px;
}
.section_padding_top_0 > [class*='container'] {
	padding-top: 0px;
}
.section_padding_top_5 > [class*='container'] {
	padding-top: 5px;
}
.section_padding_top_10 > [class*='container'] {
	padding-top: 10px;
}
.section_padding_top_15 > [class*='container'] {
	padding-top: 15px;
}
.section_padding_top_20 > [class*='container'] {
	padding-top: 20px;
}
.section_padding_top_25 > [class*='container'] {
	padding-top: 25px;
}
.section_padding_top_30 > [class*='container'] {
	padding-top: 30px;
}
.section_padding_top_40 > [class*='container'] {
	padding-top: 40px;
}
.section_padding_top_50 > [class*='container'] {
	padding-top: 50px;
}
.section_padding_top_65 > [class*='container'] {
	padding-top: 65px;
}
.section_padding_top_75 > [class*='container'] {
	padding-top: 75px;
}
.section_padding_top_90 > [class*='container'] {
	padding-top: 90px;
}
.section_padding_top_100 > [class*='container'] {
	padding-top: 100px;
}
.section_padding_top_110 > [class*='container'] {
	padding-top: 110px;
}
.section_padding_top_120 > [class*='container'] {
	padding-top: 120px;
}
.section_padding_top_130 > [class*='container'] {
	padding-top: 130px;
}
.section_padding_top_140 > [class*='container'] {
	padding-top: 140px;
}
.section_padding_top_150 > [class*='container'] {
	padding-top: 150px;
}
.section_padding_bottom_0 > [class*='container'] {
	padding-bottom: 0px;
}
.section_padding_bottom_5 > [class*='container'] {
	padding-bottom: 5px;
}
.section_padding_bottom_10 > [class*='container'] {
	padding-bottom: 10px;
}
.section_padding_bottom_15 > [class*='container'] {
	padding-bottom: 15px;
}
.section_padding_bottom_20 > [class*='container'] {
	padding-bottom: 20px;
}
.section_padding_bottom_25 > [class*='container'] {
	padding-bottom: 25px;
}
.section_padding_bottom_30 > [class*='container'] {
	padding-bottom: 30px;
}
.section_padding_bottom_40 > [class*='container'] {
	padding-bottom: 40px;
}
.section_padding_bottom_50 > [class*='container'] {
	padding-bottom: 50px;
}
.section_padding_bottom_65 > [class*='container'] {
	padding-bottom: 65px;
}
.section_padding_bottom_75 > [class*='container'] {
	padding-bottom: 75px;
}
.section_padding_bottom_100 > [class*='container'] {
	padding-bottom: 100px;
}
.section_padding_bottom_110 > [class*='container'] {
	padding-bottom: 110px;
}
.section_padding_bottom_120 > [class*='container'] {
	padding-bottom: 120px;
}
.section_padding_bottom_130 > [class*='container'] {
	padding-bottom: 130px;
}
.section_padding_bottom_140 > [class*='container'] {
	padding-bottom: 140px;
}
.section_padding_bottom_150 > [class*='container'] {
	padding-bottom: 150px;
}
@media all and (max-width:1199px)
{
.section_padding_90 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_100 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_top_90 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_top_100 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_top_110 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_top_130 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_top_150 > [class*='container'] {
	padding-top: 70px;
}
.section_padding_100 > [class*='container'] {
	padding-bottom: 70px;
}
.section_padding_bottom_100 > [class*='container'] {
	padding-bottom: 70px;
}
.section_padding_bottom_110 > [class*='container'] {
	padding-bottom: 70px;
}
.section_padding_bottom_120 > [class*='container'] {
	padding-bottom: 70px;
}
.section_padding_bottom_130 > [class*='container'] {
	padding-bottom: 70px;
}
.section_padding_bottom_150 > [class*='container'] {
	padding-bottom: 70px;
}
}
@media all and (max-width:767px)
{
.section_padding_90 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_100 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_top_90 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_top_100 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_top_110 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_top_130 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_top_150 > [class*='container'] {
	padding-top: 60px;
}
.section_padding_100 > [class*='container'] {
	padding-bottom: 60px;
}
.section_padding_bottom_100 > [class*='container'] {
	padding-bottom: 60px;
}
.section_padding_bottom_110 > [class*='container'] {
	padding-bottom: 60px;
}
.section_padding_bottom_120 > [class*='container'] {
	padding-bottom: 60px;
}
.section_padding_bottom_130 > [class*='container'] {
	padding-bottom: 60px;
}
.section_padding_bottom_150 > [class*='container'] {
	padding-bottom: 60px;
}
}
[class*='col-'] {
	margin-top: 10px; margin-bottom: 10px;
}
header [class*='col-'] {
	margin-top: 0px; margin-bottom: 0px;
}
.columns_margin_0 [class*='col-'] {
	margin-top: 0px; margin-bottom: 0px;
}
.columns_padding_1 [class*='col-'] {
	margin-top: 0px; margin-bottom: 1px;
}
.columns_padding_2 [class*='col-'] {
	margin-top: 1px; margin-bottom: 1px;
}
.columns_padding_5 [class*='col-'] {
	margin-top: 5px; margin-bottom: 5px;
}
.columns_padding_10 [class*='col-'] {
	margin-top: 10px; margin-bottom: 10px;
}
.columns_padding_15 [class*='col-'] {
	margin-top: 15px; margin-bottom: 15px;
}
.columns_padding_1 [class*='col-'] {
	overflow: hidden; padding-right: 1px; padding-left: 0px; margin-top: 0px; margin-bottom: 1px;
}
.columns_padding_2 [class*='col-'] {
	padding-right: 1px; padding-left: 1px; margin-top: 1px; margin-bottom: 1px;
}
.columns_padding_5 [class*='col-'] {
	padding-right: 5px; padding-left: 5px; margin-top: 5px; margin-bottom: 5px;
}
.columns_padding_10 [class*='col-'] {
	padding-right: 10px; padding-left: 10px; margin-top: 10px; margin-bottom: 10px;
}
.columns_padding_10 :not([class*='sm']):not([class*='md']).col-xs-12 {
	margin-top: 10px; margin-bottom: 5px;
}
.columns_padding_0 [class*='col-'] {
	padding: 0px; margin-top: 0px; margin-bottom: 0px;
}
.columns_padding_0 > .container {
	padding-right: 30px; padding-left: 30px;
}
.columns_padding_1 > .container {
	padding-right: 30px; padding-left: 30px;
}
.columns_padding_2 > .container {
	padding-right: 30px; padding-left: 30px;
}
.columns_padding_5 > .container {
	padding-right: 25px; padding-left: 25px;
}
.columns_padding_10 > .container {
	padding-right: 20px; padding-left: 20px;
}
.columns_padding_10 > .container-fluid {
	padding-right: 30px; padding-left: 30px;
}
.container_padding_0 > .container-fluid {
	padding-right: 0px; padding-left: 0px;
}
.container_padding_0 > .container-fluid > .row {
	margin: 0px;
}
.columns_padding_0.row {
	margin-right: 0px; margin-left: 0px;
}
.columns_padding_0 .row {
	margin-right: 0px; margin-left: 0px;
}
[class*='display_table'].columns_padding_0.row {
	margin-right: -15px; margin-left: -15px; min-width: calc(100% + 30px);
}
.columns_padding_0 [class*='display_table'].row {
	margin-right: -15px; margin-left: -15px; min-width: calc(100% + 30px);
}
.columns_padding_1.row {
	margin-right: -1px; margin-left: -1px;
}
.columns_padding_1 .row {
	margin-right: -1px; margin-left: -1px;
}
.columns_padding_2.row {
	margin-right: -1px; margin-left: -1px;
}
.columns_padding_2 .row {
	margin-right: -1px; margin-left: -1px;
}
.columns_padding_5.row {
	margin-right: -5px; margin-left: -5px;
}
.columns_padding_5 .row {
	margin-right: -5px; margin-left: -5px;
}
.columns_padding_10.row {
	margin-right: -10px; margin-left: -10px;
}
.columns_padding_10 .row {
	margin-right: -10px; margin-left: -10px;
}
@media all and (min-width:992px)
{
.columns_padding_25 > [class*='container'] > .row {
	margin-right: -25px; margin-left: -25px;
}
.columns_padding_25.row {
	margin-right: -25px; margin-left: -25px;
}
.columns_padding_50 > [class*='container'] > .row {
	margin-right: -25px; margin-left: -25px;
}
.columns_padding_25 > [class*='container'] > .row > [class*='col-'] {
	padding-right: 25px; padding-left: 25px;
}
.columns_padding_25.row > [class*='col-'] {
	padding-right: 25px; padding-left: 25px;
}
.columns_padding_50 > [class*='container'] > .row > [class*='col-'] {
	padding-right: 25px; padding-left: 25px;
}
.columns_padding_80 > [class*='container'] > .row {
	margin-right: -50px; margin-left: -50px;
}
.columns_padding_80 > [class*='container'] > .row > [class*='col-'] {
	padding-right: 50px; padding-left: 50px;
}
}
@media all and (min-width:1200px)
{
.columns_padding_30 > [class*='container'] > .row {
	margin-right: -30px; margin-left: -30px;
}
.columns_padding_30.row {
	margin-right: -30px; margin-left: -30px;
}
.columns_padding_30 > [class*='container'] > .row > [class*='col-'] {
	padding-right: 30px; padding-left: 30px;
}
.columns_padding_30.row > [class*='col-'] {
	padding-right: 30px; padding-left: 30px;
}
.columns_padding_50 > [class*='container'] > .row {
	margin-right: -50px; margin-left: -50px;
}
.columns_padding_50 > [class*='container'] > .row > [class*='col-'] {
	padding-right: 50px; padding-left: 50px;
}
.columns_padding_80 > [class*='container'] > .row {
	margin-right: -80px; margin-left: -80px;
}
.columns_padding_80 > [class*='container'] > .row > [class*='col-'] {
	padding-right: 80px; padding-left: 80px;
}
}
.columns_margin_top_0 [class*='col-'] {
	margin-top: 0px;
}
.columns_margin_top_0.row [class*='col-'] {
	margin-top: 0px;
}
.columns_margin_top_5 [class*='col-'] {
	margin-top: 5px;
}
.columns_margin_top_5.row [class*='col-'] {
	margin-top: 5px;
}
.columns_margin_top_10 [class*='col-'] {
	margin-top: 10px;
}
.columns_margin_top_10.row [class*='col-'] {
	margin-top: 10px;
}
.columns_margin_top_15 [class*='col-'] {
	margin-top: 15px;
}
.columns_margin_top_15.row [class*='col-'] {
	margin-top: 15px;
}
.columns_margin_top_20 [class*='col-'] {
	margin-top: 20px;
}
.columns_margin_top_20.row [class*='col-'] {
	margin-top: 20px;
}
.columns_margin_top_30 [class*='col-'] {
	margin-top: 30px;
}
.columns_margin_top_30.row [class*='col-'] {
	margin-top: 30px;
}
.columns_margin_top_60 [class*='col-'] {
	margin-top: 60px;
}
.columns_margin_top_60.row [class*='col-'] {
	margin-top: 60px;
}
.columns_margin_bottom_5 [class*='col-'] {
	margin-bottom: 5px;
}
.columns_margin_bottom_5.row [class*='col-'] {
	margin-bottom: 5px;
}
.columns_margin_bottom_10 [class*='col-'] {
	margin-bottom: 10px;
}
.columns_margin_bottom_10.row [class*='col-'] {
	margin-bottom: 10px;
}
.columns_margin_bottom_15 [class*='col-'] {
	margin-bottom: 15px;
}
.columns_margin_bottom_15.row [class*='col-'] {
	margin-bottom: 15px;
}
.columns_margin_bottom_20 [class*='col-'] {
	margin-bottom: 20px;
}
.columns_margin_bottom_20.row [class*='col-'] {
	margin-bottom: 20px;
}
.columns_margin_bottom_30 [class*='col-'] {
	margin-bottom: 30px;
}
.columns_margin_bottom_30.row [class*='col-'] {
	margin-bottom: 30px;
}
.columns_margin_bottom_40 [class*='col-'] {
	margin-bottom: 40px;
}
.columns_margin_bottom_40.row [class*='col-'] {
	margin-bottom: 40px;
}
.columns_margin_bottom_0 [class*='col-'] {
	margin-bottom: 0px;
}
.columns_margin_bottom_0.row [class*='col-'] {
	margin-bottom: 0px;
}
.table_section .row {
	height: 100%; min-width: 100%;
}
@media all and (max-width:767px)
{
aside[class*='col-'] {
	margin-top: 60px !important;
}
}
@media all and (min-width:768px)
{
.table_section_sm .container {
	height: 100%;
}
.table_section_sm.table_section .row {
	width: calc(100% + 30px); display: table;
}
.table_section_sm.table_section > [class*='container'] > .row > [class*='col-'] {
	vertical-align: middle; float: none; display: table-cell;
}
}
@media all and (min-width:992px)
{
.table_section_md .container {
	height: 100%;
}
.table_section_md.table_section .row {
	width: calc(100% + 30px); display: table;
}
.table_section_md.table_section > [class*='container'] > .row > [class*='col-'] {
	vertical-align: middle; float: none; display: table-cell;
}
.offset-image {
	margin-top: -150px;
}
}
@media screen and (min-width:1200px)
{
.table_section_lg .container {
	height: 100%;
}
.table_section_lg.table_section .row {
	width: calc(100% + 30px); display: table;
}
.table_section_lg.table_section > [class*='container'] > .row > [class*='col-'] {
	vertical-align: middle; float: none; display: table-cell;
}
}
@media screen and (min-width:992px)
{
.top-overlap {
	margin-top: -100px; margin-left: -25%; max-width: 125%;
}
.top-overlap-small {
	margin-top: -40px; margin-right: -20%; margin-left: -20%; max-width: 140%;
}
}
@media all and (min-width:1200px)
{
.top-overlap {
	margin-top: -180px;
}
}
.section_full_height {
	min-height: 100vh;
}
.flex-row {
	display: flex; flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	flex:1 1 0px; display: flex; min-width: 300px;
}
.flex-row > [class*='col-'] > * {
	width: 100%; display: flex; flex-direction: column; justify-content: flex-start;
}
@media all and (max-width:1199px) and (min-width:992px)
{
.flex-row > [class*='col-'].col-md-6 {
	flex:1 1 auto; width: 50%;
}
}
@media all and (max-width:991px)
{
.flex-row > [class*='col-'].col-sm-12 {
	flex:1 1 auto; width: 100%;
}
}
.flex-row-vertical-centered.flex-row > [class*='col-'] > * {
	justify-content: center;
}
@media all and (min-width:992px)
{
.container-fluid {
	padding-right: 40px; padding-left: 40px;
}
}
@media all and (min-width:1200px)
{
.container-fluid {
	padding-right: 60px; padding-left: 60px;
}
}
@media all and (min-width:1600px)
{
.container-fluid {
	padding-right: 100px; padding-left: 100px;
}
}
.fluid_padding_0 .container-fluid {
	padding-right: 15px; padding-left: 15px;
}
.fluid_padding_0.columns_padding_0 .container-fluid {
	padding-right: 0px; padding-left: 0px;
}
@media all and (max-width:991px) and (min-width:768px)
{
.clear-sm {
	clear: both;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
.clear-md {
	clear: both;
}
}
@media all and (min-width:1200px)
{
.clear-lg {
	clear: both;
}
}
@media all and (max-width:499px)
{
.col-xxs-12 {
	width: 100%;
}
}
@media all and (max-width:499px)
{
.text-xxs-center {
	text-align: center;
}
}
.image_cover {
	background-size: cover;
}
.background_cover {
	background-size: cover;
}
.parallax {
	background-size: cover;
}
.background_cover {
	background-position: center;
}
.image_cover {
	background-position: 50% 50%; top: 0px; width: 50%; bottom: 0px; display: block; position: absolute; z-index: 2;
}
.image_cover > img {
	visibility: hidden;
}
.image_cover > a {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute;
}
.image_cover_right.image_cover {
	right: 0px;
}
.small_width.image_cover {
	width: 42%;
}
@media all and (max-width:991px)
{
.image_cover {
	width: 100%; height: 0px; padding-bottom: 66%; margin-bottom: -30px; position: relative;
}
.small_width.image_cover {
	width: 100%; padding-bottom: 100%;
}
}
.image_cover + [class*='container'] [class*='col-'] > img {
	display: none;
}
.image_cover + [class*='container'] [class*='col-'] > a::after {
	display: none;
}
.image_cover + [class*='container'] [class*='col-'] > a > img {
	display: none;
}
@media all and (min-width:992px)
{
.columns_padding_80.half_section > [class*='container'] > .row {
	margin-right: 0px; margin-left: 0px;
}
}
.half_section .image_cover_left + .container .col-md-6 {
	padding-right: 0px;
}
.half_section .image_cover_right + .container .col-md-6 {
	padding-left: 0px;
}
.parallax {
	background-position: 50% 0px; position: relative; background-attachment: fixed; background-repeat: no-repeat;
}
@media all and (max-width:1199px)
{
.parallax {
	background-position: center !important; background-attachment: scroll !important; background-size: cover !important;
}
}
.ls.overlay_color::after {
	opacity: 0.9; background-color: rgb(255, 255, 255);
}
.ms.ls.overlay_color::after {
	opacity: 0.8; background-color: rgb(247, 247, 247);
}
.cs.overlay_color::after {
	opacity: 0.9; background-color: rgb(232, 82, 66);
}
.main_color2.cs.overlay_color::after {
	background-color: rgb(243, 112, 43);
}
.main_color3.cs.overlay_color::after {
	background-color: rgb(252, 179, 21);
}
.main_color4.cs.overlay_color::after {
	background-color: rgb(3, 168, 203);
}
.ds.overlay_color::after {
	opacity: 0.85; background-color: rgb(58, 61, 68);
}
.ds.overlay_color::after {
	opacity: 0.9; background-color: rgb(58, 61, 68);
}
.ms.ds.overlay_color::after {
	opacity: 0.9; background-color: rgb(31, 35, 43);
}
.bs.ds.overlay_color::after {
	opacity: 0.67; background-color: rgb(0, 32, 43);
}
.black.ds.overlay_color::after {
	opacity: 0.6; background-color: rgb(0, 0, 0);
}
.texture_bg {
	background-position: 50% 0px; position: relative; background-repeat: no-repeat; background-size: cover;
}
.muted_section::before {
	opacity: 1; background-color: rgba(58, 61, 68, 0.1);
}
.muted_section > * {
	position: relative; z-index: 4;
}
.radial_gradient > * {
	position: relative; z-index: 4;
}
.gradient > * {
	position: relative; z-index: 4;
}
.vertical_gradient > * {
	position: relative; z-index: 4;
}
.darken_gradient > * {
	position: relative; z-index: 4;
}
.diagonal_section > * {
	position: relative; z-index: 4;
}
.overlay_color > * {
	position: relative; z-index: 4;
}
.radial_gradient {
	overflow: hidden; position: relative;
}
.gradient {
	position: relative;
}
.muted_section {
	position: relative;
}
.vertical_gradient {
	position: relative;
}
.darken_gradient {
	position: relative;
}
.overlay_color {
	position: relative;
}
.muted_section::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.muted_section::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.gradient::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.gradient::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.vertical_gradient::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.vertical_gradient::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.darken_gradient::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.overlay_color::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.darken_gradient::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 3; content: "";
}
.muted_section::before {
	opacity: 0.8;
}
.muted_section::after {
	opacity: 0.8;
}
.overlay_color::after {
	opacity: 0.8;
}
.darken_gradient::before {
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.overflow_hidden {
	overflow: hidden; position: relative;
}
.with_top_border {
	position: relative;
}
.with_bottom_border {
	position: relative;
}
.with_top_border_container .container {
	position: relative;
}
.with_bottom_border_container .container {
	position: relative;
}
.with_top_border::before {
	left: 0px; top: 0px; height: 1px; right: 0px; display: block; position: absolute; z-index: 1; content: ""; background-color: rgba(120, 120, 120, 0.2);
}
.with_bottom_border::after {
	left: 0px; top: 0px; height: 1px; right: 0px; display: block; position: absolute; z-index: 1; content: ""; background-color: rgba(120, 120, 120, 0.2);
}
.with_top_border_container .container::before {
	left: 0px; top: 0px; height: 1px; right: 0px; display: block; position: absolute; z-index: 1; content: ""; background-color: rgba(120, 120, 120, 0.2);
}
.with_bottom_border_container .container::after {
	left: 0px; top: 0px; height: 1px; right: 0px; display: block; position: absolute; z-index: 1; content: ""; background-color: rgba(120, 120, 120, 0.2);
}
.ds .with_top_border::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .with_bottom_border::after {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .with_top_border_container .container::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .with_bottom_border_container .container::after {
	background-color: rgba(255, 255, 255, 0.2);
}
.with_top_border.row::before {
	left: 15px; right: 15px;
}
.width_bottom_border.row::after {
	left: 15px; right: 15px;
}
.with_top_border.ds::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.with_bottom_border.ds::after {
	background-color: rgba(255, 255, 255, 0.2);
}
.with_top_border_container.ds .container::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.with_bottom_border_container.ds .container::after {
	background-color: rgba(255, 255, 255, 0.2);
}
.with_top_border_container .container::before {
	left: 15px; right: 15px;
}
.with_bottom_border_container .container::after {
	left: 15px; right: 15px;
}
.with_bottom_border::after {
	top: auto; bottom: 0px;
}
.with_bottom_border_container .container::after {
	top: auto; bottom: 0px;
}
.with_bottom_border_two_colors::after {
	top: auto; bottom: 0px;
}
.bg_image {
	background-image: url("../img/background_section.png");
}
.bg_image::after {
	background-image: url("../img/background_section.png");
}
h2.section_header {
	padding: 10px 0px 10px 20px; line-height: 1; font-size: 32px; margin-bottom: 0.5em; border-left-color: rgb(232, 82, 66); border-left-width: 2px; border-left-style: solid; position: relative; -ms-word-wrap: break-word;
}
h2.color2.section_header {
	border-left-color: rgb(206, 65, 51);
}
h2.color3.section_header {
	border-left-color: rgb(234, 187, 49);
}
h2.color4.section_header {
	border-left-color: rgb(176, 204, 73);
}
h2.color5.section_header {
	border-left-color: rgb(99, 162, 81);
}
h2.color6.section_header {
	border-left-color: rgb(78, 173, 229);
}
h2.color7.section_header {
	border-left-color: rgb(168, 46, 138);
}
.text-center h2.section_header {
	padding: 0px; border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
h2.text-center.section_header {
	padding: 0px; border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
@media all and (min-width:1200px)
{
h2.section_header {
	padding: 15px 0px 15px 30px; font-size: 40px; margin-bottom: 0.75em;
}
}
h2.section_header + .section-excerpt {
	margin-bottom: 20px;
}
@media all and (min-width:1200px)
{
h2.section_header + .section-excerpt {
	margin-top: 30px;
}
}
h2:last-child.section_header {
	margin-bottom: 0px;
}
.section-excerpt {
	font-size: 20px; font-style: italic;
}
h3.section_header {
	padding: 10px 0px 10px 20px; line-height: 1; font-size: 32px; margin-bottom: 0.5em; border-left-color: rgb(232, 82, 66); border-left-width: 2px; border-left-style: solid; position: relative; -ms-word-wrap: break-word;
}
.text-right h3.section_header {
	padding: 10px 20px 10px 0px; border-right-color: rgb(232, 82, 66); border-left-color: currentColor; border-right-width: 2px; border-left-width: medium; border-right-style: solid; border-left-style: none;
}
h3.color2.section_header {
	border-left-color: rgb(243, 112, 43);
}
h3.color3.section_header {
	border-left-color: rgb(252, 179, 21);
}
h3.color4.section_header {
	border-left-color: rgb(3, 168, 203);
}
.preloader {
	background: rgba(255, 255, 255, 0.99); left: 0px; top: 0px; height: 100%; right: 0px; bottom: 0px; position: fixed; z-index: 13000;
}
.no-js .preloader {
	display: none;
}
.lt-ie9 .preloader {
	display: none;
}
.lt-ie10 .preloader {
	display: none;
}
.preloader_image {
	background: url("../img/preloader.gif") no-repeat 50% 50%; margin: -50px 0px 0px -50px; left: 50%; top: 50%; width: 100px; height: 100px; position: absolute;
}
@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active)
{
.preloader_image {
	background: url("../img/preloader.gif") no-repeat 50% 50%;
}
}
.to_animate {
	visibility: hidden;
}
.no-js .to_animate {
	visibility: visible;
}
.lt-ie10 .to_animate {
	visibility: visible;
}
.lt-ie9 .to_animate {
	visibility: visible;
}
.animated {
	visibility: visible !important;
}
#box_wrapper {
	overflow: hidden; position: relative;
}
#canvas {
	overflow: hidden; position: relative;
}
#box_wrapper > section {
	clear: both;
}
#box_wrapper > div > section {
	clear: both;
}
.boxed#canvas {
	padding: 1px 0px;
}
body.boxed {
	width: auto; height: auto; position: static;
}
@media all and (min-width:1200px)
{
.top-bottom-margins#box_wrapper {
	margin-top: 60px; margin-bottom: 60px;
}
}
.pattern1 {
	background-image: url("../img/pattern1.png");
}
.pattern2 {
	background-image: url("../img/pattern2.png");
}
.pattern3 {
	background-image: url("../img/pattern3.png");
}
.pattern4 {
	background-image: url("../img/pattern4.png");
}
.pattern5 {
	background-image: url("../img/pattern5.png");
}
.pattern6 {
	background-image: url("../img/pattern6.png");
}
.pattern7 {
	background-image: url("../img/pattern7.png");
}
.pattern8 {
	background-image: url("../img/pattern8.png");
}
.pattern9 {
	background-image: url("../img/pattern9.png");
}
.pattern10 {
	background-image: url("../img/pattern10.png");
}
.pattern11 {
	background-image: url("../img/pattern11.png");
}
.boxed .container {
	max-width: 100%;
}
.boxed .container-fluid {
	max-width: 100%;
}
.boxed .container-left-half {
	max-width: 100%;
}
.boxed .container-right-half {
	max-width: 100%;
}
.boxed .container {
	padding-right: 25px; padding-left: 25px;
}
.boxed .container-left-half {
	padding-right: 25px; padding-left: 25px;
}
.boxed .container-right-half {
	padding-right: 25px; padding-left: 25px;
}
@media all and (max-width:500px)
{
.boxed .container {
	padding-right: 10px; padding-left: 10px;
}
}
@media all and (min-width:1400px)
{
.boxed .container#box_wrapper {
	width: 1370px;
}
}
@media all and (min-width:1590px)
{
.boxed .container#box_wrapper {
	width: 1560px;
}
}
.boxed .container#box_wrapper {
	padding: 0px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@media all and (min-width:1230px)
{
.container {
	width: 1200px;
}
}
#box_wrapper > section {
	overflow: hidden;
}
#box_wrapper {
	min-height: 100vh;
}
#canvas {
	min-height: 100vh;
}
#box_wrapper {
	display: flex; flex-direction: column;
}
.section_404 {
	flex:1 0 auto; display: flex; align-items: center;
}
.clear {
	clear: both;
}
.clearfix {
	clear: both;
}
.alignleft {
	margin-bottom: 15px;
}
.alignright {
	margin-bottom: 15px;
}
@media all and (min-width:768px)
{
.alignleft {
	margin: 5px 30px 15px 0px; float: left; max-width: 50%;
}
.alignright {
	margin: 5px 0px 15px 30px; float: right; max-width: 50%;
}
.one-third.alignright {
	max-width: 50%;
}
.one-third.alignleft {
	max-width: 50%;
}
}
@media all and (min-width:992px)
{
.one-third.alignright {
	max-width: 33.33%;
}
.one-third.alignleft {
	max-width: 33.33%;
}
}
@media all and (min-width:1200px)
{
.col-xs-12 .alignleft {
	margin: 5px 50px 30px 0px;
}
.col-xs-12 .alignright {
	margin: 5px 0px 30px 50px;
}
}
.round {
	border-radius: 50%;
}
.rounded {
	border-radius: 10px;
}
.top_rounded {
	border-radius: 10px 10px 0px 0px;
}
.bottom_rounded {
	border-radius: 0px 0px 10px 10px;
}
.overflow_hidden {
	overflow: hidden; z-index: 1;
}
.inline-block {
	display: inline-block; max-width: 100%;
}
.display-block {
	display: block;
}
.divided-content > * {
	display: inline-block;
}
.divided-content > *::before {
	width: 1px; height: 8px; color: rgb(120, 120, 120); margin-right: 14px; margin-left: 10px; display: inline-block; content: ""; background-color: rgba(120, 120, 120, 0.6);
}
.divided-content > *:last-child::after {
	width: 1px; height: 8px; color: rgb(120, 120, 120); margin-right: 14px; margin-left: 10px; display: inline-block; content: ""; background-color: rgba(120, 120, 120, 0.6);
}
.divided-content > *:first-child::before {
	margin-left: 0px; display: none;
}
.divided-content > *:last-child::after {
	margin-right: 0px; display: none;
}
.outside-dividers.divided-content > *:first-child::before {
	display: inline-block;
}
.outside-dividers.divided-content > *:last-child::after {
	display: inline-block;
}
.with_padding {
	padding: 20px;
}
@media all and (min-width:400px)
{
.with_padding {
	padding: 35px;
}
}
@media all and (min-width:400px)
{
.small_padding.with_padding {
	padding: 25px;
}
}
@media all and (min-width:1200px)
{
.big-padding.with_padding {
	padding: 55px 60px;
}
}
.with_background {
	background-color: rgb(242, 242, 242);
}
.with_background .with_background {
	background-color: rgb(255, 255, 255);
}
.muted_background {
	background-color: rgb(242, 242, 242);
}
.with_border {
	border: 1px solid rgb(228, 228, 228); border-image: none;
}
.thick_border.with_border {
	border-width: 10px;
}
.with_shadow {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.with_big_shadow {
	box-shadow: 20px 20px 30px rgba(0,0,0,0.1);
}
.no_top_border {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.no_bottom_border {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.bottom_color_border {
	position: relative;
}
.bottom_color_border::after {
	left: 0px; height: 3px; right: 0px; bottom: 0px; position: absolute; z-index: 1; content: ""; background-color: rgb(232, 82, 66);
}
.with_border.bottom_color_border::after {
	left: -1px; right: -1px; bottom: -1px;
}
.color2.bottom_color_border::after {
	background-color: rgb(243, 112, 43);
}
.color3.bottom_color_border::after {
	background-color: rgb(252, 179, 21);
}
.color4.bottom_color_border::after {
	background-color: rgb(3, 168, 203);
}
.top_color_border {
	border-top-color: rgb(232, 82, 66); border-top-width: 3px; border-top-style: solid;
}
.with_abs_button {
	margin-bottom: 20px; position: relative;
}
.with_abs_button .theme_button {
	left: 50%; bottom: -30px; white-space: nowrap; position: absolute; transform: translateX(-50%);
}
.with_abs_button > *:nth-last-child(2) {
	margin-bottom: 0px;
}
@media all and (max-width:399px)
{
.with_padding.with_abs_button {
	padding-bottom: 35px;
}
}
.bottom-border {
	position: relative;
}
.bottom-border::after {
	left: 0px; height: 2px; right: 0px; bottom: 0px; position: absolute; content: ""; background-color: rgba(0, 0, 0, 0.1);
}
.before_cover {
	overflow: hidden;
}
.after_cover {
	overflow: hidden;
}
.before_cover {
	position: relative; z-index: 2;
}
.after_cover {
	position: relative; z-index: 2;
}
.before_cover > * {
	position: relative; z-index: 2;
}
.after_cover > * {
	position: relative; z-index: 2;
}
.before_cover::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; content: "";
}
.after_cover::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; content: "";
}
.top-corner {
	left: 0px; top: 0px; line-height: 1; position: absolute;
}
.big {
	line-height: 1; font-size: 32px;
}
strong.big {
	font-family: "Ubuntu", sans-serif; font-size: 24px; font-weight: 400;
}
.response {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.highlight {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.highlight1 {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.highlight2 {
	border-color: rgb(176, 204, 73); color: rgb(176, 204, 73);
}
.highlight3 {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.highlight4 {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.highlight5 {
	border-color: rgb(97, 155, 59); color: rgb(97, 155, 59);
}
.highlight6 {
	border-color: rgb(182, 199, 44); color: rgb(182, 199, 44);
}
.red {
	color: rgb(250, 92, 93);
}
.required {
	color: rgb(250, 92, 93);
}
.lightgrey {
	color: rgb(191, 191, 191);
}
.black {
	border-color: rgb(31, 35, 43); color: rgb(31, 35, 43);
}
.grey {
	border-color: rgb(58, 61, 68); color: rgb(58, 61, 68);
}
.light {
	color: rgb(255, 255, 255);
}
.fontcolor {
	color: rgb(120, 120, 120);
}
.greylinks a {
	color: rgb(120, 120, 120);
}
.greylinks a.social-icon {
	color: rgba(120, 120, 120, 0.6);
}
.greylinks a.social-icon:hover {
	color: rgb(232, 82, 66);
}
.greylinks a.social-icon:focus {
	color: rgb(232, 82, 66);
}
.greylinks a.social-icon:active {
	color: rgb(232, 82, 66);
}
.darklinks a {
	color: rgb(58, 61, 68);
}
.darklinks a:hover {
	color: rgb(232, 82, 66);
}
.color2.darklinks a:hover {
	color: rgb(243, 112, 43);
}
.colorlinks a {
	color: rgb(243, 112, 43);
}
.colorlinks a:hover {
	color: rgb(232, 82, 66);
}
.underlined-links a {
	text-decoration: underline;
}
a.underline-link {
	text-decoration: underline;
}
.thin {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.weight-black {
	font-weight: 900;
}
.success_color {
	color: rgb(114, 185, 70);
}
.info_color {
	color: rgb(3, 168, 203);
}
.warning_color {
	color: rgb(243, 112, 43);
}
.danger_color {
	color: rgb(232, 82, 66);
}
.main_bg_color {
	color: rgb(224, 224, 225);
}
.main_bg_color2 {
	color: rgb(224, 224, 225);
}
.main_bg_color3 {
	color: rgb(224, 224, 225);
}
.main_bg_color4 {
	color: rgb(224, 224, 225);
}
.main_bg_color5 {
	color: rgb(224, 224, 225);
}
.main_bg_color6 {
	color: rgb(224, 224, 225);
}
.dark_bg_color {
	color: rgb(224, 224, 225);
}
.darkblue_bg_color {
	color: rgb(224, 224, 225);
}
.darkgrey_bg_color {
	color: rgb(224, 224, 225);
}
.bg_teaser.darkgrey_bg {
	color: rgb(224, 224, 225);
}
.success_bg_color {
	color: rgb(224, 224, 225);
}
.info_bg_color {
	color: rgb(224, 224, 225);
}
.warning_bg_color {
	color: rgb(224, 224, 225);
}
.danger_bg_color {
	color: rgb(224, 224, 225);
}
.danger_bg_color {
	color: rgb(224, 224, 225);
}
.transp_gradient_bg {
	color: rgb(224, 224, 225);
}
[class*='gradient_bg'] {
	color: rgb(224, 224, 225);
}
.main_bg_color h1 {
	color: rgb(255, 255, 255);
}
.main_bg_color h2 {
	color: rgb(255, 255, 255);
}
.main_bg_color h3 {
	color: rgb(255, 255, 255);
}
.main_bg_color h4 {
	color: rgb(255, 255, 255);
}
.main_bg_color h5 {
	color: rgb(255, 255, 255);
}
.main_bg_color h6 {
	color: rgb(255, 255, 255);
}
.main_bg_color2 h1 {
	color: rgb(255, 255, 255);
}
.main_bg_color2 h2 {
	color: rgb(255, 255, 255);
}
.main_bg_color2 h3 {
	color: rgb(255, 255, 255);
}
.main_bg_color2 h4 {
	color: rgb(255, 255, 255);
}
.main_bg_color2 h5 {
	color: rgb(255, 255, 255);
}
.main_bg_color2 h6 {
	color: rgb(255, 255, 255);
}
.main_bg_color3 h1 {
	color: rgb(255, 255, 255);
}
.main_bg_color3 h2 {
	color: rgb(255, 255, 255);
}
.main_bg_color3 h3 {
	color: rgb(255, 255, 255);
}
.main_bg_color3 h4 {
	color: rgb(255, 255, 255);
}
.main_bg_color3 h5 {
	color: rgb(255, 255, 255);
}
.main_bg_color3 h6 {
	color: rgb(255, 255, 255);
}
.main_bg_color4 h1 {
	color: rgb(255, 255, 255);
}
.main_bg_color4 h2 {
	color: rgb(255, 255, 255);
}
.main_bg_color4 h3 {
	color: rgb(255, 255, 255);
}
.main_bg_color4 h4 {
	color: rgb(255, 255, 255);
}
.main_bg_color4 h5 {
	color: rgb(255, 255, 255);
}
.main_bg_color4 h6 {
	color: rgb(255, 255, 255);
}
.main_bg_color5 h1 {
	color: rgb(255, 255, 255);
}
.main_bg_color5 h2 {
	color: rgb(255, 255, 255);
}
.main_bg_color5 h3 {
	color: rgb(255, 255, 255);
}
.main_bg_color5 h4 {
	color: rgb(255, 255, 255);
}
.main_bg_color5 h5 {
	color: rgb(255, 255, 255);
}
.main_bg_color5 h6 {
	color: rgb(255, 255, 255);
}
.main_bg_color6 h1 {
	color: rgb(255, 255, 255);
}
.main_bg_color6 h2 {
	color: rgb(255, 255, 255);
}
.main_bg_color6 h3 {
	color: rgb(255, 255, 255);
}
.main_bg_color6 h4 {
	color: rgb(255, 255, 255);
}
.main_bg_color6 h5 {
	color: rgb(255, 255, 255);
}
.main_bg_color6 h6 {
	color: rgb(255, 255, 255);
}
.dark_bg_color h1 {
	color: rgb(255, 255, 255);
}
.dark_bg_color h2 {
	color: rgb(255, 255, 255);
}
.dark_bg_color h3 {
	color: rgb(255, 255, 255);
}
.dark_bg_color h4 {
	color: rgb(255, 255, 255);
}
.dark_bg_color h5 {
	color: rgb(255, 255, 255);
}
.dark_bg_color h6 {
	color: rgb(255, 255, 255);
}
.darkblue_bg_color h1 {
	color: rgb(255, 255, 255);
}
.darkblue_bg_color h2 {
	color: rgb(255, 255, 255);
}
.darkblue_bg_color h3 {
	color: rgb(255, 255, 255);
}
.darkblue_bg_color h4 {
	color: rgb(255, 255, 255);
}
.darkblue_bg_color h5 {
	color: rgb(255, 255, 255);
}
.darkblue_bg_color h6 {
	color: rgb(255, 255, 255);
}
.darkgrey_bg_color h1 {
	color: rgb(255, 255, 255);
}
.darkgrey_bg_color h2 {
	color: rgb(255, 255, 255);
}
.darkgrey_bg_color h3 {
	color: rgb(255, 255, 255);
}
.darkgrey_bg_color h4 {
	color: rgb(255, 255, 255);
}
.darkgrey_bg_color h5 {
	color: rgb(255, 255, 255);
}
.darkgrey_bg_color h6 {
	color: rgb(255, 255, 255);
}
.bg_teaser.darkgrey_bg h1 {
	color: rgb(255, 255, 255);
}
.bg_teaser.darkgrey_bg h2 {
	color: rgb(255, 255, 255);
}
.bg_teaser.darkgrey_bg h3 {
	color: rgb(255, 255, 255);
}
.bg_teaser.darkgrey_bg h4 {
	color: rgb(255, 255, 255);
}
.bg_teaser.darkgrey_bg h5 {
	color: rgb(255, 255, 255);
}
.bg_teaser.darkgrey_bg h6 {
	color: rgb(255, 255, 255);
}
.success_bg_color h1 {
	color: rgb(255, 255, 255);
}
.success_bg_color h2 {
	color: rgb(255, 255, 255);
}
.success_bg_color h3 {
	color: rgb(255, 255, 255);
}
.success_bg_color h4 {
	color: rgb(255, 255, 255);
}
.success_bg_color h5 {
	color: rgb(255, 255, 255);
}
.success_bg_color h6 {
	color: rgb(255, 255, 255);
}
.info_bg_color h1 {
	color: rgb(255, 255, 255);
}
.info_bg_color h2 {
	color: rgb(255, 255, 255);
}
.info_bg_color h3 {
	color: rgb(255, 255, 255);
}
.info_bg_color h4 {
	color: rgb(255, 255, 255);
}
.info_bg_color h5 {
	color: rgb(255, 255, 255);
}
.info_bg_color h6 {
	color: rgb(255, 255, 255);
}
.warning_bg_color h1 {
	color: rgb(255, 255, 255);
}
.warning_bg_color h2 {
	color: rgb(255, 255, 255);
}
.warning_bg_color h3 {
	color: rgb(255, 255, 255);
}
.warning_bg_color h4 {
	color: rgb(255, 255, 255);
}
.warning_bg_color h5 {
	color: rgb(255, 255, 255);
}
.warning_bg_color h6 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h1 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h2 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h3 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h4 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h5 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h6 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h1 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h2 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h3 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h4 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h5 {
	color: rgb(255, 255, 255);
}
.danger_bg_color h6 {
	color: rgb(255, 255, 255);
}
.transp_gradient_bg h1 {
	color: rgb(255, 255, 255);
}
.transp_gradient_bg h2 {
	color: rgb(255, 255, 255);
}
.transp_gradient_bg h3 {
	color: rgb(255, 255, 255);
}
.transp_gradient_bg h4 {
	color: rgb(255, 255, 255);
}
.transp_gradient_bg h5 {
	color: rgb(255, 255, 255);
}
.transp_gradient_bg h6 {
	color: rgb(255, 255, 255);
}
[class*='gradient_bg'] h1 {
	color: rgb(255, 255, 255);
}
[class*='gradient_bg'] h2 {
	color: rgb(255, 255, 255);
}
[class*='gradient_bg'] h3 {
	color: rgb(255, 255, 255);
}
[class*='gradient_bg'] h4 {
	color: rgb(255, 255, 255);
}
[class*='gradient_bg'] h5 {
	color: rgb(255, 255, 255);
}
[class*='gradient_bg'] h6 {
	color: rgb(255, 255, 255);
}
.main_bg_color {
	background-color: rgb(206, 65, 51);
}
.transp.main_bg_color {
	background-color: rgba(206, 65, 51, 0.89);
}
.main_bg_color2 {
	background-color: rgb(234, 187, 49);
}
.transp.main_bg_color2 {
	background-color: rgba(234, 187, 49, 0.89);
}
.main_bg_color3 {
	background-color: rgb(176, 204, 73);
}
.transp.main_bg_color3 {
	background-color: rgba(176, 204, 73, 0.89);
}
.main_bg_color4 {
	background-color: rgb(99, 162, 81);
}
.transp.main_bg_color4 {
	background-color: rgba(99, 162, 81, 0.89);
}
.main_bg_color5 {
	background-color: rgb(78, 173, 229);
}
.transp.main_bg_color5 {
	background-color: rgba(78, 173, 229, 0.89);
}
.main_bg_color6 {
	background-color: rgb(168, 46, 138);
}
.transp.main_bg_color6 {
	background-color: rgba(168, 46, 138, 0.89);
}
.dark_bg_color {
	background-color: rgb(31, 35, 43);
}
.darkblue_bg_color {
	color: rgb(255, 255, 255); background-color: rgb(0, 32, 43);
}
.darkgrey_bg_color {
	color: rgb(255, 255, 255); background-color: rgb(58, 61, 68);
}
.success_bg_color {
	background-color: rgb(114, 185, 70);
}
.info_bg_color {
	background-color: rgb(3, 168, 203);
}
.warning_bg_color {
	background-color: rgb(243, 112, 43);
}
.danger_bg_color {
	background-color: rgb(232, 82, 66);
}
.light_bg_color {
	background-color: rgb(255, 255, 255);
}
.gradient_bg {
	background: linear-gradient(to right, rgb(232, 82, 66), rgb(243, 112, 43));
}
.transp_bg {
	background-color: transparent !important;
}
.theme_bg {
	background-color: rgb(255, 255, 255);
}
.divider_20 {
	margin: 20px 0px;
}
.divider_30 {
	margin: 30px 0px;
}
.divider_40 {
	margin: 40px 0px;
}
.divider_60_2 {
	width: 60px; height: 2px;
}
.text-center hr[class*='divider_'] {
	text-align: center; margin-right: auto; margin-left: auto;
}
.text-center hr[class*='_divider'] {
	text-align: center; margin-right: auto; margin-left: auto;
}
.margin_0 {
	margin: 0px !important;
}
.topmargin_0 {
	margin-top: 0px !important;
}
.topmargin_1 {
	margin-top: 1px;
}
.topmargin_5 {
	margin-top: 5px;
}
.topmargin_10 {
	margin-top: 10px;
}
.topmargin_15 {
	margin-top: 15px;
}
.topmargin_20 {
	margin-top: 20px;
}
.topmargin_25 {
	margin-top: 25px;
}
.topmargin_30 {
	margin-top: 30px;
}
.topmargin_35 {
	margin-top: 35px;
}
.topmargin_40 {
	margin-top: 40px;
}
.topmargin_45 {
	margin-top: 45px;
}
.topmargin_50 {
	margin-top: 50px;
}
.topmargin_60 {
	margin-top: 60px;
}
.topmargin_80 {
	margin-top: 80px;
}
.bottommargin_0 {
	margin-bottom: 0px !important;
}
.bottommargin_5 {
	margin-bottom: 5px;
}
.bottommargin_10 {
	margin-bottom: 10px;
}
.bottommargin_15 {
	margin-bottom: 15px;
}
.bottommargin_20 {
	margin-bottom: 20px;
}
.bottommargin_25 {
	margin-bottom: 25px;
}
.bottommargin_30 {
	margin-bottom: 30px;
}
.bottommargin_40 {
	margin-bottom: 40px;
}
.bottommargin_50 {
	margin-bottom: 50px;
}
.bottommargin_60 {
	margin-bottom: 60px;
}
.leftmargin_10 {
	margin-left: 10px;
}
.leftmargin_20 {
	margin-left: 20px;
}
.leftmargin_30 {
	margin-left: 30px;
}
.leftmargin_40 {
	margin-left: 40px;
}
.leftmargin_50 {
	margin-left: 50px;
}
.leftmargin_60 {
	margin-left: 60px;
}
.rightmargin_10 {
	margin-right: 10px;
}
.rightmargin_20 {
	margin-right: 20px;
}
.rightmargin_30 {
	margin-right: 30px;
}
.rightmargin_40 {
	margin-right: 40px;
}
.rightmargin_50 {
	margin-right: 50px;
}
.rightmargin_60 {
	margin-right: 60px;
}
.padding_0 {
	padding: 0px;
}
.padding_10 {
	padding: 10px;
}
.padding_20 {
	padding: 20px;
}
.padding_30 {
	padding: 30px;
}
.padding_40 {
	padding: 40px;
}
.toppadding_10 {
	padding-top: 10px;
}
.toppadding_20 {
	padding-top: 20px;
}
.toppadding_30 {
	padding-top: 30px;
}
.toppadding_40 {
	padding-top: 40px;
}
.toppadding_50 {
	padding-top: 50px;
}
.toppadding_60 {
	padding-top: 60px;
}
.bottompadding_10 {
	padding-bottom: 10px;
}
.bottompadding_20 {
	padding-bottom: 20px;
}
.bottompadding_30 {
	padding-bottom: 30px;
}
.bottompadding_40 {
	padding-bottom: 40px;
}
.bottompadding_50 {
	padding-bottom: 50px;
}
.bottompadding_60 {
	padding-bottom: 60px;
}
.leftpadding_5 {
	padding-left: 5px;
}
.leftpadding_10 {
	padding-left: 10px;
}
.leftpadding_20 {
	padding-left: 20px;
}
.leftpadding_30 {
	padding-left: 30px;
}
.leftpadding_40 {
	padding-left: 40px;
}
.leftpadding_50 {
	padding-left: 50px;
}
.leftpadding_60 {
	padding-left: 60px;
}
.rightpadding_5 {
	padding-right: 5px;
}
.rightpadding_10 {
	padding-right: 10px;
}
.rightpadding_20 {
	padding-right: 20px;
}
.rightpadding_25 {
	padding-right: 25px;
}
.rightpadding_30 {
	padding-right: 30px;
}
.rightpadding_40 {
	padding-right: 40px;
}
.rightpadding_50 {
	padding-right: 50px;
}
.rightpadding_60 {
	padding-right: 60px;
}
.fontsize_12 {
	font-size: 12px;
}
.fontsize_14 {
	font-size: 14px;
}
.fontsize_16 {
	font-size: 16px;
}
.fontsize_18 {
	font-size: 18px;
}
.fontsize_20 {
	line-height: 30px; font-size: 20px;
}
.fontsize_24 {
	font-size: 24px;
}
.fontsize_26 {
	font-size: 26px;
}
.fontsize_28 {
	font-size: 28px;
}
.fontsize_30 {
	font-size: 30px;
}
.fontsize_32 {
	font-size: 32px;
}
.display_table {
	height: 100%; margin-right: auto; margin-left: auto; display: table; border-collapse: collapse; min-width: 100%;
}
.display_table_cell {
	overflow: hidden; vertical-align: middle; float: none; display: table-cell; -ms-zoom: 1; box-sizing: border-box;
}
@media all and (min-width:768px)
{
.pull-sm-right {
	float: right;
}
.pull-sm-left {
	float: left;
}
.text-sm-right {
	text-align: right;
}
.text-sm-left {
	text-align: left;
}
.text-sm-center {
	text-align: center;
}
.display_table_sm {
	height: 100%; margin-right: auto; margin-left: auto; display: table; border-collapse: collapse; min-width: 100%;
}
.display_table_cell_sm {
	overflow: hidden; vertical-align: middle; float: none; display: table-cell; -ms-zoom: 1; box-sizing: border-box;
}
}
@media all and (min-width:992px)
{
.pull-md-right {
	float: right;
}
.pull-md-left {
	float: left;
}
.text-md-right {
	text-align: right;
}
.text-md-left {
	text-align: left;
}
.text-md-center {
	text-align: center;
}
.display_inline_md {
	display: inline;
}
.display_table_md {
	height: 100%; margin-right: auto; margin-left: auto; display: table; border-collapse: collapse; min-width: 100%;
}
.display_table_cell_md {
	vertical-align: middle; float: none; display: table-cell; -ms-zoom: 1; box-sizing: border-box;
}
}
@media all and (min-width:1200px)
{
.pull-lg-right {
	float: right;
}
.pull-lg-left {
	float: left;
}
.text-lg-right {
	text-align: right;
}
.text-lg-left {
	text-align: left;
}
.text-lg-center {
	text-align: center;
}
.display_table_lg {
	height: 100%; margin-right: auto; margin-left: auto; display: table; border-collapse: collapse; min-width: 100%;
}
.display_table_cell_lg {
	overflow: hidden; vertical-align: middle; float: none; display: table-cell; -ms-zoom: 1; box-sizing: border-box;
}
}
@media all and (max-width:767px)
{
.text-xs-right {
	text-align: right;
}
.text-xs-left {
	text-align: left;
}
.text-xs-center {
	text-align: center;
}
}
@media all and (max-width:500px)
{
.hidden-xxs {
	display: none;
}
}
.inline-dropdown {
	list-style: none; margin: 0px;
}
.inline-dropdown > li {
	margin: 0px -2px; display: inline-block;
}
.small-text {
	text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500;
}
.small.small-text {
	font-size: 12px;
}
.hero-text {
	line-height: 0.8em; font-size: 40px; font-weight: bold;
}
@media all and (min-width:992px)
{
.hero-text {
	font-size: 80px;
}
}
.nowrap {
	white-space: nowrap;
}
.inline-block.media {
	display: inline-block;
}
.inline-block.media .media-body {
	width: auto;
}
.content-justify {
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
.content-margins.content-justify > * {
	margin-top: 10px; margin-bottom: 10px;
}
.nowrap.content-justify {
	flex-wrap: nowrap;
}
.flex-wrap {
	display: flex; flex-wrap: wrap;
}
.flex-wrap::before {
	display: none;
}
.flex-wrap::after {
	display: none;
}
.v-center.flex-wrap.row {
	align-items: center;
}
.v-center-content.flex-wrap.row {
	align-items: stretch;
}
.v-center-content.flex-wrap.row > [class*='col-'] {
	display: flex;
}
.v-center-content.flex-wrap.row > [class*='col-'] > * {
	display: flex; flex-direction: column; justify-content: center;
}
.inline-content {
	margin-right: -9px; margin-left: -9px;
}
.inline-content > * {
	margin-right: 9px; margin-bottom: 0px; margin-left: 9px; vertical-align: middle; display: inline-block;
}
.inline-content > *.media {
	margin-top: 10px; margin-bottom: 10px;
}
.v-spacing.inline-content > * {
	margin-bottom: 10px;
}
.v-spacing.inline-content > *:last-child {
	margin-right: 5px; margin-bottom: 10px;
}
@media all and (min-width:1200px)
{
.big-spacing.inline-content {
	margin-right: -13px; margin-left: -13px;
}
.big-spacing.inline-content > * {
	margin-right: 13px; margin-left: 13px;
}
}
@media all and (min-width:1600px)
{
.big-spacing.inline-content {
	margin-right: -21px; margin-left: -21px;
}
.big-spacing.inline-content > * {
	margin-right: 21px; margin-left: 21px;
}
}
.item-meta .inline-content > * {
	margin-right: 10px; margin-left: 10px;
}
.display-flex {
	display: flex;
}
.v-center {
	align-items: center;
}
.content-3lines-ellipsis {
	height: 5.62rem; line-height: 1.87em; overflow: hidden; font-size: 1rem; display: block; -ms-text-overflow: ellipsis; -webkit-line-clamp: 3;
}
@media all and (min-width:992px)
{
.md-content-3lines-ellipsis {
	height: 5.62rem; line-height: 1.87em; overflow: hidden; font-size: 1rem; display: block; -ms-text-overflow: ellipsis; -webkit-line-clamp: 3;
}
.two-cols-text {
	column-count: 2;
}
.two-cols-text ul {
	margin: 0px;
}
}
.with_border .item-media {
	margin: -1px; z-index: 2;
}
.with_border .entry-thumbnail {
	margin: -1px; z-index: 2;
}
.with_border .item-media + header {
	margin: 0px -1px;
}
.with_border .entry-thumbnail + header {
	margin: 0px -1px;
}
.full-padding.with_border .item-media {
	margin: 0px;
}
.side-item .row {
	margin: 0px;
}
.side-item .row [class*='col-'] {
	margin: 0px; padding: 0px;
}
.side-sm.side-item .item-content {
	padding-top: 30px;
}
@media all and (min-width:768px)
{
.side-sm.side-item .row {
	display: flex;
}
}
@media all and (min-width:992px)
{
.side-md.side-item .row {
	display: flex;
}
.side-md.side-item .row [class*='col-'] {
	display: flex; flex-direction: column; justify-content: space-between;
}
}
@media all and (min-width:1200px)
{
.side-md.side-item .col-lg-4 {
	width: 36%;
}
.side-md.side-item .col-lg-8 {
	width: 64%;
}
}
@media all and (min-width:992px)
{
.bottom_color_border.side-md.side-item::after {
	top: -1px; width: 3px; height: auto;
}
.left.bottom_color_border.side-md.side-item::after {
	left: auto;
}
}
@media all and (min-width:992px)
{
.right.side-md.side-item {
	display: flex;
}
.right.side-md.side-item [class*='col-']:first-child {
	order: 2;
}
.right.side-md.side-item [class*='col-']:nth-child(2) {
	order: 1;
}
}
@media all and (max-width:767px)
{
.no-content-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.full-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.no-content-padding .col-xs-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
.full-padding .col-xs-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
}
@media all and (min-width:768px)
{
.no-content-padding [class*='col-sm-'] .item-content {
	padding-left: 30px;
}
.full-padding [class*='col-sm-'] .item-content {
	padding-left: 30px;
}
.no-content-padding [class*='col-sm-'][class*='col-sm-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.full-padding [class*='col-sm-'][class*='col-sm-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.no-content-padding .col-sm-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
.full-padding .col-sm-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
}
@media all and (min-width:992px)
{
.no-content-padding [class*='col-md-'] .item-content {
	padding-left: 30px;
}
.full-padding [class*='col-md-'] .item-content {
	padding-left: 30px;
}
.no-content-padding [class*='col-md-'][class*='col-md-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.full-padding [class*='col-md-'][class*='col-md-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.no-content-padding .col-md-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
.full-padding .col-md-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
}
@media all and (min-width:1200px)
{
.no-content-padding [class*='col-lg-'] .item-content {
	padding-left: 30px;
}
.full-padding [class*='col-lg-'] .item-content {
	padding-left: 30px;
}
.no-content-padding [class*='col-lg-'][class*='col-lg-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.full-padding [class*='col-lg-'][class*='col-lg-pull'] .item-content {
	padding-right: 30px; padding-left: 0px;
}
.no-content-padding .col-lg-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
.full-padding .col-lg-12 .item-content {
	padding-top: 30px; padding-right: 0px; padding-left: 0px;
}
}
.vertical-item .item-content {
	position: relative;
}
.post.vertical-item .item-content {
	padding-top: 0px;
}
.content-padding.vertical-item .item-content {
	padding: 30px 20px;
}
@media all and (min-width:400px)
{
.content-padding.vertical-item .item-content {
	padding: 35px 40px;
}
}
@media all and (min-width:1200px)
{
.big-padding.vertical-item .item-content {
	padding: 55px;
}
}
@media all and (min-width:1200px)
{
.big-vertical-padding.vertical-item .item-content {
	padding-top: 55px; padding-bottom: 55px;
}
}
.content-absolute.vertical-item {
	position: relative;
}
.content-absolute.vertical-item .item-content {
	padding: 20px; left: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 2;
}
@media all and (min-width:400px)
{
.content-absolute.vertical-item .item-content {
	padding: 35px 40px;
}
}
@media all and (min-width:1200px)
{
.content-absolute.vertical-item .big-padding.item-content {
	padding: 55px 60px;
}
}
.content-absolute.vertical-item .ds.item-content {
	background-color: rgba(31, 35, 43, 0.8);
}
.v-center.content-absolute.vertical-item .item-content {
	top: 0px; display: flex; flex-direction: column; justify-content: center;
}
.hover-content.content-absolute.vertical-item .item-content {
	transition:transform 0.3s; transform: scaleY(0);
}
.hover-content.content-absolute.vertical-item:hover .item-content {
	transform: scaleY(1);
}
.vertical-item + .item-title {
	padding: 10px 30px;
}
.vertical-item + .item-title h2 {
	margin: 0px;
}
.vertical-item + .item-title h3 {
	margin: 0px;
}
.vertical-item + .item-title h4 {
	margin: 0px;
}
.content-padding.side-item .item-content {
	padding: 25px 20px;
}
@media all and (min-width:400px)
{
.content-padding.side-item .item-content {
	padding: 35px 40px;
}
}
@media all and (min-width:1200px)
{
.big-padding.side-item .item-content {
	padding: 55px 60px;
}
}
.entry-meta {
	position: relative;
}
.item-media-wrap {
	position: relative;
}
.item-media-wrap .entry-meta {
	left: 0px; right: 0px; bottom: 0px; position: relative; z-index: 1;
}
@media all and (min-width:1200px)
{
.item-media-wrap .entry-meta {
	position: absolute;
}
.ls .item-media-wrap .entry-meta {
	background-color: rgba(58, 61, 68, 0.8);
}
.ds .item-media-wrap .entry-meta {
	background-color: rgba(255, 255, 255, 0.8);
}
}
.content-padding .item-media-wrap + .entry-meta {
	padding: 12px 20px 11px;
}
.content-padding > :first-child.entry-meta {
	padding: 12px 20px 11px;
}
.content-padding [class*='col-'] > :first-child.entry-meta {
	padding: 12px 20px 11px;
}
.content-padding .item-media + .entry-meta {
	padding: 12px 20px 11px;
}
.content-padding .item-media-wrap .entry-meta {
	padding: 12px 20px 11px;
}
@media all and (min-width:400px)
{
.content-padding .item-media-wrap + .entry-meta {
	padding: 12px 35px 11px;
}
.content-padding > :first-child.entry-meta {
	padding: 12px 35px 11px;
}
.content-padding [class*='col-'] > :first-child.entry-meta {
	padding: 12px 35px 11px;
}
.content-padding .item-media + .entry-meta {
	padding: 12px 35px 11px;
}
.content-padding .item-media-wrap .entry-meta {
	padding: 12px 35px 11px;
}
}
.content-padding .item-media-wrap + .no-avatar.entry-meta > *:first-child {
	max-width: 100%;
}
.content-padding > :first-child.no-avatar.entry-meta > *:first-child {
	max-width: 100%;
}
.content-padding [class*='col-'] > :first-child.no-avatar.entry-meta > *:first-child {
	max-width: 100%;
}
.content-padding .item-media + .no-avatar.entry-meta > *:first-child {
	max-width: 100%;
}
.content-padding .item-media-wrap .no-avatar.entry-meta > *:first-child {
	max-width: 100%;
}
@media all and (min-width:1200px)
{
.big-padding .item-media-wrap + .entry-meta {
	padding: 17px 55px 16px;
}
.big-padding > :first-child.entry-meta {
	padding: 17px 55px 16px;
}
.big-padding [class*='col-'] > :first-child.entry-meta {
	padding: 17px 55px 16px;
}
.big-padding .item-media + .entry-meta {
	padding: 17px 55px 16px;
}
.big-padding .item-media-wrap .entry-meta {
	padding: 17px 55px 16px;
}
}
@media all and (min-width:1200px)
{
.side-item.big-padding .item-media-wrap + .entry-meta {
	padding: 17px 55px 16px;
}
.side-item.big-padding > :first-child.entry-meta {
	padding: 17px 55px 16px;
}
.side-item.big-padding [class*='col-'] > :first-child.entry-meta {
	padding: 17px 55px 16px;
}
.side-item.big-padding .item-media + .entry-meta {
	padding: 17px 55px 16px;
}
.side-item.big-padding .item-media-wrap .entry-meta {
	padding: 17px 55px 16px;
}
}
.item-media-wrap {
	line-height: 0;
}
.item-media-wrap > * {
	line-height: 1.62rem;
}
.item-media {
	overflow: hidden; position: relative;
}
.item-media img {
	width: auto;
}
.media-links {
	left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; position: absolute; background-color: transparent !important;
}
.media-links div {
	top: 50%; width: 100%; margin-top: -25px; position: absolute; z-index: 4;
}
.media-links::before {
	transition:0.2s linear; left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; content: ""; opacity: 0; background-color: rgba(31, 35, 43, 0.6);
}
.color-overlay.media-links::before {
	opacity: 1;
}
[class*='-item']:hover .color-overlay.media-links::before {
	opacity: 0;
}
[class*='-item']:hover .media-links::before {
	opacity: 1;
}
.no-overlay.media-links::before {
	display: none;
}
.inverse.media-links::before {
	opacity: 1;
}
[class*='-item']:hover .inverse.media-links::before {
	opacity: 0;
}
.media-links a.abs-link {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; opacity: 0;
}
[class*='-item']:hover .media-links a.abs-link {
	opacity: 1;
}
[class*='-item'] .links-wrap a {
	border-radius: 30px; transition:0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); top: -100px; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 16px; display: inline-block; position: relative; z-index: 5; opacity: 0; -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*='-item'] .links-wrap > span {
	border-radius: 30px; transition:0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); top: -100px; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 16px; display: inline-block; position: relative; z-index: 5; opacity: 0; -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*='-item'] .links-wrap a.p-view {
	color: rgb(255, 255, 255);
}
[class*='-item'] .links-wrap a.p-view:hover {
	color: rgb(232, 82, 66);
}
[class*='-item'] .links-wrap a.p-link {
	transition:0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; color: rgb(58, 61, 68); -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
[class*='-item'] .links-wrap a.p-link:hover {
	color: rgb(232, 82, 66);
}
[class*='-item'] .links-wrap a::before {
	font-family: "FontAwesome"; content: "\f0c1";
}
[class*='-item'] .links-wrap a.p-link::before {
	font-size: 14px; content: "\f0c1";
}
[class*='-item'] .links-wrap > span {
	font-size: 24px;
}
.media-links .bottom-links {
	transition:0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); top: auto; bottom: -20px; opacity: 0;
}
[class*='-item']:hover .links-wrap a {
	top: 0px; opacity: 1;
}
[class*='-item']:hover .links-wrap > span {
	top: 0px; opacity: 1;
}
[class*='-item']:hover .media-links div {
	opacity: 1;
}
[class*='-item']:hover .media-links .bottom-links {
	bottom: 30px; opacity: 1;
}
.featured-post {
	border-radius: 0px 0px 100%; left: 0px; top: 0px; width: 40px; height: 40px; text-align: center; position: absolute;
}
.featured-post i {
	left: 12px; top: 12px; color: rgb(255, 255, 255); font-size: 14px; position: absolute;
}
@media all and (min-width:1200px)
{
.featured-post {
	width: 60px; height: 60px;
}
.featured-post i {
	left: 19px; top: 19px;
}
}
.header_white {
	color: rgb(120, 120, 120); background-color: rgb(255, 255, 255);
}
.affix.header_white {
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.07);
}
.header_white a.logo {
	color: rgb(58, 61, 68);
}
.header_white + .page_content.ls {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
:not(.ms).ls + .header_white > header:not(.ms) {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
.header_darkgrey {
	color: rgb(255, 255, 255); background-color: rgb(58, 61, 68);
}
.affix.header_darkgrey {
	box-shadow: 0px 1px 15px rgba(0,0,0,0.3);
}
.header_darkgrey a[class*='socicon-'] {
	color: rgb(255, 255, 255);
}
.header_darkgrey .logo-meta {
	color: rgb(255, 255, 255);
}
.header_darkgrey .grey {
	color: rgb(255, 255, 255);
}
.header_darkgrey .black {
	color: rgb(255, 255, 255);
}
.with_top_border.header_darkgrey::before {
	background-color: rgba(255, 255, 255, 0.2);
}
:not(.ms).ds + .header_darkgrey > header:not(.ms) {
	border-top-color: rgba(255, 255, 255, 0.2); border-top-width: 1px; border-top-style: solid;
}
.page_header.affix [class*='container']::before {
	background-color: transparent !important;
}
.header_color {
	background-color: rgb(232, 82, 66);
}
@media all and (min-width:768px)
{
.header_transparent_wrap {
	height: 0px !important; position: relative;
}
.header_transparent_wrap :not(.affix).header_darkgrey.header_transparent {
	background-color: rgba(31, 35, 43, 0.75);
}
.transparent_wrapper {
	height: 0px !important; position: relative;
}
.transparent_wrapper > *:not(.page_header_wrapper) {
	position: relative; z-index: 3; background-color: transparent;
}
.transparent_wrapper :not(.affix).page_header {
	background-color: transparent;
}
}
.logo {
	padding: 5px 0px; display: inline-block; position: relative; z-index: 2;
}
.logo img {
	max-width: 60px;
}
@media all and (min-width:1600px)
{
.logo img {
	max-width: 100px;
}
}
.page_header_side .logo img {
	max-width: 220px;
}
.logo_with_text.logo {
	white-space: nowrap;
}
.ls .logo {
	color: rgb(58, 61, 68);
}
.header_color .logo {
	color: rgb(255, 255, 255);
}
.header_darkgrey .logo {
	color: rgb(255, 255, 255);
}
.floating_logo .logo {
	margin-right: 30px; float: left;
}
.vertical_logo.logo {
	padding: 0px; text-align: center;
}
.vertical_logo.logo img {
	margin: auto; display: block;
}
.vertical_logo.logo .logo_text {
	margin: 5px auto 0px; text-align: center;
}
.vertical_logo.logo .logo_text .big {
	margin-bottom: 0px;
}
@media all and (min-width:992px)
{
.header_logo_center .logo {
	left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%);
}
}
.logo_text {
	text-align: left; color: rgb(58, 61, 68); line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 34px; font-weight: 500; margin-top: -5px; margin-left: 15px; vertical-align: middle; display: inline-block;
}
@media all and (min-width:1600px)
{
.logo_text {
	margin-left: 24px;
}
.page_header_side .logo_text {
	margin-left: 15px;
}
}
.logo_text small {
	text-transform: uppercase; letter-spacing: 0.02em; font-family: "Lato", sans-serif; font-size: 10px; font-weight: 400; margin-top: 2px; margin-left: 2px; display: block;
}
.ds .logo_text {
	color: rgb(255, 255, 255);
}
.header_darkgrey .logo_text {
	color: rgb(255, 255, 255);
}
@media all and (min-width:992px)
{
.header_logo_center .logo_wrapper {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute;
}
}
.logo-meta {
	margin: 11px 20px; text-align: left; line-height: 1; vertical-align: middle; display: inline-block;
}
.page_header_side .logo-meta {
	display: block !important;
}
.page_header {
	margin: 0px; padding: 0px; transition:background 0.2s ease-in-out, margin 0.6s ease-in-out; left: 0px; top: 0px; height: auto; right: 0px; position: relative; z-index: 1000;
}
.affix.page_header {
	position: fixed; z-index: 1001;
}
.mobile-active.page_header {
	z-index: 1002;
}
.affix-bottom.page_header {
	top: 0px !important; position: fixed;
}
.page_header .search_modal_button {
	background-position: 50% 0px; border-color: transparent;
}
.page_header [class*='display_table_cell'] {
	overflow: visible;
}
.page_header [class*='col-'] {
	min-height: 0px;
}
@media all and (max-width:1599px)
{
.page_header .header_right_buttons h5 {
	font-size: 16px;
}
.page_header .header_right_buttons .big {
	font-size: 24px;
}
}
#search_modal {
	color: rgb(255, 255, 255);
}
#search_modal .search-form {
	margin: 0px 0px 0px 60px; border-bottom-color: rgba(255, 255, 255, 0.1); border-bottom-width: 1px; border-bottom-style: solid;
}
#search_modal a {
	color: rgb(255, 255, 255); text-transform: uppercase; font-size: 12px; opacity: 0.6;
}
#search_modal a:hover {
	color: rgb(232, 82, 66); opacity: 1;
}
#search_modal .searchform-respond {
	margin: 20px auto; width: 300px;
}
#search_modal .form-control {
	border: currentColor; border-image: none; width: 100%; height: 50px; color: rgb(255, 255, 255); background-color: transparent;
}
#search_modal :-ms-input-placeholder.form-control {
	color: rgba(255, 255, 255, 0.8);
}
#search_modal .theme_button {
	padding: 0px;
}
#search_modal .close {
	padding: 14px 14px 13px; color: rgb(255, 255, 255); position: absolute; min-width: 0px; opacity: 1; text-shadow: none;
}
.page_header .header-button {
	line-height: 60px;
}
.header_right_buttons .small-padding.inline-list > li {
	padding-top: 0px; padding-bottom: 0px;
}
.page_header::before {
	clear: both; display: block; content: "";
}
.page_header::after {
	clear: both; display: block; content: "";
}
.page_header {
	height: auto;
}
.header_left_logo {
	padding: 0px 15px; overflow: visible; white-space: nowrap;
}
[class*='display_table_cell'] .header_left_logo {
	padding-left: 0px;
}
.header_mainmenu {
	padding: 0px 15px; width: 10000px; overflow: visible;
}
.header_right_buttons {
	padding: 0px 15px; text-align: right; overflow: visible; white-space: nowrap;
}
.ls.header_right_buttons {
	background-color: transparent !important;
}
body {
	left: 0px; position: relative;
}
body::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; visibility: hidden; position: fixed; z-index: 1001; content: ""; opacity: 0; background-color: rgba(0, 0, 0, 0.5);
}
body {
	transition:0.6s ease-in-out;
}
body::after {
	transition:0.6s ease-in-out;
}
.page_header_side {
	transition:0.6s ease-in-out;
}
body {
	transition-property: left, right;
}
body.active-side-header {
	left: 270px;
}
body.active-side-header .page_header_side {
	left: 0px;
}
body.active-side-header::after {
	visibility: visible; opacity: 1;
}
.page_header_side {
	left: -270px; top: 0px; width: 270px; bottom: 0px; position: fixed; z-index: 1002;
}
.active-slide-side-header.page_header_side {
	box-shadow: 0px 0px 4px 3px rgba(50,50,50,0.05);
}
.page_header_side ~ * .toggle_menu {
	display: none;
}
.page_header_side .widget {
	padding-right: 30px; padding-left: 30px; margin-top: 20px;
}
.page_header_side .logo-meta {
	margin: 30px;
}
.page_header_side .social-icons {
	margin: 20px 30px 0px; display: block;
}
.side_header_inner {
	padding: 10px 0px 60px;
}
.toggle_menu_side {
	border-radius: 0px; top: 5px; width: 60px; height: 60px; right: -65px; position: absolute; z-index: 2; cursor: pointer; box-shadow: 0px 0px 4px 2px rgba(50,50,50,0.05); background-color: rgb(255, 255, 255);
}
.toggle_menu_side::before {
	transition:0.25s ease-in-out; left: 0px; width: 24px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(58, 61, 68);
}
.toggle_menu_side span {
	transition:0.25s ease-in-out; left: 0px; width: 24px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(58, 61, 68);
}
.toggle_menu_side span::before {
	transition:0.25s ease-in-out; left: 0px; width: 24px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(58, 61, 68);
}
.toggle_menu_side span::after {
	transition:0.25s ease-in-out; left: 0px; width: 24px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(58, 61, 68);
}
.toggle_menu_side::before {
	left: 18px; top: 50%;
}
.toggle_menu_side span {
	left: 18px; top: 50%;
}
.toggle_menu_side span::before {
	top: -6px; opacity: 1;
}
.toggle_menu_side span::after {
	top: 6px; opacity: 1;
}
.active-slide-side-header .toggle_menu_side::before {
	transform: rotate(45deg);
}
.active-side-header .toggle_menu_side::before {
	transform: rotate(45deg);
}
.active-slide-side-header .toggle_menu_side span {
	transform: rotate(-45deg);
}
.active-side-header .toggle_menu_side span {
	transform: rotate(-45deg);
}
.active-slide-side-header .toggle_menu_side span::before {
	opacity: 0;
}
.active-slide-side-header .toggle_menu_side span::after {
	opacity: 0;
}
.active-side-header .toggle_menu_side span::before {
	opacity: 0;
}
.active-side-header .toggle_menu_side span::after {
	opacity: 0;
}
.ds .toggle_menu_side {
	background-color: rgb(61, 61, 71);
}
.ds .toggle_menu_side span {
	background-color: rgb(255, 255, 255);
}
.ds .toggle_menu_side span::before {
	background-color: rgb(255, 255, 255);
}
.ds .toggle_menu_side span::after {
	background-color: rgb(255, 255, 255);
}
.ds .toggle_menu_side::before {
	background-color: rgb(255, 255, 255);
}
.bs .toggle_menu_side {
	background-color: rgb(0, 32, 43);
}
@media all and (max-width:350px)
{
.toggle_menu_side {
	top: 0px; right: -50px;
}
}
.page_header_side_sticked.page_header_side .toggle_menu_side {
	transition:0.6s ease-in-out; top: 5px; right: -65px;
}
.admin .page_header_side_sticked.page_header_side .toggle_menu_side {
	top: 0px; right: -60px;
}
.admin .active-slide-side-header.page_header_side_sticked.page_header_side .toggle_menu_side {
	top: 0px; right: 0px; box-shadow: none;
}
.active-slide-side-header.page_header_side {
	left: 0px;
}
.container {
	max-width: 100%;
}
@media all and (max-width:767px)
{
.container {
	max-width: 500px;
}
}
@media all and (min-width:600px)
{
.active-slide-side-header.page_header_side_sticked.page_header_side {
	left: 0px;
}
.page_header_side_sticked ~ * {
	transition:margin 0.6s ease-in-out;
}
.page_header_side_sticked ~ div .page_header {
	padding-left: 35px;
}
.active-slide-side-header.page_header_side_sticked ~ div .page_header {
	padding-left: 0px; margin-left: 270px;
}
.active-slide-side-header.page_header_side_sticked ~ * {
	margin-left: 270px;
}
.boxed .active-slide-side-header.page_header_side_sticked ~ * {
	margin-left: 0px;
}
.boxed .active-slide-side-header.page_header_side_sticked ~ div .page_header {
	margin-left: 0px;
}
.page_header_side_sticked ~ .page_header_wrapper {
	margin-left: 0px;
}
}
.header_side_right.page_header_side {
	left: auto; right: -270px;
}
.active-slide-side-header.header_side_right.page_header_side {
	right: 0px;
}
.header_side_right.page_header_side .toggle_menu_side {
	left: -65px; right: auto;
}
@media all and (max-width:350px)
{
.header_side_right.page_header_side .toggle_menu_side {
	left: -50px;
}
}
body.slide-right.active-side-header {
	left: -270px;
}
body.slide-right.active-side-header .page_header_side {
	left: auto; right: 0px;
}
.menu-side-click {
	margin: 19px 0px; padding: 0px;
}
.menu-side-click i {
	width: 1em; text-align: center; margin-right: 10px;
}
.menu-side-click .activate_submenu {
	transition:0.25s ease-in-out; top: 7px; width: 10px; text-align: center; right: 30px; color: rgb(58, 61, 68); font-size: 11px; position: absolute; cursor: pointer; opacity: 0.9; transform: rotate(-90deg);
}
.menu-side-click .activate_submenu::before {
	font-family: "FontAwesome"; content: "\f0dd";
}
.ds .menu-side-click .activate_submenu {
	color: rgb(255, 255, 255);
}
.menu-side-click .active-submenu > .activate_submenu {
	transform: rotate(0deg);
}
.menu-side-click li {
	list-style: none; position: relative;
}
.menu-side-click > li {
	padding: 0px 40px 0px 27px; transition:0.3s ease-in-out; font-weight: 400; border-left-color: transparent; border-left-width: 3px; border-left-style: solid; background-color: transparent;
}
.menu-side-click > li a {
	padding: 7px 0px; display: block;
}
.menu-side-click > li.active-submenu {
	border-color: rgb(232, 82, 66); padding-top: 19px; padding-bottom: 10px;
}
.bs .menu-side-click > li.active-submenu {
	background-color: rgb(0, 32, 43);
}
.ls .menu-side-click > li.active-submenu {
	background-color: rgb(242, 242, 242);
}
.menu-side-click > li.active-submenu > .activate_submenu {
	top: 22px;
}
.menu-side-click > li li {
	padding-right: 40px; font-weight: 500;
}
.menu-side-click li.active > a {
	color: rgb(232, 82, 66);
}
.menu-side-click ul {
	height: 0px; padding-left: 26px; opacity: 0;
}
.menu-side-click ul ul {
	padding-left: 10px; font-size: 95%;
}
.menu-side-click .active-submenu > div.mega-menu {
	height: auto;
}
.menu-side-click .active-submenu > ul {
	height: auto; opacity: 1;
}
.menu-side-click .active-submenu > div.mega-menu > ul {
	height: auto; opacity: 1;
}
.menu-side-click ul {
	transition:opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out; height: 0px; overflow: hidden; margin-top: 0px; margin-right: -40px; margin-bottom: 0px;
}
.menu-side-click div.mega-menu {
	transition:opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out; height: 0px; overflow: hidden; margin-top: 0px; margin-right: -40px; margin-bottom: 0px;
}
.menu-side-click ul li.sfHover > .mega-menu ul {
	height: 100%; display: block;
}
.menu-side-click div.mega-menu > ul {
	height: auto; margin-right: 0px;
}
.side_header_social {
	margin: 30px; text-align: center;
}
.scroll-wrapper {
	padding: 0px; height: 100%; overflow: hidden; position: relative;
}
.scroll-wrapper > .scroll-content {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; left: 0px; top: 0px; width: auto; height: auto; overflow: scroll; position: relative; max-height: none; max-width: none; box-sizing: content-box;
}
.scroll--rtl.scroll-wrapper {
	direction: rtl;
}
.scroll-element {
	display: none; box-sizing: content-box;
}
.scroll-element div {
	box-sizing: content-box;
}
.scroll-element .scroll-bar {
	cursor: default;
}
.scroll-element .scroll-arrow {
	cursor: default;
}
.scroll-scrollx_visible.scroll-x.scroll-element {
	display: block;
}
.scroll-scrolly_visible.scroll-y.scroll-element {
	display: block;
}
.scrollbar-macosx > .scroll-element {
	background: none; margin: 0px; padding: 0px; border: currentColor; border-image: none; position: absolute; z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
	background: none; margin: 0px; padding: 0px; border: currentColor; border-image: none; position: absolute; z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
	border-radius: 1px; transition:opacity 0.2s linear; display: block; opacity: 0; background-color: rgba(127, 127, 127, 0.4);
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar {
	opacity: 0.7;
}
.scrollbar-macosx > .scroll-draggable.scroll-element .scroll-bar {
	opacity: 0.7;
}
.scrollbar-macosx > .scroll-x.scroll-element {
	left: 0px; width: 100%; height: 0px; bottom: 0px; overflow: visible; min-width: 100%;
}
.scrollbar-macosx > .scroll-y.scroll-element {
	top: 0px; width: 0px; height: 100%; right: 0px; min-height: 100%;
}
.scrollbar-macosx > .scroll-x.scroll-element .scroll-bar {
	top: -9px; height: 7px; min-width: 10px;
}
.scrollbar-macosx > .scroll-y.scroll-element .scroll-bar {
	left: -9px; width: 7px; min-height: 10px;
}
.scrollbar-macosx > .scroll-x.scroll-element .scroll-element_outer {
	left: 2px;
}
.scrollbar-macosx > .scroll-x.scroll-element .scroll-element_size {
	left: -4px;
}
.scrollbar-macosx > .scroll-y.scroll-element .scroll-element_outer {
	top: 2px;
}
.scrollbar-macosx > .scroll-y.scroll-element .scroll-element_size {
	top: -4px;
}
.scrollbar-macosx > .scroll-scrolly_visible.scroll-x.scroll-element .scroll-element_size {
	left: -11px;
}
.scrollbar-macosx > .scroll-scrollx_visible.scroll-y.scroll-element .scroll-element_size {
	top: -11px;
}
.ls {
	color: rgb(120, 120, 120); background-color: rgb(255, 255, 255);
}
.ls h1 {
	color: rgb(31, 35, 43);
}
.ls h2 {
	color: rgb(31, 35, 43);
}
.ls h3 {
	color: rgb(31, 35, 43);
}
.ls h4 {
	color: rgb(31, 35, 43);
}
.ls h5 {
	color: rgb(31, 35, 43);
}
.ls h6 {
	color: rgb(31, 35, 43);
}
.ls h1 a {
	color: inherit;
}
.ls h2 a {
	color: inherit;
}
.ls h3 a {
	color: inherit;
}
.ls h4 a {
	color: inherit;
}
.ls h5 a {
	color: inherit;
}
.ls h6 a {
	color: inherit;
}
.ls h1 a:hover {
	color: rgb(232, 82, 66);
}
.ls h2 a:hover {
	color: rgb(232, 82, 66);
}
.ls h3 a:hover {
	color: rgb(232, 82, 66);
}
.ls h4 a:hover {
	color: rgb(232, 82, 66);
}
.ls h5 a:hover {
	color: rgb(232, 82, 66);
}
.ls h6 a:hover {
	color: rgb(232, 82, 66);
}
.ls .main_bg_color {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 h1 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 h2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 h3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 h4 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 h5 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color2 h6 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 h1 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 h2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 h3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 h4 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 h5 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color3 h6 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 h1 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 h2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 h3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 h4 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 h5 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color4 h6 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color5 h1 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color5 h2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color5 h3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color5 h4 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color5 h5 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color5 h6 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color6 h1 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color6 h2 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color6 h3 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color6 h4 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color6 h5 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color6 h6 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ls .success_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ls .info_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ls .warning_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ls .danger_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg h1 {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg h2 {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg h3 {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg h4 {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg h5 {
	color: rgb(255, 255, 255);
}
.ls .transp_gradient_bg h6 {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg h1 {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg h2 {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg h3 {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg h4 {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg h5 {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg h6 {
	color: rgb(255, 255, 255);
}
.ls .main_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color2 h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color3 h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color4 h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color5 h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .main_bg_color6 h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .success_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .info_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .warning_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .danger_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .transp_gradient_bg h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h1 a:hover {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h1 a:active {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h1 a:focus {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h2 a:hover {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h2 a:active {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h2 a:focus {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h3 a:hover {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h3 a:active {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h3 a:focus {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h4 a:hover {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h4 a:active {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h4 a:focus {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h5 a:hover {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h5 a:active {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h5 a:focus {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h6 a:hover {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h6 a:active {
	color: rgb(58, 61, 68);
}
.ls .gradient_bg h6 a:focus {
	color: rgb(58, 61, 68);
}
.ls [class*='color_bg'] .highlight {
	color: rgb(255, 255, 255);
}
.ls .gradient_bg_color.hoverable-banner:hover .highlight2 {
	color: rgb(232, 82, 66);
}
.ls .light_bg_color {
	color: rgb(58, 61, 68);
}
.ls a {
	color: rgb(223, 145, 66);
}
.ls a:hover {
	color: rgb(206, 65, 51);
}
.ls .grey {
	color: rgb(58, 61, 68);
}
.ls .highlight {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.ls .highlight1 {
	border-color: rgb(232, 82, 66); color: rgb(232, 82, 66);
}
.ls .highlight2 {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.ls .greylinks a {
	color: rgb(120, 120, 120);
}
.ls .greylinks a:hover {
	color: rgb(232, 82, 66);
}
.ls .greylinks a:focus {
	color: rgb(232, 82, 66);
}
.ls .greylinks a:active {
	color: rgb(232, 82, 66);
}
.ls .greylinks a:not(:hover).social-icon {
	color: rgb(191, 191, 191);
}
.ls .color2.greylinks a:hover {
	color: rgb(243, 112, 43);
}
.ls .color2.greylinks a:focus {
	color: rgb(243, 112, 43);
}
.ls .color2.greylinks a:active {
	color: rgb(243, 112, 43);
}
.ls .color3.greylinks a:hover {
	color: rgb(252, 179, 21);
}
.ls .color3.greylinks a:focus {
	color: rgb(252, 179, 21);
}
.ls .color3.greylinks a:active {
	color: rgb(252, 179, 21);
}
.ls .color4.greylinks a:hover {
	color: rgb(3, 168, 203);
}
.ls .color4.greylinks a:focus {
	color: rgb(3, 168, 203);
}
.ls .color4.greylinks a:active {
	color: rgb(3, 168, 203);
}
.ls .darklinks a {
	color: rgb(58, 61, 68);
}
.ls .darklinks a:hover {
	color: rgb(232, 82, 66);
}
.ls .darklinks.color2 a:hover {
	color: rgb(243, 112, 43);
}
.ls .darklinks.color3 a:hover {
	color: rgb(252, 179, 21);
}
.ls .darklinks.color4 a:hover {
	color: rgb(3, 168, 203);
}
.ls .highlightlinks a {
	color: rgb(232, 82, 66);
}
.ls .highlightlink {
	color: rgb(232, 82, 66);
}
.ls .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.ls .highlightlink:hover {
	color: rgb(58, 61, 68);
}
.ls .highlight2links a {
	color: rgb(243, 112, 43);
}
.ls .highlight2link {
	color: rgb(243, 112, 43);
}
.ls .highlight2links a:hover {
	color: rgb(58, 61, 68);
}
.ls .highlight2link:hover {
	color: rgb(58, 61, 68);
}
.ls .highlight3links a {
	color: rgb(252, 179, 21);
}
.ls .highlight3link {
	color: rgb(252, 179, 21);
}
.ls .highlight3links a:hover {
	color: rgb(58, 61, 68);
}
.ls .highlight3link:hover {
	color: rgb(58, 61, 68);
}
.ls .highlight4links a {
	color: rgb(3, 168, 203);
}
.ls .highlight4link {
	color: rgb(3, 168, 203);
}
.ls .highlight4links a:hover {
	color: rgb(58, 61, 68);
}
.ls .highlight4link:hover {
	color: rgb(58, 61, 68);
}
.ls .colorlinks a {
	color: rgb(243, 112, 43);
}
.ls .colorlinks a:hover {
	color: rgb(232, 82, 66);
}
.ls .breadcrumb > li + li::before {
	color: rgb(120, 120, 120);
}
.ls .breadcrumb > .active {
	color: rgb(58, 61, 68);
}
.ls .nav-unstyled .active a {
	color: rgb(232, 82, 66);
}
.ls .color2.nav-unstyled .active a {
	color: rgb(243, 112, 43);
}
.ls .color3.nav-unstyled .active a {
	color: rgb(252, 179, 21);
}
.ls .color4.nav-unstyled .active a {
	color: rgb(3, 168, 203);
}
.ls .theme_buttons a {
	color: rgb(255, 255, 255);
}
.ls .theme_button {
	color: rgb(255, 255, 255);
}
.ls .theme_buttons a:hover {
	color: rgb(232, 82, 66);
}
.ls .theme_buttons a:focus {
	color: rgb(232, 82, 66);
}
.ls .theme_buttons a:active {
	color: rgb(232, 82, 66);
}
.ls .theme_button:hover {
	color: rgb(232, 82, 66);
}
.ls .theme_button:focus {
	color: rgb(232, 82, 66);
}
.ls .theme_button:active {
	color: rgb(232, 82, 66);
}
.ls .inverse.theme_buttons a {
	color: rgb(58, 61, 68);
}
.ls .inverse.theme_button {
	color: rgb(58, 61, 68);
}
.ls .inverse.theme_buttons a:hover {
	color: rgb(232, 82, 66);
}
.ls .inverse.theme_buttons a:focus {
	color: rgb(232, 82, 66);
}
.ls .inverse.theme_buttons a:active {
	color: rgb(232, 82, 66);
}
.ls .inverse.theme_button:hover {
	color: rgb(232, 82, 66);
}
.ls .inverse.theme_button:focus {
	color: rgb(232, 82, 66);
}
.ls .inverse.theme_button:active {
	color: rgb(232, 82, 66);
}
.ls .iverse.color1.theme_buttons a {
	color: rgb(232, 82, 66);
}
.ls .inverse.color1.theme_button {
	color: rgb(232, 82, 66);
}
.ls .iverse.color2.theme_buttons a {
	color: rgb(243, 112, 43);
}
.ls .inverse.color2.theme_button {
	color: rgb(243, 112, 43);
}
.ls .iverse.color3.theme_buttons a {
	color: rgb(252, 179, 21);
}
.ls .inverse.color3.theme_button {
	color: rgb(252, 179, 21);
}
.ls .iverse.color4.theme_buttons a {
	color: rgb(3, 168, 203);
}
.ls .inverse.color4.theme_button {
	color: rgb(3, 168, 203);
}
.ls [class*='color'].theme_buttons {
	color: rgb(255, 255, 255);
}
.ls [class*='color'].theme_button {
	color: rgb(255, 255, 255);
}
.ls [class*='color'].theme_buttons:hover {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].theme_buttons:focus {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].theme_buttons:active {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].theme_button:hover {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].theme_button:focus {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].theme_button:active {
	color: rgb(58, 61, 68);
}
.ls .no_bg_button.theme_button {
	color: rgb(120, 120, 120); background-color: transparent !important;
}
.ls .no_bg_button.theme_button:hover {
	color: rgb(243, 112, 43);
}
.ls .no_bg_button.theme_button:focus {
	color: rgb(243, 112, 43);
}
.ls .no_bg_button.theme_button:active {
	color: rgb(243, 112, 43);
}
.ls .color1.no_bg_button.theme_button {
	color: rgb(232, 82, 66);
}
.ls .color2.no_bg_button.theme_button {
	color: rgb(243, 112, 43);
}
.ls .color3.no_bg_button.theme_button {
	color: rgb(252, 179, 21);
}
.ls .color4.no_bg_button.theme_button {
	color: rgb(3, 168, 203);
}
.ls [class*='color'].no_bg_button.theme_button:hover {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].no_bg_button.theme_button:focus {
	color: rgb(58, 61, 68);
}
.ls [class*='color'].no_bg_button.theme_button:active {
	color: rgb(58, 61, 68);
}
:not(.ms).ls + .ls.page_copyright {
	background-color: rgb(247, 247, 247);
}
.ls .select-group:hover select + .theme_button {
	color: rgb(232, 82, 66);
}
.ls .select-group:hover select + i {
	color: rgb(232, 82, 66);
}
.ms.ls {
	background-color: rgb(247, 247, 247);
}
.dark.ms.ls {
	background-color: rgb(234, 234, 234);
}
.ms.ls .with_background {
	background-color: rgb(255, 255, 255);
}
.ms.ls .theme_bg .with_background {
	background-color: rgb(242, 242, 242);
}
.ms.ls .main_bg_color {
	background-color: rgb(232, 82, 66);
}
.ms.ls .main_bg_color2 {
	background-color: rgb(243, 112, 43);
}
.ms.ls .main_bg_color_amarillo {
	background-color: rgb(243, 112, 43);
}
.ms.ls hr {
	background-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='text'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='email'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='url'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='password'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='search'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='tel'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background input[type='number'] {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background textarea {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background select {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls .with_background .form-control {
	border-color: rgba(120, 120, 120, 0.2);
}
.ms.ls td {
	border-color: rgb(215, 215, 215);
}
.ms.ls th {
	border-color: rgb(215, 215, 215);
}
.ms.ls .with_border {
	border-color: rgb(215, 215, 215);
}
.ms.ls .bottom_color_border {
	border-bottom-color: rgb(232, 82, 66);
}
.ms.ls .bottom_color2_border {
	border-bottom-color: rgb(243, 112, 43);
}
.ms.ls .bottom_color3_border {
	border-bottom-color: rgb(252, 179, 21);
}
.ms.ls .bottom_color4_border {
	border-bottom-color: rgb(3, 168, 203);
}
.ms.ls .tab-content {
	background-color: rgb(255, 255, 255);
}
.ms.ls .tab-content .with_border {
	border-color: rgb(230, 230, 230);
}
.ms.ls .no-border.tab-content {
	background-color: transparent;
}
.ms.ls .tab-content .form-control {
	background-color: rgb(247, 247, 247);
}
.ms.ls .pagination > li > a {
	background-color: rgb(255, 255, 255);
}
.ms.ls .pagination > li > span {
	background-color: rgb(255, 255, 255);
}
.ms.ls .pagination > li > a {
	background-color: rgb(255, 255, 255);
}
.ms.ls .pagination > li > span {
	background-color: rgb(255, 255, 255);
}
.ms.ls .pagination > li > a:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > li > span:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > li > a:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > li > span:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > .active > a {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > .active > span {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > .active > a:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > .active > span:hover {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > .active > a:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .pagination > .active > span:focus {
	background: rgb(232, 82, 66); border-color: rgb(232, 82, 66);
}
.ms.ls .widget_calendar tbody {
	background-color: rgb(255, 255, 255);
}
.ms.ls .owl-nav > div {
	background-color: rgb(255, 255, 255);
}
.ds {
	color: rgb(224, 224, 225); background-color: rgb(144, 127, 116);
}
.parallax.ds .theme-divider {
	background-color: rgb(255, 255, 255);
}
.background_cover.ds .theme-divider {
	background-color: rgb(255, 255, 255);
}
.ms.ds {
	background-color: rgb(31, 35, 43);
}
.bs.ds {
	background-color: rgb(0, 32, 43);
}
.ls .inverse-bg {
	background-color: rgb(58, 61, 68);
}
.ds {
	
}
.ds h1 {
	color: rgb(255, 255, 255);
}
.ds h2 {
	color: rgb(255, 255, 255);
}
.ds h3 {
	color: rgb(255, 255, 255);
}
.ds h4 {
	color: rgb(255, 255, 255);
}
.ds h5 {
	color: rgb(255, 255, 255);
}
.ds h6 {
	color: rgb(255, 255, 255);
}
.ds h1 a {
	color: inherit;
}
.ds h2 a {
	color: inherit;
}
.ds h3 a {
	color: inherit;
}
.ds h4 a {
	color: inherit;
}
.ds h5 a {
	color: inherit;
}
.ds h6 a {
	color: inherit;
}
.ds h1 a:hover {
	color: rgb(232, 82, 66);
}
.ds h2 a:hover {
	color: rgb(232, 82, 66);
}
.ds h3 a:hover {
	color: rgb(232, 82, 66);
}
.ds h4 a:hover {
	color: rgb(232, 82, 66);
}
.ds h5 a:hover {
	color: rgb(232, 82, 66);
}
.ds h6 a:hover {
	color: rgb(232, 82, 66);
}
.ds .main_bg_color {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 h1 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 h2 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 h3 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 h4 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 h5 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color2 h6 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ds .success_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ds .info_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ds .warning_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h1 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h2 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h3 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h4 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h5 {
	color: rgb(255, 255, 255);
}
.ds .danger_bg_color h6 {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg h1 {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg h2 {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg h3 {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg h4 {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg h5 {
	color: rgb(255, 255, 255);
}
.ds .transp_gradient_bg h6 {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg h1 {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg h2 {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg h3 {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg h4 {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg h5 {
	color: rgb(255, 255, 255);
}
.ds .gradient_bg h6 {
	color: rgb(255, 255, 255);
}
.ds .main_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .main_bg_color2 h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .success_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .info_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .warning_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .danger_bg_color h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .transp_gradient_bg h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h1 a:hover {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h1 a:active {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h1 a:focus {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h2 a:hover {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h2 a:active {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h2 a:focus {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h3 a:hover {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h3 a:active {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h3 a:focus {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h4 a:hover {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h4 a:active {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h4 a:focus {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h5 a:hover {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h5 a:active {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h5 a:focus {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h6 a:hover {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h6 a:active {
	color: rgb(58, 61, 68);
}
.ds .gradient_bg h6 a:focus {
	color: rgb(58, 61, 68);
}
.ds .ls {
	color: rgb(120, 120, 120); background-color: rgb(255, 255, 255);
}
.ds .ls h1 {
	color: rgb(58, 61, 68);
}
.ds .ls h2 {
	color: rgb(58, 61, 68);
}
.ds .ls h3 {
	color: rgb(58, 61, 68);
}
.ds .ls h4 {
	color: rgb(58, 61, 68);
}
.ds .ls h5 {
	color: rgb(58, 61, 68);
}
.ds .ls h6 {
	color: rgb(58, 61, 68);
}
.ds .ls h1 a {
	color: inherit;
}
.ds .ls h2 a {
	color: inherit;
}
.ds .ls h3 a {
	color: inherit;
}
.ds .ls h4 a {
	color: inherit;
}
.ds .ls h5 a {
	color: inherit;
}
.ds .ls h6 a {
	color: inherit;
}
.ds .ls h1 a:hover {
	color: rgb(78, 173, 229);
}
.ds .ls h2 a:hover {
	color: rgb(78, 173, 229);
}
.ds .ls h3 a:hover {
	color: rgb(78, 173, 229);
}
.ds .ls h4 a:hover {
	color: rgb(78, 173, 229);
}
.ds .ls h5 a:hover {
	color: rgb(78, 173, 229);
}
.ds .ls h6 a:hover {
	color: rgb(78, 173, 229);
}
.ds .ls a {
	color: rgb(78, 173, 229);
}
.ds .ls a:hover {
	color: rgb(58, 61, 68);
}
.ds .ls .darklinks a {
	color: rgb(58, 61, 68);
}
.ds .ls .darklinks a:hover {
	color: rgb(232, 82, 66);
}
.ds .ls .greylinks a {
	color: rgb(120, 120, 120);
}
.ds .ls .greylinks a:hover {
	color: rgb(243, 112, 43);
}
.ds .ls .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.ds .ls hr {
	background-color: rgb(228, 228, 228);
}
.ds .ls blockquote {
	color: rgb(58, 61, 68);
}
.ds .ls .highlight {
	color: rgb(232, 82, 66);
}
.ds .ls .grey {
	color: rgb(58, 61, 68);
}
.ds .ls .item-content + .entry-meta::before {
	background-color: rgb(228, 228, 228);
}
.ds label {
	color: rgb(255, 255, 255);
}
.ds a {
	color: rgb(255, 255, 255);
}
.ds a:hover {
	color: rgb(234, 187, 49);
}
.ds blockquote {
	color: rgb(255, 255, 255);
}
.ds blockquote::before {
	color: rgb(255, 255, 255);
}
.ds hr {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.2);
}
.ds .color-icon.social-icon:hover {
	color: rgb(255, 255, 255);
}
.ds .muted_background {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .with_background {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .well {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .inverse-bg {
	background-color: rgb(255, 255, 255);
}
.ds .theme_bg {
	background-color: rgb(0, 0, 0);
}
.ds .main_bg_color {
	background-color: rgb(232, 82, 66);
}
.ds .main_bg_color2 {
	background-color: rgb(243, 112, 43);
}
.muted_section.ds::before {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .with_border {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .highlight {
	border-color: rgb(144, 127, 116); color: rgb(144, 127, 116);
}
.ds .highlight1 {
	border-color: rgb(144, 127, 116); color: rgb(144, 127, 116);
}
.ds .highlight2 {
	border-color: rgb(206, 65, 51); color: rgb(206, 65, 51);
}
.ds .highlight3 {
	border-color: rgb(234, 187, 49); color: rgb(234, 187, 49);
}
.ds .highlight4 {
	border-color: rgb(176, 204, 73); color: rgb(176, 204, 73);
}
.ds .highlight5 {
	border-color: rgb(99, 162, 81); color: rgb(99, 162, 81);
}
.ds .highlight6 {
	border-color: rgb(78, 173, 229); color: rgb(78, 173, 229);
}
.ds .highlight7 {
	border-color: rgb(168, 46, 138); color: rgb(168, 46, 138);
}
.ds .highlight8 {
	border-color: rgb(68, 68, 68); color: rgb(68, 68, 68);
}
.ds .grey {
	border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.ds .black {
	border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.ds .lightgrey {
	color: rgb(224, 224, 225);
}
.ds .darkgrey {
	color: rgb(120, 120, 120);
}
.ds .colorlinks a {
	color: rgb(243, 112, 43);
}
.ds .colorlinks a:hover {
	color: rgb(232, 82, 66);
}
.ds .greylinks a {
	color: rgb(224, 224, 225);
}
.ds .greylinks a:hover {
	color: rgb(232, 82, 66);
}
.ds .greylinks a.social-icon {
	color: rgb(224, 224, 225);
}
.ds .darklinks a {
	color: rgb(255, 255, 255);
}
.ds .darklink {
	color: rgb(255, 255, 255);
}
.ds .darklinks a:hover {
	color: rgb(232, 82, 66);
}
.ds .darklink:hover {
	color: rgb(232, 82, 66);
}
.ds .highlightlinks a {
	color: rgb(232, 82, 66);
}
.ds .highlightlink {
	color: rgb(232, 82, 66);
}
.ds .highlightlinks a:hover {
	color: rgb(255, 255, 255);
}
.ds .highlightlink:hover {
	color: rgb(255, 255, 255);
}
.ds .highlight2links a {
	color: rgb(243, 112, 43);
}
.ds .highlight2link {
	color: rgb(243, 112, 43);
}
.ds .highlight2links a:hover {
	color: rgb(255, 255, 255);
}
.ds .highlight2link:hover {
	color: rgb(255, 255, 255);
}
.with_top_border.ds::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.with_bottom_border.ds::after {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds input[type='text'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds input[type='email'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds input[type='url'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds input[type='password'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds input[type='search'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds input[type='tel'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds input[type='number'] {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds textarea {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds select {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds .form-control {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds .select-group {
	border-color: rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255);
}
.ds .with_background .widget_search [type='text'] {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgb(58, 61, 68);
}
.ds .with_background .widget_search [type='search'] {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgb(58, 61, 68);
}
.ds .with_background .widget_product_search [type='search'] {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgb(58, 61, 68);
}
.ds .with_background .widget_mailchimp [type='email'] {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgb(58, 61, 68);
}
.ds form label + [class*='icon-'] {
	color: rgb(120, 120, 120);
}
.ds option {
	color: rgb(58, 61, 68);
}
.ds .form-group-select::before {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds :-ms-input-placeholder.form-control {
	color: rgb(224, 224, 225);
}
.ds :-ms-input-placeholder.form-control:focus {
	color: transparent;
}
.ds .transparent-background.contact-form .form-control {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .table {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .table-bordered {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .table th {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .table td {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds table th {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds table td {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds table th {
	color: rgb(255, 255, 255);
}
.ds .table_template th {
	border-color: transparent;
}
.ds .table_template td {
	border-color: transparent;
}
.ds .table_template th {
	color: inherit;
}
.ds .table-striped > tbody > tr:nth-child(2n+1) {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.05);
}
.ds .table-striped > tbody > tr:nth-child(2n+1) > td {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.05);
}
.ds .table-striped > tbody > tr:nth-child(2n+1) > th {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.05);
}
.ds .bg-icon.color-icon {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .bg-icon.color-icon:hover {
	color: rgb(255, 255, 255);
}
.ds .color-bg-icon:hover {
	background-color: rgb(232, 82, 66);
}
.ds .nav-unstyled {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .nav-tabs > li > a {
	border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.ds .tab-content {
	color: rgb(255, 255, 255); background-color: rgb(120, 120, 120);
}
.ds .no-border.tab-content {
	background-color: transparent;
}
.ds .nav-tabs > li > a:hover {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(120, 120, 120);
}
.ds .nav-tabs > li.active > a {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(120, 120, 120);
}
.ds .nav-tabs > li.active > a:hover {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(120, 120, 120);
}
.ds .nav-tabs > li.active > a:focus {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(120, 120, 120);
}
.ds .style1.price-table {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .plan-price p {
	color: rgb(255, 255, 255);
}
.ds .features-list .disabled::before {
	color: rgb(255, 255, 255);
}
.ds .features-list li + li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds ul.list1 li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .testimonials-carousel .media + p {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .post-adds .share_button > i {
	color: rgb(255, 255, 255);
}
.ds .post-adds .like_button > i {
	color: rgb(255, 255, 255);
}
.ds .widget_shopping_cart .cart_list {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_recent_entries li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_recent_comments li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_archive li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_categories li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_meta li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_nav_menu li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_pages li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_popular_entries li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_nav_menu ul ul {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_popular_entries .media-heading {
	color: rgb(255, 255, 255);
}
.ds .tweet_list li + li .tweet_right {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_tag_cloud a {
	color: rgb(255, 255, 255);
}
.ds .widget_shopping_cart li a + a {
	color: rgb(255, 255, 255);
}
.ds .widget_shopping_cart li a + a:hover {
	color: rgb(232, 82, 66);
}
.ds .widget .woocommerce-Price-amount {
	color: rgb(255, 255, 255);
}
.ds .summary .price {
	border-color: rgba(255, 255, 255, 0.2); color: rgb(255, 255, 255);
}
.ds .summary .product_meta {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_price_filter .price_label {
	color: rgb(255, 255, 255);
}
.ds #calendar_wrap {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_calendar table {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_calendar tfoot td a {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_calendar caption {
	color: rgb(255, 255, 255);
}
.ds .widget_calendar thead {
	background-color: rgb(242, 242, 242);
}
.ds .widget_calendar tbody {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.05);
}
.ds .widget_calendar th {
	color: rgb(58, 61, 68);
}
.ds .widget_calendar tbody td a:hover {
	color: rgb(255, 255, 255);
}
.ds .widget_categories li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_meta li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_pages li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_nav_menu li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_popular_entries li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_recent_posts li {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_recent_entries > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_recent_comments > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_archive > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_categories > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_meta > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_popular_entries > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_nav_menu ul.menu > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .widget_pages > ul > li:last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ds .grid-view h3::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .grid-view h3::after {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .owl-carousel .owl-nav > div {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .owl-carousel .owl-nav > div::after {
	color: rgb(255, 255, 255);
}
.ds .owl-carousel .owl-nav > div:hover::after {
	color: rgb(232, 82, 66);
}
.ds .ui-slider {
	background-color: rgb(255, 255, 255);
}
.ds .ui-slider .ui-slider-handle {
	background-color: rgb(255, 255, 255);
}
.ds #sort_view {
	color: rgb(255, 255, 255); background-color: transparent;
}
.ds .grid-view#toggle_shop_view::after {
	background-color: rgba(247, 247, 247, 0.05);
}
.ds #toggle_shop_view::before {
	background-color: rgba(247, 247, 247, 0.05);
}
.ds .widget_layered_nav .color-filters a::before {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .cart.table a {
	color: rgb(255, 255, 255);
}
.ds .pagination > li > a {
	border-color: rgba(255, 255, 255, 0.2); color: rgb(224, 224, 225); background-color: rgba(255, 255, 255, 0.05);
}
.ds .pagination > li > span {
	border-color: rgba(255, 255, 255, 0.2); color: rgb(224, 224, 225); background-color: rgba(255, 255, 255, 0.05);
}
.ds .pagination > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .pagination > li.active > span {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .pagination > li > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .pagination > li > span:hover {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .pagination > li > a:focus {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .pagination > li > span:focus {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .thumbnail {
	background-color: transparent;
}
.ds .thumbnail h3 a {
	color: rgb(255, 255, 255);
}
.ds .thumbnail .caption {
	border-color: transparent; background-color: rgba(252, 252, 252, 0.05);
}
.ds .progress {
	background-color: rgb(247, 247, 247);
}
.ds .panel-body {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .entry-meta .comments-link a {
	color: rgb(255, 255, 255);
}
.ds #timetable tbody th {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds #timetable tbody td {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds div .fw-shortcode-calendar-wrapper .page-header h3 {
	color: rgb(255, 255, 255);
}
.ds div .btn-group button[data-calendar-nav] {
	color: rgb(255, 255, 255);
}
.ds div .btn-group button[data-calendar-nav*='today'] {
	color: rgb(255, 255, 255);
}
.ds .with_top_border.entry-meta::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .text-nav .owl-nav > div {
	background-color: rgb(58, 61, 68);
}
.ds .text-nav .owl-nav > div::after {
	color: rgb(255, 255, 255);
}
.ds .text-nav .owl-nav > div:hover::after {
	color: rgb(243, 112, 43);
}
.ds a.border-icon {
	border-color: rgb(120, 120, 120);
}
.ds .nav-unstyled .active a {
	color: rgb(255, 255, 255);
}
.ds .countdown-row .countdown-period {
	color: rgb(255, 255, 255);
}
.ds .widget_slider .owl-carousel .owl-nav > div::after {
	color: rgb(255, 255, 255);
}
.ds .widget_slider .owl-carousel .owl-nav > div:hover::after {
	color: rgb(232, 82, 66);
}
.ds .divided-content > * + *::before {
	color: rgb(224, 224, 225);
}
.ds .nav-unstyled .active a {
	color: rgb(232, 82, 66);
}
.ds .theme_buttons a {
	color: rgb(255, 255, 255); background-color: rgb(81, 86, 96);
}
.ds .theme_button {
	color: rgb(255, 255, 255); background-color: rgb(81, 86, 96);
}
.ds .theme_buttons a:hover {
	color: rgb(232, 82, 66);
}
.ds .theme_buttons a:focus {
	color: rgb(232, 82, 66);
}
.ds .theme_buttons a:active {
	color: rgb(232, 82, 66);
}
.ds .theme_button:hover {
	color: rgb(232, 82, 66);
}
.ds .theme_button:focus {
	color: rgb(232, 82, 66);
}
.ds .theme_button:active {
	color: rgb(232, 82, 66);
}
.ds .inverse.theme_buttons a {
	border-color: rgb(81, 86, 96); color: rgb(81, 86, 96); background-color: rgb(255, 255, 255);
}
.ds .inverse.theme_button {
	border-color: rgb(81, 86, 96); color: rgb(81, 86, 96); background-color: rgb(255, 255, 255);
}
.ds .inverse.theme_buttons a:hover {
	color: rgb(232, 82, 66);
}
.ds .inverse.theme_buttons a:focus {
	color: rgb(232, 82, 66);
}
.ds .inverse.theme_buttons a:active {
	color: rgb(232, 82, 66);
}
.ds .inverse.theme_button:hover {
	color: rgb(232, 82, 66);
}
.ds .inverse.theme_button:focus {
	color: rgb(232, 82, 66);
}
.ds .inverse.theme_button:active {
	color: rgb(232, 82, 66);
}
.ds .color1.theme_buttons a {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .color1.theme_button {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .alt.button {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .btn-accent {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .wc-proceed-to-checkout .checkout-button {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .form-submit [type='submit'] {
	border-color: rgb(232, 82, 66); color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .color1.theme_buttons a:hover {
	color: rgb(58, 61, 68);
}
.ds .color1.theme_buttons a:focus {
	color: rgb(58, 61, 68);
}
.ds .color1.theme_buttons a:active {
	color: rgb(58, 61, 68);
}
.ds .color1.theme_button:hover {
	color: rgb(58, 61, 68);
}
.ds .color1.theme_button:focus {
	color: rgb(58, 61, 68);
}
.ds .color1.theme_button:active {
	color: rgb(58, 61, 68);
}
.ds .alt.button:hover {
	color: rgb(58, 61, 68);
}
.ds .alt.button:focus {
	color: rgb(58, 61, 68);
}
.ds .alt.button:active {
	color: rgb(58, 61, 68);
}
.ds .btn-accent:hover {
	color: rgb(58, 61, 68);
}
.ds .btn-accent:focus {
	color: rgb(58, 61, 68);
}
.ds .btn-accent:active {
	color: rgb(58, 61, 68);
}
.ds .wc-proceed-to-checkout .checkout-button:hover {
	color: rgb(58, 61, 68);
}
.ds .wc-proceed-to-checkout .checkout-button:focus {
	color: rgb(58, 61, 68);
}
.ds .wc-proceed-to-checkout .checkout-button:active {
	color: rgb(58, 61, 68);
}
.ds .form-submit [type='submit']:hover {
	color: rgb(58, 61, 68);
}
.ds .form-submit [type='submit']:focus {
	color: rgb(58, 61, 68);
}
.ds .form-submit [type='submit']:active {
	color: rgb(58, 61, 68);
}
.ds .inverse.color1.theme_buttons a {
	color: rgb(232, 82, 66); background-color: rgb(255, 255, 255);
}
.ds .inverse.color1.theme_button {
	color: rgb(232, 82, 66); background-color: rgb(255, 255, 255);
}
.ds .inverse.color1.theme_buttons a:hover {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .inverse.color1.theme_buttons a:focus {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .inverse.color1.theme_buttons a:active {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .inverse.color1.theme_button:hover {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .inverse.color1.theme_button:focus {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .inverse.color1.theme_button:active {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.ds .color2.theme_buttons a {
	background-color: rgb(243, 112, 43);
}
.ds .color2.theme_button {
	background-color: rgb(243, 112, 43);
}
.ds .inverse.color2.theme_buttons a {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.ds .inverse.color2.theme_button {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.ds .color3.theme_buttons a {
	background-color: rgb(252, 179, 21);
}
.ds .color3.theme_button {
	background-color: rgb(252, 179, 21);
}
.ds .inverse.color3.theme_buttons a {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.ds .inverse.color3.theme_button {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.ds .color4.theme_buttons a {
	background-color: rgb(3, 168, 203);
}
.ds .color4.theme_button {
	background-color: rgb(3, 168, 203);
}
.ds .inverse.color4.theme_buttons a {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.ds .inverse.color4.theme_button {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.ds [class*='color'].theme_buttons:hover {
	color: rgb(58, 61, 68);
}
.ds [class*='color'].theme_buttons:active {
	color: rgb(58, 61, 68);
}
.ds [class*='color'].theme_buttons:focus {
	color: rgb(58, 61, 68);
}
.ds [class*='color'].theme_button:hover {
	color: rgb(58, 61, 68);
}
.ds [class*='color'].theme_button:active {
	color: rgb(58, 61, 68);
}
.ds [class*='color'].theme_button:focus {
	color: rgb(58, 61, 68);
}
.ds [class*='color'].inverse.theme_buttons:hover {
	color: rgb(255, 255, 255);
}
.ds [class*='color'].inverse.theme_buttons:active {
	color: rgb(255, 255, 255);
}
.ds [class*='color'].inverse.theme_buttons:focus {
	color: rgb(255, 255, 255);
}
.ds [class*='color'].inverse.theme_button:hover {
	color: rgb(255, 255, 255);
}
.ds [class*='color'].inverse.theme_button:active {
	color: rgb(255, 255, 255);
}
.ds [class*='color'].inverse.theme_button:focus {
	color: rgb(255, 255, 255);
}
.ds [class*='color']:not(:hover).complex_button {
	color: rgb(255, 255, 255);
}
.ds :not([class*='color']).complex_button {
	border-color: rgb(81, 86, 96);
}
.ds :not([class*='color']).complex_button .left-icon {
	background-color: rgb(81, 86, 96);
}
.ds :not([class*='color']).complex_button .right-icon {
	background-color: rgb(81, 86, 96);
}
.ds [class*='color'].complex_button {
	background-color: transparent;
}
.ds .color1.complex_button {
	border-color: rgb(232, 82, 66);
}
.ds .color1.complex_button:hover {
	color: rgb(232, 82, 66);
}
.ds .color1.complex_button:focus {
	color: rgb(232, 82, 66);
}
.ds .color1.complex_button:active {
	color: rgb(232, 82, 66);
}
.ds .color2.complex_button {
	border-color: rgb(243, 112, 43);
}
.ds .color2.complex_button:hover {
	color: rgb(243, 112, 43);
}
.ds .color2.complex_button:focus {
	color: rgb(243, 112, 43);
}
.ds .color2.complex_button:active {
	color: rgb(243, 112, 43);
}
.ds .color1.no_bg_button.theme_button {
	color: rgb(232, 82, 66);
}
.ds .color1.no_bg_button.theme_button:hover {
	color: rgb(255, 255, 255);
}
.ds .color2.no_bg_button.theme_button {
	color: rgb(243, 112, 43);
}
.ds .color2.no_bg_button.theme_button:hover {
	color: rgb(255, 255, 255);
}
.ds .dropdown-menu {
	background-color: rgb(58, 61, 68);
}
.ds .content-padding footer::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds .item-content + footer.item-meta > div + div {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .item-content + footer.item-meta {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .teaser .dashed_border {
	border: 1px solid rgba(255, 255, 255, 0.2); border-image: none; background-image: none;
}
.ds .with_background.format-chat .entry-content p:nth-child(2n) {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .item-content + .entry-meta::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.ds h2.section_header + hr + .section-excerpt {
	color: rgb(255, 255, 255); font-weight: 300;
}
.ds .media_items_list .media {
	background-color: rgba(255, 255, 255, 0.05);
}
.ds .media_items_list .media .media-body {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .side-md.side-item .row .item-content {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .side-md.side-item .row footer.entry-meta {
	border-color: rgba(255, 255, 255, 0.2);
}
.ds .apsc-each-profile {
	border-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.05);
}
.ds .apsc-each-profile .social-icon span {
	color: rgb(255, 255, 255);
}
.ds .widget_tag_cloud a {
	border-color: rgba(255, 255, 255, 0.2); color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.05);
}
.ds .tag-links a {
	border-color: rgba(255, 255, 255, 0.2); color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.05);
}
.main_color2.cs {
	background-color: rgb(243, 112, 43);
}
.main_bg_color2.cs {
	background-color: rgb(243, 112, 43);
}
.main_color2.cs .highlight {
	color: rgb(232, 82, 66);
}
.main_bg_color2.cs .highlight {
	color: rgb(232, 82, 66);
}
.main_color2.cs .color2.theme_button {
	color: rgb(243, 112, 43); background-color: rgb(255, 255, 255);
}
.main_bg_color2.cs .color2.theme_button {
	color: rgb(243, 112, 43); background-color: rgb(255, 255, 255);
}
.main_color2.cs .color2.theme_button:hover {
	color: rgb(58, 61, 68);
}
.main_color2.cs .color2.theme_button:focus {
	color: rgb(58, 61, 68);
}
.main_color2.cs .color2.theme_button:active {
	color: rgb(58, 61, 68);
}
.main_bg_color2.cs .color2.theme_button:hover {
	color: rgb(58, 61, 68);
}
.main_bg_color2.cs .color2.theme_button:focus {
	color: rgb(58, 61, 68);
}
.main_bg_color2.cs .color2.theme_button:active {
	color: rgb(58, 61, 68);
}
.main_color3.cs {
	background-color: rgb(252, 179, 21);
}
.main_bg_color3.cs {
	background-color: rgb(252, 179, 21);
}
.main_color3.cs .highlight {
	color: rgb(232, 82, 66);
}
.main_bg_color3.cs .highlight {
	color: rgb(232, 82, 66);
}
.main_color4.cs {
	background-color: rgb(3, 168, 203);
}
.main_bg_color4.cs {
	background-color: rgb(3, 168, 203);
}
.main_color4.cs .highlight {
	color: rgb(232, 82, 66);
}
.main_bg_color4.cs .highlight {
	color: rgb(232, 82, 66);
}
.gradient.cs {
	background: linear-gradient(-90deg, rgb(243, 112, 43), rgb(232, 82, 66));
}
.gradient.cs .breadcrumb > .active {
	color: rgb(58, 61, 68);
}
.cs {
	color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.parallax.cs {
	color: rgba(255, 255, 255, 0.8);
}
.cs .ls .greylinks a {
	color: rgb(120, 120, 120);
}
.cs .ls .greylinks a:hover {
	color: rgb(120, 120, 120);
}
.cs .ls .greylinks a:focus {
	color: rgb(120, 120, 120);
}
.cs .ls .greylinks a:active {
	color: rgb(120, 120, 120);
}
.cs .ls h1 a:hover {
	color: rgb(78, 173, 229);
}
.cs .ls h2 a:hover {
	color: rgb(78, 173, 229);
}
.cs .ls h3 a:hover {
	color: rgb(78, 173, 229);
}
.cs .ls h4 a:hover {
	color: rgb(78, 173, 229);
}
.cs .ls h5 a:hover {
	color: rgb(78, 173, 229);
}
.cs .ls h6 a:hover {
	color: rgb(78, 173, 229);
}
.cs .ds .greylinks a {
	color: rgb(120, 120, 120);
}
.cs .ds .greylinks a:hover {
	color: rgb(120, 120, 120);
}
.cs .ds .greylinks a:focus {
	color: rgb(120, 120, 120);
}
.cs .ds .greylinks a:active {
	color: rgb(120, 120, 120);
}
.cs .ds h1 {
	color: rgb(255, 255, 255);
}
.cs .ds h2 {
	color: rgb(255, 255, 255);
}
.cs .ds h3 {
	color: rgb(255, 255, 255);
}
.cs .ds h4 {
	color: rgb(255, 255, 255);
}
.cs .ds h5 {
	color: rgb(255, 255, 255);
}
.cs .ds h6 {
	color: rgb(255, 255, 255);
}
.cs .ds h1 a {
	color: inherit;
}
.cs .ds h2 a {
	color: inherit;
}
.cs .ds h3 a {
	color: inherit;
}
.cs .ds h4 a {
	color: inherit;
}
.cs .ds h5 a {
	color: inherit;
}
.cs .ds h6 a {
	color: inherit;
}
.cs .ds h1 a:hover {
	color: rgb(232, 82, 66);
}
.cs .ds h2 a:hover {
	color: rgb(232, 82, 66);
}
.cs .ds h3 a:hover {
	color: rgb(232, 82, 66);
}
.cs .ds h4 a:hover {
	color: rgb(232, 82, 66);
}
.cs .ds h5 a:hover {
	color: rgb(232, 82, 66);
}
.cs .ds h6 a:hover {
	color: rgb(232, 82, 66);
}
.cs h1 {
	color: rgb(255, 255, 255);
}
.cs h2 {
	color: rgb(255, 255, 255);
}
.cs h3 {
	color: rgb(255, 255, 255);
}
.cs h4 {
	color: rgb(255, 255, 255);
}
.cs h5 {
	color: rgb(255, 255, 255);
}
.cs h6 {
	color: rgb(255, 255, 255);
}
.cs h1 a {
	color: inherit;
}
.cs h2 a {
	color: inherit;
}
.cs h3 a {
	color: inherit;
}
.cs h4 a {
	color: inherit;
}
.cs h5 a {
	color: inherit;
}
.cs h6 a {
	color: inherit;
}
.cs h1 a:hover {
	color: rgb(58, 61, 68);
}
.cs h2 a:hover {
	color: rgb(58, 61, 68);
}
.cs h3 a:hover {
	color: rgb(58, 61, 68);
}
.cs h4 a:hover {
	color: rgb(58, 61, 68);
}
.cs h5 a:hover {
	color: rgb(58, 61, 68);
}
.cs h6 a:hover {
	color: rgb(58, 61, 68);
}
.cs h2.section_header {
	border-left-color: rgb(255, 255, 255);
}
.cs a {
	color: rgb(255, 255, 255);
}
.cs a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.cs a:active {
	color: rgba(255, 255, 255, 0.5);
}
.cs a:focus {
	color: rgba(255, 255, 255, 0.5);
}
.cs blockquote {
	color: rgb(255, 255, 255);
}
.cs .blockquote {
	color: rgb(255, 255, 255);
}
.cs .with_background {
	background-color: rgba(255, 255, 255, 0.23);
}
.cs .with_border {
	border-color: rgba(255, 255, 255, 0.23);
}
.with_top_border.cs .container::before {
	background-color: rgb(238, 124, 111);
}
.with_bottom_border.cs .container::after {
	background-color: rgb(238, 124, 111);
}
.cs .greylinks a {
	color: rgb(58, 61, 68);
}
.cs .greylinks a.social-icon {
	color: rgb(58, 61, 68);
}
.cs .greylinks a:hover {
	color: rgb(255, 255, 255);
}
.cs .greylinks a.social-icon:hover {
	color: rgb(255, 255, 255);
}
.cs .darklinks a {
	color: rgb(255, 255, 255);
}
.cs .darklinks a:hover {
	color: rgb(243, 112, 43);
}
.cs .highlightlinks a {
	color: rgba(255, 255, 255, 0.5);
}
.cs .highlightlinks a.social-icon {
	color: rgba(255, 255, 255, 0.5);
}
.cs .black {
	border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.cs .grey {
	border-color: rgb(58, 61, 68); color: rgb(58, 61, 68);
}
.cs .lightgrey {
	color: rgba(255, 255, 255, 0.6);
}
.cs .response {
	color: rgb(255, 255, 255);
}
.cs .highlight {
	color: rgb(255, 255, 255);
}
.cs .breadcrumb > .active {
	color: rgb(58, 61, 68);
}
.cs .breadcrumb > li:last-child {
	color: rgb(58, 61, 68);
}
.cs .light_bg_color .highlight {
	color: rgb(232, 82, 66);
}
.cs .highlight.light_bg_color {
	color: rgb(232, 82, 66);
}
.cs ul.list1 li {
	border-color: rgba(255, 255, 255, 0.23);
}
.cs [class*='socicon-'] {
	border-color: rgba(255, 255, 255, 0.23);
}
.cs .bg-icon.color-icon {
	background-color: rgba(255, 255, 255, 0.23);
}
.cs a.color-bg-icon.social-icon:hover {
	background-color: rgb(58, 61, 68);
}
.cs .pagination > li > a {
	color: rgb(255, 255, 255);
}
.cs .pagination > li > span {
	color: rgb(255, 255, 255);
}
.cs .pagination > li.active > a {
	color: rgb(255, 255, 255);
}
.cs .pagination > li.active > span {
	color: rgb(255, 255, 255);
}
.cs .pagination > li > a:hover {
	color: rgb(255, 255, 255);
}
.cs .pagination > li > span:hover {
	color: rgb(255, 255, 255);
}
.cs .pagination > li > a:focus {
	color: rgb(255, 255, 255);
}
.cs .pagination > li > span:focus {
	color: rgb(255, 255, 255);
}
.cs .widget_recent_entries li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_recent_comments li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_archive li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_categories li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_meta li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_popular_entries li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_nav_menu li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .widget_pages li + li {
	border-top-color: rgba(255, 255, 255, 0.23);
}
.cs .theme_buttons a:hover {
	color: rgb(232, 82, 66);
}
.cs .theme_buttons a:focus {
	color: rgb(232, 82, 66);
}
.cs .theme_buttons a:active {
	color: rgb(232, 82, 66);
}
.cs .theme_button:hover {
	color: rgb(232, 82, 66);
}
.cs .theme_button:focus {
	color: rgb(232, 82, 66);
}
.cs .theme_button:active {
	color: rgb(232, 82, 66);
}
.cs .inverse.theme_buttons a {
	border-color: rgb(58, 61, 68); color: rgb(58, 61, 68);
}
.cs .inverse.theme_button {
	border-color: rgb(58, 61, 68); color: rgb(58, 61, 68);
}
.cs .inverse.theme_buttons a:hover {
	color: rgb(255, 255, 255);
}
.cs .inverse.theme_buttons a:focus {
	color: rgb(255, 255, 255);
}
.cs .inverse.theme_buttons a:active {
	color: rgb(255, 255, 255);
}
.cs .inverse.theme_button:hover {
	color: rgb(255, 255, 255);
}
.cs .inverse.theme_button:focus {
	color: rgb(255, 255, 255);
}
.cs .inverse.theme_button:active {
	color: rgb(255, 255, 255);
}
.cs [class*='color'].theme_buttons {
	color: rgb(255, 255, 255);
}
.cs [class*='color'].theme_button {
	color: rgb(255, 255, 255);
}
.cs [class*='color'].theme_buttons:hover {
	color: rgb(58, 61, 68);
}
.cs [class*='color'].theme_buttons:focus {
	color: rgb(58, 61, 68);
}
.cs [class*='color'].theme_buttons:active {
	color: rgb(58, 61, 68);
}
.cs [class*='color'].theme_button:hover {
	color: rgb(58, 61, 68);
}
.cs [class*='color'].theme_button:focus {
	color: rgb(58, 61, 68);
}
.cs [class*='color'].theme_button:active {
	color: rgb(58, 61, 68);
}
.cs .color1.theme_buttons a {
	color: rgb(232, 82, 66); background-color: rgb(255, 255, 255);
}
.cs .color1.theme_button {
	color: rgb(232, 82, 66); background-color: rgb(255, 255, 255);
}
.cs .color1.theme_buttons a:hover {
	color: rgb(58, 61, 68);
}
.cs .color1.theme_buttons a:focus {
	color: rgb(58, 61, 68);
}
.cs .color1.theme_buttons a:active {
	color: rgb(58, 61, 68);
}
.cs .color1.theme_button:hover {
	color: rgb(58, 61, 68);
}
.cs .color1.theme_button:focus {
	color: rgb(58, 61, 68);
}
.cs .color1.theme_button:active {
	color: rgb(58, 61, 68);
}
.cs .inverse.color1.theme_buttons a {
	border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.cs .inverse.color1.theme_button {
	border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.cs .inverse.color1.theme_buttons a:hover {
	color: rgb(58, 61, 68);
}
.cs .inverse.color1.theme_buttons a:focus {
	color: rgb(58, 61, 68);
}
.cs .inverse.color1.theme_buttons a:active {
	color: rgb(58, 61, 68);
}
.cs .inverse.color1.theme_button:hover {
	color: rgb(58, 61, 68);
}
.cs .inverse.color1.theme_button:focus {
	color: rgb(58, 61, 68);
}
.cs .inverse.color1.theme_button:active {
	color: rgb(58, 61, 68);
}
.cs .inverse.color2.theme_buttons a {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_button {
	border-color: rgb(243, 112, 43); color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_buttons a:hover {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_buttons a:focus {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_buttons a:active {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_button:hover {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_button:focus {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.cs .inverse.color2.theme_button:active {
	color: rgb(255, 255, 255); background-color: rgb(243, 112, 43);
}
.cs .inverse.color3.theme_buttons a {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.cs .inverse.color3.theme_button {
	border-color: rgb(252, 179, 21); color: rgb(252, 179, 21);
}
.cs .inverse.color3.theme_buttons a:hover {
	color: rgb(255, 255, 255);
}
.cs .inverse.color3.theme_buttons a:focus {
	color: rgb(255, 255, 255);
}
.cs .inverse.color3.theme_buttons a:active {
	color: rgb(255, 255, 255);
}
.cs .inverse.color3.theme_button:hover {
	color: rgb(255, 255, 255);
}
.cs .inverse.color3.theme_button:focus {
	color: rgb(255, 255, 255);
}
.cs .inverse.color3.theme_button:active {
	color: rgb(255, 255, 255);
}
.cs .inverse.color4.theme_buttons a {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.cs .inverse.color4.theme_button {
	border-color: rgb(3, 168, 203); color: rgb(3, 168, 203);
}
.cs .inverse.color4.theme_buttons a:hover {
	color: rgb(255, 255, 255);
}
.cs .inverse.color4.theme_buttons a:focus {
	color: rgb(255, 255, 255);
}
.cs .inverse.color4.theme_buttons a:active {
	color: rgb(255, 255, 255);
}
.cs .inverse.color4.theme_button:hover {
	color: rgb(255, 255, 255);
}
.cs .inverse.color4.theme_button:focus {
	color: rgb(255, 255, 255);
}
.cs .inverse.color4.theme_button:active {
	color: rgb(255, 255, 255);
}
.cs .no_bg_button.theme_button {
	color: rgb(255, 255, 255);
}
.cs .no_bg_button.theme_button:hover {
	color: rgb(58, 61, 68) !important;
}
.cs .no_bg_button.theme_button:active {
	color: rgb(58, 61, 68) !important;
}
.cs .no_bg_button.theme_button:focus {
	color: rgb(58, 61, 68) !important;
}
.cs .color1.no_bg_button.theme_button {
	color: rgb(255, 255, 255);
}
.cs .color2.no_bg_button.theme_button {
	color: rgb(255, 255, 255);
}
.cs .divided-content > * + *::before {
	color: rgb(255, 255, 255);
}
.cs .list3 li::after {
	color: rgb(255, 255, 255);
}
.cs #isotope_filters a {
	color: rgb(255, 255, 255);
}
.cs .filters a {
	color: rgb(255, 255, 255);
}
.cs #isotope_filters a.selected {
	color: rgb(255, 255, 255);
}
.cs #isotope_filters a:hover {
	color: rgb(255, 255, 255);
}
.cs .filters a.selected {
	color: rgb(255, 255, 255);
}
.cs .filters a:hover {
	color: rgb(255, 255, 255);
}
.cs #isotope_filters a::after {
	background-color: rgb(255, 255, 255);
}
.cs .filters a::after {
	background-color: rgb(255, 255, 255);
}
.cs #isotope_filters a.selected::after {
	background-color: rgb(255, 255, 255);
}
.cs #isotope_filters a:hover::after {
	background-color: rgb(255, 255, 255);
}
.cs .filters a.selected::after {
	background-color: rgb(255, 255, 255);
}
.cs .filters a:hover::after {
	background-color: rgb(255, 255, 255);
}
.with_top_border.cs::before {
	background-color: rgba(255, 255, 255, 0.23);
}
.with_bottom_border.cs::after {
	background-color: rgba(255, 255, 255, 0.23);
}
.with_top_border_container.cs .container::before {
	background-color: rgba(255, 255, 255, 0.23);
}
.with_bottom_border_container.cs .container::after {
	background-color: rgba(255, 255, 255, 0.23);
}
.cs .owl-carousel.flex-control-nav::after {
	background-color: rgb(255, 255, 255);
}
.cs .breadcrumb > li + li::before {
	color: rgb(255, 255, 255);
}
.cs input[type='text'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs input[type='email'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs input[type='url'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs input[type='password'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs input[type='search'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs input[type='tel'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs input[type='number'] {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs textarea {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs select {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs .form-control {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs .select-group {
	border-color: rgba(255, 255, 255, 0.3);
}
.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.7);
}
.cs :-ms-input-placeholder.form-control {
	color: rgb(255, 255, 255);
}
.cs :-ms-input-placeholder.form-control:focus {
	color: transparent;
}
.page_topline {
	font-size: 14px; position: relative; z-index: 1001;
}
.page_topline a.social-icon {
	vertical-align: baseline;
}
@media all and (max-width:767px)
{
.page_topline .xs-block {
	margin: auto; display: block;
}
}
.page_topline .searchform input[type='text'] {
	border: currentColor; border-image: none; height: 30px; padding-top: 0px; padding-bottom: 0px;
}
@media all and (min-width:400px)
{
.page_topline .searchform input[type='text'] {
	min-width: 380px;
}
}
.page_topline .searchform .form-group + .theme_button {
	width: 30px; height: 30px; line-height: 30px;
}
.page_topline .searchform .form-group + .theme_button::before {
	font-size: 28px;
}
.page_topline .searchform #search-close {
	left: 0px; top: 0px; position: absolute;
}
#topline-animation-wrap {
	position: relative;
}
#topline-show {
	display: none;
}
@media all and (min-width:1200px)
{
#topline-show {
	top: 50%; right: 0px; margin-top: -15px; position: absolute;
}
}
@media all and (min-width:1600px)
{
.page_toplogo .teasers-row {
	margin: auto; max-width: 85%;
}
}
.page_toplogo .row {
	display: flex; flex-wrap: wrap; align-items: center;
}
.page_toplogo .row::before {
	display: none;
}
@media all and (max-width:399px)
{
.page_toplogo strong.big {
	font-size: 18px;
}
}
@media all and (min-width:1200px)
{
.section_padding_lg_25.page_toplogo > [class*='container'] {
	padding-top: 25px; padding-bottom: 25px;
}
}
.page_breadcrumbs .breadcrumbs_logo {
	margin: 0px 0px 15px;
}
.page_breadcrumbs .breadcrumbs_logo img {
	opacity: 0.3;
}
.page_breadcrumbs h2 {
	line-height: 0.9em; font-size: 30px; font-weight: 500; display: inline; -ms-word-wrap: break-word;
}
.page_breadcrumbs h2 + .breadcrumb {
	margin-top: 10px;
}
@media all and (min-width:992px)
{
.page_breadcrumbs h2 {
	font-size: 40px;
}
}
.page_breadcrumbs h2.small {
	font-size: 30px;
}
@media screen and (min-width:992px)
{
.page_breadcrumbs .display_table_md {
	width: auto; min-width: 0px;
}
.page_breadcrumbs h2.display_table_cell_md {
	padding-right: 20px; padding-left: 15px;
}
.page_breadcrumbs .display_table_cell_md.breadcrumb {
	padding-left: 25px; border-left-color: rgba(255, 255, 255, 0.23); border-left-width: 1px; border-left-style: solid;
}
}
.page_breadcrumbs .bottom_breadcrumbs {
	margin: 0px 0px -25px; padding: 4px 20px 0px; text-align: center; float: right;
}
@media all and (max-width:1199px)
{
.section_padding_bottom_65.section_padding_top_65.page_breadcrumbs > [class*='container'] {
	padding-top: 15px; padding-bottom: 15px;
}
}
.taxonomy-name-title {
	display: none;
}
.background_cover.section_404 {
	background-image: url("../img/parallax/404.jpg");
}
@media all and (max-width:991px)
{
.background_cover.section_404 {
	background-position: left;
}
}
.background_cover.page_breadcrumbs {
	background-image: url("../images/home/placa-titulo.jpg");
}
.parallax.page_footer {
	background-image: url("../img/parallax/bottom.jpg");
}
.page_footer .parallax.parallax {
	background-image: url("../img/parallax/bottom.jpg");
}
.parallax.page_copyright {
	background-image: url("../img/parallax/bottom.jpg");
}
.parallax.page_contacts {
	background-image: url("../img/parallax/bottom.jpg");
}
@media all and (max-width:1199px)
{
.parallax.page_footer + .parallax.page_copyright {
	background-image: none;
}
.parallax.page_footer + .parallax.page_copyright > [class*='container']::before {
	display: none !important;
}
.parallax.page_footer + .parallax.page_copyright::before {
	display: none !important;
}
}
.page_footer .widget {
	margin-top: 30px;
}
.page_footer .vertical_logo .logo_text .big {
	font-size: 32px;
}
@media all and (min-width:768px)
{
.page_footer .widget {
	margin-top: 40px;
}
.page_footer .widget_about {
	margin-top: 26px;
}
}
@media all and (min-width:992px)
{
.page_footer .widget_media_margin {
	margin-top: 75px;
}
}
@media all and (min-width:1200px)
{
.page_footer .with_padding {
	padding: 60px;
}
}
@media all and (max-width:499px)
{
.template_footer.page_footer > [class*='container'] {
	padding-top: 0px;
}
.template_footer.page_footer > [class*='container'] > .row > :first-child.col-xs-12 {
	padding: 0px; margin-top: 0px;
}
}
.page_footer .with_padding.widget_mailchimp .form-group + .theme_button {
	padding: 18px 30px; border-radius: 10px; width: auto; line-height: 1; font-size: 14px; position: static;
}
.page_footer .with_padding.widget_mailchimp .form-group + .theme_button::before {
	display: none;
}
@media all and (min-width:1600px)
{
.page_footer .with_padding.widget_mailchimp .form-group + .theme_button {
	padding: 23px 40px;
}
}
@media all and (min-width:992px)
{
.page_footer .with_padding.widget_mailchimp .form-group-wrap {
	display: flex;
}
.page_footer .with_padding.widget_mailchimp .form-group-wrap .form-group {
	flex:1 1 auto; margin-right: 40px;
}
}
@media all and (max-width:991px)
{
.page_footer .with_padding.widget_mailchimp {
	text-align: center;
}
.page_footer .with_padding.widget_mailchimp .form-group {
	margin-bottom: 20px;
}
}
@media all and (min-width:992px)
{
.page_footer .with_padding.widget_mailchimp {
	margin-bottom: 35px; display: flex; align-items: center;
}
.page_footer .with_padding.widget_mailchimp .widget-title {
	margin-right: 35px; margin-bottom: 0px;
}
.page_footer .with_padding.widget_mailchimp form {
	flex:1 1 auto;
}
}
@media all and (min-width:1200px)
{
.page_footer .with_padding.widget_mailchimp {
	margin-bottom: 55px;
}
}
:not(.ms).ds + :not(.ms).page_copyright .container {
	position: relative;
}
.ms.ds + .ms.ds.page_copyright .container {
	position: relative;
}
:not(.ms).ds + :not(.ms).page_copyright .container::before {
	left: 15px; top: 0px; height: 1px; right: 15px; display: block; position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.2);
}
.ms.ds + .ms.ds.page_copyright .container::before {
	left: 15px; top: 0px; height: 1px; right: 15px; display: block; position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.2);
}
#map {
	height: 550px;
}
.page_map {
	height: 550px;
}
#map img {
	max-width: inherit;
}
.page_map img {
	max-width: inherit;
}
#map p {
	line-height: 1.3; margin-bottom: 0px;
}
.page_map p {
	line-height: 1.3; margin-bottom: 0px;
}
#map .map_marker_description {
	padding: 10px 5px 5px;
}
.page_map .map_marker_description {
	padding: 10px 5px 5px;
}
#map .map_marker_icon {
	display: none;
}
.page_map .map_marker_icon {
	display: none;
}
@media all and (max-width:1599px) and (min-width:1200px)
{
.section_intro_overlap [class*='_bg_color'].teaser {
	padding: 30px;
}
.section_intro_overlap [class*='with_'].teaser {
	padding: 30px;
}
.section_intro_overlap [class*='_bg_color'].big_wrapper.thick_border_icon.teaser_icon {
	width: calc(2em + 20px); height: calc(2em + 20px);
}
.section_intro_overlap .big_wrapper.with_background.thick_border_icon.teaser_icon {
	width: calc(2em + 20px); height: calc(2em + 20px);
}
.section_intro_overlap [class*='_bg_color'].big_wrapper.thick_border_icon.teaser_icon > * {
	line-height: 2em;
}
.section_intro_overlap .big_wrapper.with_background.thick_border_icon.teaser_icon > * {
	line-height: 2em;
}
}
@media all and (max-width:767px)
{
#about [class*='container'] {
	padding-top: 70px;
}
}
@media all and (max-width:991px)
{
#about :nth-child(2).col-md-6 {
	margin-top: 23px; margin-bottom: 0px;
}
}
@media all and (max-width:767px)
{
#contact .contact-form-submit {
	margin-top: 20px;
}
}
@media all and (max-width:399px)
{
#contact .with_padding {
	padding-top: 15px; padding-bottom: 30px;
}
}
@media all and (max-width:499px)
{
#contact > [class*='container'] > .row > .col-xs-12 {
	padding: 0px;
}
}
#contact textarea {
	max-height: 140px;
}
@media all and (min-width:1200px)
{
.intro_section + .section_intro_overlap {
	overflow: visible !important; position: relative; z-index: 2;
}
.intro_section + .section_intro_overlap .container-fluid {
	left: 0px; right: 0px; bottom: 0px; position: absolute;
}
}
@media all and (min-width:768px)
{
#team .owl-carousel .owl-nav {
	left: auto; top: -80px; right: 0px;
}
#team .owl-carousel .owl-nav > div {
	position: relative;
}
#team .owl-carousel .owl-nav > div:first-child {
	margin-right: 10px;
}
}
@media all and (min-width:1200px)
{
#team .owl-carousel .owl-nav {
	top: -90px;
}
}
@media all and (max-width:1199px)
{
#blog > [class*='container'] {
	padding-bottom: 70px;
}
}
@media all and (max-width:1199px)
{
#actions > [class*='container'] {
	padding-bottom: 70px;
}
}
.loop-colors :nth-child(4n+2).owl-item :not(:hover).more-link {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) :not(:hover).more-link {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color :not(:hover).more-link {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color :not(:hover).more-link {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .darklinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .greylinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .highlight {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .darklinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .greylinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .highlight {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .darklinks a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .greylinks a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .highlight {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .darklinks a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .greylinks a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .highlight {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item h1 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item h2 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item h3 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item h4 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item h5 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item h6 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) h1 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) h2 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) h3 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) h4 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) h5 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) h6 a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color h1 a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color h2 a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color h3 a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color h4 a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color h5 a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color h6 a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color h1 a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color h2 a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color h3 a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color h4 a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color h5 a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color h6 a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .greylinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .darklinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .greylinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .darklinks a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .greylinks a:hover {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .darklinks a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .greylinks a:hover {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .darklinks a:hover {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .highlightlinks a {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .highlightlinks a {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .highlightlinks a {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .highlightlinks a {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.loop-colors > *:nth-child(4n+2) .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
[class*='col-']:nth-child(4n+2) > .loop-color .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
:nth-child(4n+2).loop-color .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.loop-colors :nth-child(4n+2).owl-item .main_bg_color {
	background-color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .main_bg_color {
	background-color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .main_bg_color {
	background-color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .main_bg_color {
	background-color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .star-rating span::before {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .star-rating span::before {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .star-rating span::before {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .star-rating span::before {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).bottom_color_border.owl-item::after {
	background-color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .bottom_color_border::after {
	background-color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2).bottom_color_border::after {
	background-color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .bottom_color_border::after {
	background-color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .bottom_color_border.loop-color::after {
	background-color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .bottom_color_border::after {
	background-color: rgb(252, 179, 21);
}
:nth-child(4n+2).bottom_color_border.loop-color::after {
	background-color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .bottom_color_border::after {
	background-color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .active.owl-dot span {
	border-color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .owl-dot:hover span {
	border-color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .active.owl-dot span {
	border-color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .owl-dot:hover span {
	border-color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .active.owl-dot span {
	border-color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .owl-dot:hover span {
	border-color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .active.owl-dot span {
	border-color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .owl-dot:hover span {
	border-color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .price {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .price {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .price {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .price {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item .add_to_cart {
	border-color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) .add_to_cart {
	border-color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color .add_to_cart {
	border-color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color .add_to_cart {
	border-color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+2).owl-item :not(:hover).add_to_cart {
	color: rgb(252, 179, 21);
}
.loop-colors > *:nth-child(4n+2) :not(:hover).add_to_cart {
	color: rgb(252, 179, 21);
}
[class*='col-']:nth-child(4n+2) > .loop-color :not(:hover).add_to_cart {
	color: rgb(252, 179, 21);
}
:nth-child(4n+2).loop-color :not(:hover).add_to_cart {
	color: rgb(252, 179, 21);
}
.loop-colors :nth-child(4n+3).owl-item :not(:hover).more-link {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) :not(:hover).more-link {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color :not(:hover).more-link {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color :not(:hover).more-link {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .darklinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .greylinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .highlight {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .darklinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .greylinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .highlight {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .darklinks a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .greylinks a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .highlight {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .darklinks a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .greylinks a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .highlight {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item h1 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item h2 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item h3 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item h4 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item h5 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item h6 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) h1 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) h2 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) h3 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) h4 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) h5 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) h6 a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color h1 a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color h2 a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color h3 a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color h4 a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color h5 a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color h6 a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color h1 a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color h2 a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color h3 a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color h4 a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color h5 a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color h6 a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .greylinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .darklinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .greylinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .darklinks a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .greylinks a:hover {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .darklinks a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .greylinks a:hover {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .darklinks a:hover {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .highlightlinks a {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .highlightlinks a {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .highlightlinks a {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .highlightlinks a {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.loop-colors > *:nth-child(4n+3) .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
[class*='col-']:nth-child(4n+3) > .loop-color .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
:nth-child(4n+3).loop-color .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.loop-colors :nth-child(4n+3).owl-item .main_bg_color {
	background-color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .main_bg_color {
	background-color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .main_bg_color {
	background-color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .main_bg_color {
	background-color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .star-rating span::before {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .star-rating span::before {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .star-rating span::before {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .star-rating span::before {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).bottom_color_border.owl-item::after {
	background-color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .bottom_color_border::after {
	background-color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3).bottom_color_border::after {
	background-color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .bottom_color_border::after {
	background-color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .bottom_color_border.loop-color::after {
	background-color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .bottom_color_border::after {
	background-color: rgb(3, 168, 203);
}
:nth-child(4n+3).bottom_color_border.loop-color::after {
	background-color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .bottom_color_border::after {
	background-color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .active.owl-dot span {
	border-color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .owl-dot:hover span {
	border-color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .active.owl-dot span {
	border-color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .owl-dot:hover span {
	border-color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .active.owl-dot span {
	border-color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .owl-dot:hover span {
	border-color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .active.owl-dot span {
	border-color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .owl-dot:hover span {
	border-color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .price {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .price {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .price {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .price {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item .add_to_cart {
	border-color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) .add_to_cart {
	border-color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color .add_to_cart {
	border-color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color .add_to_cart {
	border-color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+3).owl-item :not(:hover).add_to_cart {
	color: rgb(3, 168, 203);
}
.loop-colors > *:nth-child(4n+3) :not(:hover).add_to_cart {
	color: rgb(3, 168, 203);
}
[class*='col-']:nth-child(4n+3) > .loop-color :not(:hover).add_to_cart {
	color: rgb(3, 168, 203);
}
:nth-child(4n+3).loop-color :not(:hover).add_to_cart {
	color: rgb(3, 168, 203);
}
.loop-colors :nth-child(4n+4).owl-item :not(:hover).more-link {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) :not(:hover).more-link {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color :not(:hover).more-link {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color :not(:hover).more-link {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .darklinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .greylinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .highlight {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .darklinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .greylinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .highlight {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .darklinks a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .greylinks a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .highlight {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .darklinks a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .greylinks a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .highlight {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item h1 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item h2 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item h3 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item h4 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item h5 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item h6 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) h1 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) h2 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) h3 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) h4 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) h5 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) h6 a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color h1 a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color h2 a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color h3 a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color h4 a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color h5 a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color h6 a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color h1 a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color h2 a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color h3 a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color h4 a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color h5 a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color h6 a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .greylinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .darklinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .greylinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .darklinks a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .greylinks a:hover {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .darklinks a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .greylinks a:hover {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .darklinks a:hover {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .highlightlinks a {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .highlightlinks a {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .highlightlinks a {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .highlightlinks a {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.loop-colors > *:nth-child(4n+4) .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
[class*='col-']:nth-child(4n+4) > .loop-color .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
:nth-child(4n+4).loop-color .highlightlinks a:hover {
	color: rgb(58, 61, 68);
}
.loop-colors :nth-child(4n+4).owl-item .main_bg_color {
	background-color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .main_bg_color {
	background-color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .main_bg_color {
	background-color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .main_bg_color {
	background-color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .star-rating span::before {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .star-rating span::before {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .star-rating span::before {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .star-rating span::before {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).bottom_color_border.owl-item::after {
	background-color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .bottom_color_border::after {
	background-color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4).bottom_color_border::after {
	background-color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .bottom_color_border::after {
	background-color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .bottom_color_border.loop-color::after {
	background-color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .bottom_color_border::after {
	background-color: rgb(243, 112, 43);
}
:nth-child(4n+4).bottom_color_border.loop-color::after {
	background-color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .bottom_color_border::after {
	background-color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .active.owl-dot span {
	border-color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .owl-dot:hover span {
	border-color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .active.owl-dot span {
	border-color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .owl-dot:hover span {
	border-color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .active.owl-dot span {
	border-color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .owl-dot:hover span {
	border-color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .active.owl-dot span {
	border-color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .owl-dot:hover span {
	border-color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .price {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .price {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .price {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .price {
	color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item .add_to_cart {
	border-color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) .add_to_cart {
	border-color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color .add_to_cart {
	border-color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color .add_to_cart {
	border-color: rgb(243, 112, 43);
}
.loop-colors :nth-child(4n+4).owl-item :not(:hover).add_to_cart {
	color: rgb(243, 112, 43);
}
.loop-colors > *:nth-child(4n+4) :not(:hover).add_to_cart {
	color: rgb(243, 112, 43);
}
[class*='col-']:nth-child(4n+4) > .loop-color :not(:hover).add_to_cart {
	color: rgb(243, 112, 43);
}
:nth-child(4n+4).loop-color :not(:hover).add_to_cart {
	color: rgb(243, 112, 43);
}
@media all and (min-width:992px)
{
.light_ms_bg_color.ds.page_mainslider {
	background-color: rgb(255, 255, 255);
}
}
.light_bg_color.ds.page_mainslider {
	background-color: rgb(255, 255, 255);
}
.intro_section .rounded-container {
	border-radius: 0px 0px 50% 50%; width: 120%; overflow: hidden; position: relative; max-height: 100%; transform: translateX(-8.33333%);
}
.intro_section .rounded-container img {
	width: 83.33%; margin-right: auto; margin-left: auto; display: block;
}
.slide-image-wrap .rounded-container {
	left: 50%; transform: translateX(-50%);
}
.all-scr-cover .slide-image-wrap {
	background-position: center; left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; background-size: cover;
}
.slide-image-wrap img {
	visibility: hidden;
}
.intro_section {
	overflow: hidden; clear: both; position: relative; max-width: 100%;
}
.intro_section > img {
	width: 100%;
}
.ds.intro_section {
	color: rgb(255, 255, 255);
}
.intro_section .slides {
	display: flex;
}
.intro_section .slides > li {
	overflow: hidden; position: relative;
}
.intro_section .flexslider::before {
	clear: both; display: block; content: "";
}
.intro_section .flexslider::after {
	clear: both; display: block; content: "";
}
.intro_section .flexslider .intro-layer img {
	width: auto; display: inline-block;
}
.intro_section .flex-control-nav {
	position: absolute;
}
.blog_slider.intro_section {
	margin-bottom: 40px;
}
.blog-slider .intro_section {
	margin-bottom: 40px;
}
.all-scr-cover.blog_slider.intro_section .slide_description_wrapper {
	padding: 20% 0px;
}
.blog-slider .all-scr-cover.intro_section .slide_description_wrapper {
	padding: 20% 0px;
}
@media all and (min-width:1200px)
{
.blog_slider.intro_section {
	margin-bottom: 60px;
}
.blog-slider .intro_section {
	margin-bottom: 60px;
}
.blog_slider.intro_section .slides > li {
	height: 600px;
}
.blog-slider .intro_section .slides > li {
	height: 600px;
}
}
.blog_slider.intro_section img {
	opacity: 0.4;
}
.blog_slider.intro_section .slide-image-wrap {
	opacity: 0.4;
}
.blog-slider .intro_section img {
	opacity: 0.4;
}
.blog-slider .intro_section .slide-image-wrap {
	opacity: 0.4;
}
.blog_slider.intro_section .flex-direction-nav {
	display: none;
}
.blog-slider .intro_section .flex-direction-nav {
	display: none;
}
.blog_slider.intro_section .flex-control-nav {
	bottom: 10%;
}
.blog-slider .intro_section .flex-control-nav {
	bottom: 10%;
}
.blog_slider.intro_section h2 {
	margin-top: 0px; margin-bottom: 0px;
}
.blog-slider .intro_section h2 {
	margin-top: 0px; margin-bottom: 0px;
}
.intro_section .flexslider .container {
	left: 0px; top: 0px; right: 0px; bottom: 0px; margin-right: auto; margin-left: auto; position: absolute;
}
.intro_section img + .container {
	left: 0px; top: 0px; right: 0px; bottom: 0px; margin-right: auto; margin-left: auto; position: absolute;
}
.intro_section [class*='col-'] {
	position: static; min-height: 0px;
}
.intro_section .slide_description_wrapper {
	padding: 30px 0px; left: 0px; top: 0px; height: 100%; right: 0px; bottom: 0px; font-size: 0px; position: absolute; z-index: 5;
}
@media all and (min-width:600px)
{
.boxed .intro_section .slide_description_wrapper {
	padding-right: 60px; padding-left: 60px;
}
}
@media all and (min-width:992px)
{
.intro_section .slide_description_wrapper {
	padding-right: 15px; padding-left: 15px;
}
}
.intro_section .slide_description {
	line-height: 1.5em; font-family: "Ubuntu", sans-serif; font-size: 20px;
}
.intro_section .slide_description > * {
	visibility: hidden;
}
.intro_section .slide_description_wrapper::before {
	vertical-align: middle; display: inline-block;
}
.intro_section .slide_description {
	vertical-align: middle; display: inline-block;
}
.intro_section .slide_description_wrapper::before {
	width: 0px; height: 100%; display: inline-block; content: "";
}
.intro_section .slide_text_top.slide_description_wrapper::before {
	vertical-align: top;
}
.intro_section h2 {
	line-height: 0.9em; font-size: 40px; margin-top: 0.15em; margin-bottom: 0.3em;
}
.intro_section hr {
	margin-bottom: 30px; background-color: rgb(255, 255, 255);
}
.intro_section .slide_buttons {
	margin: 30px -10px 0px;
}
.intro_section .slide_buttons .theme_button {
	margin: 0px 10px 10px; vertical-align: top;
}
@media all and (min-width:1200px)
{
.intro_section .slide_buttons {
	margin-top: 50px;
}
}
.intro_section .dots-disabled .nav-container {
	display: none;
}
.all-scr-cover.intro_section .container {
	position: relative;
}
.all-scr-cover.intro_section img + .container {
	position: relative;
}
.all-scr-cover.intro_section .slide_description_wrapper {
	padding: 15% 0px; position: relative;
}
.intro_section .nav-container {
	display: none;
}
@media all and (min-width:768px)
{
.intro_section h2 {
	font-size: 60px;
}
.transparent_wrapper + .page_mainslider .slide_description_wrapper {
	padding-top: calc(10% + 150px);
}
.all-scr-cover.intro_section .slide_description_wrapper {
	padding: 15% 30px;
}
}
@media all and (min-width:992px)
{
.intro_section .slide_description {
	font-size: 24px;
}
.intro_section .flex-control-nav {
	bottom: 8%;
}
.all-scr-cover.intro_section .slide_description_wrapper {
	padding: 12% 30px;
}
.transparent_wrapper + .page_mainslider .slide_description_wrapper {
	padding-top: calc(19% + 50px);
}
}
@media all and (min-width:1200px)
{
.intro_section h2 {
	font-size: 80px;
}
.all-scr-cover.intro_section .slide_description_wrapper {
	padding: 10% 30px;
}
.bottom-overlap-teasers.intro_section .slide_description_wrapper {
	padding-bottom: calc(10% + 194px);
}
.page_mainslider.intro_section .flex-direction-nav a {
	top: calc(50% - 105px);
}
.transparent_wrapper + .page_mainslider .slide_description_wrapper {
	padding-top: calc(10% + 100px);
}
}
@media all and (min-width:1400px)
{
.all-scr-cover.intro_section .slide_description_wrapper {
	padding: 16% 30px;
}
.bottom-overlap-teasers.intro_section .slide_description_wrapper {
	padding-bottom: 25%;
}
.transparent_wrapper + .page_mainslider .slide_description_wrapper {
	padding-top: calc(16% + 100px);
}
}
@media all and (min-width:1600px)
{
.all-scr-cover.intro_section .slide_description_wrapper {
	padding: 18.5% 30px;
}
.bottom-overlap-teasers.intro_section .slide_description_wrapper {
	padding-bottom: calc(18.5% + 200px);
}
.intro_section h2 {
	font-size: 100px;
}
.transparent_wrapper + .page_mainslider .slide_description_wrapper {
	padding-top: calc(19% + 150px);
}
}
@media all and (max-width:991px)
{
.intro_section {
	text-align: center;
}
.intro_section .big.theme-divider {
	margin-right: auto; margin-left: auto;
}
.intro_section .big.theme-divider::before {
	left: 50%; width: 40%; transform: translateX(-50%);
}
.intro_section .nav-container {
	padding: 0px;
}
.intro_section .flex-control-nav {
	text-align: center; margin-top: 0px; margin-bottom: 20px; position: static;
}
.intro_section .flex-custom-nav {
	text-align: center; margin-top: 0px; margin-bottom: 20px; position: static;
}
.all-scr-cover.intro_section .flex-control-nav {
	bottom: 0px; position: absolute;
}
.all-scr-cover.intro_section .flex-custom-nav {
	bottom: 0px; position: absolute;
}
.intro_section .flexslider .container {
	width: auto; position: static; max-width: 100%;
}
.intro_section .slide_description_wrapper::before {
	display: none;
}
.intro_section .slide_description {
	margin: auto; text-align: center; display: block;
}
.intro_section .slide_description_wrapper {
	position: static;
}
}
@media all and (max-width:767px)
{
.intro_section .flex-direction-nav a {
	top: 40px;
}
.intro_section .flex-direction-nav {
	display: none;
}
}
.sf-menu a {
	text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500;
}
@media all and (min-width:1200px)
{
.mainmenu_wrapper {
	position: relative;
}
.with_menu_icon.header_darkgrey .mainmenu_wrapper::after {
	color: rgb(255, 255, 255);
}
.sf-menu {
	list-style: none; margin: 0px; padding: 0px;
}
.sf-menu ul {
	list-style: none; margin: 0px; padding: 0px;
}
.sf-menu li {
	position: relative;
}
.sf-menu li > ul {
	top: 100%; display: none; position: absolute; z-index: 99;
}
.sf-menu > li > ul {
	left: 50%; transform: translateX(-50%);
}
.sf-menu li:hover > ul {
	display: block;
}
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block; position: relative;
}
.sf-menu li > ul > li > ul {
	left: 100%; top: -21px; margin-left: 1px;
}
.sf-menu a {
	padding: 5px 10px; text-decoration: none; -ms-zoom: 1; transition-property: color, background-color, border-color, padding-top, padding-bottom;
}
.sf-menu a {
	color: rgb(120, 120, 120);
}
.sf-menu li {
	transition:background 0.2s; white-space: nowrap;
}
.sf-menu > li {
	margin: 0px -2px; vertical-align: middle; display: inline-block; position: relative;
}
.sf-menu > li:first-child {
	margin-left: 0px;
}
.sf-menu > li:last-child {
	margin-right: 0px;
}
.sf-menu ul li > a::before {
	left: 30px; top: 0px; height: 1px; right: 30px; position: absolute; content: ""; background-color: rgba(120, 120, 120, 0.2);
}
.sf-menu ul li:first-child > a::before {
	display: none;
}
.mega-menu .mega-menu-col > a::before {
	display: none;
}
.sf-menu > li > a {
	padding: 25px 0px;
}
.sf-menu li:hover {
	transition:none;
}
.sf-menu li.sfHover {
	transition:none;
}
.sf-menu > li .mega-menu {
	list-style: none; padding: 20px 0px; border-radius: 0px; text-align: center; margin-top: 10px; border-bottom-color: rgb(232, 82, 66); border-bottom-width: 3px; border-bottom-style: solid; min-width: 10em; box-shadow: 0px 1px 5px rgba(0,0,0,0.1); background-color: rgb(255, 255, 255);
}
.sf-menu li > ul {
	list-style: none; padding: 20px 0px; border-radius: 0px; text-align: center; margin-top: 10px; border-bottom-color: rgb(232, 82, 66); border-bottom-width: 3px; border-bottom-style: solid; min-width: 10em; box-shadow: 0px 1px 5px rgba(0,0,0,0.1); background-color: rgb(255, 255, 255);
}
.sf-menu > li .mega-menu > li > ul {
	z-index: -1;
}
.sf-menu li > ul > li > ul {
	z-index: -1;
}
.sf-menu > li .mega-menu ul {
	background: rgb(255, 255, 255);
}
.sf-menu ul a {
	padding-right: 30px; padding-left: 30px;
}
}
@media all and (min-width:1600px)
{
.sf-menu ul a {
	padding-right: 40px; padding-left: 40px;
}
}
@media all and (min-width:1200px)
{
.sf-menu .mega-menu ul {
	padding: 0px; box-shadow: none;
}
.sf-menu .mega-menu ul a {
	padding-right: 0px; padding-left: 0px;
}
.sf-menu ul a:hover {
	color: rgb(232, 82, 66);
}
.sf-menu ul li.active > a {
	color: rgb(232, 82, 66);
}
.sf-menu ul ul {
	margin-top: 0px;
}
.bordered_items .sf-menu > li {
	padding: 0px;
}
.bordered_items .sf-menu > li + li::before {
	left: 0px; top: 0px; width: 1px; height: 100%; bottom: 0px; position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.23);
}
.header_white .sf-menu > li > a {
	color: rgb(58, 61, 68);
}
.header_white .sf-menu > li.active > a {
	color: rgb(232, 82, 66);
}
.header_white .sf-menu > li.sfHover > a {
	color: rgb(232, 82, 66);
}
.header_white .sf-menu .current-menu-item > a {
	color: rgb(232, 82, 66);
}
.header_white .sf-menu .current-menu-ancestor > a {
	color: rgb(232, 82, 66);
}
.header_white .sf-menu > li > a:hover {
	color: rgb(232, 82, 66);
}
.header_white .sf-menu > li + li::before {
	background-color: rgb(228, 228, 228);
}
.header_darkgrey .sf-menu ul li > a::before {
	background-color: rgba(255, 255, 255, 0.2);
}
.header_darkgrey .sf-menu > li .mega-menu {
	background: linear-gradient(to top, rgb(232, 82, 66) 3px, rgb(58, 61, 68) 3px);
}
.header_darkgrey .sf-menu li > ul {
	background: linear-gradient(to top, rgb(232, 82, 66) 3px, rgb(58, 61, 68) 3px);
}
.header_darkgrey .sf-menu > li .mega-menu a {
	color: rgb(255, 255, 255);
}
.header_darkgrey .sf-menu li > ul a {
	color: rgb(255, 255, 255);
}
.header_darkgrey .sf-menu > li .mega-menu a:hover {
	color: rgb(243, 112, 43);
}
.header_darkgrey .sf-menu li > ul a:hover {
	color: rgb(243, 112, 43);
}
.header_darkgrey .sf-menu > li .mega-menu ul {
	background: rgb(58, 61, 68);
}
.header_darkgrey .sf-menu > li > a {
	color: rgb(255, 255, 255);
}
.header_darkgrey .sf-menu > li.active > a {
	color: rgb(243, 112, 43);
}
.header_darkgrey .sf-menu .current-menu-item > a {
	color: rgb(243, 112, 43);
}
.header_darkgrey .sf-menu .current-menu-ancestor > a {
	color: rgb(243, 112, 43);
}
.header_darkgrey .sf-menu > li > a:hover {
	color: rgb(243, 112, 43);
}
.header_color ul a {
	color: rgb(255, 255, 255);
}
.header_color ul a:hover {
	color: rgb(58, 61, 68);
}
.header_color ul li.active > a {
	color: rgb(58, 61, 68);
}
.header_color .sf-menu .current-menu-item > a {
	color: rgb(58, 61, 68);
}
.header_color .sf-menu .current-menu-ancestor > a {
	color: rgb(58, 61, 68);
}
.header_color .sf-menu ul a {
	color: rgb(58, 61, 68);
}
.thin_header .sf-menu > li > a {
	padding-top: 25px; padding-bottom: 25px;
}
}
@media all and (min-width:1200px)
{
.sf-menu > li > a {
	margin-right: 12px; margin-left: 12px;
}
.bordered_items .sf-menu > li > a {
	padding: 20px 30px;
}
}
@media all and (min-width:1400px)
{
.sf-menu > li > a {
	margin-right: 20px; margin-left: 20px;
}
:not(.affix).tall_header .sf-menu > li > a {
	padding-top: 37px; padding-bottom: 37px;
}
:not(.affix):not(.thin_header):not(.bordered_items).page_header .sf-menu > li > a {
	padding-top: 35px; padding-bottom: 35px;
}
}
@media all and (min-width:1600px)
{
.sf-menu > li > a {
	margin-right: 30px; margin-left: 30px;
}
:not(.affix):not(.thin_header):not(.bordered_items).page_header .sf-menu > li > a {
	padding-top: 45px; padding-bottom: 45px;
}
:not(.affix).tall_header .sf-menu > li > a {
	padding-top: 55px; padding-bottom: 55px;
}
.sf-menu a {
	padding-top: 10px; padding-bottom: 10px;
}
.sf-menu ul li > a::before {
	left: 40px; right: 40px;
}
.bordered_items .sf-menu > li > a {
	padding: 25px 40px;
}
}
.sf-menu i[class] {
	margin-right: 7px;
}
.sf-menu .header-button {
	font-size: 14px;
}
.sf-menu .header-button i[class] {
	margin-right: 0px;
}
@media all and (min-width:992px)
{
.sf-menu .sf-md-hidden {
	display: none !important;
}
}
@media all and (max-width:991px)
{
.sf-more-li {
	display: none;
}
}
.sf-menu > .sf-logo-li {
	visibility: hidden;
}
@media all and (max-width:1199px)
{
.toggle_menu {
	left: 50%; top: 50%; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; visibility: visible; position: absolute; z-index: 1001; cursor: pointer;
}
.toggler_right .toggle_menu {
	left: auto; right: 0px;
}
.toggler_left .toggle_menu {
	left: 0px; right: auto; margin-left: 0px;
}
}
@media all and (max-width:767px)
{
.toggler_xs_right .toggle_menu {
	left: auto; right: 0px;
}
}
@media all and (max-width:499px)
{
.toggler_xxs_right .toggle_menu {
	left: auto; right: 0px;
}
}
@media all and (max-width:1199px)
{
.relative_toggler .toggle_menu {
	margin: 0px; left: auto; top: auto; display: block; position: relative;
}
.relative_toggler .text-center .toggle_menu {
	margin: auto;
}
.ls .toggle_menu span {
	background-color: rgb(58, 61, 68);
}
.ls .toggle_menu span::before {
	background-color: rgb(58, 61, 68);
}
.ls .toggle_menu span::after {
	background-color: rgb(58, 61, 68);
}
.header_white .toggle_menu span {
	background-color: rgb(58, 61, 68);
}
.header_white .toggle_menu span::before {
	background-color: rgb(58, 61, 68);
}
.header_white .toggle_menu span::after {
	background-color: rgb(58, 61, 68);
}
.intro_section + .page_header_wrapper .toggle_menu span {
	background-color: rgb(255, 255, 255);
}
.intro_section + .page_header_wrapper .toggle_menu span::before {
	background-color: rgb(255, 255, 255);
}
.intro_section + .page_header_wrapper .toggle_menu span::after {
	background-color: rgb(255, 255, 255);
}
.intro_section + .page_header_wrapper .affix .toggle_menu span {
	background-color: rgb(58, 61, 68);
}
.intro_section + .page_header_wrapper .affix .toggle_menu span::before {
	background-color: rgb(58, 61, 68);
}
.intro_section + .page_header_wrapper .affix .toggle_menu span::after {
	background-color: rgb(58, 61, 68);
}
.intro_section + .page_header_wrapper .affix .mobile-active.toggle_menu span {
	background-color: rgb(255, 255, 255);
}
.intro_section + .page_header_wrapper .affix .mobile-active.toggle_menu span::before {
	background-color: rgb(255, 255, 255);
}
.intro_section + .page_header_wrapper .affix .mobile-active.toggle_menu span::after {
	background-color: rgb(255, 255, 255);
}
.page_toplogo .toggle_menu {
	margin: 0px; left: auto; top: 0px; right: 0px; position: fixed; z-index: 10; background-color: rgb(255, 255, 255);
}
.header_logo_center .toggle_menu {
	left: auto; right: 0px;
}
.toggle_menu:hover span::before {
	top: -9px;
}
.toggle_menu:hover span::after {
	top: 9px;
}
.toggle_menu::before {
	transition:0.25s ease-in-out; left: 0px; width: 30px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(255, 255, 255);
}
.toggle_menu span {
	transition:0.25s ease-in-out; left: 0px; width: 30px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(255, 255, 255);
}
.toggle_menu span::before {
	transition:0.25s ease-in-out; left: 0px; width: 30px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(255, 255, 255);
}
.toggle_menu span::after {
	transition:0.25s ease-in-out; left: 0px; width: 30px; height: 2px; display: block; position: absolute; content: ""; transform: rotate(0deg); background-color: rgb(255, 255, 255);
}
.page_toplogo .toggle_menu::before {
	background-color: rgb(58, 61, 68);
}
.page_toplogo .toggle_menu span {
	background-color: rgb(58, 61, 68);
}
.page_toplogo .toggle_menu span::before {
	background-color: rgb(58, 61, 68);
}
.page_toplogo .toggle_menu span::after {
	background-color: rgb(58, 61, 68);
}
.toggle_menu::before {
	left: 15px; top: 50%;
}
.toggle_menu span {
	left: 15px; top: 50%;
}
.toggle_menu span::before {
	top: -8px; opacity: 1;
}
.toggle_menu span::after {
	top: 8px; opacity: 1;
}
.mobile-active.toggle_menu {
	margin: 0px; border: currentColor; border-image: none; left: auto; top: 0px; right: 0px; position: fixed; z-index: 3000; background-color: rgb(58, 61, 68);
}
.mobile-active.toggle_menu::before {
	transform: rotate(45deg); background-color: rgb(255, 255, 255);
}
.mobile-active.toggle_menu span {
	transform: rotate(-45deg); background-color: rgb(255, 255, 255);
}
.mobile-active.toggle_menu span::before {
	opacity: 0;
}
.mobile-active.toggle_menu span::after {
	opacity: 0;
}
}
@media all and (max-width:1199px)
{
.mainmenu_wrapper {
	transition:0.3s; left: 0px; top: 0px; right: 0px; bottom: 0px; visibility: hidden; position: fixed; z-index: 10; opacity: 0; background-color: transparent;
}
.mobile-active .mainmenu_wrapper {
	visibility: visible; opacity: 1; background-color: rgb(31, 35, 43);
}
.nav-justified > li > a {
	text-align: left;
}
.sf-menu {
	padding: 20px 30px 20px 10px; transition:0.4s ease-out; left: 0px; top: 0px; text-align: left; right: 100%; bottom: 0px; text-transform: uppercase; overflow: auto; font-size: 1.1em; font-weight: 400; position: fixed; -ms-word-wrap: break-word; opacity: 0; background-color: rgb(58, 61, 68);
}
.mobile-active .sf-menu {
	right: 30px; opacity: 1;
}
.sf-menu > li > a {
	color: rgb(255, 255, 255);
}
.sf-menu a {
	color: rgb(255, 255, 255);
}
.sf-menu ul {
	list-style: none; padding-left: 10px;
}
.sf-menu ul li a {
	padding: 10px; text-transform: none; font-size: 16px; font-weight: 300; display: block;
}
.sf-menu ul li a::before {
	padding-right: 5px; content: "-";
}
.sf-menu ul ul li a::before {
	padding-right: 5px; content: "--";
}
.sf-arrows .sf-with-ul {
	padding-right: 3.5em;
}
.sf-arrows .sf-with-ul::after {
	width: 0px; height: 0px; right: 30px; font-family: "FontAwesome"; font-size: 20px; position: absolute; content: "\f107";
}
}
@media screen and (min-width:992px)
{
.mainmenu_wrapper ul .mega-menu .mega-menu-col {
	padding: 0px;
}
.mainmenu_wrapper ul .mega-menu .mega-menu-col a {
	padding-right: 30px; padding-left: 30px;
}
.mainmenu_wrapper ul .mega-menu ul {
	border: currentColor; border-image: none; min-width: auto;
}
.mainmenu_wrapper .menu-item-has-mega-menu {
	position: relative;
}
.mainmenu_wrapper .mega-menu {
	top: 100%; width: 940px; display: none; position: absolute; z-index: 10;
}
.mainmenu_wrapper .menu-item-has-mega-menu:hover .mega-menu {
	display: block;
}
.mainmenu_wrapper .mega-menu-row {
	display: table; position: static; table-layout: fixed;
}
.mainmenu_wrapper .mega-menu-row ul {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none; display: block; position: static;
}
.mainmenu_wrapper .mega-menu-col {
	padding: 0px 20px; width: 2000px; border-left-color: rgb(228, 228, 228); border-left-width: 1px; border-left-style: solid; display: table-cell;
}
.mainmenu_wrapper .mega-menu-col > a {
	text-transform: uppercase; font-size: 18px; font-weight: 700;
}
.mainmenu_wrapper :first-child.mega-menu-col {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.mainmenu_wrapper ul ul .mega-menu {
	top: -20px; width: auto; margin-left: 1px; display: block;
}
.mainmenu_wrapper ul ul .mega-menu li {
	border: currentColor; border-image: none; width: auto; display: block;
}
.header_darkgrey .mainmenu_wrapper .mega-menu-col {
	border-left-color: rgba(255, 255, 255, 0.2);
}
}
@media screen and (min-width:1200px)
{
.mainmenu_wrapper .mega-menu {
	width: 1170px;
}
.mainmenu_wrapper ul .mega-menu ul {
	min-width: 10em;
}
}
@media screen and (max-width:991px)
{
.mainmenu_wrapper .mega-menu {
	position: static;
}
}
.edit-link {
	text-align: right; display: block;
}
.not_found {
	line-height: 0.8; font-family: "Ubuntu", sans-serif; font-size: 160px; font-weight: 500; margin-bottom: 0px;
}
.not_found + h1 {
	margin: -40px 0px 30px; font-size: 30px;
}
.not_found + h1 + p {
	margin: 0px 0px 10px;
}
.not_found + h1 + p + .widget_search {
	margin: 0px auto 10px; max-width: 410px;
}
@media all and (min-width:768px)
{
.not_found {
	font-size: 200px;
}
.not_found + h1 {
	font-size: 40px;
}
}
article iframe {
	margin-bottom: -8px;
}
.entry-header {
	margin-bottom: 15px;
}
@media all and (min-width:768px)
{
.entry-header {
	margin-bottom: 20px;
}
}
.side-item .entry-header {
	margin-bottom: 15px;
}
@media all and (min-width:768px)
{
.side-item .entry-header {
	margin-bottom: 20px;
}
}
:last-child.entry-header {
	margin-bottom: 0px;
}
.single .type-post .entry-header {
	display: none;
}
.entry-header + .vertical-item {
	margin-top: 60px;
}
.entry-meta + .entry-title {
	margin-top: 5px;
}
.catogories-links + .entry-title {
	margin-top: 5px;
}
.round_button + .entry-title {
	margin-top: 0px;
}
.entry-title + .entry-meta {
	margin-top: 0px;
}
.entry-title + .small-text {
	margin-top: -5px; display: block;
}
:last-child.entry-title {
	margin-bottom: 0px;
}
.featured-post + .entry-title {
	margin-top: 0px;
}
.categories-links + .entry-title {
	margin-top: 0px;
}
.entry-title-divider {
	width: 50px; height: 3px; margin-top: 15px; margin-bottom: 10px;
}
.text-center .entry-title-divider {
	margin-right: auto; margin-left: auto;
}
h1.entry-title {
	font-size: 30px;
}
.entry-meta + h1.entry-title {
	margin-top: 5px;
}
h1.small.entry-title {
	font-size: 24px;
}
h3.entry-title {
	font-size: 28px; margin-bottom: 18px;
}
h3.small.entry-title {
	font-size: 20px;
}
@media all and (min-width:1200px)
{
h3.entry-title {
	font-size: 32px;
}
h3.small.entry-title {
	font-size: 24px;
}
}
h4.entry-title {
	font-size: 20px;
}
.entry-meta {
	text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 12px; font-weight: 500;
}
.entry-header .entry-meta {
	line-height: 1.5em;
}
.entry-title + .entry-meta {
	margin-top: -5px;
}
.entry-meta i {
	min-width: 1.5em;
}
.entry-meta + .entry-title {
	margin-top: 10px;
}
@media all and (min-width:992px)
{
.side-meta .item-content {
	display: flex;
}
.side-meta .entry-meta {
	margin: 0px; width: 23%; padding-right: 20px;
}
.side-meta .entry-meta > * {
	margin: 0px; display: block;
}
.side-meta .entry-content-wrap {
	width: 78%;
}
.col-md-8 .side-meta .entry-meta {
	width: 26%;
}
.col-md-8 .side-meta .entry-content-wrap {
	width: 74%;
}
}
.entry-excerpt {
	font-size: 18px; font-weight: 400;
}
:last-child.tag-links {
	margin-bottom: -10px;
}
article.post + article.post {
	margin-top: 30px;
}
.search article + article {
	margin-top: 30px;
}
.archive article + article {
	margin-top: 30px;
}
article.post + article.topmargin_30.post {
	margin-top: 30px;
}
.search article + article.topmargin_30 {
	margin-top: 30px;
}
.archive article + article.topmargin_30 {
	margin-top: 30px;
}
@media all and (min-width:992px)
{
article.post + article.post {
	margin-top: 60px;
}
.search article + article {
	margin-top: 60px;
}
.archive article + article {
	margin-top: 60px;
}
}
.mosaic-post p {
	margin-bottom: 0px;
}
.mosaic-post .post-social-links {
	margin: -1px; padding: 18px 40px 17px;
}
.entry-title + .entry-date {
	margin-bottom: 15px;
}
.entry-tags {
	margin-top: 30px;
}
.entry-tags .theme_button {
	margin-right: 6px;
}
.entry-tags span + span {
	margin-left: 14px;
}
.entry-tags i {
	font-size: 14px; margin-right: 5px;
}
.entry-content::before {
	width: 0px; height: 0px; clear: both; display: block; content: "";
}
.entry-content::after {
	width: 0px; height: 0px; clear: both; display: block; content: "";
}
.entry-thumbnail {
	position: relative;
}
.entry-thumbnail .entry-thumbnail-carousel {
	margin-bottom: 0px;
}
.entry-thumbnail .entry-thumbnail-carousel .owl-dots {
	left: 0px; text-align: center; right: 0px; bottom: 40px; position: absolute;
}
[class*='col-'].entry-thumbnail {
	margin-bottom: 0px;
}
.post-share {
	display: flex;
}
.post-share .social-icon {
	margin-bottom: 0px; flex-grow: 1;
}
.post-share .social-icon + .social-icon {
	margin-left: 1px !important;
}
@media all and (min-width:992px)
{
.post-share a.color-bg-icon {
	padding: 22px 14px;
}
}
.entry-meta-corner {
	padding: 0px 10px; left: 0px; top: 0px; text-align: center; text-transform: uppercase; font-size: 12px; font-weight: 500; position: absolute; z-index: 1; min-width: 60px;
}
.entry-meta-corner a {
	color: rgb(255, 255, 255);
}
.entry-meta-corner a:hover {
	color: rgb(58, 61, 68);
}
.entry-meta-corner span {
	text-transform: uppercase; line-height: 1; font-size: 12px; font-weight: 500; display: block;
}
.entry-meta-corner .small-text {
	margin-right: -3px;
}
.entry-meta-corner span:last-child {
	font-size: 24px; font-weight: 500;
}
.rounded .entry-meta-corner {
	border-radius: 5px 0px;
}
.item-title + .categories-links {
	margin: 0px 0px 40px; display: block;
}
@media all and (min-width:1200px)
{
.item-title + .categories-links {
	margin-top: -43px;
}
}
.categories-links a {
	text-transform: uppercase; font-weight: 500; margin-right: 6px;
}
.categories-links span {
	text-transform: uppercase; font-weight: 500; margin-right: 6px;
}
.categories-links a:last-child {
	margin-right: 0px;
}
.categories-links span:last-child {
	margin-right: 0px;
}
p.categories-links {
	margin-bottom: 7px;
}
.item-button {
	margin-top: 40px;
}
.st_facebook_hcount {
	text-align: right; position: relative;
}
.st_twitter_hcount {
	text-align: right; position: relative;
}
.st_googleplus_hcount {
	text-align: right; position: relative;
}
.st_facebook_hcount span {
	box-sizing: content-box; -ms-box-sizing: content-box;
}
.st_twitter_hcount span {
	box-sizing: content-box; -ms-box-sizing: content-box;
}
.st_googleplus_hcount span {
	box-sizing: content-box; -ms-box-sizing: content-box;
}
.single-post article > .entry-thumbnail {
	margin-bottom: 40px;
}
.single-post .video-entry-thumbnail .entry-thumbnail {
	margin-bottom: 0px;
}
.author-meta {
	margin-top: 50px;
}
.author-meta .entry-header {
	margin-bottom: 30px;
}
@media all and (min-width:992px)
{
.author-meta {
	margin-top: 70px;
}
.author-meta .col-md-4 {
	width: 37%;
}
.author-meta .col-md-8 {
	width: 63%;
}
}
* + .comments-area {
	margin-top: 55px;
}
@media all and (min-width:992px)
{
* + .comments-area {
	margin-top: 75px;
}
}
.page-nav + .comments-area {
	margin-top: 25px;
}
.comments-area > h3 {
	text-align: center;
}
@media all and (min-width:1200px)
{
.comments-area > h3 {
	margin-bottom: 40px;
}
}
.comments-area li.comment {
	list-style: none;
}
.comments-area .media {
	position: relative;
}
.comment .comment-author {
	margin-right: 10px; vertical-align: top;
}
.comment .comment-author img {
	border-radius: 50%; border: 5px solid rgb(228, 228, 228); border-image: none; max-width: 90px;
}
.comment .comment-body {
	vertical-align: top; position: relative;
}
@media all and (min-width:500px)
{
.comment .comment-body {
	width: calc(100% - 100px);
}
}
@media all and (min-width:992px)
{
.comment .comment-author {
	padding-right: 30px;
}
}
article.comment {
	position: relative;
}
article.comment::before {
	left: 50%; top: 0px; width: 100vw; height: 1px; margin-top: -17px; position: absolute; content: ""; transform: translateX(-50%); background-color: rgb(228, 228, 228);
}
@media all and (min-width:500px)
{
article.comment {
	display: flex;
}
}
@media all and (min-width:1200px)
{
article.comment::before {
	margin-top: -37px;
}
}
.comment-list {
	border-width: 1px 0px; border-style: solid; border-color: rgb(228, 228, 228); list-style: none; margin: 0px; padding: 15px 0px; border-image: none; overflow: hidden; position: relative;
}
@media all and (min-width:1200px)
{
.comment-list {
	padding: 35px 0px;
}
}
.comment-list ol {
	padding-left: 25px;
}
.comment-list li.comment {
	margin-top: 30px;
}
@media all and (min-width:1200px)
{
.comment-list li.comment {
	margin-top: 70px;
}
}
.comment-list > li:first-child.comment {
	margin-top: 0px;
}
@media all and (min-width:992px)
{
.comment-list ol {
	padding-left: 50px;
}
}
.comment-meta {
	padding: 5px 0px 15px; margin-bottom: 0px;
}
@media all and (min-width:500px)
{
.comment-meta {
	padding-top: 21px; padding-right: 25px;
}
}
.comment-meta .comment-metadata {
	display: block;
}
.comment-meta .comment-date {
	text-transform: uppercase; line-height: 1.8em; font-family: "Ubuntu", sans-serif; font-size: 12px; font-weight: 400; display: block;
}
.comment-meta .author_url {
	line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 18px; font-weight: 400;
}
@media all and (min-width:992px)
{
.comment-meta .author_url {
	font-size: 24px;
}
}
.reply {
	margin-top: 10px; display: block;
}
.reply a {
	text-align: center; color: rgb(120, 120, 120); text-transform: uppercase; font-size: 14px; font-weight: 700;
}
.reply a i {
	padding-right: 5px;
}
.reply a:hover {
	color: rgb(232, 82, 66);
}
.tab-content .reply a {
	background-color: rgb(255, 255, 255);
}
@media all and (min-width:500px)
{
.reply {
	margin-top: 0px;
}
.reply a {
	top: 20px; right: 0px; position: absolute;
}
}
.comments-wrapper {
	margin-top: 30px;
}
.page-nav + .comments-wrapper {
	margin-top: 0px;
}
.comment-respond {
	margin-top: 50px;
}
.comment-respond p {
	margin-bottom: 10px; position: relative;
}
.comment-list + .comment-respond {
	margin-top: 70px;
}
.comment + .comment-respond {
	margin-top: 70px;
}
.muted_background.comment-form {
	padding: 30px 30px 20px;
}
.comment-form p {
	margin-bottom: 0px;
}
.comment-form label[for] {
	display: none;
}
.comment-form .theme_button {
	margin-right: 10px;
}
@media all and (max-width:500px)
{
.comment-respond i.pull-left {
	display: none;
}
.comment-respond .comment-form {
	margin-left: 0px;
}
}
.comment-navigation {
	margin-top: 40px;
}
.comment-navigation .pagination > li > a {
	padding: 5px 10px;
}
.comment-navigation .pagination > li > span {
	padding: 5px 10px;
}
.page-nav {
	margin-top: 30px; display: flex; flex-wrap: wrap;
}
.page-nav .nav-item {
	height: 100%;
}
.page-nav .small-text {
	font-size: 12px;
}
.page-nav h4.entry-title {
	font-size: 24px; margin-top: 0px;
}
.page-nav .ms.darkgrey_bg::after {
	background-color: rgba(31, 35, 43, 0.8);
}
@media all and (min-width:992px)
{
.page-nav {
	margin-top: 50px;
}
}
.page-nav::before {
	display: none;
}
.page-nav::after {
	display: none;
}
.page-links > *:not(:first-child) {
	padding: 0px 5px; font-weight: 700;
}
.post-related {
	margin-top: 60px;
}
.post-related h3 {
	text-align: center;
}
.post-related .entry-title {
	line-height: 1.5em; font-size: 16px;
}
.post-related .owl-carousel {
	overflow: hidden;
}
.post-related .owl-theme .owl-nav {
	left: -30px; top: 50%; right: -30px; opacity: 1;
}
.post-related .owl-theme .owl-nav > div {
	background-color: rgb(242, 242, 242);
}
.post-related .owl-theme .owl-nav .owl-prev {
	padding-left: 22px;
}
.post-related .owl-theme .owl-nav .owl-next {
	padding-right: 22px;
}
@media all and (min-width:1200px)
{
.post-related {
	margin-top: 80px;
}
}
.post-password-form label {
	margin-bottom: 0px;
}
.post-password-form input[type='password'].form-control {
	border-color: rgba(0, 0, 0, 0.1);
}
.post-password-form .theme_button {
	margin-top: 10px; margin-bottom: 0px; vertical-align: bottom;
}
#timetable_filter {
	padding: 0px;
}
.entry-header + .member-social {
	margin-top: -8px;
}
.page_content + .page_portfolio {
	margin-top: -150px;
}
#isotope_filters {
	list-style: none; padding: 0px; text-align: center; margin-bottom: 20px;
}
.filters {
	list-style: none; padding: 0px; text-align: center; margin-bottom: 20px;
}
.bottommargin_30#isotope_filters {
	margin-bottom: 30px;
}
.bottommargin_30.filters {
	margin-bottom: 30px;
}
#isotope_filters li {
	margin: 0px; padding: 0px; display: inline-block;
}
.filters li {
	margin: 0px; padding: 0px; display: inline-block;
}
#isotope_filters a {
	padding: 0px 15px; color: rgb(58, 61, 68); text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; display: inline-block; position: relative;
}
.filters a {
	padding: 0px 15px; color: rgb(58, 61, 68); text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 14px; font-weight: 500; display: inline-block; position: relative;
}
#isotope_filters a.selected {
	color: rgb(232, 82, 66);
}
.filters a.selected {
	color: rgb(232, 82, 66);
}
#isotope_filters a:hover {
	color: rgb(232, 82, 66);
}
.filters a:hover {
	color: rgb(232, 82, 66);
}
#isotope_filters a:hover::after {
	opacity: 1; transform: translateY(0px) scaleX(1);
}
.filters a:hover::after {
	opacity: 1; transform: translateY(0px) scaleX(1);
}
@media all and (min-width:992px)
{
#isotope_filters a {
	padding: 0px 25px;
}
.filters a {
	padding: 0px 25px;
}
}
.gallery-item {
	overflow: hidden; position: relative;
}
.gallery-item .item-content h4 {
	transition:0.15s ease-in-out; font-size: 16px; font-weight: 400; margin-bottom: 0px; z-index: 5; opacity: 0; transform: scale(0);
}
.gallery-item:hover .item-content h4 {
	opacity: 1; transform: scale(1);
}
figure.gallery-item {
	margin-bottom: 10px;
}
.gallery-title-item + .item-title {
	padding: 25px 0px 40px;
}
.gallery-title-item + .item-title h3 {
	font-size: 30px;
}
.gallery-title-item + .item-title .categories-links + h3 {
	margin-top: -5px;
}
i.loadmore_spinner {
	margin: 10px 0px 20px; font-size: 30px; opacity: 0.3;
}
.gallery-single-title {
	font-size: 40px; margin-bottom: 30px;
}
.gallery-single-title + .block-header {
	margin-bottom: 40px;
}
.share-gallery-single {
	margin: 40px 0px 16px;
}
.items-nav {
	padding: 30px 23px;
}
[class*='display_table_'].items-nav {
	margin-top: 40px;
}
.items-nav h4 {
	margin: -5px 0px 0px;
}
.items-nav .media {
	padding: 10px 0px; position: relative;
}
.items-nav .next-item img {
	border-radius: 10px; margin-right: 30px;
}
.items-nav .next-item i {
	right: 0px;
}
.items-nav .prev-item img {
	border-radius: 10px; margin-left: 30px;
}
.items-nav a {
	position: relative;
}
.items-nav a i {
	top: 50%; font-size: 20px; margin-top: -14px;
}
.items-nav a i.position-absolute {
	position: absolute;
}
.loop-pagination {
	margin-top: 55px;
}
.loop-pagination .pagination {
	display: block;
}
.related-photos-carousel.owl-carousel {
	margin-bottom: 0px;
}
.format-status {
	line-height: 24px;
}
.format-status .entry-date + .entry-title {
	margin-top: 20px;
}
.format-status .avatar {
	border-radius: 50%; max-width: 130px;
}
.format-status .entry-meta {
	margin-top: 32px; margin-bottom: 16px;
}
.format-quote blockquote {
	margin-bottom: 0px;
}
.single .format-quote blockquote {
	margin-top: 0px;
}
.format-quote blockquote .post-author {
	max-width: 170px;
}
.format-chat .entry-content p {
	padding: 7px 0px; margin-bottom: 0px;
}
.format-chat .entry-content p strong {
	font-weight: 400;
}
.format-chat .entry-content p:nth-child(2n) {
	padding-left: 15px; background-color: rgb(242, 242, 242);
}
.format-gallery .owl-dots {
	left: 0px; right: 0px; bottom: 30px; position: absolute;
}
.format-gallery .owl-dots :not(.active):not(:hover).owl-dot span {
	border-color: rgb(255, 255, 255);
}
@media all and (min-width:992px)
{
.format-gallery .owl-dots {
	bottom: 50px;
}
}
.masonry-feed h3.entry-title {
	font-size: 18px; font-weight: 400;
}
.masonry-feed .closest-event h3.entry-title {
	font-size: 18px; margin-top: 0.35em;
}
.masonry-feed .closest-event h3.entry-title + .entry-meta {
	margin-top: -10px;
}
@media all and (min-width:400px)
{
.masonry-feed .closest-event h3.entry-title {
	font-size: 24px;
}
}
@media all and (min-width:768px)
{
.masonry-feed .closest-event h3.entry-title {
	font-size: 32px;
}
.masonry-feed .closest-event h3.entry-title + .entry-meta {
	margin-top: -7px;
}
}
.masonry-feed .closest-event .entry-meta {
	color: rgb(255, 255, 255); line-height: 1.2em;
}
.masonry-feed .closest-event .countdown-amount {
	font-size: 28px;
}
.masonry-feed .closest-event .countdown-section {
	padding: 0px 10px;
}
@media all and (max-width:399px)
{
.masonry-feed .closest-event .countdown-amount {
	font-size: 20px;
}
.masonry-feed .closest-event .countdown-section {
	padding: 0px 10px;
}
}
@media all and (min-width:992px)
{
.masonry-feed .col-md-3 {
	width: 24.95%;
}
}
@media all and (min-width:992px)
{
.masonry-feed .col-md-6 {
	width: 50.1%;
}
}
@media all and (max-width:767px)
{
.masonry-feed .content-absolute.vertical-item .item-content {
	padding: 20px 20px 35px;
}
}
.gallery-item {
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-icon img {
	margin: 0px auto; display: block;
}
.gallery-caption {
	padding: 0.5em; display: block;
}
.gallery-columns-6 .gallery-caption {
	display: none;
}
.gallery-columns-7 .gallery-caption {
	display: none;
}
.gallery-columns-8 .gallery-caption {
	display: none;
}
.gallery-columns-9 .gallery-caption {
	display: none;
}
@media all and (max-width:600px)
{
.gallery-columns-4 .gallery-item {
	width: 33%;
}
.gallery-columns-5 .gallery-item {
	width: 33%;
}
.gallery-columns-6 .gallery-item {
	width: 33%;
}
.gallery-columns-7 .gallery-item {
	width: 33%;
}
.gallery-columns-8 .gallery-item {
	width: 33%;
}
.gallery-columns-9 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-caption {
	display: none;
}
.gallery-columns-5 .gallery-caption {
	display: none;
}
.gallery-columns-6 .gallery-caption {
	display: none;
}
.gallery-columns-7 .gallery-caption {
	display: none;
}
.gallery-columns-8 .gallery-caption {
	display: none;
}
.gallery-columns-9 .gallery-caption {
	display: none;
}
}
.isotope_container {
	transition:height 0.2s ease-in-out;
}
.single-post .isotope_container {
	margin: 20px 0px; clear: both;
}
aside > div + div {
	margin-top: 60px;
}
aside .widget + .widget {
	margin-top: 60px;
}
.with_background.widget-theme-wrapper {
	padding: 35px;
}
.muted_background.widget-theme-wrapper {
	padding: 35px;
}
.cs.widget-theme-wrapper {
	padding: 35px;
}
.ds.widget-theme-wrapper {
	padding: 35px;
}
.ls.widget-theme-wrapper {
	padding: 35px;
}
.affix-aside {
	position: relative;
}
.affix.affix-aside {
	margin-top: -30px; position: fixed;
}
@media all and (max-width:767px)
{
.affix-aside {
	width: inherit !important; position: static;
}
.affix.affix-aside {
	width: inherit !important; position: static;
}
.affix-bottom.affix-aside {
	width: inherit !important; position: static;
}
}
.widget > h3 {
	line-height: 1; font-size: 24px; margin-bottom: 25px; position: relative;
}
.widget-title {
	line-height: 1; font-size: 24px; margin-bottom: 25px; position: relative;
}
.page_footer .widget > h3 {
	font-size: 30px;
}
.page_footer .widget-title {
	font-size: 30px;
}
@media all and (min-width:992px)
{
.page_footer .widget > h3 {
	margin-bottom: 42px;
}
.page_footer .widget-title {
	margin-bottom: 42px;
}
}
.text-center .widget > h3 + hr.theme-divider {
	width: 70px; margin-top: -15px; margin-bottom: 15px;
}
.text-center .widget-title + hr.theme-divider {
	width: 70px; margin-top: -15px; margin-bottom: 15px;
}
.text-center .widget > h3 + hr.theme-divider::before {
	left: 20px; width: 30px;
}
.text-center .widget-title + hr.theme-divider::before {
	left: 20px; width: 30px;
}
.widget::before {
	clear: both; display: block; content: "";
}
.widget::after {
	clear: both; display: block; content: "";
}
.widget ul {
	list-style: none; margin: 0px 0px 20px; padding: 0px;
}
.widget ul ul li {
	padding-left: 20px;
}
.widget ul.list2 {
	padding-left: 20px;
}
.widget ul.checklist.list2 {
	padding-left: 30px;
}
.widget li {
	position: relative;
}
.widget .list-unstyled li:first-child {
	padding-top: 0px;
}
.widget select {
	width: 100%; max-width: 100%;
}
.page_footer .row > .widget {
	max-width: 400px;
}
.widget_nav_menu li a {
	padding-top: 5px; padding-bottom: 5px; display: inline-block;
}
.widget_archive li a {
	padding-top: 5px; padding-bottom: 5px; display: inline-block;
}
.widget_categories li a {
	padding-top: 5px; padding-bottom: 5px; display: inline-block;
}
.widget_meta li a {
	padding-top: 5px; padding-bottom: 5px; display: inline-block;
}
.widget_pages li a {
	padding-top: 5px; padding-bottom: 5px; display: inline-block;
}
.widget_nav_menu ul > li:last-child a {
	padding-bottom: 0px;
}
.widget_nav_menu ul > li:last-child li:last-child a {
	padding-bottom: 0px;
}
.widget_archive ul > li:last-child a {
	padding-bottom: 0px;
}
.widget_archive ul > li:last-child li:last-child a {
	padding-bottom: 0px;
}
.widget_categories ul > li:last-child a {
	padding-bottom: 0px;
}
.widget_categories ul > li:last-child li:last-child a {
	padding-bottom: 0px;
}
.widget_meta ul > li:last-child a {
	padding-bottom: 0px;
}
.widget_meta ul > li:last-child li:last-child a {
	padding-bottom: 0px;
}
.widget_pages ul > li:last-child a {
	padding-bottom: 0px;
}
.widget_pages ul > li:last-child li:last-child a {
	padding-bottom: 0px;
}
aside .inline-form .form-group-wrap {
	display: block;
}
.widget_mailchimp form + p {
	padding-top: 10px;
}
.widget_search .form-inline {
	position: relative;
}
.widget_product_search form {
	position: relative;
}
.widget_mailchimp .form-inline {
	position: relative;
}
.widget_search .form-inline .form-control {
	margin: 0px; width: 100%;
}
.widget_product_search form .form-control {
	margin: 0px; width: 100%;
}
.widget_mailchimp .form-inline .form-control {
	margin: 0px; width: 100%;
}
.widget_search .form-inline label {
	display: block;
}
.widget_product_search form label {
	display: block;
}
.widget_mailchimp .form-inline label {
	display: block;
}
.widget_search .form-inline label[for] {
	display: none;
}
.widget_product_search form label[for] {
	display: none;
}
.widget_mailchimp .form-inline label[for] {
	display: none;
}
.widget_search .form-inline .form-group {
	vertical-align: top; display: inline-block; position: relative;
}
.widget_mailchimp .form-inline .form-group {
	vertical-align: top; display: inline-block; position: relative;
}
.widget_search [type='text'] {
	width: 100%; padding-right: 50px;
}
.widget_search [type='search'] {
	width: 100%; padding-right: 50px;
}
.widget_product_search [type='search'] {
	width: 100%; padding-right: 50px;
}
.widget_mailchimp [type='email'] {
	width: 100%; padding-right: 50px;
}
.with_background .widget_search [type='text'] {
	border-color: transparent !important; background-color: rgb(242, 242, 242);
}
.with_background .widget_search [type='search'] {
	border-color: transparent !important; background-color: rgb(242, 242, 242);
}
.with_background .widget_product_search [type='search'] {
	border-color: transparent !important; background-color: rgb(242, 242, 242);
}
.with_background .widget_mailchimp [type='email'] {
	border-color: transparent !important; background-color: rgb(242, 242, 242);
}
.widget_search .form-group {
	margin-bottom: 0px;
}
.widget_mailchimp .form-group {
	margin-bottom: 0px;
}
.widget_search form {
	position: relative;
}
.widget_mailchimp form {
	position: relative;
}
.widget_search .form-group + .theme_button {
	margin: 0px; padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; right: 0px; line-height: 60px; letter-spacing: 0px; overflow: hidden; font-size: 0px; position: absolute; box-shadow: none;
}
.widget_product_search [type='submit'] {
	margin: 0px; padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; right: 0px; line-height: 60px; letter-spacing: 0px; overflow: hidden; font-size: 0px; position: absolute; box-shadow: none;
}
.widget_mailchimp .form-group + .theme_button {
	margin: 0px; padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; right: 0px; line-height: 60px; letter-spacing: 0px; overflow: hidden; font-size: 0px; position: absolute; box-shadow: none;
}
.widget_mc4wp_form_widget .form-group + .theme_button {
	margin: 0px; padding: 0px; border-radius: 0px 10px 10px 0px; border: currentColor; border-image: none; top: 0px; width: 60px; height: 60px; right: 0px; line-height: 60px; letter-spacing: 0px; overflow: hidden; font-size: 0px; position: absolute; box-shadow: none;
}
.widget_search .form-group + .theme_button::before {
	font-family: FontAwesome; font-size: 14px; font-weight: 300; content: "\f002";
}
.widget_product_search [type='submit']::before {
	font-family: FontAwesome; font-size: 14px; font-weight: 300; content: "\f002";
}
.widget_mailchimp .form-group + .theme_button::before {
	font-family: FontAwesome; font-size: 14px; font-weight: 300; content: "\f002";
}
.widget_mc4wp_form_widget .form-group + .theme_button::before {
	font-family: FontAwesome; font-size: 14px; font-weight: 300; content: "\f002";
}
.widget_product_search [type='submit'] {
	color: rgb(232, 82, 66); background-color: transparent;
}
.widget_mailchimp .form-group + .theme_button::before {
	content: "\f040";
}
.widget_mc4wp_form_widget .form-group + .theme_button::before {
	content: "\f040";
}
[class*='main_bg_color'] .widget_search {
	position: relative; z-index: 1;
}
[class*='main_bg_color'] .widget_mc4wp_form_widget {
	position: relative; z-index: 1;
}
[class*='main_bg_color'] .widget_search::before {
	left: 50%; top: 50%; line-height: 1; font-family: FontAwesome; font-size: 150px; position: absolute; z-index: -1; content: "\f002"; opacity: 0.1; transform: translate(-50%, -50%);
}
[class*='main_bg_color'] .widget_mc4wp_form_widget::before {
	left: 50%; top: 50%; line-height: 1; font-family: FontAwesome; font-size: 150px; position: absolute; z-index: -1; content: "\f002"; opacity: 0.1; transform: translate(-50%, -50%);
}
[class*='main_bg_color'] .widget_mc4wp_form_widget::before {
	content: "\f040";
}
aside:not(.shortcode-widget-area) .widget_mc4wp_form_widget .col-sm-4 {
	width: 100%;
}
.widget_recent_comments p {
	margin-bottom: 5px;
}
.widget_recent_entries p {
	margin-bottom: 5px;
}
.widget_recent_comments li {
	padding: 11px 0px;
}
.widget_recent_entries li {
	padding: 11px 0px;
}
.widget_recent_comments li + li {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
.widget_recent_entries li + li {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
.widget_recent_posts li {
	line-height: 20px;
}
.widget_recent_posts .post-date {
	margin-top: 5px; display: block;
}
.widget_recent_posts p {
	margin-bottom: 5px;
}
.widget_recent_posts .list-unstyled > li + li {
	margin-top: 30px;
}
.widget_recent_entries a {
	font-family: "Ubuntu", sans-serif; font-weight: 400;
}
.widget_recent_posts a {
	font-family: "Ubuntu", sans-serif; font-weight: 400;
}
.widget_recent_entries .small-text {
	font-weight: 500;
}
.widget_recent_posts .small-text {
	font-weight: 500;
}
.widget_recent_entries .media-left img {
	max-width: 70px;
}
.widget_recent_posts .media-left img {
	max-width: 70px;
}
.widget_recent_entries .categories-links {
	line-height: 1.4;
}
.widget_recent_posts .categories-links {
	line-height: 1.4;
}
.widget_recent_entries h6 {
	line-height: 23px; max-width: 70%;
}
.ds .widget_recent_entries h6 a {
	color: rgba(255, 255, 255, 0.8);
}
.text-center .widget_recent_entries h6 {
	margin-right: auto; margin-left: auto;
}
.text-center.widget_recent_entries h6 {
	margin-right: auto; margin-left: auto;
}
.widget_recent_entries .lineheight_thin {
	line-height: 20px;
}
.widget_meta li {
	border-top-color: rgba(120, 120, 120, 0.2); border-top-width: 1px; border-top-style: solid;
}
.widget_pages li {
	border-top-color: rgba(120, 120, 120, 0.2); border-top-width: 1px; border-top-style: solid;
}
.widget_nav_menu li {
	border-top-color: rgba(120, 120, 120, 0.2); border-top-width: 1px; border-top-style: solid;
}
.widget_meta > ul > li:last-child {
	border-bottom-color: rgba(120, 120, 120, 0.2); border-bottom-width: 1px; border-bottom-style: solid;
}
.widget_nav_menu ul.menu > li:last-child {
	border-bottom-color: rgba(120, 120, 120, 0.2); border-bottom-width: 1px; border-bottom-style: solid;
}
.widget_pages > ul > li:last-child {
	border-bottom-color: rgba(120, 120, 120, 0.2); border-bottom-width: 1px; border-bottom-style: solid;
}
.widget_recent_posts > ul > li:last-child {
	padding-bottom: 0px;
}
.widget_popular_entries > ul > li:first-child {
	margin-top: 0px;
}
.widget_categories li.active a {
	color: rgb(58, 61, 68);
}
.widget_categories a {
	padding-left: 25px; display: inline-block; position: relative;
}
.page_footer .widget_categories a {
	padding-left: 0px;
}
.widget_archive li ul li:first-child a {
	padding-top: 5px;
}
.widget_categories li ul li:first-child a {
	padding-top: 5px;
}
.widget_meta li ul li:first-child a {
	padding-top: 5px;
}
.widget_nav_menu li ul li:first-child a {
	padding-top: 5px;
}
.widget_pages li ul li:first-child a {
	padding-top: 5px;
}
.widget_archive li {
	clear: both;
}
.widget_categories li {
	clear: both;
}
.widget_archive li > span {
	margin-top: 5px; float: right;
}
.widget_categories li > span {
	margin-top: 5px; float: right;
}
.widget_categories a::before {
	left: 0px; top: 6px; color: rgb(243, 112, 43); font-family: "FontAwesome"; font-size: 14px; position: absolute; content: "\f00c";
}
.page_footer .widget_categories a::before {
	display: none;
}
.widget_archive .active a {
	padding-left: 30px;
}
.widget_archive .active a::before {
	left: 0px; color: rgb(243, 112, 43); font-family: FontAwesome; position: absolute; content: "\f085";
}
.widget_nav_menu a i {
	padding-right: 7px;
}
@media all and (min-width:768px)
{
.page_copyright .widget_nav_menu li {
	border: currentColor; border-image: none; padding-right: 5px; display: inline-block; position: relative;
}
.page_topline .widget_nav_menu li {
	border: currentColor; border-image: none; padding-right: 5px; display: inline-block; position: relative;
}
.page_copyright .widget_nav_menu li::before {
	padding: 0px; left: -5px; top: 5px; width: 1px; bottom: 5px; display: block; position: absolute; content: ""; opacity: 0.3; background-color: rgba(120, 120, 120, 0.2);
}
.page_topline .widget_nav_menu li::before {
	padding: 0px; left: -5px; top: 5px; width: 1px; bottom: 5px; display: block; position: absolute; content: ""; opacity: 0.3; background-color: rgba(120, 120, 120, 0.2);
}
.page_copyright .widget_nav_menu li:first-child::before {
	display: none;
}
.page_topline .widget_nav_menu li:first-child::before {
	display: none;
}
.page_copyright .widget_nav_menu a {
	padding: 0px 10px;
}
.page_topline .widget_nav_menu a {
	padding: 0px 10px;
}
.page_copyright .widget_nav_menu a::before {
	display: none;
}
.page_topline .widget_nav_menu a::before {
	display: none;
}
}
.widget_events .media-left img {
	max-width: 70px;
}
.widget_events .media h4 {
	line-height: 1.4; font-size: 14px; margin-bottom: 5px;
}
.widget_tag_cloud a {
	margin: 0px 6px 8px 0px; padding: 0px 10px; border-radius: 10px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 12px !important; font-weight: 500; display: inline-block; background-color: rgb(3, 168, 203);
}
.tag-links a {
	margin: 0px 6px 8px 0px; padding: 0px 10px; border-radius: 10px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 12px !important; font-weight: 500; display: inline-block; background-color: rgb(3, 168, 203);
}
.widget_tag_cloud a:hover {
	color: rgb(58, 61, 68);
}
.widget_tag_cloud a:focus {
	color: rgb(58, 61, 68);
}
.widget_tag_cloud a:active {
	color: rgb(58, 61, 68);
}
.tag-links a:hover {
	color: rgb(58, 61, 68);
}
.tag-links a:focus {
	color: rgb(58, 61, 68);
}
.tag-links a:active {
	color: rgb(58, 61, 68);
}
.widget_popular_entries h4 {
	font-size: 16px; margin-bottom: 0px;
}
.widget_popular_entries p {
	margin-bottom: 0px;
}
.widget_popular_entries .media-body {
	overflow: visible;
}
.widget_popular_entries .media-left {
	padding-right: 20px;
}
.widget_popular_entries a img {
	max-width: 70px;
}
.widget_popular_entries .media-object {
	max-width: 70px;
}
@media all and (max-width:1199px) and (min-width:768px)
{
.widget_popular_entries .media-object {
	max-width: 40px;
}
}
.widget_recent_posts h5 {
	font-size: 16px; margin-top: 0px;
}
.widget_slider.widget_recent_posts h5 {
	margin-bottom: 5px;
}
.widget_slider.widget_recent_posts .content-padding .item-content {
	padding-top: 30px; padding-bottom: 25px;
}
#calendar_wrap {
	width: 100%; margin-bottom: 0px; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch;
}
@media all and (max-width:992px) and (min-width:768px)
{
#calendar_wrap {
	-ms-overflow-x: auto; -ms-overflow-y: hidden;
}
}
.widget_calendar table {
	margin: 0px; width: 100%; text-align: center; position: relative; background-color: transparent;
}
.widget_calendar caption {
	padding: 18px 0px; text-align: center; color: rgb(255, 255, 255); line-height: 1; font-family: "Ubuntu", sans-serif; font-size: 24px; font-weight: 400; border-top-left-radius: 10px; border-top-right-radius: 10px; background-color: rgb(3, 168, 203);
}
.widget_calendar thead {
	color: rgb(255, 255, 255); background-color: rgb(58, 61, 68);
}
.widget_calendar thead th {
	padding: 23px 5px; text-transform: uppercase; font-family: "Ubuntu", sans-serif; font-size: 12px; font-weight: 500;
}
.widget_calendar thead th:first-child {
	padding-left: 25px;
}
.widget_calendar thead th:last-child {
	padding-right: 25px;
}
.widget_calendar tbody {
	border: 1px solid rgb(228, 228, 228); border-image: none; font-weight: 300;
}
.widget_calendar tbody tr:first-child td {
	padding-top: 30px;
}
.widget_calendar tbody tr:last-child td {
	padding-bottom: 30px;
}
.widget_calendar tbody td {
	padding: 9px 4px; border: currentColor; border-image: none; position: relative;
}
.widget_calendar tbody td:first-child {
	padding-left: 25px;
}
.widget_calendar tbody td:last-child {
	padding-right: 25px;
}
.widget_calendar tbody td a {
	color: rgb(3, 168, 203); font-weight: 700;
}
.widget_calendar tbody td a:hover {
	color: rgb(232, 82, 66);
}
.widget_calendar th {
	border: 0px currentColor; border-image: none; text-align: center; color: inherit;
}
.widget_calendar td {
	border: 0px currentColor; border-image: none;
}
.widget_calendar tfoot {
	left: 0px; top: 0px; right: 0px; position: absolute;
}
.widget_calendar tfoot td {
	top: 0px; position: absolute;
}
.widget_calendar tfoot td.pad {
	display: none;
}
.widget_calendar tfoot td a {
	width: 60px; height: 60px; text-align: center; color: rgb(255, 255, 255); line-height: 60px; font-size: 0px; display: inline-block;
}
.widget_calendar tfoot td a:hover {
	color: rgb(58, 61, 68);
}
.widget_calendar tfoot td a::before {
	font-family: FontAwesome; font-size: 14px;
}
.widget_calendar tfoot td a::after {
	font-family: FontAwesome; font-size: 14px;
}
.widget_calendar tfoot #prev {
	padding: 0px; left: 0px;
}
.widget_calendar tfoot #prev a {
	border-right-color: rgba(255, 255, 255, 0.2); border-right-width: 1px; border-right-style: solid;
}
.widget_calendar tfoot #prev a::before {
	content: "\f104";
}
.widget_calendar tfoot #next {
	padding: 0px; right: 0px;
}
.widget_calendar tfoot #next a {
	border-left-color: rgba(255, 255, 255, 0.2); border-left-width: 1px; border-left-style: solid;
}
.widget_calendar tfoot #next a::after {
	content: "\f105";
}
.widget_banner {
	line-height: 1; overflow: hidden;
}
.widget_banner .content-absolute.vertical-item .item-content {
	padding: 20px;
}
.widget_banner .item-content span {
	padding: 4px 10px; text-transform: uppercase; font-size: 16px; display: inline-block;
}
.widget_banner .item-content h3 {
	margin: 0px; padding: 10px; font-size: 28px; background-color: rgb(58, 61, 68);
}
.widget_banner .abs-link {
	z-index: 5;
}
.widget_slider {
	position: relative;
}
.widget_slider .owl-carousel {
	margin-bottom: 0px;
}
.widget_slider .owl-carousel .owl-nav {
	top: -23px; right: 0px; opacity: 1;
}
.widget_slider .owl-carousel .owl-nav > div {
	border: currentColor; border-image: none; width: 20px; height: 30px; text-align: right; right: 0px; line-height: 30px; background-color: transparent;
}
.widget_slider .owl-carousel .owl-nav > div:first-child {
	left: auto; text-align: left; right: 22px;
}
.widget_slider .owl-carousel .owl-nav > div::after {
	color: rgb(31, 35, 43); line-height: 30px; font-size: 18px;
}
.widget_flickr ul {
	margin: -5px; font-size: 0px;
}
.widget_flickr li {
	padding: 5px; width: 33.33%; display: inline-block; max-width: 180px;
}
.widget_instagram .instafeed {
	margin: -5px;
}
.widget_instagram .photo {
	padding: 5px; width: 33.33%; float: left; position: relative; max-width: 180px;
}
.widget_instagram .photo a {
	display: block; position: relative;
}
.tweet_avatar {
	margin-top: 4px; float: left;
}
.tweet_right {
	overflow: hidden; margin-left: 60px; -ms-zoom: 1;
}
.tweet_list li + li {
	clear: both; margin-top: 16px;
}
.tweet_time {
	font-size: 14px;
}
.tweet_user {
	font-size: 14px;
}
.tweet_user {
	margin-bottom: 5px;
}
.tweet_time {
	padding-top: 5px;
}
.tweet_text a {
	text-decoration: underline;
}
.tweet_list li {
	padding-left: 28px; position: relative;
}
.tweet_list li > span {
	display: block;
}
.tweet_list li::before {
	left: 0px; top: 0px; color: rgb(36, 175, 207); text-transform: none; font-family: FontAwesome; font-size: 18px; position: absolute; content: "\f099";
}
.widget_theme_post_tabs .vertical-item .item-content {
	padding-top: 10px;
}
.widget_theme_post_tabs .vertical-item + .vertical-item {
	margin-top: 30px;
}
.widget_theme_post_tabs .pull-right {
	margin-left: 10px;
}
.widget_rss li {
	margin-bottom: 15px;
}
.widget_rss li .rsswidget {
	font-size: 1.1em;
}
.widget_rss .rss-date {
	font-weight: 700; display: block;
}
.widget_rss cite {
	text-align: right; font-weight: 700; display: block;
}
.apsc-each-profile {
	border-radius: 10px; border: 1px solid rgb(228, 228, 228); border-image: none; font-family: "Ubuntu", sans-serif; background-color: rgb(255, 255, 255);
}
.apsc-facebook-icon .social-icon .fa {
	background-color: rgb(59, 89, 152);
}
.apsc-twitter-icon .social-icon .fa {
	background-color: rgb(29, 202, 255);
}
.apsc-youtube-icon .social-icon .fa {
	background-color: rgb(229, 45, 39);
}
.apsc-soundcloud-icon .social-icon .fa {
	background-color: rgb(255, 136, 0);
}
.apsc-dribble-icon .social-icon .fa {
	background-color: rgb(234, 76, 137);
}
.apsc-comment-icon .social-icon .fa {
	background-color: rgb(70, 70, 70);
}
.apsc-edit-icon .social-icon .fa {
	background-color: rgb(131, 125, 125);
}
.apsc-google-plus-icon .social-icon .fa {
	background-color: rgb(221, 75, 57);
}
.apsc-instagram-icon .social-icon .fa {
	background-color: rgb(63, 114, 155);
}
.apsc-each-profile .social-icon span {
	color: rgb(58, 61, 68);
}
.apsc-each-profile a:hover {
	color: white !important; text-decoration: none !important;
}
.apsc-theme-4 .apsc-each-profile {
	margin-bottom: 10px;
}
.apsc-theme-4 :last-child.apsc-each-profile {
	margin-bottom: 0px;
}
.apsc-theme-4 .social-icon {
	transition:0.5s ease-in-out; float: left; display: inline-block; position: relative; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a {
	padding: 0px 10px 0px 0px; text-align: right; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 58px; letter-spacing: 0.1em; font-size: 12px; display: block; position: relative;
}
.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: 0.8;
}
@media all and (min-width:1200px)
{
.apsc-theme-4 .apsc-each-profile a {
	padding-right: 20px; font-size: 12px;
}
}
.apsc-theme-4 .apsc-each-profile a .fa {
	margin: -1px; border-radius: 10px 0px 0px 10px; transition:0.5s ease-in-out; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 16px; vertical-align: top; display: inline-block; transform: none;
}
.apsc-theme-4 .apsc-each-profile a:hover .fa {
	transform: none; -webkit-transform: snone;
}
.apsc-theme-4 .media-name {
	padding: 0px 0px 0px 10px; font-weight: 600; display: inline-block;
}
@media all and (min-width:1200px)
{
.apsc-theme-4 .media-name {
	padding-left: 20px;
}
}
.apsc-theme-4 .apsc-count {
	border-radius: 0px; transition:0.5s ease-in-out; text-align: center; color: rgb(120, 120, 120); font-size: inherit; font-weight: 400; display: inline-block; position: relative; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
	padding: 0px 4px; color: rgb(120, 120, 120); font-weight: 400; display: inline-block;
}
@media screen and (max-width:479px)
{
.apsc-theme-4 .apsc-each-profile {
	float: none;
}
.apsc-theme-3 .apsc-each-profile {
	float: none;
}
}
.small-teaser .media-body {
	line-height: 20px;
}
.inline-block.media {
	margin-top: 10px;
}
.small-teaser.inline-block.media {
	margin-top: 10px;
}
:first-child.teaser.inline-block.media {
	margin-top: 10px;
}
@media all and (min-width:992px)
{
.topmargin_40.media {
	margin-top: 80px;
}
}
.media-left i {
	width: 1.1em; line-height: 1.625; display: block;
}
.meida-right i {
	width: 1.1em; line-height: 1.625; display: block;
}
.media-left i.fontsize_24 {
	line-height: 1;
}
.meida-right i.fontsize_24 {
	line-height: 1;
}
.inline-teasers-wrap {
	margin-right: -15px; margin-left: -15px; display: inline-block;
}
.inline-teasers-wrap > * {
	margin: 10px 15px; vertical-align: middle;
}
@media all and (min-width:1200px)
{
.inline-teasers-wrap {
	margin-right: -20px; margin-left: -20px;
}
.inline-teasers-wrap > * {
	margin: 10px 20px;
}
}
.teaser {
	overflow: visible; position: relative; z-index: 1;
}
.media.teaser h2 {
	line-height: 1em;
}
.media.teaser h3 {
	line-height: 1em;
}
.media.teaser h4 {
	line-height: 1em;
}
.media.teaser h5 {
	line-height: 1em;
}
.media.teaser h6 {
	line-height: 1em;
}
.teaser h2 {
	margin-bottom: 0.4em;
}
.teaser h3 {
	margin-bottom: 0.4em;
}
.teaser h4 {
	margin-bottom: 0.4em;
}
.teaser h5 {
	margin-bottom: 0.4em;
}
.teaser h6 {
	margin-bottom: 0.4em;
}
[class*='_bg_color'].teaser {
	padding: 30px 20px;
}
[class*='with_'].teaser {
	padding: 30px 20px;
}
@media all and (min-width:400px)
{
[class*='_bg_color'].teaser {
	padding: 40px;
}
[class*='with_'].teaser {
	padding: 40px;
}
}
@media all and (min-width:1600px)
{
[class*='_bg_color'].big-padding.teaser {
	padding: 50px;
}
[class*='with_'].big-padding.teaser {
	padding: 50px;
}
}
.teaser i {
	text-align: center; vertical-align: middle; display: inline-block;
}
.teaser .media-body {
	line-height: 1.5em;
}
.teaser .media-body p {
	color: rgb(255, 255, 255);
}
.teaser .media-body h3 {
	margin-bottom: 10px;
}
.teaser h3[class*='count'] {
	margin: 10px 0px 0px; font-size: 48px; font-weight: 700;
}
.teaser h3[class*='count'] + p {
	font-size: 20px; font-weight: 600;
}
.teaser .theme_button {
	margin: 22px 0px 0px;
}
.section_padding_bottom_0 .teaser {
	margin-bottom: 0px;
}
.teaser .counter-background {
	left: 0px; top: 48%; right: 0px; line-height: 1; font-size: 180px; font-weight: 700; position: absolute; opacity: 0.1; transform: translateY(-50%);
}
.teaser .icon-background {
	left: 50%; top: 50%; width: 100%; right: 0px; font-size: 300px; position: absolute; z-index: -1; max-width: 100%; opacity: 0.1; transform: translate(-50%, -50%);
}
.teaser .small.icon-background {
	font-size: 84px;
}
.teaser i.icon-background {
	margin-top: 0px; margin-bottom: 0px;
}
.font-icon-background-teaser.teaser {
	padding: 48px 25px; overflow: hidden;
}
.counter-background-teaser.teaser {
	padding: 98px 25px; overflow: hidden;
}
.counter-background-teaser.teaser .small-text {
	line-height: 1.4em;
}
.inner-border.teaser::before {
	border: 1px solid rgba(255, 255, 255, 0.5); border-image: none; left: 10px; top: 10px; right: 10px; bottom: 10px; position: absolute; content: "";
}
.icon-bg-teaser {
	line-height: 1.5em; display: flex; z-index: 1; min-height: 80px; flex-direction: column; justify-content: center;
}
.teaser_icon {
	transition:0.2s ease-in-out; text-align: center; line-height: 1; display: inline-block;
}
[class*='_bg_color'].teaser_icon {
	width: 2em; height: 2em; text-align: center; vertical-align: bottom;
}
.with_background.teaser_icon {
	width: 2em; height: 2em; text-align: center; vertical-align: bottom;
}
[class*='_bg_color'].teaser_icon > * {
	line-height: 2em;
}
.with_background.teaser_icon > * {
	line-height: 2em;
}
[class*='_bg_color'].big_wrapper.teaser_icon {
	width: 2.66em; height: 2.66em;
}
.big_wrapper.with_background.teaser_icon {
	width: 2.66em; height: 2.66em;
}
[class*='_bg_color'].big_wrapper.teaser_icon > * {
	line-height: 2.66em;
}
.big_wrapper.with_background.teaser_icon > * {
	line-height: 2.66em;
}
.border_icon.teaser_icon {
	border-width: 2px; border-style: solid; width: 2em; height: 2em;
}
.border_icon.teaser_icon + h3 {
	margin-top: 28px;
}
.border_icon.teaser_icon + h4 {
	margin-top: 28px;
}
.border_icon.teaser_icon * {
	line-height: 2em; margin-top: -2px;
}
[class*='label-'].teaser_icon {
	width: 30px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 32px; vertical-align: baseline; display: inline-block; white-space: nowrap;
}
.teaser_icon + h2 {
	margin-top: 40px;
}
.big_wrapper.teaser_icon + h4 {
	margin-top: 33px;
}
.teaser_icon + p {
	margin-top: 27px;
}
.thick_border_icon.teaser_icon {
	border: 10px solid rgba(31, 35, 43, 0.07); border-image: none; background-clip: content-box;
}
[class*='_bg_color'].thick_border_icon.teaser_icon {
	width: calc(2em + 20px); height: calc(2em + 20px);
}
.with_background.thick_border_icon.teaser_icon {
	width: calc(2em + 20px); height: calc(2em + 20px);
}
[class*='_bg_color'].big_wrapper.thick_border_icon.teaser_icon {
	width: calc(2.6667em + 20px); height: calc(2.6667em + 20px);
}
.big_wrapper.with_background.thick_border_icon.teaser_icon {
	width: calc(2.6667em + 20px); height: calc(2.6667em + 20px);
}
.cons-width {
	text-align: center; min-width: 1.2em;
}
.size_big {
	font-size: 64px;
}
.size_normal {
	font-size: 48px;
}
.size_small {
	font-size: 30px;
}
.bg_teaser {
	background-position: 50% 0px; overflow: hidden; position: relative; background-repeat: no-repeat; background-size: cover;
}
.bg_teaser::after {
	width: 100%; height: 1000px; position: absolute;
}
.bg_teaser .highlight {
	color: rgb(255, 255, 255);
}
.bg_teaser h4 + h3 {
	font-size: 50px; margin-top: -14px;
}
.rectangular.bg_teaser .teaser_content {
	padding: 200px 30px 50px;
}
.rectangular.bg_teaser .teaser_content h3 {
	font-size: 40px;
}
.bg_teaser > img {
	display: none; visibility: hidden;
}
.bg_teaser .teaser_content {
	margin: 0px; padding: 40px 40px 35px; z-index: 2;
}
.bg_teaser .teaser_content > .media-left {
	padding-right: 35px;
}
.bg_teaser .media.teaser_content {
	padding: 75px 40px 60px;
}
.darkgrey_bg .highlight {
	color: rgb(232, 82, 66);
}
.black_bg .highlight {
	color: rgb(232, 82, 66);
}
.darkblue_bg .highlight {
	color: rgb(232, 82, 66);
}
.color_bg_1::after {
	background-color: rgba(207, 65, 51, 0.8);
}
.color_bg_2::after {
	background-color: rgba(224, 147, 66, 0.8);
}
.color_bg_3::after {
	background-color: rgba(169, 47, 139, 0.8);
}
.color_bg_4::after {
	background-color: rgba(177, 205, 73, 0.8);
}
[class*='color_bg'] {
	color: rgb(255, 255, 255);
}
.after_cover.media.teaser {
	padding: 25px 30px;
}
.after_cover.media.teaser i {
	opacity: 0.3;
}
.after_cover.media.teaser p {
	text-transform: uppercase;
}
.darkgrey_bg::after {
	background-color: rgba(58, 61, 68, 0.8);
}
.ms.darkgrey_bg::after {
	background-color: rgba(31, 35, 43, 0.6);
}
.black.darkgrey_bg::after {
	background-color: rgba(0, 0, 0, 0.7);
}
.darkblue_bg::after {
	background-color: rgba(0, 32, 43, 0.7);
}
.teasers-row {
	margin: 0px -15px; display: flex; flex-wrap: wrap; justify-content: space-around;
}
.teasers-row > div {
	padding: 0px 15px;
}
@media all and (max-width:600px)
{
.blockquote-big {
	padding-right: 40px; padding-left: 40px; font-size: 18px; max-width: 100%;
}
}
.testimonials-carousel {
	padding: 0px 0px 20px;
}
.testimonials-carousel .item > p {
	padding-left: 40px; font-style: italic; margin-bottom: 40px; position: relative;
}
.testimonials-carousel .item > p::before {
	left: -3px; top: 30px; font-family: "PT Sans", sans-serif; font-size: 100px; font-style: normal; position: absolute; z-index: 10; content: "\201c";
}
.testimonials-carousel h4 {
	margin: 0px;
}
.testimonials-carousel h4 + p {
	margin-bottom: 0px;
}
.testimonials-carousel .carousel-indicators {
	bottom: -16px; display: none;
}
.testimonials-carousel .carousel-control {
	display: none;
}
.testimonials-carousel .media + p {
	padding: 10px 16px; position: relative; background-color: rgb(242, 242, 242);
}
.testimonials-carousel .media::after {
	clear: both; display: block; content: "";
}
.testimonials-carousel .media + p::before {
	border-width: 18px 0px 0px 18px; border-style: solid; border-color: rgba(120, 120, 120, 0.2) transparent transparent; left: 0px; top: auto; bottom: -18px; position: absolute; content: "";
}
.testimonials-carousel .media + p::after {
	border-width: 18px 0px 0px 18px; border-style: solid; border-color: rgba(120, 120, 120, 0.2) transparent transparent; left: 0px; top: auto; bottom: -18px; position: absolute; content: "";
}
.testimonials-carousel .media + p::after {
	border-width: 18px 18px 0px 0px; border-style: solid; left: auto; right: 0px;
}
.testimonials-carousel .media-object {
	border-radius: 50%; margin-bottom: 10px; max-width: 50px;
}
.testimonials-carousel .carousel-indicators li {
	border-color: rgb(232, 82, 66);
}
.testimonials-carousel .carousel-indicators li.active {
	background-color: rgb(232, 82, 66);
}
.testimonials-control {
	font-size: 22px;
}
.thumbnail {
	padding: 0px; border-radius: 0px; border: currentColor; border-image: none; text-align: center; overflow: hidden; position: relative; background-color: transparent;
}
.isotope-item .thumbnail {
	margin-bottom: 30px;
}
.thumbnail h3 {
	font-size: 20px; margin-bottom: 2px;
}
.thumbnail h3 a {
	color: inherit;
}
.thumbnail .caption {
	border-width: 0px 1px 1px; border-style: solid; border-color: rgb(228, 228, 228); padding: 26px 20px; border-image: none; color: rgb(120, 120, 120); background-color: rgb(255, 255, 255);
}
.price-table {
	list-style: none; margin: 0px; padding: 0px; text-align: center;
}
.price-table ul {
	list-style: none; margin: 0px; padding: 0px; text-align: center;
}
.price-table {
	margin: 0px auto; max-width: 500px;
}
.plan-name {
	margin: -1px -1px 0px; padding: 25px 20px;
}
.plan-name h4 {
	margin: 0px; font-size: 24px;
}
[class*='main_bg_color'].plan-name h4 {
	color: rgb(58, 61, 68);
}
.plan-name h4 {
	color: rgb(58, 61, 68);
}
.plan-price {
	padding: 54px 0px 0px; line-height: 1; font-size: 24px; font-weight: 500; position: relative;
}
.plan-price span.big {
	font-size: 40px; font-weight: 900;
}
.price-description {
	text-transform: uppercase; letter-spacing: 0.1em; font-size: 14px; font-weight: 700; margin-top: 12px;
}
.features-list {
	padding: 38px 55px;
}
.features-list li {
	padding: 10px 0px 11px;
}
.features-list li {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid; position: relative;
}
.features-list li:last-child {
	border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid;
}
.features-list .enabled::before {
	top: 5px; right: 4px; color: rgb(232, 82, 66); line-height: 1; padding-right: 8px; font-family: "rt-icons-2"; font-size: 24px; position: relative; content: "\e116";
}
.features-list .disabled::before {
	top: 5px; right: 4px; color: rgb(232, 82, 66); line-height: 1; padding-right: 8px; font-family: "rt-icons-2"; font-size: 24px; position: relative; content: "\e116";
}
.features-list .disabled::before {
	color: rgb(58, 61, 68); content: "\e117";
}
.call-to-action {
	padding: 0px 20px 50px;
}
.price-table.fw-package hr {
	margin-right: 30px; margin-left: 30px; opacity: 0.15;
}
.fw-switch-row {
	top: 4px; font-size: 24px; margin-right: 4px; display: inline-block; position: relative;
}
.fw-switch-row + .fw-default-row {
	display: inline-block;
}
.desc-col .fw-default-row {
	margin: 20px 0px;
}
.contact-form {
	position: relative; z-index: 3;
}
.contact-form label[for] {
	display: none;
}
@media all and (min-width:768px)
{
.contact-form-message textarea {
	min-height: 200px;
}
}
.parallax.contact-form {
	padding: 15px 20px 5px; background-image: url("../img/parallax/map.jpg");
}
@media all and (min-width:400px)
{
.parallax.contact-form {
	padding: 35px 40px 25px;
}
}
@media all and (min-width:1200px)
{
.parallax.contact-form {
	padding: 55px 60px 45px;
}
}
.contact-form-respond {
	font-weight: 800; display: block;
}
.contact-form-respond::before {
	padding-right: 10px; font-family: "rt-icons-2"; content: "\e71a";
}
.contact-form p.form-group {
	margin-bottom: 15px;
}
.contact-form [class*='col-'] .form-group {
	margin: 0px;
}
.contact-form [class*='col-'] .form-group + .form-group {
	margin-top: 10px;
}
.transparent-background.contact-form .form-control {
	background-color: transparent;
}
.contact-email {
	text-transform: uppercase; font-size: 40px;
}
@media all and (max-width:767px)
{
.contact-email {
	font-size: 20px; margin-bottom: 6px;
}
.parallax.contact-form {
	padding-right: 20px; padding-bottom: 40px; padding-left: 20px;
}
}
.form-wrapper.with_abs_button {
	position: relative;
}
.with_abs_button .form-submit {
	margin-top: 0px;
}
.with_abs_button .form-submit [class*='col-'] {
	margin: 0px !important; position: static;
}
.wrap-forms .form-group {
	margin-bottom: 0px;
}
@media all and (min-width:768px)
{
.wrap-forms .form-group {
	margin-bottom: 0px;
}
}
.wrap-forms .form-group p {
	margin: 10px 0px 0px;
}
.wrap-forms .form-group textarea {
	min-height: 150px;
}
.has-placeholder label {
	display: none;
}
#messages_modal .fw-messages-wrap {
	left: 50%; top: 10%; width: 300px; margin-left: -150px; position: absolute;
}
#messages_modal ul {
	margin-bottom: 0px;
}
.partners-carousel.owl-carousel a {
	text-align: center; display: block;
}
.partner-link {
	text-align: center; display: block;
}
.partners-carousel.owl-carousel a img {
	opacity: 0.35;
}
.partner-link img {
	opacity: 0.35;
}
.partners-carousel.owl-carousel a:hover img {
	opacity: 1;
}
.partner-link:hover img {
	opacity: 1;
}
.partners-carousel.owl-carousel .center a img {
	opacity: 1;
}
.center .partner-link img {
	opacity: 1;
}
@media all and (min-width:1200px)
{
.owl-center.gallery-carousel.owl-center-scale .owl-nav > div {
	top: 30px; width: 12.5%; height: auto; bottom: 30px; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 100%; font-family: "Playfair Display", serif; font-size: 30px; font-weight: 700; transform: none;
}
.owl-center.gallery-carousel.owl-center-scale .owl-nav > div::after {
	display: none;
}
.owl-center.gallery-carousel.owl-center-scale .owl-nav > div span {
	left: 0px; top: 50%; right: 0px; position: absolute; transform: translateY(-50%);
}
.owl-center.gallery-carousel.owl-center-scale .owl-nav > div:hover {
	color: rgb(232, 82, 66);
}
}
.star-rating {
	height: 1em; font-weight: 400;
}
p.stars a {
	height: 1em; font-weight: 400;
}
.star-rating::before {
	left: 0px; top: 0px; letter-spacing: 0.2em; content: "\f006\f006\f006\f006\f006";
}
.star-rating span::before {
	left: 0px; top: 0px; letter-spacing: 0.2em; content: "\f006\f006\f006\f006\f006";
}
.star-rating span::before {
	content: "\f005\f005\f005\f005\f005";
}
.star-rating {
	width: 5.55em; line-height: 1em; overflow: hidden; font-family: FontAwesome; font-size: 14px; vertical-align: middle; display: inline-block; position: relative;
}
.star-rating::before {
	float: left; position: absolute;
}
.star-rating span {
	left: 0px; top: 0px; right: 0px; overflow: hidden; float: left; position: absolute;
}
.star-rating span::before {
	display: block; white-space: nowrap;
}
.star-rating span::before {
	color: rgb(232, 82, 66);
}
.star-rating::before {
	color: rgb(232, 82, 66); position: absolute;
}
p.stars a::before {
	color: rgb(232, 82, 66); content: "\f006";
}
p.stars a:hover ~ a::before {
	color: rgb(232, 82, 66); content: "\f006";
}
p.stars {
	margin: 0px 0px 10px; line-height: 1; display: inline-block;
}
p.stars a {
	width: 1em; text-indent: -999em; margin-right: 1px; display: inline-block; position: relative;
}
p.stars a::before {
	left: 0px; top: 0px; width: 1em; height: 1em; line-height: 1; text-indent: 0px; font-family: FontAwesome; display: block; position: absolute;
}
p.selected.stars a.active::before {
	color: rgb(232, 82, 66); content: "\f005"; opacity: 1;
}
p.stars:hover a::before {
	color: rgb(232, 82, 66); content: "\f005"; opacity: 1;
}
p.selected.stars a.active ~ a::before {
	color: rgb(120, 120, 120); content: "\f005"; opacity: 0.75;
}
p.selected.stars a:not(.active)::before {
	color: rgb(232, 82, 66); content: "\f005"; opacity: 1;
}
.comment-form-rating {
	margin-top: 20px; margin-bottom: 10px;
}
.comment-form-rating .select-group {
	display: none;
}
a[class*='socicon-']::before {
	line-height: 1; font-family: "socicon"; font-size: 14px;
}
a.social-icon {
	text-align: center; line-height: 0; font-size: 0px; vertical-align: middle; display: inline-block;
}
a.social-icon span {
	text-transform: uppercase; font-size: 14px; display: block; opacity: 0.7;
}
a.social-icon span:first-child {
	font-size: 24px; font-weight: bold; margin-top: 8px;
}
a.social-icon [class*='rt-icon'] + span {
	font-size: 24px; font-weight: bold; margin-top: 8px;
}
a.social-icon + a.social-icon {
	margin-left: 25px;
}
.tooltip + a.social-icon {
	margin-left: 25px;
}
a.bg-icon.social-icon + a.bg-icon.social-icon {
	margin-left: 6px;
}
.tooltip + a.bg-icon.social-icon {
	margin-left: 6px;
}
a.color-bg-icon.social-icon + a.color-bg-icon.social-icon {
	margin-left: 6px;
}
.tooltip + a.color-bg-icon.social-icon {
	margin-left: 6px;
}
a.border-icon.social-icon + a.border-icon.social-icon {
	margin-left: 6px;
}
.tooltip + a.border-icon.social-icon {
	margin-left: 6px;
}
a.block-icon.social-icon {
	width: 100%;
}
a[class*='socicon-'].rounded-icon {
	border-radius: 50%;
}
a.big-icon {
	width: 112px; height: 112px; overflow: hidden; padding-top: 20px; padding-bottom: 20px;
}
a[class*='socicon-'].big-icon::before {
	font-size: 32px;
}
a.big-icon [class*='rt-icon']::before {
	font-size: 32px;
}
a.socicon-twitter.color-icon {
	color: rgb(29, 161, 242);
}
a.socicon-facebook.color-icon {
	color: rgb(59, 89, 152);
}
a.socicon-google.color-icon {
	color: rgb(66, 133, 244);
}
a.socicon-googleplus.color-icon {
	color: rgb(219, 68, 55);
}
a.socicon-pinterest.color-icon {
	color: rgb(189, 8, 28);
}
a.socicon-foursquare.color-icon {
	color: rgb(249, 72, 119);
}
a.socicon-yahoo.color-icon {
	color: rgb(67, 2, 151);
}
a.socicon-skype.color-icon {
	color: rgb(0, 175, 240);
}
a.socicon-yelp.color-icon {
	color: rgb(200, 50, 24);
}
a.socicon-feedburner.color-icon {
	color: rgb(255, 204, 0);
}
a.socicon-linkedin.color-icon {
	color: rgb(0, 123, 181);
}
a.socicon-viadeo.color-icon {
	color: rgb(228, 160, 0);
}
a.socicon-xing.color-icon {
	color: rgb(0, 90, 96);
}
a.socicon-myspace.color-icon {
	color: rgb(50, 50, 50);
}
a.socicon-soundcloud.color-icon {
	color: rgb(255, 85, 0);
}
a.socicon-spotify.color-icon {
	color: rgb(30, 215, 96);
}
a.socicon-grooveshark.color-icon {
	color: rgb(246, 126, 3);
}
a.socicon-lastfm.color-icon {
	color: rgb(212, 19, 22);
}
a.socicon-youtube.color-icon {
	color: rgb(255, 0, 0);
}
a.socicon-vimeo.color-icon {
	color: rgb(26, 183, 234);
}
a.socicon-dailymotion.color-icon {
	color: rgb(0, 78, 114);
}
a.socicon-vine.color-icon {
	color: rgb(0, 180, 137);
}
a.socicon-flickr.color-icon {
	color: rgb(244, 0, 131);
}
a.socicon-500px.color-icon {
	color: rgb(0, 153, 229);
}
a.socicon-instagram.color-icon {
	color: rgb(195, 42, 163);
}
a.socicon-wordpress.color-icon {
	color: rgb(70, 70, 70);
}
a.socicon-tumblr.color-icon {
	color: rgb(53, 70, 93);
}
a.socicon-blogger.color-icon {
	color: rgb(236, 102, 28);
}
a.socicon-technorati.color-icon {
	color: rgb(92, 176, 48);
}
a.socicon-reddit.color-icon {
	color: rgb(255, 69, 0);
}
a.socicon-dribbble.color-icon {
	color: rgb(234, 76, 137);
}
a.socicon-stumbleupon.color-icon {
	color: rgb(230, 64, 17);
}
a.socicon-digg.color-icon {
	color: rgb(29, 29, 27);
}
a.socicon-envato.color-icon {
	color: rgb(89, 124, 58);
}
a.socicon-behance.color-icon {
	color: rgb(0, 191, 143);
}
a.socicon-delicious.color-icon {
	color: rgb(49, 169, 255);
}
a.socicon-deviantart.color-icon {
	color: rgb(5, 204, 71);
}
a.socicon-forrst.color-icon {
	color: rgb(91, 154, 104);
}
a.socicon-play.color-icon {
	color: rgb(90, 205, 189);
}
a.socicon-zerply.color-icon {
	color: rgb(157, 188, 122);
}
a.socicon-wikipedia.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-apple.color-icon {
	color: rgb(166, 177, 183);
}
a.socicon-flattr.color-icon {
	color: rgb(246, 124, 26);
}
a.socicon-github.color-icon {
	color: rgb(0, 191, 143);
}
a.socicon-chimein.color-icon {
	color: rgb(136, 134, 136);
}
a.socicon-friendfeed.color-icon {
	color: rgb(47, 114, 196);
}
a.socicon-newsvine.color-icon {
	color: rgb(0, 180, 137);
}
a.socicon-identica.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-bebo.color-icon {
	color: rgb(239, 16, 17);
}
a.socicon-zynga.color-icon {
	color: rgb(220, 6, 6);
}
a.socicon-steam.color-icon {
	color: rgb(23, 26, 33);
}
a.socicon-xbox.color-icon {
	color: rgb(146, 200, 62);
}
a.socicon-windows.color-icon {
	color: rgb(0, 189, 246);
}
a.socicon-outlook.color-icon {
	color: rgb(0, 114, 198);
}
a.socicon-coderwall.color-icon {
	color: rgb(62, 141, 204);
}
a.socicon-tripadvisor.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-appnet.color-icon {
	color: rgb(73, 73, 73);
}
a.socicon-goodreads.color-icon {
	color: rgb(26, 188, 156);
}
a.socicon-tripit.color-icon {
	color: rgb(25, 130, 195);
}
a.socicon-lanyrd.color-icon {
	color: rgb(60, 128, 201);
}
a.socicon-slideshare.color-icon {
	color: rgb(230, 133, 35);
}
a.socicon-buffer.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-rss.color-icon {
	color: rgb(242, 97, 9);
}
a.socicon-vkontakte.color-icon {
	color: rgb(74, 118, 168);
}
a.socicon-disqus.color-icon {
	color: rgb(46, 159, 255);
}
a.socicon-houzz.color-icon {
	color: rgb(124, 192, 75);
}
a.socicon-mail.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-patreon.color-icon {
	color: rgb(228, 71, 39);
}
a.socicon-paypal.color-icon {
	color: rgb(0, 156, 222);
}
a.socicon-playstation.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-smugmug.color-icon {
	color: rgb(172, 253, 50);
}
a.socicon-swarm.color-icon {
	color: rgb(255, 166, 51);
}
a.socicon-triplej.color-icon {
	color: rgb(229, 53, 49);
}
a.socicon-yammer.color-icon {
	color: rgb(17, 117, 196);
}
a.socicon-stackoverflow.color-icon {
	color: rgb(253, 152, 39);
}
a.socicon-drupal.color-icon {
	color: rgb(0, 89, 142);
}
a.socicon-odnoklassniki.color-icon {
	color: rgb(244, 132, 32);
}
a.socicon-android.color-icon {
	color: rgb(164, 198, 57);
}
a.socicon-meetup.color-icon {
	color: rgb(226, 55, 60);
}
a.socicon-persona.color-icon {
	color: rgb(230, 117, 61);
}
a.socicon-amazon.color-icon {
	color: rgb(255, 153, 0);
}
a.socicon-ello.color-icon {
	color: rgb(0, 0, 0);
}
a.socicon-mixcloud.color-icon {
	color: rgb(49, 67, 89);
}
a.socicon-8tracks.color-icon {
	color: rgb(18, 44, 75);
}
a.socicon-twitch.color-icon {
	color: rgb(100, 65, 165);
}
a.socicon-airbnb.color-icon {
	color: rgb(255, 90, 95);
}
a.socicon-pocket.color-icon {
	color: rgb(238, 64, 86);
}
a[class*='socicon-'].socicon-twitter:hover {
	border-color: rgb(29, 161, 242); color: rgb(29, 161, 242);
}
a[class*='socicon-'].socicon-facebook:hover {
	border-color: rgb(59, 89, 152); color: rgb(59, 89, 152);
}
a[class*='socicon-'].socicon-google:hover {
	border-color: rgb(66, 133, 244); color: rgb(66, 133, 244);
}
a[class*='socicon-'].socicon-googleplus:hover {
	border-color: rgb(219, 68, 55); color: rgb(219, 68, 55);
}
a[class*='socicon-'].socicon-pinterest:hover {
	border-color: rgb(189, 8, 28); color: rgb(189, 8, 28);
}
a[class*='socicon-'].socicon-foursquare:hover {
	border-color: rgb(249, 72, 119); color: rgb(249, 72, 119);
}
a[class*='socicon-'].socicon-yahoo:hover {
	border-color: rgb(67, 2, 151); color: rgb(67, 2, 151);
}
a[class*='socicon-'].socicon-skype:hover {
	border-color: rgb(0, 175, 240); color: rgb(0, 175, 240);
}
a[class*='socicon-'].socicon-yelp:hover {
	border-color: rgb(200, 50, 24); color: rgb(200, 50, 24);
}
a[class*='socicon-'].socicon-feedburner:hover {
	border-color: rgb(255, 204, 0); color: rgb(255, 204, 0);
}
a[class*='socicon-'].socicon-linkedin:hover {
	border-color: rgb(0, 123, 181); color: rgb(0, 123, 181);
}
a[class*='socicon-'].socicon-viadeo:hover {
	border-color: rgb(228, 160, 0); color: rgb(228, 160, 0);
}
a[class*='socicon-'].socicon-xing:hover {
	border-color: rgb(0, 90, 96); color: rgb(0, 90, 96);
}
a[class*='socicon-'].socicon-myspace:hover {
	border-color: rgb(50, 50, 50); color: rgb(50, 50, 50);
}
a[class*='socicon-'].socicon-soundcloud:hover {
	border-color: rgb(255, 85, 0); color: rgb(255, 85, 0);
}
a[class*='socicon-'].socicon-spotify:hover {
	border-color: rgb(30, 215, 96); color: rgb(30, 215, 96);
}
a[class*='socicon-'].socicon-grooveshark:hover {
	border-color: rgb(246, 126, 3); color: rgb(246, 126, 3);
}
a[class*='socicon-'].socicon-lastfm:hover {
	border-color: rgb(212, 19, 22); color: rgb(212, 19, 22);
}
a[class*='socicon-'].socicon-youtube:hover {
	border-color: rgb(255, 0, 0); color: rgb(255, 0, 0);
}
a[class*='socicon-'].socicon-vimeo:hover {
	border-color: rgb(26, 183, 234); color: rgb(26, 183, 234);
}
a[class*='socicon-'].socicon-dailymotion:hover {
	border-color: rgb(0, 78, 114); color: rgb(0, 78, 114);
}
a[class*='socicon-'].socicon-vine:hover {
	border-color: rgb(0, 180, 137); color: rgb(0, 180, 137);
}
a[class*='socicon-'].socicon-flickr:hover {
	border-color: rgb(244, 0, 131); color: rgb(244, 0, 131);
}
a[class*='socicon-'].socicon-500px:hover {
	border-color: rgb(0, 153, 229); color: rgb(0, 153, 229);
}
a[class*='socicon-'].socicon-instagram:hover {
	border-color: rgb(195, 42, 163); color: rgb(195, 42, 163);
}
a[class*='socicon-'].socicon-wordpress:hover {
	border-color: rgb(70, 70, 70); color: rgb(70, 70, 70);
}
a[class*='socicon-'].socicon-tumblr:hover {
	border-color: rgb(53, 70, 93); color: rgb(53, 70, 93);
}
a[class*='socicon-'].socicon-blogger:hover {
	border-color: rgb(236, 102, 28); color: rgb(236, 102, 28);
}
a[class*='socicon-'].socicon-technorati:hover {
	border-color: rgb(92, 176, 48); color: rgb(92, 176, 48);
}
a[class*='socicon-'].socicon-reddit:hover {
	border-color: rgb(255, 69, 0); color: rgb(255, 69, 0);
}
a[class*='socicon-'].socicon-dribbble:hover {
	border-color: rgb(234, 76, 137); color: rgb(234, 76, 137);
}
a[class*='socicon-'].socicon-stumbleupon:hover {
	border-color: rgb(230, 64, 17); color: rgb(230, 64, 17);
}
a[class*='socicon-'].socicon-digg:hover {
	border-color: rgb(29, 29, 27); color: rgb(29, 29, 27);
}
a[class*='socicon-'].socicon-envato:hover {
	border-color: rgb(89, 124, 58); color: rgb(89, 124, 58);
}
a[class*='socicon-'].socicon-behance:hover {
	border-color: rgb(0, 191, 143); color: rgb(0, 191, 143);
}
a[class*='socicon-'].socicon-delicious:hover {
	border-color: rgb(49, 169, 255); color: rgb(49, 169, 255);
}
a[class*='socicon-'].socicon-deviantart:hover {
	border-color: rgb(5, 204, 71); color: rgb(5, 204, 71);
}
a[class*='socicon-'].socicon-forrst:hover {
	border-color: rgb(91, 154, 104); color: rgb(91, 154, 104);
}
a[class*='socicon-'].socicon-play:hover {
	border-color: rgb(90, 205, 189); color: rgb(90, 205, 189);
}
a[class*='socicon-'].socicon-zerply:hover {
	border-color: rgb(157, 188, 122); color: rgb(157, 188, 122);
}
a[class*='socicon-'].socicon-wikipedia:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-apple:hover {
	border-color: rgb(166, 177, 183); color: rgb(166, 177, 183);
}
a[class*='socicon-'].socicon-flattr:hover {
	border-color: rgb(246, 124, 26); color: rgb(246, 124, 26);
}
a[class*='socicon-'].socicon-github:hover {
	border-color: rgb(0, 191, 143); color: rgb(0, 191, 143);
}
a[class*='socicon-'].socicon-chimein:hover {
	border-color: rgb(136, 134, 136); color: rgb(136, 134, 136);
}
a[class*='socicon-'].socicon-friendfeed:hover {
	border-color: rgb(47, 114, 196); color: rgb(47, 114, 196);
}
a[class*='socicon-'].socicon-newsvine:hover {
	border-color: rgb(0, 180, 137); color: rgb(0, 180, 137);
}
a[class*='socicon-'].socicon-identica:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-bebo:hover {
	border-color: rgb(239, 16, 17); color: rgb(239, 16, 17);
}
a[class*='socicon-'].socicon-zynga:hover {
	border-color: rgb(220, 6, 6); color: rgb(220, 6, 6);
}
a[class*='socicon-'].socicon-steam:hover {
	border-color: rgb(23, 26, 33); color: rgb(23, 26, 33);
}
a[class*='socicon-'].socicon-xbox:hover {
	border-color: rgb(146, 200, 62); color: rgb(146, 200, 62);
}
a[class*='socicon-'].socicon-windows:hover {
	border-color: rgb(0, 189, 246); color: rgb(0, 189, 246);
}
a[class*='socicon-'].socicon-outlook:hover {
	border-color: rgb(0, 114, 198); color: rgb(0, 114, 198);
}
a[class*='socicon-'].socicon-coderwall:hover {
	border-color: rgb(62, 141, 204); color: rgb(62, 141, 204);
}
a[class*='socicon-'].socicon-tripadvisor:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-appnet:hover {
	border-color: rgb(73, 73, 73); color: rgb(73, 73, 73);
}
a[class*='socicon-'].socicon-goodreads:hover {
	border-color: rgb(26, 188, 156); color: rgb(26, 188, 156);
}
a[class*='socicon-'].socicon-tripit:hover {
	border-color: rgb(25, 130, 195); color: rgb(25, 130, 195);
}
a[class*='socicon-'].socicon-lanyrd:hover {
	border-color: rgb(60, 128, 201); color: rgb(60, 128, 201);
}
a[class*='socicon-'].socicon-slideshare:hover {
	border-color: rgb(230, 133, 35); color: rgb(230, 133, 35);
}
a[class*='socicon-'].socicon-buffer:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-rss:hover {
	border-color: rgb(242, 97, 9); color: rgb(242, 97, 9);
}
a[class*='socicon-'].socicon-vkontakte:hover {
	border-color: rgb(74, 118, 168); color: rgb(74, 118, 168);
}
a[class*='socicon-'].socicon-disqus:hover {
	border-color: rgb(46, 159, 255); color: rgb(46, 159, 255);
}
a[class*='socicon-'].socicon-houzz:hover {
	border-color: rgb(124, 192, 75); color: rgb(124, 192, 75);
}
a[class*='socicon-'].socicon-mail:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-patreon:hover {
	border-color: rgb(228, 71, 39); color: rgb(228, 71, 39);
}
a[class*='socicon-'].socicon-paypal:hover {
	border-color: rgb(0, 156, 222); color: rgb(0, 156, 222);
}
a[class*='socicon-'].socicon-playstation:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-smugmug:hover {
	border-color: rgb(172, 253, 50); color: rgb(172, 253, 50);
}
a[class*='socicon-'].socicon-swarm:hover {
	border-color: rgb(255, 166, 51); color: rgb(255, 166, 51);
}
a[class*='socicon-'].socicon-triplej:hover {
	border-color: rgb(229, 53, 49); color: rgb(229, 53, 49);
}
a[class*='socicon-'].socicon-yammer:hover {
	border-color: rgb(17, 117, 196); color: rgb(17, 117, 196);
}
a[class*='socicon-'].socicon-stackoverflow:hover {
	border-color: rgb(253, 152, 39); color: rgb(253, 152, 39);
}
a[class*='socicon-'].socicon-drupal:hover {
	border-color: rgb(0, 89, 142); color: rgb(0, 89, 142);
}
a[class*='socicon-'].socicon-odnoklassniki:hover {
	border-color: rgb(244, 132, 32); color: rgb(244, 132, 32);
}
a[class*='socicon-'].socicon-android:hover {
	border-color: rgb(164, 198, 57); color: rgb(164, 198, 57);
}
a[class*='socicon-'].socicon-meetup:hover {
	border-color: rgb(226, 55, 60); color: rgb(226, 55, 60);
}
a[class*='socicon-'].socicon-persona:hover {
	border-color: rgb(230, 117, 61); color: rgb(230, 117, 61);
}
a[class*='socicon-'].socicon-amazon:hover {
	border-color: rgb(255, 153, 0); color: rgb(255, 153, 0);
}
a[class*='socicon-'].socicon-ello:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0);
}
a[class*='socicon-'].socicon-mixcloud:hover {
	border-color: rgb(49, 67, 89); color: rgb(49, 67, 89);
}
a[class*='socicon-'].socicon-8tracks:hover {
	border-color: rgb(18, 44, 75); color: rgb(18, 44, 75);
}
a[class*='socicon-'].socicon-twitch:hover {
	border-color: rgb(100, 65, 165); color: rgb(100, 65, 165);
}
a[class*='socicon-'].socicon-airbnb:hover {
	border-color: rgb(255, 90, 95); color: rgb(255, 90, 95);
}
a[class*='socicon-'].socicon-pocket:hover {
	border-color: rgb(238, 64, 86); color: rgb(238, 64, 86);
}
.color-bg-icon {
	color: rgb(255, 255, 255);
}
.socicon-twitter.color-bg-icon {
	background-color: rgb(29, 161, 242);
}
a.bg-icon.socicon-twitter:hover {
	background-color: rgb(29, 161, 242);
}
.border-icon.color-icon.socicon-twitter:hover {
	background-color: rgb(29, 161, 242);
}
.socicon-facebook.color-bg-icon {
	background-color: rgb(59, 89, 152);
}
a.bg-icon.socicon-facebook:hover {
	background-color: rgb(59, 89, 152);
}
.border-icon.color-icon.socicon-facebook:hover {
	background-color: rgb(59, 89, 152);
}
.socicon-google.color-bg-icon {
	background-color: rgb(66, 133, 244);
}
a.bg-icon.socicon-google:hover {
	background-color: rgb(66, 133, 244);
}
.border-icon.color-icon.socicon-google:hover {
	background-color: rgb(66, 133, 244);
}
.socicon-googleplus.color-bg-icon {
	background-color: rgb(219, 68, 55);
}
a.bg-icon.socicon-googleplus:hover {
	background-color: rgb(219, 68, 55);
}
.border-icon.color-icon.socicon-googleplus:hover {
	background-color: rgb(219, 68, 55);
}
.socicon-pinterest.color-bg-icon {
	background-color: rgb(189, 8, 28);
}
a.bg-icon.socicon-pinterest:hover {
	background-color: rgb(189, 8, 28);
}
.border-icon.color-icon.socicon-pinterest:hover {
	background-color: rgb(189, 8, 28);
}
.socicon-foursquare.color-bg-icon {
	background-color: rgb(249, 72, 119);
}
a.bg-icon.socicon-foursquare:hover {
	background-color: rgb(249, 72, 119);
}
.border-icon.color-icon.socicon-foursquare:hover {
	background-color: rgb(249, 72, 119);
}
.socicon-yahoo.color-bg-icon {
	background-color: rgb(67, 2, 151);
}
a.bg-icon.socicon-yahoo:hover {
	background-color: rgb(67, 2, 151);
}
.border-icon.color-icon.socicon-yahoo:hover {
	background-color: rgb(67, 2, 151);
}
.socicon-skype.color-bg-icon {
	background-color: rgb(0, 175, 240);
}
a.bg-icon.socicon-skype:hover {
	background-color: rgb(0, 175, 240);
}
.border-icon.color-icon.socicon-skype:hover {
	background-color: rgb(0, 175, 240);
}
.socicon-yelp.color-bg-icon {
	background-color: rgb(200, 50, 24);
}
a.bg-icon.socicon-yelp:hover {
	background-color: rgb(200, 50, 24);
}
.border-icon.color-icon.socicon-yelp:hover {
	background-color: rgb(200, 50, 24);
}
.socicon-feedburner.color-bg-icon {
	background-color: rgb(255, 204, 0);
}
a.bg-icon.socicon-feedburner:hover {
	background-color: rgb(255, 204, 0);
}
.border-icon.color-icon.socicon-feedburner:hover {
	background-color: rgb(255, 204, 0);
}
.socicon-linkedin.color-bg-icon {
	background-color: rgb(0, 123, 181);
}
a.bg-icon.socicon-linkedin:hover {
	background-color: rgb(0, 123, 181);
}
.border-icon.color-icon.socicon-linkedin:hover {
	background-color: rgb(0, 123, 181);
}
.socicon-viadeo.color-bg-icon {
	background-color: rgb(228, 160, 0);
}
a.bg-icon.socicon-viadeo:hover {
	background-color: rgb(228, 160, 0);
}
.border-icon.color-icon.socicon-viadeo:hover {
	background-color: rgb(228, 160, 0);
}
.socicon-xing.color-bg-icon {
	background-color: rgb(0, 90, 96);
}
a.bg-icon.socicon-xing:hover {
	background-color: rgb(0, 90, 96);
}
.border-icon.color-icon.socicon-xing:hover {
	background-color: rgb(0, 90, 96);
}
.socicon-myspace.color-bg-icon {
	background-color: rgb(50, 50, 50);
}
a.bg-icon.socicon-myspace:hover {
	background-color: rgb(50, 50, 50);
}
.border-icon.color-icon.socicon-myspace:hover {
	background-color: rgb(50, 50, 50);
}
.socicon-soundcloud.color-bg-icon {
	background-color: rgb(255, 85, 0);
}
a.bg-icon.socicon-soundcloud:hover {
	background-color: rgb(255, 85, 0);
}
.border-icon.color-icon.socicon-soundcloud:hover {
	background-color: rgb(255, 85, 0);
}
.socicon-spotify.color-bg-icon {
	background-color: rgb(30, 215, 96);
}
a.bg-icon.socicon-spotify:hover {
	background-color: rgb(30, 215, 96);
}
.border-icon.color-icon.socicon-spotify:hover {
	background-color: rgb(30, 215, 96);
}
.socicon-grooveshark.color-bg-icon {
	background-color: rgb(246, 126, 3);
}
a.bg-icon.socicon-grooveshark:hover {
	background-color: rgb(246, 126, 3);
}
.border-icon.color-icon.socicon-grooveshark:hover {
	background-color: rgb(246, 126, 3);
}
.socicon-lastfm.color-bg-icon {
	background-color: rgb(212, 19, 22);
}
a.bg-icon.socicon-lastfm:hover {
	background-color: rgb(212, 19, 22);
}
.border-icon.color-icon.socicon-lastfm:hover {
	background-color: rgb(212, 19, 22);
}
.socicon-youtube.color-bg-icon {
	background-color: rgb(255, 0, 0);
}
a.bg-icon.socicon-youtube:hover {
	background-color: rgb(255, 0, 0);
}
.border-icon.color-icon.socicon-youtube:hover {
	background-color: rgb(255, 0, 0);
}
.socicon-vimeo.color-bg-icon {
	background-color: rgb(26, 183, 234);
}
a.bg-icon.socicon-vimeo:hover {
	background-color: rgb(26, 183, 234);
}
.border-icon.color-icon.socicon-vimeo:hover {
	background-color: rgb(26, 183, 234);
}
.socicon-dailymotion.color-bg-icon {
	background-color: rgb(0, 78, 114);
}
a.bg-icon.socicon-dailymotion:hover {
	background-color: rgb(0, 78, 114);
}
.border-icon.color-icon.socicon-dailymotion:hover {
	background-color: rgb(0, 78, 114);
}
.socicon-vine.color-bg-icon {
	background-color: rgb(0, 180, 137);
}
a.bg-icon.socicon-vine:hover {
	background-color: rgb(0, 180, 137);
}
.border-icon.color-icon.socicon-vine:hover {
	background-color: rgb(0, 180, 137);
}
.socicon-flickr.color-bg-icon {
	background-color: rgb(244, 0, 131);
}
a.bg-icon.socicon-flickr:hover {
	background-color: rgb(244, 0, 131);
}
.border-icon.color-icon.socicon-flickr:hover {
	background-color: rgb(244, 0, 131);
}
.socicon-500px.color-bg-icon {
	background-color: rgb(0, 153, 229);
}
a.bg-icon.socicon-500px:hover {
	background-color: rgb(0, 153, 229);
}
.border-icon.color-icon.socicon-500px:hover {
	background-color: rgb(0, 153, 229);
}
.socicon-instagram.color-bg-icon {
	background-color: rgb(195, 42, 163);
}
a.bg-icon.socicon-instagram:hover {
	background-color: rgb(195, 42, 163);
}
.border-icon.color-icon.socicon-instagram:hover {
	background-color: rgb(195, 42, 163);
}
.socicon-wordpress.color-bg-icon {
	background-color: rgb(70, 70, 70);
}
a.bg-icon.socicon-wordpress:hover {
	background-color: rgb(70, 70, 70);
}
.border-icon.color-icon.socicon-wordpress:hover {
	background-color: rgb(70, 70, 70);
}
.socicon-tumblr.color-bg-icon {
	background-color: rgb(53, 70, 93);
}
a.bg-icon.socicon-tumblr:hover {
	background-color: rgb(53, 70, 93);
}
.border-icon.color-icon.socicon-tumblr:hover {
	background-color: rgb(53, 70, 93);
}
.socicon-blogger.color-bg-icon {
	background-color: rgb(236, 102, 28);
}
a.bg-icon.socicon-blogger:hover {
	background-color: rgb(236, 102, 28);
}
.border-icon.color-icon.socicon-blogger:hover {
	background-color: rgb(236, 102, 28);
}
.socicon-technorati.color-bg-icon {
	background-color: rgb(92, 176, 48);
}
a.bg-icon.socicon-technorati:hover {
	background-color: rgb(92, 176, 48);
}
.border-icon.color-icon.socicon-technorati:hover {
	background-color: rgb(92, 176, 48);
}
.socicon-reddit.color-bg-icon {
	background-color: rgb(255, 69, 0);
}
a.bg-icon.socicon-reddit:hover {
	background-color: rgb(255, 69, 0);
}
.border-icon.color-icon.socicon-reddit:hover {
	background-color: rgb(255, 69, 0);
}
.socicon-dribbble.color-bg-icon {
	background-color: rgb(234, 76, 137);
}
a.bg-icon.socicon-dribbble:hover {
	background-color: rgb(234, 76, 137);
}
.border-icon.color-icon.socicon-dribbble:hover {
	background-color: rgb(234, 76, 137);
}
.socicon-stumbleupon.color-bg-icon {
	background-color: rgb(230, 64, 17);
}
a.bg-icon.socicon-stumbleupon:hover {
	background-color: rgb(230, 64, 17);
}
.border-icon.color-icon.socicon-stumbleupon:hover {
	background-color: rgb(230, 64, 17);
}
.socicon-digg.color-bg-icon {
	background-color: rgb(29, 29, 27);
}
a.bg-icon.socicon-digg:hover {
	background-color: rgb(29, 29, 27);
}
.border-icon.color-icon.socicon-digg:hover {
	background-color: rgb(29, 29, 27);
}
.socicon-envato.color-bg-icon {
	background-color: rgb(89, 124, 58);
}
a.bg-icon.socicon-envato:hover {
	background-color: rgb(89, 124, 58);
}
.border-icon.color-icon.socicon-envato:hover {
	background-color: rgb(89, 124, 58);
}
.socicon-behance.color-bg-icon {
	background-color: rgb(0, 191, 143);
}
a.bg-icon.socicon-behance:hover {
	background-color: rgb(0, 191, 143);
}
.border-icon.color-icon.socicon-behance:hover {
	background-color: rgb(0, 191, 143);
}
.socicon-delicious.color-bg-icon {
	background-color: rgb(49, 169, 255);
}
a.bg-icon.socicon-delicious:hover {
	background-color: rgb(49, 169, 255);
}
.border-icon.color-icon.socicon-delicious:hover {
	background-color: rgb(49, 169, 255);
}
.socicon-deviantart.color-bg-icon {
	background-color: rgb(5, 204, 71);
}
a.bg-icon.socicon-deviantart:hover {
	background-color: rgb(5, 204, 71);
}
.border-icon.color-icon.socicon-deviantart:hover {
	background-color: rgb(5, 204, 71);
}
.socicon-forrst.color-bg-icon {
	background-color: rgb(91, 154, 104);
}
a.bg-icon.socicon-forrst:hover {
	background-color: rgb(91, 154, 104);
}
.border-icon.color-icon.socicon-forrst:hover {
	background-color: rgb(91, 154, 104);
}
.socicon-play.color-bg-icon {
	background-color: rgb(90, 205, 189);
}
a.bg-icon.socicon-play:hover {
	background-color: rgb(90, 205, 189);
}
.border-icon.color-icon.socicon-play:hover {
	background-color: rgb(90, 205, 189);
}
.socicon-zerply.color-bg-icon {
	background-color: rgb(157, 188, 122);
}
a.bg-icon.socicon-zerply:hover {
	background-color: rgb(157, 188, 122);
}
.border-icon.color-icon.socicon-zerply:hover {
	background-color: rgb(157, 188, 122);
}
.socicon-wikipedia.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-wikipedia:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-wikipedia:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-apple.color-bg-icon {
	background-color: rgb(166, 177, 183);
}
a.bg-icon.socicon-apple:hover {
	background-color: rgb(166, 177, 183);
}
.border-icon.color-icon.socicon-apple:hover {
	background-color: rgb(166, 177, 183);
}
.socicon-flattr.color-bg-icon {
	background-color: rgb(246, 124, 26);
}
a.bg-icon.socicon-flattr:hover {
	background-color: rgb(246, 124, 26);
}
.border-icon.color-icon.socicon-flattr:hover {
	background-color: rgb(246, 124, 26);
}
.socicon-github.color-bg-icon {
	background-color: rgb(0, 191, 143);
}
a.bg-icon.socicon-github:hover {
	background-color: rgb(0, 191, 143);
}
.border-icon.color-icon.socicon-github:hover {
	background-color: rgb(0, 191, 143);
}
.socicon-chimein.color-bg-icon {
	background-color: rgb(136, 134, 136);
}
a.bg-icon.socicon-chimein:hover {
	background-color: rgb(136, 134, 136);
}
.border-icon.color-icon.socicon-chimein:hover {
	background-color: rgb(136, 134, 136);
}
.socicon-friendfeed.color-bg-icon {
	background-color: rgb(47, 114, 196);
}
a.bg-icon.socicon-friendfeed:hover {
	background-color: rgb(47, 114, 196);
}
.border-icon.color-icon.socicon-friendfeed:hover {
	background-color: rgb(47, 114, 196);
}
.socicon-newsvine.color-bg-icon {
	background-color: rgb(0, 180, 137);
}
a.bg-icon.socicon-newsvine:hover {
	background-color: rgb(0, 180, 137);
}
.border-icon.color-icon.socicon-newsvine:hover {
	background-color: rgb(0, 180, 137);
}
.socicon-identica.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-identica:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-identica:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-bebo.color-bg-icon {
	background-color: rgb(239, 16, 17);
}
a.bg-icon.socicon-bebo:hover {
	background-color: rgb(239, 16, 17);
}
.border-icon.color-icon.socicon-bebo:hover {
	background-color: rgb(239, 16, 17);
}
.socicon-zynga.color-bg-icon {
	background-color: rgb(220, 6, 6);
}
a.bg-icon.socicon-zynga:hover {
	background-color: rgb(220, 6, 6);
}
.border-icon.color-icon.socicon-zynga:hover {
	background-color: rgb(220, 6, 6);
}
.socicon-steam.color-bg-icon {
	background-color: rgb(23, 26, 33);
}
a.bg-icon.socicon-steam:hover {
	background-color: rgb(23, 26, 33);
}
.border-icon.color-icon.socicon-steam:hover {
	background-color: rgb(23, 26, 33);
}
.socicon-xbox.color-bg-icon {
	background-color: rgb(146, 200, 62);
}
a.bg-icon.socicon-xbox:hover {
	background-color: rgb(146, 200, 62);
}
.border-icon.color-icon.socicon-xbox:hover {
	background-color: rgb(146, 200, 62);
}
.socicon-windows.color-bg-icon {
	background-color: rgb(0, 189, 246);
}
a.bg-icon.socicon-windows:hover {
	background-color: rgb(0, 189, 246);
}
.border-icon.color-icon.socicon-windows:hover {
	background-color: rgb(0, 189, 246);
}
.socicon-outlook.color-bg-icon {
	background-color: rgb(0, 114, 198);
}
a.bg-icon.socicon-outlook:hover {
	background-color: rgb(0, 114, 198);
}
.border-icon.color-icon.socicon-outlook:hover {
	background-color: rgb(0, 114, 198);
}
.socicon-coderwall.color-bg-icon {
	background-color: rgb(62, 141, 204);
}
a.bg-icon.socicon-coderwall:hover {
	background-color: rgb(62, 141, 204);
}
.border-icon.color-icon.socicon-coderwall:hover {
	background-color: rgb(62, 141, 204);
}
.socicon-tripadvisor.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-tripadvisor:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-tripadvisor:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-appnet.color-bg-icon {
	background-color: rgb(73, 73, 73);
}
a.bg-icon.socicon-appnet:hover {
	background-color: rgb(73, 73, 73);
}
.border-icon.color-icon.socicon-appnet:hover {
	background-color: rgb(73, 73, 73);
}
.socicon-goodreads.color-bg-icon {
	background-color: rgb(26, 188, 156);
}
a.bg-icon.socicon-goodreads:hover {
	background-color: rgb(26, 188, 156);
}
.border-icon.color-icon.socicon-goodreads:hover {
	background-color: rgb(26, 188, 156);
}
.socicon-tripit.color-bg-icon {
	background-color: rgb(25, 130, 195);
}
a.bg-icon.socicon-tripit:hover {
	background-color: rgb(25, 130, 195);
}
.border-icon.color-icon.socicon-tripit:hover {
	background-color: rgb(25, 130, 195);
}
.socicon-lanyrd.color-bg-icon {
	background-color: rgb(60, 128, 201);
}
a.bg-icon.socicon-lanyrd:hover {
	background-color: rgb(60, 128, 201);
}
.border-icon.color-icon.socicon-lanyrd:hover {
	background-color: rgb(60, 128, 201);
}
.socicon-slideshare.color-bg-icon {
	background-color: rgb(230, 133, 35);
}
a.bg-icon.socicon-slideshare:hover {
	background-color: rgb(230, 133, 35);
}
.border-icon.color-icon.socicon-slideshare:hover {
	background-color: rgb(230, 133, 35);
}
.socicon-buffer.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-buffer:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-buffer:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-rss.color-bg-icon {
	background-color: rgb(242, 97, 9);
}
a.bg-icon.socicon-rss:hover {
	background-color: rgb(242, 97, 9);
}
.border-icon.color-icon.socicon-rss:hover {
	background-color: rgb(242, 97, 9);
}
.socicon-vkontakte.color-bg-icon {
	background-color: rgb(74, 118, 168);
}
a.bg-icon.socicon-vkontakte:hover {
	background-color: rgb(74, 118, 168);
}
.border-icon.color-icon.socicon-vkontakte:hover {
	background-color: rgb(74, 118, 168);
}
.socicon-disqus.color-bg-icon {
	background-color: rgb(46, 159, 255);
}
a.bg-icon.socicon-disqus:hover {
	background-color: rgb(46, 159, 255);
}
.border-icon.color-icon.socicon-disqus:hover {
	background-color: rgb(46, 159, 255);
}
.socicon-houzz.color-bg-icon {
	background-color: rgb(124, 192, 75);
}
a.bg-icon.socicon-houzz:hover {
	background-color: rgb(124, 192, 75);
}
.border-icon.color-icon.socicon-houzz:hover {
	background-color: rgb(124, 192, 75);
}
.socicon-mail.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-mail:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-mail:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-patreon.color-bg-icon {
	background-color: rgb(228, 71, 39);
}
a.bg-icon.socicon-patreon:hover {
	background-color: rgb(228, 71, 39);
}
.border-icon.color-icon.socicon-patreon:hover {
	background-color: rgb(228, 71, 39);
}
.socicon-paypal.color-bg-icon {
	background-color: rgb(0, 156, 222);
}
a.bg-icon.socicon-paypal:hover {
	background-color: rgb(0, 156, 222);
}
.border-icon.color-icon.socicon-paypal:hover {
	background-color: rgb(0, 156, 222);
}
.socicon-playstation.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-playstation:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-playstation:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-smugmug.color-bg-icon {
	background-color: rgb(172, 253, 50);
}
a.bg-icon.socicon-smugmug:hover {
	background-color: rgb(172, 253, 50);
}
.border-icon.color-icon.socicon-smugmug:hover {
	background-color: rgb(172, 253, 50);
}
.socicon-swarm.color-bg-icon {
	background-color: rgb(255, 166, 51);
}
a.bg-icon.socicon-swarm:hover {
	background-color: rgb(255, 166, 51);
}
.border-icon.color-icon.socicon-swarm:hover {
	background-color: rgb(255, 166, 51);
}
.socicon-triplej.color-bg-icon {
	background-color: rgb(229, 53, 49);
}
a.bg-icon.socicon-triplej:hover {
	background-color: rgb(229, 53, 49);
}
.border-icon.color-icon.socicon-triplej:hover {
	background-color: rgb(229, 53, 49);
}
.socicon-yammer.color-bg-icon {
	background-color: rgb(17, 117, 196);
}
a.bg-icon.socicon-yammer:hover {
	background-color: rgb(17, 117, 196);
}
.border-icon.color-icon.socicon-yammer:hover {
	background-color: rgb(17, 117, 196);
}
.socicon-stackoverflow.color-bg-icon {
	background-color: rgb(253, 152, 39);
}
a.bg-icon.socicon-stackoverflow:hover {
	background-color: rgb(253, 152, 39);
}
.border-icon.color-icon.socicon-stackoverflow:hover {
	background-color: rgb(253, 152, 39);
}
.socicon-drupal.color-bg-icon {
	background-color: rgb(0, 89, 142);
}
a.bg-icon.socicon-drupal:hover {
	background-color: rgb(0, 89, 142);
}
.border-icon.color-icon.socicon-drupal:hover {
	background-color: rgb(0, 89, 142);
}
.socicon-odnoklassniki.color-bg-icon {
	background-color: rgb(244, 132, 32);
}
a.bg-icon.socicon-odnoklassniki:hover {
	background-color: rgb(244, 132, 32);
}
.border-icon.color-icon.socicon-odnoklassniki:hover {
	background-color: rgb(244, 132, 32);
}
.socicon-android.color-bg-icon {
	background-color: rgb(164, 198, 57);
}
a.bg-icon.socicon-android:hover {
	background-color: rgb(164, 198, 57);
}
.border-icon.color-icon.socicon-android:hover {
	background-color: rgb(164, 198, 57);
}
.socicon-meetup.color-bg-icon {
	background-color: rgb(226, 55, 60);
}
a.bg-icon.socicon-meetup:hover {
	background-color: rgb(226, 55, 60);
}
.border-icon.color-icon.socicon-meetup:hover {
	background-color: rgb(226, 55, 60);
}
.socicon-persona.color-bg-icon {
	background-color: rgb(230, 117, 61);
}
a.bg-icon.socicon-persona:hover {
	background-color: rgb(230, 117, 61);
}
.border-icon.color-icon.socicon-persona:hover {
	background-color: rgb(230, 117, 61);
}
.socicon-amazon.color-bg-icon {
	background-color: rgb(255, 153, 0);
}
a.bg-icon.socicon-amazon:hover {
	background-color: rgb(255, 153, 0);
}
.border-icon.color-icon.socicon-amazon:hover {
	background-color: rgb(255, 153, 0);
}
.socicon-ello.color-bg-icon {
	background-color: rgb(0, 0, 0);
}
a.bg-icon.socicon-ello:hover {
	background-color: rgb(0, 0, 0);
}
.border-icon.color-icon.socicon-ello:hover {
	background-color: rgb(0, 0, 0);
}
.socicon-mixcloud.color-bg-icon {
	background-color: rgb(49, 67, 89);
}
a.bg-icon.socicon-mixcloud:hover {
	background-color: rgb(49, 67, 89);
}
.border-icon.color-icon.socicon-mixcloud:hover {
	background-color: rgb(49, 67, 89);
}
.socicon-8tracks.color-bg-icon {
	background-color: rgb(18, 44, 75);
}
a.bg-icon.socicon-8tracks:hover {
	background-color: rgb(18, 44, 75);
}
.border-icon.color-icon.socicon-8tracks:hover {
	background-color: rgb(18, 44, 75);
}
.socicon-twitch.color-bg-icon {
	background-color: rgb(100, 65, 165);
}
a.bg-icon.socicon-twitch:hover {
	background-color: rgb(100, 65, 165);
}
.border-icon.color-icon.socicon-twitch:hover {
	background-color: rgb(100, 65, 165);
}
.socicon-airbnb.color-bg-icon {
	background-color: rgb(255, 90, 95);
}
a.bg-icon.socicon-airbnb:hover {
	background-color: rgb(255, 90, 95);
}
.border-icon.color-icon.socicon-airbnb:hover {
	background-color: rgb(255, 90, 95);
}
.socicon-pocket.color-bg-icon {
	background-color: rgb(238, 64, 86);
}
a.bg-icon.socicon-pocket:hover {
	background-color: rgb(238, 64, 86);
}
.border-icon.color-icon.socicon-pocket:hover {
	background-color: rgb(238, 64, 86);
}
a.social-icon {
	color: rgb(178, 178, 178);
}
a.border-icon {
	padding: 11px 12px; border-radius: 0px; border: 1px solid rgb(228, 228, 228); border-image: none; margin-top: 4px; margin-bottom: 4px;
}
a.border-icon::before {
	line-height: 16px;
}
a.bg-icon {
	padding: 12px 14px; color: rgb(255, 255, 255); margin-bottom: 4px; background-color: rgb(228, 228, 228);
}
a.bg-icon::before {
	line-height: 16px; font-size: 12px;
}
.ds a.bg-icon {
	background-color: rgba(255, 255, 255, 0.05);
}
a.color-icon.social-icon:hover {
	color: rgb(58, 61, 68);
}
a.bg-icon.social-icon:hover {
	color: rgb(255, 255, 255);
}
a.color-bg-icon {
	padding: 12px 13px; color: rgb(255, 255, 255); margin-bottom: 4px; background-color: rgb(58, 61, 68);
}
a.color-bg-icon::before {
	line-height: 16px; font-size: 14px;
}
a.color-bg-icon.social-icon:hover {
	background-color: rgba(120, 120, 120, 0.2);
}
a.color-icon:hover {
	color: rgb(58, 61, 68);
}
a.border-icon.color-icon:hover {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(232, 82, 66);
}
.big-icons a.border-icon {
	padding: 15px 14px 16px;
}
.big-icons a.border-icon::before {
	font-size: 20px;
}
.demo-icon {
	padding: 15px 20px 30px; text-align: center; margin-bottom: 30px; border-bottom-color: rgba(120, 120, 120, 0.2); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block;
}
.demo-icon span {
	display: block;
}
.demo-icon .name {
	font-size: 1.01em; font-weight: 700;
}
.demo-icon a[class*='socicon-'] {
	margin: 10px 0px 0px;
}
.demo-icon a[class*='socicon-']::before {
	font-size: 24px;
}
[class*='socicon-'].text-icon {
	font-family: "Open Sans", sans-serif !important; font-weight: 600;
}
[class*='socicon-'].text-icon::before {
	display: none;
}
.text-icon {
	text-transform: uppercase;
}
.share_buttons > span {
	text-transform: uppercase; font-size: 12px; font-weight: 600; margin-right: 10px;
}
.ul-nobullet {
	list-style: none;
}
.ls .teaser_icon a {
	color: rgb(255, 255, 255);
}

.mainmenu .sub-menu {
    display: none;
    position: absolute;
    background-color: #fdf6e3; /* Color pastel */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

.mainmenu li:hover > .sub-menu {
    display: block;
}

.mainmenu .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.mainmenu .sub-menu li a:hover {
    background-color: #e0e0d1;
}
