@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i';
/*
** Table Of Contents
** bootstrap overrides
** vertical margins and paddings
** general styles
** styled lists
** icons
** buttons
** common sections styles:
** light section - .ls
** grey section - .ls.ms
** dark sections - .ds
** color section - .cs
** boxed layout
** template styles
** main menu (min 768px) styles
** main menu mobile styles
** subpages
** widgets
** shortcodes
** utilites
** plugins
	- Owl Carousel
	- FlexSlider
	- prettyPhoto
	- Easy pieChart
	- toTop
*/
/*=====================================
// Tabs:
=====================================*/
.nav-tabs li {
	font: bold 14px/20px 'Arial', sans-serif;
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
}

@media (max-width: 480px) {
	.nav-tabs li {
		width: 100%;
	}
}

.nav-tabs li a {
	color: #3c3c3c;
	display: block;
	border: 1px solid #c8c8c8;
	padding: 15px 20px 15px;
	margin-right: 1px;
}

@media (max-width: 480px) {
	.nav-tabs li a {
		border-radius: 0;
		border: none;
	}
}

.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
	color: #fff;
	background: #d2040c;
	border-color: #d2040c;
}

.nav-tabs li.active a {
	color: #fff;
	background: #d2040c;
	border-color: #d2040c;
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
	color: #fff;
	background: #d2040c;
	border-color: #d2040c;
}

.top-color-border {
	border-top: 10px solid #d2040c;
}

.tab-pane {
	padding: 35px 40px;
	background: #2d323c;
	color: #9ba0a5;
}

@media (max-width: 991px) {
	.tab-pane {
		padding: 35px 30px;
	}
}

.tab-pane p {
	margin: 0;
}

.tab-pane h3.tab-content__title {
	font: 23px/26px "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 30px;
}

.tab-pane h3.tab-content__title span {
	font-weight: bold;
}

div.panel-group .panel-heading .panel-title a.collapsed {
	border-radius: 0;
}

/*=====================================
// Pagination:
=====================================*/
.pagination li {
	display: inline-block;
	float: none;
	vertical-align: middle;
	background: transparent;
}

.pagination li a {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	background: transparent;
	border: none;
}

.pagination li a:hover {
	background: transparent;
	color: #d2040c;
}

.pagination li:first-child a {
	font-size: 0;
	line-height: 0;
}

.pagination li:first-child a::before {
	font-family: 'FontAwesome';
	content: '\f0d9';
	font-size: 16px;
	line-height: 30px;
	color: #cdd2d7;
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	border: 1px solid #cdd2d7;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pagination li:first-child a:hover::before {
	border-color: #000;
	color: #000;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pagination li:last-child a {
	font-size: 0;
	line-height: 0;
}

.pagination li:last-child a::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-size: 16px;
	line-height: 30px;
	color: #cdd2d7;
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	border: 1px solid #cdd2d7;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pagination li:last-child a:hover::before {
	border-color: #000;
	color: #000;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pagination .active a {
	background: transparent;
	color: #d2040c;
}

.pagination .active a:hover {
	background: transparent;
	color: #d2040c;
}

/*=====================================
// Breadcrumb:
=====================================*/
.page_breadcrumbs {
	/* Styles for breadcrumbs style 3 */
	/* Styles for breadcrumbs style 4 */
}

.page_breadcrumbs .breadcrumb {
	background: transparent;
}

.page_breadcrumbs .breadcrumbs_logo {
	margin-bottom: -17px;
}

.page_breadcrumbs .breadcrumbs_logo img {
	opacity: 0.2;
}

.page_breadcrumbs h1 {
	display: inline;
	font-size: 56px;
	text-transform: uppercase;
	word-wrap: break-word;
}

.page_breadcrumbs h1.small {
	font-size: 32px;
}

@media (max-width: 991px) {
	.page_breadcrumbs h1 {
		font-size: 32px;
	}
}

.page_breadcrumbs .ui-sortable-handle {
	color: #fff;
}

.page_breadcrumbs .ui-sortable-handle li {
	color: #fff;
}

.page_breadcrumbs .ui-sortable-handle li a {
	color: #fff;
}

.page_breadcrumbs .ui-sortable-handle li a:hover {
	color: #000;
}

.page_breadcrumbs .ui-sortable-handle .active {
	color: #000;
}

@media screen and (min-width: 992px) {
	.page_breadcrumbs .display_table_md {
		width: auto;
		min-width: 0;
	}
	.page_breadcrumbs h1.display_table_cell_md {
		padding-right: 20px;
	}
	.page_breadcrumbs .breadcrumb.display_table_cell_md {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		padding-left: 25px;
	}
}

.page_breadcrumbs .bottom_breadcrumbs {
	text-align: center;
	float: right;
	padding: 0 20px;
	margin: 0 0 -26px 0;
	background-color: rgba(26, 26, 26, 0.035);
}

.breadcrumb__title {
	font: italic 36px/26px "Arimo", "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 480px) {
	.breadcrumb__title {
		line-height: 36px;
	}
}

.breadcrumb__list {
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}

.breadcrumb__list li {
	text-transform: uppercase;
	font: bold 11px/26px "Arimo", "Arial", sans-serif;
	padding: 0 21px;
	position: relative;
}

.breadcrumb__list li:last-child::after {
	display: none;
}

.breadcrumb__list li::after {
	content: '/';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}

.breadcrumb__list li::before {
	display: none;
}

.breadcrumb__list li.active {
	font: bold 11px/26px "Arimo", "Arial", sans-serif;
	color: #fff;
}

.breadcrumb__list li a {
	font: bold 11px/26px "Arimo", "Arial", sans-serif;
	color: #9ba0a5;
}

.breadcrumb__list li a:hover {
	color: #fff;
}

/*// Breadcrumb type 2 //*/
.breadcrumbs-type-2 {
	padding: 20px 0;
}

.breadcrumbs-type-2 .breadcrumb {
	margin: 0;
}

.breadcrumbs-type-2 .breadcrumb .active {
	color: #000;
}

.breadcrumbs-type-2 .breadcrumb li a {
	color: #fff;
}

.breadcrumbs-type-2 .breadcrumb li a:hover {
	color: #000;
}

.breadcrumbs-type-2__title {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

.breadcrumb > li + li::before {
	color: #fff;
}

/*// Breadcrumb type 3 //*/
.breadcrumbs-type-3 {
	padding: 20px 0;
}

.breadcrumbs-type-3 .breadcrumb {
	margin: 0;
}

.breadcrumbs-type-3 .breadcrumb li a {
	color: #fff;
}

.breadcrumbs-type-3 .breadcrumb li a:hover {
	color: #000;
}

.breadcrumbs-type-3 .breadcrumb .active {
	color: #000;
}

.breadcrumbs-type-3__title {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

/*=====================================
// Tabs:
=====================================*/
.tab-pane .featured-tab-image {
	margin-bottom: 30px;
}

.vertical-tabs .tab-content {
	border: 1px solid #5b5b70;
}

.vertical-tabs .nav li {
	margin-bottom: 2px;
}

.vertical-tabs .nav li.active a {
	background: #f8ad89;
}

.vertical-tabs .nav li a {
	background: #d2040c;
	color: #fff;
}

.vertical-tabs .nav li a:hover {
	background: #f8ad89;
}

.tabs-media-img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tabs-media-img img {
	max-width: 100px;
}

.progress {
	background: #fff;
	box-shadow: none;
}

/*=====================================
// Testimonials carousel:
*/
.bootstrap-carousel {
	padding: 0 0 20px;
}

.bootstrap-carousel .item > p {
	font-style: italic;
	padding-left: 40px;
	margin-bottom: 40px;
	position: relative;
}

.bootstrap-carousel .item > p::before {
	font-family: 'PT Sans', sans-serif;
	font-size: 100px;
	font-style: normal;
	content: '\201c';
	position: absolute;
	left: -3px;
	top: 30px;
	z-index: 10;
}

.bootstrap-carousel h4 {
	margin: 0;
}

.bootstrap-carousel h4 + p {
	margin-bottom: 0;
}

.bootstrap-carousel .carousel-indicators {
	bottom: -16px;
	display: none;
}

.bootstrap-carousel .carousel-control {
	display: none;
}

.bootstrap-carousel .media + p {
	position: relative;
	padding: 10px 16px;
	background-color: #5b5b70;
}

.bootstrap-carousel .media::after {
	content: '';
	display: block;
	clear: both;
}

.bootstrap-carousel .media + p:before,
.bootstrap-carousel .media + p:after {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	bottom: -18px;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: #82829b transparent transparent transparent;
}

.bootstrap-carousel .media + p:after {
	left: auto;
	right: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
}

.bootstrap-carousel .media-object {
	max-width: 150px;
	margin-bottom: 10px;
}

.bootstrap-carousel .carousel-indicators li {
	border-color: #343434;
}

.bootstrap-carousel .carousel-indicators li.active {
	background-color: #343434;
}

.bootstrap-carousel .testimonials-control {
	font-size: 22px;
}

/*=====================================
// Vertical margins and paddings
*/
/* Same top and bottom paddings for sections */
.section_padding_0 > [class*="container"] {
	padding-top: 0;
	padding-bottom: 0;
}

.section_padding_15 > [class*="container"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_padding_20 > [class*="container"] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section_padding_25 > [class*="container"] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.section_padding_40 > [class*="container"] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.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;
}

/* Top paddings for sections */
.section_padding_top_0 > [class*="container"] {
	padding-top: 0;
}

.section_padding_top_5 > [class*="container"] {
	padding-top: 5px;
}

.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_35 > [class*="container"] {
	padding-top: 35px;
}

.section_padding_top_40 > [class*="container"] {
	padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
	padding-top: 50px;
}

.section_padding_top_60 > [class*="container"] {
	padding-top: 60px;
}

.section_padding_top_65 > [class*="container"] {
	padding-top: 65px;
}

.section_padding_top_75 > [class*="container"] {
	padding-top: 75px;
}

.section_padding_top_80 > [class*="container"] {
	padding-top: 80px;
}

.section_padding_top_100 > [class*="container"] {
	padding-top: 100px;
}

/* Bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
	padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
	padding-bottom: 5px;
}

.section_padding_bottom_15 > [class*="container"] {
	padding-bottom: 15px;
}

.section_padding_bottom_25 > [class*="container"] {
	padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
	padding-bottom: 30px;
}

.section_padding_bottom_35 > [class*="container"] {
	padding-bottom: 35px;
}

.section_padding_bottom_40 > [class*="container"] {
	padding-bottom: 40px;
}

.section_padding_bottom_50 > [class*="container"] {
	padding-bottom: 50px;
}

.section_padding_bottom_55 > [class*="container"] {
	padding-bottom: 55px;
}

.section_padding_bottom_60 > [class*="container"] {
	padding-bottom: 60px;
}

.section_padding_bottom_65 > [class*="container"] {
	padding-bottom: 65px;
}

.section_padding_bottom_75 > [class*="container"] {
	padding-bottom: 75px;
}

.section_padding_bottom_80 > [class*="container"] {
	padding-bottom: 80px;
}

.section_padding_bottom_100 > [class*="container"] {
	padding-bottom: 100px;
}

/* Margins inside sections */
.row .row + .row {
	margin-top: 5px;
}

section [class*="col-"],
footer [class*="col-"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

[class*="_0"] [class*="col-"] {
	margin-top: 0;
	margin-bottom: 0;
	min-height: 0;
}

.columns_padding_1 [class*="col-"] {
	margin-top: 0;
	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_0 [class*="col-"] {
	padding: 0;
}

.columns_padding_1 [class*="col-"] {
	padding-left: 0;
	padding-right: 1px;
}

.columns_padding_2 [class*="col-"] {
	padding-left: 1px;
	padding-right: 1px;
}

.columns_padding_5 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.columns_padding_0 > .container,
.columns_padding_1 > .container,
.columns_padding_2 > .container {
	padding-left: 30px;
	padding-right: 30px;
}

.columns_padding_5 > .container {
	padding-left: 25px;
	padding-right: 25px;
}

.columns_padding_0.table_section > .container {
	padding: 0;
}

.row.columns_padding_0 {
	margin: 0;
}

.row.columns_padding_1 {
	margin-left: 0;
	margin-right: -1px;
}

.row.columns_padding_2 {
	margin-left: -1px;
	margin-right: -1px;
}

.row.columns_padding_5 {
	margin-left: -5px;
	margin-right: -5px;
}

@media (min-width: 500px) {
	.columns_padding_25 > [class*="container"] > .row,
	.row.columns_padding_25 {
		margin-right: -25px;
		margin-left: -25px;
	}
	.columns_padding_25 > [class*="container"] > .row > [class*="col-"],
	.row.columns_padding_25 > [class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

/* vertical alignmetn in columns */
.table_section [class*="container"] {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.table_section .row {
	display: table;
	min-width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}

.table_section [class*="col-"] {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media screen and (max-width: 767px) {
	.table_section .row,
	.table_section [class*="col-"] {
		display: block;
		width: auto;
	}
}

@media screen and (max-width: 991px) {
	.table_section.table_section_md .row,
	.table_section.table_section_md [class*="col-"] {
		display: block;
		width: auto;
	}
}

@media screen and (max-width: 1199px) {
	.table_section.table_section_lg .row,
	.table_section.table_section_lg [class*="col-"] {
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	/* overlap featured person */
	.top-overlap {
		margin-top: -170px;
	}
	.top-overlap-small {
		margin-top: -100px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 500px;
	}
}

/*// Content table //*/
.content-table {
	display: table;
	width: 100%;
	height: 100%;
}

.content-table__row {
	display: table-row;
}

.content-table__cell {
	display: table-cell;
	vertical-align: middle;
}

.content-table__wrapp {
	display: inline-block;
}

/*=====================================
// GENERAL STYLES:
*/
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::-moz-selection {
	color: #ffffff;
	background-color: #d2040c;
}

::selection {
	color: #ffffff;
	background-color: #d2040c;
}

body {
	font: normal 15px/21px 'Arial', sans-serif;
	background-color: #ffffff;
}

/*=====================================
// Typography:
=====================================*/
h1, h2, h3, h4, h5, h6 {
	word-break: break-word;
	color: #3d424c;
}

h1 {
	font: 100px/100px "Arial", sans-serif;
	margin-top: 10px;
	margin-bottom: 14px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 70px;
		line-height: 70px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 50px;
		line-height: 50px;
		font: 50px/50px "Arial", sans-serif;
	}
}

h2 {
	font: 52px/52px "Arial", sans-serif;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 42px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	h2 {
		font-size: 32px;
		line-height: 32px;
	}
}

h3 {
	font: 40px/40px "Arial", sans-serif;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	h3 {
		font: 30px/30px "Arial", sans-serif;
	}
}

@media (max-width: 767px) {
	h3 {
		font: 27px/27px "Arial", sans-serif;
	}
}

h4 {
	font: 22px/22px "Arial", sans-serif;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	h4 {
		font: 18px/18px "Arial", sans-serif;
	}
}

h5 {
	font: 18px/18px "Arial", sans-serif;
	margin-bottom: 26px;
}

@media (max-width: 767px) {
	h5 {
		font: 16px/16px "Arial", sans-serif;
	}
}

h6 {
	font: 14px/14px "Arial", sans-serif;
	margin-bottom: 26px;
}

/* List style */
.list-type_01 {
	padding: 0;
	margin: 4px 0;
}

.list-type_01 li {
	list-style: none;
	font: 15px/30px 'Arial', sans-serif;
	color: #3d424c;
}

.list-type_01 li::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-size: 16px;
	color: #d2040c;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 10px;
}

/* Blockquote style */
.blockquote-type_1 {
	border: none;
	padding: 0 50px;
	text-align: center;
}

.blockquote-type_1__text {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-bottom: 7px;
}

.blockquote-type_1__text::before {
	content: '\"';
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.blockquote-type_1__text::after {
	content: '\"';
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.blockquote-type_1__author a {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #cdd2d7;
	text-transform: uppercase;
}

/* Button type 1 */
.button-type-1 {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #d2040c;
	text-transform: uppercase;
	background: #fff;
	border-radius: 4px;
	border: none;
	padding: 18px 20px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	min-width: 153px;
	text-align: center;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.button-type-1:hover {
	background: #f8ad89;
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.button-type-1:disabled {
	background: #cdd2d7;
	color: #fff;
}

.button-type-2 {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 39px;
	border-radius: 4px;
	background: #d2040c;
	border: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	margin: 0 5px 5px 0;
}

.button-type-2:hover {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

div > h1:first-child,
div > h2:first-child,
div > h3:first-child,
div > h4:first-child,
div > h5:first-child,
div > h6:first-child {
	margin-top: 0;
}

p {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 20px;
}

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 10px 20px 20px 42px;
	border-left: 5px solid #d2040c;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
}

blockquote .media {
	font-size: 14px;
	font-style: normal;
	margin: 8px 0 6px !important;
}

blockquote .media img {
	min-width: 40px;
	max-width: 40px !important;
	border-radius: 50%;
}

blockquote .item-meta {
	margin-top: 10px;
	font-style: normal;
	opacity: 0.7;
}

.blockquote-big {
	max-width: 82%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	color: inherit;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	padding: 0 70px;
	border: none;
}

.flexslider .blockquote-big {
	margin-top: 0;
}

.blockquote-big h3 {
	font-size: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: inherit;
	margin-top: 30px;
}

.blockquote-big img {
	display: block;
	max-width: 100px;
	border-radius: 50%;
	margin: 25px auto 10px;
}

.blockquote-big .blockqoute-meta {
	font-style: normal;
	font-size: 28px;
}

.blockquote-big .blockqoute-meta:after {
	display: block;
	font-family: 'rt-icons-2';
	font-size: 40px;
	content: "\e601";
	color: #d2040c;
	margin-bottom: 10px;
}

.blockquote-big:before, .blockquote-big:after {
	font-style: normal;
	content: "\e977";
	font-family: 'rt-icons-2';
	position: absolute;
	font-size: 420px;
	color: #f9f9f9;
	top: -145px;
	left: -374px;
}

.blockquote-big:after {
	content: "\e978";
	left: auto;
	right: -374px;
}

@media (max-width: 600px) {
	.blockquote-big {
		font-size: 18px;
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

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

figcaption, .entry-caption {
	padding: 3px 10px;
}

figcaption p, .entry-caption p {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #f8ad89;
	text-decoration: none;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

a:focus {
	outline: medium none;
	text-decoration: none;
}

a img {
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

hr {
	border: none;
	height: 1px;
	background-color: #ddd;
}

iframe {
	border: none;
	max-width: 100%;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*
** Styled lists
*/
ul, ol {
	padding-left: 30px;
}

ul.list1 {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

ul.list1 li {
	position: relative;
	padding: 9px 0 10px 30px;
}

ul.list1 li > .media {
	margin: 3px 0 3px;
}

ul.list1.no-bullets li {
	padding-left: 0;
}

ul.list1.no-bullets li:before {
	display: none;
}

ul.list1 li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

ul.list1 li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.muted_background ul.list1 li {
	border-color: rgba(255, 255, 255, 0.4);
}

ul.list1 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #d2040c;
	left: 10px;
	top: 17px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

ul.list2 {
	list-style: none;
	padding-left: 20px !important;
	margin-bottom: 20px;
}

ul.list2 li {
	position: relative;
	padding: 8px 0 8px 0px;
}

ul.list2 li:before {
	font-family: 'rt-icons-2';
	font-size: 8px;
	color: #d2040c;
	content: "\e7c5";
	position: absolute;
	left: -18px;
	top: 7px;
}

ol.list3 {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
}

ol.list3 li {
	position: relative;
	padding: 8px 0 8px 38px;
}

ol.list3 li:after {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -16px;
	font-weight: 700;
	color: inherit;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	background-color: #d2040c;
	border-radius: 100%;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}

table td, table th {
	padding: 3px 0;
}

/* Icons in headings, paragraphs and buttons*/
h1 > [class*="rt-icon"],
h2 > [class*="rt-icon"],
h3 > [class*="rt-icon"],
h4 > [class*="rt-icon"],
h5 > [class*="rt-icon"],
h6 > [class*="rt-icon"] {
	font-size: 1.2em;
	position: relative;
	top: .1em;
	line-height: 0;
	padding-right: 0.1em;
}

p > [class*="rt-icon"] {
	font-size: 1.1em;
	position: relative;
	top: .05em;
	line-height: 0;
	padding: 0 0.2em;
}

p > [class*="rt-icon"] + [class*="rt-icon"] {
	margin-left: -0.75em;
}

.theme_buttons a > [class*="rt-icon"],
.theme_button > [class*="rt-icon"] {
	font-size: 1.8em;
	line-height: 0;
	position: relative;
	top: 5px;
	padding: 0 3px;
}

.theme_buttons a > [class*="glyphicon"],
.theme_buttons a > [class*="fa-"],
.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
	font-size: 1.5em;
	position: relative;
	top: 3px;
	line-height: 0;
}

/* 
** Buttons 
*/
.theme_buttons a,
.theme_button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 41px;
	background: #d2040c;
	border-radius: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	border: none;
	margin-bottom: 10px;
	margin-right: 10px;
}

.theme_buttons a:hover,
.theme_button:hover {
	color: #fff;
	background: #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.theme_buttons.color1 a,
.theme_button.color1 {
	background: #f8ad89;
	border-color: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.theme_buttons.color1 a:hover,
.theme_button.color1:hover {
	background: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.theme_buttons.color2 a,
.theme_button.color2 {
	background: #52545a;
	border-color: #52545a;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.theme_buttons.color2 a:hover,
.theme_button.color2:hover {
	color: #fff;
	background: #f8ad89;
	border-color: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.theme_buttons a:active,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:focus {
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_buttons a:active,
.theme_button:active {
	top: 1px;
}

.theme_buttons.inverse a,
.theme_button.inverse {
	color: #3d424c;
	background-color: transparent;
	border: 3px solid #3d424c;
}

.form-control.invalid {
	border: 1px solid red;
}

.muted_buttons a,
.muted_button {
	opacity: 0.2;
}

.small_buttons a,
.small_button {
	padding: 1px 7px 0px;
	text-transform: uppercase;
	font-weight: 100;
	min-width: auto;
}

.square_buttons a,
.square_button {
	padding-left: 10px;
	padding-right: 10px;
	min-width: auto;
}

.wide_buttons a,
.wide_button {
	padding-left: 50px;
	padding-right: 50px;
}

.block_buttons a,
.block_button {
	display: block;
	width: 100%;
	text-align: center;
}

.parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

.parallax::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(45, 50, 60, 0.75);
}

.parallax.ds::before,
.parallax.ds.ms::before {
	background-color: rgba(45, 50, 60, 0.75);
}

.parallax.ls::before,
.parallax.ls.ms::before {
	background-color: rgba(255, 255, 255, 0.75);
}

.parallax.cs::before {
	background-color: rgba(229, 54, 25, 0.75);
}

.gradient {
	background: -webkit-linear-gradient(left, #d2040c 0%, #f8ad89 100%);
	background: linear-gradient(to right, #d2040c 0%, #f8ad89 100%);
}

/* Page preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader_image {
	width: 160px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	//background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
	background: url(../img/preloader.gif) no-repeat transparent;
	//margin: -50px 0 0 -50px;
}

/*
	Animated elements
*/
.to_animate {
	visibility: hidden;
}

.animated {
	visibility: visible !important;
}

/*
** Boxed layout
*/
#box_wrapper, #canvas {
	overflow: visible;
	position: relative;
}

#canvas.boxed {
	padding: 1px 0;
}

#box_wrapper.container {
	overflow: hidden;
}

body.boxed {
	position: static;
	width: auto;
	height: auto;
}

.boxed .container {
	max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-top: -1px;
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-top: 80px;
	margin-bottom: 80px;
}

.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);
}

/**light section - .ls*/
.ls {
	background-color: #ffffff;
	color: #9a9a9a;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #3d424c;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #9a9a9a;
}

.ls a {
	color: #ffffff;
}

.ls a:hover {
	color: #3d424c;
}

.ls .theme_buttons a,
.ls .theme_button {
	color: #ffffff;
}

.ls .theme_buttons a:hover, .ls .theme_buttons a:focus,
.ls .theme_button:hover,
.ls .theme_button:focus {
	color: rgba(255, 255, 255, 0.7);
}

.ls .theme_buttons a i,
.ls .theme_button i {
	color: #ffffff;
}

.ls .theme_button.inverse a,
.ls .theme_button.inverse {
	color: #3d424c;
}

.ls .theme_button.inverse a:hover, .ls .theme_button.inverse a:focus,
.ls .theme_button.inverse:hover,
.ls .theme_button.inverse:focus {
	color: rgba(61, 66, 76, 0.7);
}

.ls .theme_button.inverse a i,
.ls .theme_button.inverse i {
	color: #3d424c;
}

.ls .color-icon.bg-icon {
	background-color: #f5f5f5;
}

.ls .color-icon.bg-icon:hover {
	color: #ffffff !important;
}

.ls .highlight {
	color: #d2040c;
}

.ls .highlight2 {
	color: #f8ad89;
}

.ls .greylinks a {
	color: #9a9a9a;
}

.ls .greylinks a:hover {
	color: #d2040c;
}

.ls .darklinks a {
	color: #3d424c;
}

.ls .darklinks a:hover {
	color: #f8ad89;
}

.ls.ms {
	background: #f1f3f7;
}

/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
	background-color: #f1f3f7;
}

.ls.ms .greylinks a:hover {
	color: #3d424c;
}

.ls.ms .with_background {
	background-color: #ffffff;
}

.ls.ms .greylinks a:hover {
	color: #3d424c;
}

.ls.ms .with_background {
	background-color: #ffffff;
}

.ls.ms .greylinks a:hover {
	color: #3d424c;
}

.ls.ms .with_background {
	background-color: #ffffff;
}

.ls.ms .panel-title > a {
	background-color: #ffffff;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
	background-color: rgba(61, 66, 76, 0.05);
}

.ls.ms .breadcrumb {
	color: #9a9a9a;
}

.ls.ms .breadcrumb a {
	color: #818181;
}

.ls.ms .breadcrumb a:hover {
	color: #d2040c;
}

/**common dark and dark muted sections - .ds and .ds.ms*/
/**darkgrey section - .ds*/
.ds {
	background-color: #3d424c;
	color: #9a9a9a;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #ffffff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
	color: #ffffff;
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	color: #d2040c;
}

.ds .ls {
	background-color: #ffffff;
	color: #9a9a9a;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #3d424c;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
	color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
	color: #d2040c;
}

.ds .ls a {
	color: #d2040c;
}

.ds .ls a:hover {
	color: #3d424c;
}

.ds p.ui-sortable-handle {
	color: #9a9a9a;
}

.ds .price-table.style2 {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds .plan-name {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds .tab-pane {
	background: #3d424c;
}

.ds .plan-price p {
	color: #ffffff;
}

.ds .plan-price span {
	color: #ffffff;
}

.ds .price-table.style2 .disabled::before {
	color: #ffffff;
}

.ds .features-list .disabled:before {
	color: #ffffff;
}

.ds ul.list1 {
	color: #ffffff;
}

.ds ul.list1 li {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .table_template tr td:first-child {
	color: #fff;
}

.ds ul.contact-list li {
	color: #fff;
}

/**dark section - .ds.ms*/
.ds.ms {
	background-color: #2d323c;
}

.ds.ms .gallery-01__title--color {
	color: #000;
}

.ds.ms .table_t-1__caption {
	color: #fff;
}

.ds.ms .with_border {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds.ms .pagination li a:hover:before {
	border-color: #d2040c;
	color: #d2040c;
}

.ds.ms .form-control {
	border: 1px solid #434852;
}

.ds.ms h1, .ds.ms h2, .ds.ms h3, .ds.ms h4, .ds.ms h5, .ds.ms h6 {
	color: #fff;
}

.ds.ms h1 a, .ds.ms h2 a, .ds.ms h3 a, .ds.ms h4 a, .ds.ms h5 a, .ds.ms h6 a {
	color: #fff;
}

.ds.ms h1 a:hover, .ds.ms h2 a:hover, .ds.ms h3 a:hover, .ds.ms h4 a:hover, .ds.ms h5 a:hover, .ds.ms h6 a:hover {
	color: #d2040c;
}

.ds.ms .table_t-1 tr td {
	border: 1px solid #434852;
}

.ds.ms .pricing__content {
	background: #393d48;
}

.ds.ms .workouts-post {
	border-bottom: 1px solid #434852;
}

.ds.ms .workouts-post:last-child {
	border-bottom: none;
}

.ds.ms .hr-type-1 {
	background: #434852;
}

.ds.ms .list-type_01 li {
	color: #fff;
}

.ds.ms .nav-tabs {
	border-bottom: transparent;
}

.ds.ms .nav-tabs > li > a {
	color: #fff;
	border: 1px solid transparent;
}

.ds.ms .blockquote-type_1__text {
	color: #fff;
}

.ds.ms .single-team-content .tab-pane {
	background: #434852;
}

.ds.ms .with_background {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_mass-index {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_tag_cloud {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_featured_products {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_featured_products__list li {
	border-bottom: 1px solid #434852;
}

.ds.ms .widget_featured_products__list li:last-child {
	border-bottom: none;
}

.ds.ms .post-type-3 {
	border-bottom: 1px solid #434852;
}

.ds.ms .post-type-3:last-child {
	border-bottom: none;
}

.ds.ms .post-type-1 {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .product-info,
.ds.ms .product-price-td,
.ds.ms .product-quantity,
.ds.ms .product-subtotal {
	color: #fff;
}

.ds.ms .chat__post-re {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_price_filter {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_price_filter .form-control {
	border: none;
}

.ds.ms .widget_product_categories {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_on_sale_products {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .widget_sidebar_cart {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .storefront-select {
	border: 1px solid #434852;
}

.ds.ms .on-sale-list li {
	border-bottom: 1px solid #434852;
}

.ds.ms .on-sale-list li:last-child {
	border-bottom: none;
}

.ds.ms .sidebar-cart-list li {
	border-bottom: 1px solid #434852;
}

.ds.ms .sidebar-cart-list li:last-child {
	border-bottom: none;
}

.ds.ms .widget_recent_posts {
	background-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .blockquote-type2__text {
	color: #fff;
}

.ds.ms .comment-respond {
	background: rgba(255, 255, 255, 0.06);
}

.ds.ms .comment-respond .form-control:active, .ds.ms .comment-respond .form-control:focus {
	box-shadow: none;
}

.ds.ms .comment-respond .form-control:-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #9ba0a5;
	opacity: 1;
}

.ds.ms .comment-respond .form-control::-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #9ba0a5;
	opacity: 1;
}

.ds.ms .comment-respond .form-control:-ms-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #9ba0a5;
}

.ds.ms .comment-respond .form-control::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #9ba0a5;
}

.ds.ms .comment-respond .form-control:focus:-moz-placeholder {
	font-style: normal;
	color: transparent;
	opacity: 1;
}

.ds.ms .comment-respond .form-control:focus::-moz-placeholder {
	font-style: normal;
	color: transparent;
	opacity: 1;
}

.ds.ms .comment-respond .form-control:focus:-ms-input-placeholder {
	font-style: normal;
	color: transparent;
}

.ds.ms .comment-respond .form-control:focus::-webkit-input-placeholder {
	font-style: normal;
	color: transparent;
}

.ds.ms .author-bio {
	background: rgba(255, 255, 255, 0.06);
}

.ds.ms .author_url {
	color: #fff;
}

.ds.ms .author_url:hover {
	color: #d2040c;
}

.ds.ms .countdown-section {
	border-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .cart_totals .table tbody tr td {
	border-color: rgba(255, 255, 255, 0.06);
}

.ds.ms .ui-sortable-handle {
	color: #fff;
}

/**color section*/
.cs.main_color2 {
	background-color: #f8ad89;
}

.cs.main_color2 .highlight {
	color: #d2040c;
}

.cs {
	background-color: #d2040c;
	color: #ffffff;
}

.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 {
	color: #ffffff;
}

.cs h1 a, .cs h2 a, .cs h3 a, .cs h4 a, .cs h5 a, .cs h6 a {
	color: #ffffff;
}

.cs h1 a:hover, .cs h2 a:hover, .cs h3 a:hover, .cs h4 a:hover, .cs h5 a:hover, .cs h6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.cs a {
	color: #ffffff;
}

.cs a:hover {
	color: #f5aea2;
}

.cs blockquote, .cs .blockquote {
	border-color: #eb5e46;
}

.cs .theme_buttons a.color1,
.cs .theme_button.color1 {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #3d424c;
}

.cs .theme_buttons a.color1:hover,
.cs .theme_button.color1:hover {
	color: rgba(61, 66, 76, 0.7);
}

.cs .theme_buttons a.color1 i,
.cs .theme_button.color1 i {
	color: #3d424c;
}

.cs .theme_buttons a:hover, .cs .theme_buttons a:focus,
.cs .theme_button:hover,
.cs .theme_button:focus {
	color: rgba(255, 255, 255, 0.5);
}

.cs .theme_buttons a i,
.cs .theme_button i {
	color: #ffffff;
}

.cs .theme_buttons.inverse a,
.cs .theme_button.inverse {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.cs .theme_buttons.inverse a:hover, .cs .theme_buttons.inverse a:focus,
.cs .theme_button.inverse:hover,
.cs .theme_button.inverse:focus {
	color: rgba(255, 255, 255, 0.5);
}

section .cs .theme_buttons a,
section .cs .theme_button {
	color: #3d424c;
	background-color: #ffffff;
	border-color: #ffffff;
}

section .cs .theme_buttons a:hover,
section .cs .theme_button:hover {
	background-color: #3d424c;
	border-color: #3d424c;
	color: #ffffff;
}

.cs .with_background {
	background-color: rgba(255, 255, 255, 0.1);
}

.cs .with_border {
	border-color: rgba(255, 255, 255, 0.1);
}

.cs.with_top_border .container:before,
.cs.with_bottom_border .container:after {
	background-color: #eb5e46;
}

.cs .section_header:before {
	background-color: #eb5e46;
}

.cs .greylinks a {
	color: #ffffff;
	opacity: 0.7;
}

.cs .greylinks a:hover {
	opacity: 1;
	color: #ffffff !important;
}

.cs .black {
	border-color: #ffffff;
	color: #ffffff;
}

.cs .grey {
	border-color: #3d424c;
	color: #3d424c;
}

.cs .response,
.cs .highlight {
	color: #ffffff;
}

.cs ul.list1 li {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.cs [class*='soc-'] {
	color: #ffffff;
	border-color: #ffffff;
}

.cs .color-icon.bg-icon {
	background-color: #ffffff;
}

.cs .color-icon.bg-icon:hover {
	color: #ffffff !important;
}

.cs .widget_recent_entries li + li,
.cs .widget_recent_comments li + li,
.cs .widget_archive li + li,
.cs .widget_categories li + li,
.cs .widget_meta li + li,
.cs .widget_popular_entries li + li,
.cs .widget_nav_menu li + li,
.cs .widget_pages li + li {
	border-top-color: rgba(255, 255, 255, 0.1);
}

/*=====================================
// TEMPLATE STYLES:
*/
/*=====================================
// Topline styles:
=====================================*/
.page_topline {
	position: relative;
	z-index: 1001;
}

.page_topline [class*="rt-icon"] {
	position: relative;
	top: 4px;
	padding-right: 6px;
	line-height: 0;
}

@media (min-width: 768px) {
	.page_topline [class*="col-"] > span {
		padding-left: 33px;
	}
	.page_topline [class*="col-"] > span:first-child {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.page_topline [class*="col-"] > span {
		display: block;
	}
}

.topline-social {
	color: #fff;
}

.topline-social i {
	color: #000;
}

.topline-social span {
	display: inline-block;
	float: none;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 30px;
}

/*=====================================
// Headers:
=====================================*/
.page_header {
	background: #2e313a;
	-webkit-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
	z-index: 300;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.page_header.mobile-active {
	z-index: 1002;
}

.page_header.affix {
	position: fixed;
	box-shadow: 0px 1px 5px 0px #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}
.page_header.affix-bottom {
	top: 0 !important;
	position: fixed;
}
.social-list {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-left: 19px;
}

@media (max-width: 767px) {
	.social-list {
		margin: 0;
	}
}

.social-list a {
	font-size: 15px;
	line-height: 17px;
	color: #9ba0a5;
	margin: 0 7px;
}

.social-list a:hover {
	color: #d2040c;
}

.header-button {
	display: inline-block;
	float: none;
	vertical-align: middle;
	color: #9a9a9a;
	padding: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.header-button:hover span {
	color: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.header-button::after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	width: 18px;
	height: 18px;
	border: 1px solid #9ba0a5;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
}

.cart-content {
	background: #d2040c;
	border: none;
}

.cart-content__text {
	color: #fff;
}

.widget_shopping_cart_content .cart_list li {
	padding: 0;
}

.widget_shopping_cart_content .cart_list li::before {
	display: none;
}

.widget_shopping_cart_content .cart_list li a {
	color: #fff;
}

.widget_shopping_cart_content .cart_list li a:hover {
	color: #f8ad89;
}

.widget_shopping_cart_content .cart_list li .quantity {
	color: #f8ad89;
}

.block-header1 {
	float: left;
}

.block-header1,
.block-header3 {
	width: 25%;
}

@media (max-width: 1400px) {
	.block-header1,
	.block-header3 {
		width: 30%;
	}
}

@media (max-width: 1200px) {
	.block-header1,
	.block-header3 {
		width: 35%;
	}
}

@media (max-width: 1000px) {
	.block-header1,
	.block-header3 {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.block-header1,
	.block-header3 {
		width: 100%;
		text-align: center;
	}
}

.boxed .block-header1,
.boxed .block-header3 {
	width: 27%;
}

.boxed .block-header2 {
	width: 46%;
}

.block-header3 {
	float: right;
}

.block-header2 {
	width: 50%;
	float: left;
}

@media (max-width: 1400px) {
	.block-header2 {
		width: 40%;
	}
}

@media (max-width: 1200px) {
	.block-header2 {
		width: 30%;
	}
}

@media (max-width: 1000px) {
	.block-header2 {
		width: 10%;
	}
}

@media (max-width: 767px) {
	.block-header2 {
		width: 100%;
		text-align: center;
	}
}

.header_widget_search .form-group {
	width: 100%;
}

.header_widget_search .form-group .form-control {
	width: 100%;
}

/* Header white styles */
.header_white {
	color: #9a9a9a;
	background-color: #ffffff;
}

.header_white.affix {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.header_white.header_white {
	padding: 20px 0;
}

.header_white.header_white .sf-menu {
	margin: 10px 0;
}

@media (max-width: 1800px) {
	.header_white.header_white .sf-menu {
		margin-top: 0;
	}
}

.header_white.header_white .sf-menu li > a {
	color: #000;
	padding: 13px 15px;
}

@media (max-width: 1800px) {
	.header_white.header_white .sf-menu li > a {
		color: #fff;
	}
}

.header_white.header_white .sf-menu li > a:hover {
	color: #d2040c;
}

.header_white.header_white .sf-menu li.active a {
	color: #d2040c;
}

@media (max-width: 1800px) {
	.header_white .toggle_menu {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.header_white .toggle_menu {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.header_white .toggle_menu {
		margin-top: 30px;
	}
}

.page_header.header_gradient {
	background: -webkit-linear-gradient(left, #d2040c 0%, #f8ad89 100%);
	background: linear-gradient(to right, #d2040c 0%, #f8ad89 100%);
}

.page_header.header_gradient .top_logo {
	margin: 10px 0;
}

@media (max-width: 767px) {
	.page_header.header_gradient .top_logo {
		margin-top: 40px;
	}
}

.page_header.header_gradient .sf-menu > li > a {
	padding: 30px 22px;
}

@media (max-width: 1800px) {
	.page_header.header_gradient .sf-menu > li > a {
		padding: 13px 22px;
	}
}

.page_header.header_gradient .sf-menu > li > a:hover {
	color: #000;
}

@media (max-width: 1800px) {
	.page_header.header_gradient .sf-menu > li > a:hover {
		color: #d2040c;
	}
}

@media (max-width: 1800px) {
	.page_header.header_gradient .toggle_menu {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.page_header.header_gradient .toggle_menu {
		margin-top: 14px;
	}
}

@media (max-width: 767px) {
	.page_header.header_gradient .toggle_menu {
		margin: 20px 0 20px;
	}
}

.page_header.header_gradient .toggle_menu.mobile-active {
	margin-top: 0;
}

/* Header darkgrey styles */
.header_darkgrey {
	background-color: #3d424c;
}

.boxed .header_darkgrey {
	background-color: #3d424c !important;
}

.header_darkgrey a[class*='soc-'] {
	color: #ffffff;
}

@media (max-width: 992px) {
	.page_header_wrapper .col-sm-12 {
		min-height: 0;
	}
}

a.logo {
	display: inline-block;
	word-break: break-word;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.home a.logo img,
footer a.logo img {
	max-width: 100%;
}

@media (max-width: 991px) {
	a.logo.logo_image {
		max-width: 120px;
	}
}

.header_gradient a.logo,
.header_darkgrey a.logo {
	color: #ffffff;
}

a.logo.bottom_logo {
	padding: 0;
	font-size: 28px;
}

a.logo.bottom_logo img {
	max-width: 65px;
}

.floating_logo a.logo {
	float: left;
	margin-right: 30px;
}

a.logo.vertical_logo {
	padding: 0;
}

a.logo.vertical_logo img {
	margin: 0 0 10px;
}

.logo_image img {
	max-width: 100px;
}

.boxed .logo_text {
	line-height: 38px;
}

.logo_text {
	font: normal 37px/14px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	color: #3d424c;
	margin: 0 0 2px;
}

@media (max-width: 991px) {
	.logo_text {
		font-size: 38px;
	}
}

.logo_text span {
	font-weight: bold;
	color: #d2040c;
}

.text-description {
	font: bold 10px/25px 'Arial', sans-serif;
	color: #a0a0a0;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.text-description {
		letter-spacing: 2px;
	}
}

.page_topline {
	padding: 10px 0;
}

/* Home style bloks */
.home .logo_text {
	font: normal 48px/40px "Arimo", "Arial", sans-serif;
	letter-spacing: -3px;
	margin-bottom: 0;
}

.home .logo_text span {
	display: inline;
}

.home .text-description {
	letter-spacing: 4px;
	margin-top: -4px;
}

.home .page_toplogo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page_toplogo {
	background: #fff;
}

.page_copyright.cs p {
	color: #000;
}

.page_copyright.cs p a {
	color: #000;
}

.page_copyright.cs p a:hover {
	color: #868686;
}

/*=====================================
// Login:
=====================================*/
.login-form label {
	color: #fff;
}

.login-dropdown {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.login-dropdown div.login-content {
	width: 400px;
	padding: 30px 30px;
	left: auto;
	right: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
	.login-dropdown div.login-content {
		width: 400px;
		right: 50%;
		margin-right: -255px;
	}
}

@media (max-width: 480px) {
	.login-dropdown div.login-content {
		width: 300px;
		padding: 20px;
		margin-right: -203px;
	}
}

.login-content {
	background: #d2040c;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

.login-content p {
	color: #fff;
}

.login-content p .grey {
	color: #fff;
}

.login-content .greylinks a {
	color: #fff;
}

.login-content .greylinks a:hover {
	color: #f8ad89;
}

.login-content .form-control {
	border: 1px solid #f8ad89;
	color: #f8ad89;
}

.total .grey {
	color: #f8ad89;
	font-weight: bold;
}

.total .grey .amount {
	color: #fff;
}

/*=====================================
// Shopping cart:
=====================================*/
.cart-dropdown {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 0;
}

.cart-dropdown.open {
	position: relative;
}

.cart-dropdown.open .dropdown-menu {
	right: 0;
	left: auto;
	margin-top: 0;
}

@media (max-width: 767px) {
	.cart-dropdown.open .dropdown-menu {
		right: 50%;
		margin-right: -125px;
	}
}

@media (max-width: 480px) {
	.cart-dropdown.open .dropdown-menu {
		width: 300px;
		margin-right: -75px;
	}
}

.cart-dropdown .cart-content {
	width: 400px;
	padding: 20px 30px;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
	.cart-dropdown .cart-content {
		padding: 10px 20px;
	}
}

@media (max-width: 480px) {
	.cart-dropdown .cart-content {
		width: 300px;
	}
}

.cart-t-price {
	font: bold 14px/50px 'Arial', sans-serif;
	color: #d2040c;
	display: block;
	float: left;
	vertical-align: middle;
	margin: 0 19px 0 10px;
}

@media (max-width: 767px) {
	.cart-t-price {
		margin: 0;
	}
}

.c-button {
	display: block;
	width: 50px;
	height: 50px;
	background: #d2040c;
	margin: 0;
	float: left;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 767px) {
	.c-button {
		background: transparent;
	}
}

.c-button i {
	display: inline-block;
	float: none;
	vertical-align: middle;
	line-height: 50px;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.c-button i::after {
	content: '';
	display: inline-block;
	float: none;
	width: 6px;
	height: 6px;
	background: #f8ad89;
	position: absolute;
	top: 18px;
	right: 0;
	border-radius: 50%;
}

.c-button:hover {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 767px) {
	.c-button:hover {
		background: transparent;
	}
	.c-button:hover i {
		color: #d2040c;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
}

.widget_shopping_button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #f8ad89;
	border-radius: 2px;
	padding: 16px 31px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	margin: 0 5px 5px 0;
}

@media (max-width: 767px) {
	.widget_shopping_button {
		padding: 10px 20px;
	}
}

.widget_shopping_button:hover {
	color: #fff;
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.widget_shopping_button.color1 {
	background: #f8ad89;
	border-color: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.widget_shopping_button.color1:hover {
	color: #fff;
	background: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*=====================================
// Search:
=====================================*/
.header-search {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: -15px;
}

.header-search .invalid {
	padding-top: 0;
	padding-bottom: 0;
}

.sh-button {
	display: block;
	width: 50px;
	height: 50px;
	background: #d2040c;
	text-align: center;
}

@media (max-width: 767px) {
	.sh-button {
		background: transparent;
	}
}

.sh-button:hover {
	background: #f8ad89;
}

@media (max-width: 767px) {
	.sh-button:hover {
		background: transparent;
	}
}

.sh-button i {
	line-height: 50px;
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.search_theme_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 52px;
	background: #d2040c;
	border: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.search_theme_button::before {
	font-family: 'rt-icons-2';
	content: '\e656';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 52px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.search_theme_button:hover::before {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.social-list__text {
	font: 13px/24px 'Arial', sans-serif;
	color: #9ba0a5;
	margin: 0;
}

.modal.in {
	padding-right: 0 !important;
}

/* Modal search */
#search_modal {
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding-right: 0;
}

#search_modal a {
	color: #ffffff;
	opacity: 0.6;
	font-size: 12px;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #d2040c;
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
}

#search_modal .form-control {
	border: none;
	background-color: transparent;
	height: 50px;
	color: #ffffff;
}

#search_modal .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

#search_modal .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.page_mainslider .flex-custom-nav {
	opacity: 0;
}

.page_portfolio {
	overflow: hidden;
}

.section_subscribe .form-control {
	width: 350px;
	max-width: 100%;
	display: inline-block;
}

#blog.parallax {
	background-image: url(../images/parallax/blog.jpg);
}

#progress.parallax {
	background-image: url(../images/parallax/recent.jpg);
}

.page_testimonials {
	overflow: hidden;
}

.page_contact.parallax {
	background-image: url(../images/parallax/map.jpg);
}

.ds.ms + .page_footer.ds.ms {
	background-color: #1a1a1a;
}

#featured {
	background: url(../images/parallax/featured.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#table.parallax {
	background-image: url(../images/parallax/table.jpg);
}

.item-content.darken_gradient {
	padding-top: 50px !important;
}

section .intro_section .slide_description_wrapper {
	padding-left: 60px;
	padding-right: 60px;
	right: 30px;
}

@media (max-width: 600px) {
	section .intro_section .slide_description_wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.muted_background .pagination {
	margin: 40px 40px 20px;
}

.header-list-1 {
	padding: 0;
	margin: 0 -15px 0 0;
	text-align: right;
	display: inline-block;
	float: none;
}

@media (max-width: 991px) {
	.header-list-1 {
		text-align: center;
	}
}

.header-list-1 li {
	list-style: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
}

.header-list-1 li:last-child {
	padding-right: 0;
}

.header-list-1 li:last-child::before {
	display: none;
}

.header-list-1 li::before {
	content: '';
	display: inline-block;
	float: none;
	width: 1px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background: #9ba0a5;
}

.account-text {
	font: 13px/50px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-right: 10px;
}

.intro_section {
	position: relative;
}

.intro_section-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide_description p, .slide_description h3 {
	color: #fff;
}

.slide_description .grey {
	color: #fff;
}

.page_banners .item-content {
	padding-top: 20px;
}

.page_banners .item-content h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.page_banners .item-content .grey {
	color: #fff;
}

/*=====================================
// Breadcrumbs:
=====================================*/
.breadcrumbs-parallax {
	background: url(../images/parallax/img_parallax-01.jpg) no-repeat;
	background-size: cover;
}

/*=====================================
// Home team slider:
=====================================*/
.slider-type-2 {
	position: relative;
}

.slider-type-2 .slides::after {
	content: '';
	display: table;
	clear: both;
}

.slider-type-2 .slider-type-1__text {
	color: #000;
}

.slider-type-2 .flex-control-nav {
	top: 0;
	text-align: right;
	bottom: auto;
	right: 0;
	position: absolute;
	display: block;
	z-index: 2;
}

@media (max-width: 991px) {
	.slider-type-2 .flex-control-nav {
		margin-top: -40px;
	}
}

.slider-type-2 .team-item {
	margin-top: 32px;
	margin-bottom: 0;
}

.slider-type-2 .team-item__img-desc {
	margin-bottom: 0;
}

.slider-type-2__title {
	font: italic 36px/38px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

@media (max-width: 1199px) {
	.slider-type-2__title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 10px;
	}
}

.slider-type-2__title span {
	font-weight: bold;
}

.slider-type-2__subtitle {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0 0 10px 0;
}

.slider-type-2__text {
	margin-bottom: 39px;
}

@media (max-width: 1199px) {
	.slider-type-2__text {
		margin-bottom: 20px;
	}
}

a.slider-type-2__button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	display: inline-block;
	float: none;
	vertical-align: middle;
	text-transform: uppercase;
	background: #d2040c;
	padding: 18px 40px;
	border-radius: 2px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

a.slider-type-2__button:hover {
	background: #2d323c;
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*=====================================
// Home parallax:
=====================================*/
.parallax-type-1 {
	background: url(../images/parallax/img_parallax-02.jpg) no-repeat;
	background-size: cover;
	padding: 80px 15px 80px;
	float: left;
	position: relative;
	border-radius: 4px;
}

.parallax-type-1 .parallax-type-1__block {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 991px) {
	.parallax-type-1 .parallax-type-1__block {
		width: 100%;
		margin-bottom: 100px;
	}
	.parallax-type-1 .parallax-type-1__block:last-child {
		margin-bottom: 0;
	}
}

.parallax-type-1 .parallax-type-1__img {
	margin-bottom: 36px;
}

.parallax-type-1 .parallax-type-1__title {
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
}

.parallax-type-1 .parallax-type-1__title span {
	font-weight: bold;
}

.parallax-type-1 .parallax-type-1__block::after {
	content: '';
	display: table;
	clear: both;
}

.parallax-type-1 .parallax-type-1__text {
	font: 17px/22px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 33px;
	padding: 0 15px;
}

.parallax-type-1 .parallax-type-1__btn {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 29px;
	border: 2px solid #d2040c;
	border-radius: 2px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.parallax-type-1 .parallax-type-1__btn:hover {
	color: #f8ad89;
	border: 2px solid #f8ad89;
}

/*=====================================
// Copyright parallax:
=====================================*/
.parallax-type-2 {
	background: url(../images/parallax/img_parallax-02.jpg) no-repeat;
}

@media (max-width: 991px) {
	.parallax-type-2 {
		background-size: auto !important;
	}
}

@media (max-width: 767px) {
	.parallax-type-2 {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.parallax-type-2 .copyright-info {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}

.parallax-type-2 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.parallax-type-2 .menu li {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-left: 10px;
}

.parallax-type-2 .menu li a:hover {
	color: #d2040c;
}

.page_copyright.parallax::before {
	background-color: rgba(255, 255, 255, 0.8);
}

.copyright-form .form-control {
	margin-bottom: 20px;
}

.contact_button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 41px;
	background: #d2040c;
	border-radius: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	border: none;
}

.contact_button:hover {
	color: #fff;
	background: #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 991px) {
	div.copyright-type-4 {
		margin-bottom: 60px !important;
	}
}

/*=====================================
// Home isotope gallery:
=====================================*/
.gallery-01 {
	width: 100%;
	overflow: hidden;
}

.gallery-01 .item-content {
	padding: 40px;
}

@media (max-width: 1800px) {
	.gallery-01 .item-content {
		padding: 20px;
	}
}

@media (max-width: 1199px) {
	.gallery-01 .item-content {
		padding: 40px;
	}
}

.gallery-01 .item-content .gallery-01__category {
	font: bold 9px/11px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #d2040c;
	padding: 3px 9px;
	border-radius: 1px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 5px;
}

@media (max-width: 1800px) {
	.gallery-01 .item-content .gallery-01__category {
		letter-spacing: 0;
	}
}

@media (max-width: 1199px) {
	.gallery-01 .item-content .gallery-01__category {
		letter-spacing: 3px;
	}
}

.gallery-01 .item-content .gallery-01__category:hover {
	background: #fff;
	color: #d2040c;
}

.gallery-01 .item-content .gallery-01__title {
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.gallery-01 .item-content .gallery-01__title span {
	font-weight: bold;
	display: block;
}

@media (max-width: 1800px) {
	.gallery-01 .item-content .gallery-01__title {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 1199px) {
	.gallery-01 .item-content .gallery-01__title {
		font-size: 23px;
		line-height: 26px;
	}
}

.gallery-01 .item-content .gallery-01__title--color {
	color: #3c3c3c;
}

.gallery-01 .item-content .gallery-01__subtitle {
	font: italic bold 23px/26px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	color: #d2040c;
}

.gallery-01 img {
	width: 100%;
}

.gallery-01 .gallery-item {
	background: #333;
}

.boxed .gallery-01 .item-content {
	padding: 20px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content {
		padding: 40px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__title {
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content .gallery-01__title {
		font-size: 23px;
		line-height: 26px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__subtitle {
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content .gallery-01__subtitle {
		font-size: 23px;
		line-height: 26px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__btn-01 {
	left: 20px;
	bottom: 20px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content .gallery-01__btn-01 {
		left: 40px;
		bottom: 40px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__btn-02 {
	left: 20px;
	bottom: 20px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content .gallery-01__btn-02 {
		left: 40px;
		bottom: 40px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__btn-03 {
	left: 20px;
	bottom: 20px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content .gallery-01__btn-03 {
		left: 40px;
		bottom: 40px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__btn-04 {
	left: 20px;
	bottom: 20px;
}

@media (max-width: 1199px) {
	.boxed .gallery-01 .item-content .gallery-01__btn-04 {
		left: 40px;
		bottom: 40px;
	}
}

.boxed .gallery-01 .item-content .gallery-01__category {
	letter-spacing: 0;
}

@media (max-width: 991px) {
	.boxed div.isotope-item.isotope-position .item-content {
		position: static;
	}
}

@media (max-width: 991px) {
	.boxed div.isotope-item.isotope-position .gallery-01__btn-03 {
		position: static;
		margin-left: 40px;
		margin-bottom: 40px;
	}
}

.gallery-01--bg .item-content {
	position: relative;
	z-index: 2;
}

.gallery-01--bg .item-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	float: none;
	background: rgba(229, 54, 25, 0.9) repeat center center;
	z-index: -1;
}

.gallery-01--bg .isotope-gallery-01__category {
	background: #fff;
	color: #d2040c;
}

.gallery-01--bg .isotope-gallery-01__category:hover {
	background: #3d424c;
	color: #fff;
}

a.gallery-01__btn-01 {
	position: absolute;
	bottom: 40px;
	left: 40px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	border-radius: 2px;
	border: 1px solid #787878;
	width: 30px;
	height: 30px;
	font-size: 0;
	color: #787878;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 1800px) {
	a.gallery-01__btn-01 {
		bottom: 20px;
		left: 20px;
	}
}

@media (max-width: 1199px) {
	a.gallery-01__btn-01 {
		bottom: 40px;
		left: 40px;
	}
}

a.gallery-01__btn-01::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

a.gallery-01__btn-01:hover {
	border: 1px solid #d2040c;
	background: #d2040c;
}

a.gallery-01__btn-01:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

a.gallery-01__btn-02 {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #23bdfe;
	padding: 5px 20px;
	border-radius: 2px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 2;
}

@media (max-width: 1800px) {
	a.gallery-01__btn-02 {
		bottom: 20px;
		left: 20px;
	}
}

@media (max-width: 1199px) {
	a.gallery-01__btn-02 {
		bottom: 40px;
		left: 40px;
	}
}

a.gallery-01__btn-02:hover {
	background: #fff;
	color: #d2040c;
}

a.gallery-01__btn-03 {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	border: 1px solid #787878;
	text-transform: uppercase;
	position: absolute;
	display: inline-block;
	left: 40px;
	bottom: 40px;
	padding: 5px 20px;
	border-radius: 2px;
}

@media (max-width: 1800px) {
	a.gallery-01__btn-03 {
		bottom: 20px;
		left: 20px;
	}
}

@media (max-width: 1199px) {
	a.gallery-01__btn-03 {
		bottom: 40px;
		left: 40px;
	}
}

@media (max-width: 991px) {
	a.gallery-01__btn-03 {
		bottom: 20px;
		left: 40px;
	}
}

a.gallery-01__btn-03:hover {
	border-color: #fff;
	background: #fff;
	color: #d2040c;
}

a.gallery-01__btn-04 {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #3c3c3c;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 2px;
	border: 1px solid #c8c8c8;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

@media (max-width: 1800px) {
	a.gallery-01__btn-04 {
		bottom: 20px;
		left: 20px;
	}
}

@media (max-width: 1199px) {
	a.gallery-01__btn-04 {
		bottom: 40px;
		left: 40px;
	}
}

a.gallery-01__btn-04:hover {
	background: #d2040c;
	color: #fff;
	border: 1px solid #d2040c;
}

@media (max-width: 767px) {
	div.isotope-item.isotope-position .item-content {
		position: static;
	}
}

@media (max-width: 767px) {
	div.isotope-item.isotope-position .gallery-01__btn-03 {
		position: static;
		margin: 0 40px 40px 40px;
	}
}

/*=====================================
// Home logo bloks:
=====================================*/
.img_logo-01 {
	background: url(../images/img_logo/img_logo-01.png) center top;
	width: 100px;
	height: 32px;
	display: inline-block;
}

@media (max-width: 767px) {
	.img_logo-01 {
		margin-bottom: 40px;
	}
}

.img_logo-01:hover {
	background: url(../images/img_logo/img_logo-01.png) center bottom;
}

.img_logo-02 {
	background: url(../images/img_logo/img_logo-02.png) center top;
	width: 100px;
	height: 32px;
	display: inline-block;
}

@media (max-width: 767px) {
	.img_logo-02 {
		margin-bottom: 40px;
	}
}

.img_logo-02:hover {
	background: url(../images/img_logo/img_logo-02.png) center bottom;
}

.img_logo-03 {
	background: url(../images/img_logo/img_logo-03.png) center top;
	width: 100px;
	height: 32px;
	display: inline-block;
}

@media (max-width: 767px) {
	.img_logo-03 {
		margin-bottom: 40px;
	}
}

.img_logo-03:hover {
	background: url(../images/img_logo/img_logo-03.png) center bottom;
}

.img_logo-04 {
	background: url(../images/img_logo/img_logo-04.png) center top;
	width: 100px;
	height: 32px;
	display: inline-block;
}

@media (max-width: 767px) {
	.img_logo-04 {
		margin-bottom: 40px;
	}
}

.img_logo-04:hover {
	background: url(../images/img_logo/img_logo-04.png) center bottom;
}

.img_logo-05 {
	background: url(../images/img_logo/img_logo-05.png) center top;
	width: 100px;
	height: 32px;
	display: inline-block;
}

@media (max-width: 767px) {
	.img_logo-05 {
		margin-bottom: 40px;
	}
}

.img_logo-05:hover {
	background: url(../images/img_logo/img_logo-05.png) center bottom;
}

.img_logo-06 {
	background: url(../images/img_logo/img_logo-06.png) center top;
	width: 100px;
	height: 35px;
	display: inline-block;
}

.img_logo-06:hover {
	background: url(../images/img_logo/img_logo-06.png) center bottom;
}

/*=====================================
// Footer:
=====================================*/
.page_footer .mailchimp_email {
	border-color: #434852;
}

.footer_text-logo {
	padding-top: 13px;
	padding-bottom: 10px;
	font-size: 46px;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer_text-logo {
		font-size: 38px;
	}
}

@media (max-width: 991px) {
	.footer_text-logo {
		font-size: 30px;
		line-height: 27px;
	}
}

.footer-logo__wrapp {
	padding-top: 5px;
}

.footer-logo__wrapp .text-description {
	letter-spacing: 4px;
}

@media (max-width: 1199px) {
	.footer-logo__wrapp .text-description {
		letter-spacing: 2px;
		line-height: 14px;
	}
}

.footer_logo_image {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	div.footer-logo__wrapp {
		margin-bottom: 60px;
	}
}

/*// Footer contact //*/
.footer-contact {
	background: #23282d;
	padding: 78px 0 76px;
}

.footer-contact__title {
	font: 13px/15px "Arial", sans-serif;
	color: #9aa0a5;
	margin: 0 0 10px;
}

.footer-contact__text {
	font: bold italic 22px/25px "Arimo", "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.footer-contact__text span {
	color: #d2040c;
}

.footer-contact__text-2 {
	font: bold italic 18px/25px "Arimo", "Arial", sans-serif;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.footer-contact__text-2 {
		margin-bottom: 50px;
	}
}

.footer-contact__text-2 span {
	color: #d2040c;
}

.footer-contact__text--email {
	font: bold italic 18px/25px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	text-transform: uppercase;
}

.contact-form.parallax::before {
	display: none;
}

/*=====================================
// Subscribe:
=====================================*/
.section_subscribe__title {
	color: #fff;
	font-size: 30px;
}

.widget.section_subscribe__form {
	margin: 0;
}

.section_subscribe__form .signup {
	position: relative;
}

.section_subscribe__form .form-group {
	margin: 0;
}

.section_subscribe__form .form-control {
	border-right: none;
	color: #fff;
}

.section_subscribe__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #d2040c;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.section_subscribe__button::before {
	font-family: 'FontAwesome';
	content: '\f1d8';
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.section_subscribe__button:hover {
	background: #8dddff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.section_subscribe__button:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*=====================================
// Teaser:
=====================================*/
.teaser_icon i {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #d2040c;
	border-radius: 50%;
	color: #fff;
}

/*=====================================
// Copyright:
=====================================*/
.copyright-info {
	font: 13px/16px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.copyright-info {
		text-align: center;
	}
}

.copyright-info a {
	color: #9ba0a5;
}

.copyright-info a:hover {
	color: #d2040c;
}

.copyright-info i {
	color: #d2040c;
	opacity: 1;
}

.widget_mailchimp.ui-sortable-handle {
	margin-bottom: 0;
}

/*=====================================
// Slider:
=====================================*/
@media (max-width: 1199px) {
	.page_mainslider .flex-control-paging {
		bottom: 20px;
	}
}

.flexslider__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 991px) {
	.flexslider__content {
		position: static;
		padding: 60px 10px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.flexslider__content {
		padding: 40px 10px 70px;
	}
}

.flexslider__meta-tag {
	font: bold 9px/13px 'Arial', sans-serif;
	color: #fff;
	background: #d2040c;
	padding: 3px 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 2px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.flexslider__meta-tag:hover {
	background: #f8ad89;
	color: #fff;
}

@media (max-width: 767px) {
	.flexslider__meta-tag {
		margin-bottom: 10px;
	}
}

.flexslider__title {
	font: italic 36px/38px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 29px;
}

@media (max-width: 991px) {
	.flexslider__title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.flexslider__title {
		margin-bottom: 20px;
	}
}

.flexslider__title span {
	font-weight: bold;
	display: block;
}

@media (max-width: 1199px) {
	.flexslider__title span {
		display: inline-block;
		float: none;
	}
}

.flexslider__text {
	font: 17px/22px 'Arial', sans-serif;
	color: #9ba0a5;
	max-width: 370px;
	margin-bottom: 36px;
}

@media (max-width: 1199px) {
	.flexslider__text {
		max-width: 50%;
	}
}

@media (max-width: 991px) {
	.flexslider__text {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.flexslider__text {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.flexslider__button {
	font: bold 14px/25px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 12px 40px;
	background: #d2040c;
	border-radius: 2px;
	margin-right: 40px;
}

@media (max-width: 991px) {
	.flexslider__button {
		padding: 8px 20px;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.flexslider__button {
		margin-bottom: 30px;
		margin-right: 0;
	}
}

.flexslider__button:hover {
	background: #f8ad89;
	color: #fff;
}

.watch-review {
	font: bold 14px/25px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.watch-review::before {
	font-family: 'FontAwesome';
	content: '\f16a';
	font-size: 28px;
	line-height: 28px;
	color: #d2040c;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.watch-review:hover {
	color: #fff;
}

.watch-review:hover::before {
	color: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*=====================================
// Main menu styles:
=====================================*/
.sf-menu {
	padding: 0;
	margin: 0;
}

.sf-menu .active {
	color: #d2040c;
}

.sf-menu li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	float: none;
	position: relative;
}

.sf-menu li:active, .sf-menu li:focus {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.sf-menu li a {
	font: bold 14px/24px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 13px 22px;
}

.sf-menu li a:active, .sf-menu li a:focus {
	background: transparent;
	display: block;
}

.sf-menu li a:hover {
	color: #d2040c;
	background: transparent;
}

.sf-menu li ul {
	padding: 20px 0;
	margin: 0;
	width: 300px;
	position: absolute;
	display: inline-block;
	top: 100%;
	left: 0;
	z-index: 400;
	background: #f1f3f7;
	text-align: left;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0px 1px 5px 0px rgba(67, 72, 82, 0.15);
}

@media (max-width: 991px) {
	.sf-menu li ul {
		box-shadow: none;
	}
}

.sf-menu li ul .sf-with-ul {
	position: relative;
}

.sf-menu li ul .sf-with-ul::after {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
	content: '\f105';
}

@media (max-width: 991px) {
	.sf-menu li ul .sf-with-ul::after {
		content: '\f107';
	}
}

.sf-menu li ul > li:last-child > a {
	border-bottom: none;
}

.sf-menu li ul li {
	display: block;
	position: relative;
	padding: 0 20px;
}

.sf-menu li ul li:active, .sf-menu li ul li:focus {
	width: 100%;
}

.sf-menu li ul li a {
	color: #3d424c;
	display: block;
	border-bottom: 1px solid #cdd2d7;
	padding: 8px 0;
}

.sf-menu li ul li ul {
	top: -20px;
}

.sf-menu li ul li ul li a {
	border-bottom: 1px solid #cdd2d7;
}

/* Menu arrows */
.sf-with-ul::after {
	font-family: 'FontAwesome';
	content: '\f107';
	padding-left: 7px;
}

/* Mobile button */
.toggle_menu {
	width: 38px;
	height: 38px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	visibility: visible;
	text-align: center;
	position: relative;
	margin-top: 6px;
}

.header_white .toggle_menu span,
.header_white .toggle_menu span:before,
.header_white .toggle_menu span:after {
	background-color: #3d424c;
}

.page_toplogo .toggle_menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	background-color: #3d424c;
	margin: 0;
}

.toggle_menu:hover span:before {
	top: -7px;
}

.toggle_menu:hover span:after {
	top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background-color: #ffffff;
	content: '';
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -12px;
}

.toggle_menu span:before {
	top: -6px;
}

.toggle_menu span:after {
	top: 6px;
}

@media (max-width: 991px) {
	/* Main menu mobile styles */
	.mobile-active .sf-menu li {
		display: block;
	}
	.mobile-active .sf-menu li ul {
		position: static;
		background: transparent;
		width: auto;
		padding-right: 25px;
		padding-left: 25px;
	}
	.mobile-active .sf-menu li ul .sf-with-ul {
		content: '\f107';
	}
	.mobile-active .sf-menu li ul li a {
		color: #fff;
		border: none;
	}
	.mobile-active .sf-menu li ul li a:hover {
		color: #d2040c;
	}
	.mainmenu_wrapper {
		position: fixed;
		visibility: hidden;
		z-index: 10;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: transparent;
		opacity: 0;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.mobile-active .mainmenu_wrapper {
		visibility: visible;
		opacity: 1;
		background-color: #111;
		background-color: rgba(0, 0, 0, 0.9);
	}
	.toggle_menu {
		display: inline-block;
	}
	.toggle_menu.mobile-active {
		background-color: #3d424c;
		border: none;
		left: auto;
		top: 0;
		right: 0;
		position: fixed;
		margin: 0;
		z-index: 3000;
		width: 50px;
		height: 50px;
	}
	.toggle_menu.mobile-active::after {
		position: absolute;
		top: 14px;
		left: 10px;
		font-family: 'rt-icons-2';
		content: "\e117";
		font-size: 40px;
		color: #ffffff;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.toggle_menu.mobile-active:hover::after {
		color: #d2040c;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.toggle_menu.mobile-active span {
		display: none;
	}
	.nav-justified > li > a {
		text-align: left;
	}
	.sf-menu {
		position: fixed;
		overflow: auto;
		background-color: #3d424c;
		padding: 10px 20px 10px 10px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 100%;
		font-size: 1.1em;
		text-transform: uppercase;
		font-weight: 400;
		word-wrap: break-word;
		text-align: left;
		-webkit-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
		opacity: 0;
	}
	.mobile-active .sf-menu {
		opacity: 1;
		right: 20px;
	}
	.sf-menu > li > a,
	.sf-menu a {
		color: #ffffff;
	}
	.sf-menu ul {
		list-style: none;
		padding-left: 10px;
	}
	.sf-menu ul li a {
		display: block;
		padding: 10px;
		font-weight: 300;
		font-size: 16px;
		text-transform: none;
	}
	.sf-menu ul li a:before {
		content: '-';
		padding-right: 5px;
	}
	.sf-menu ul ul li a:before {
		content: '--';
		padding-right: 5px;
	}
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		font-family: 'FontAwesome';
		content: '\f107';
		position: absolute;
		right: 1.44em;
		height: 0;
		width: 0;
		font-size: 20px;
	}
	/*top menu level*/
	.sf-arrows .sfHover > a,
	.sf-arrows .sfHover > a:hover {
		color: #ffffff;
		background-color: #3d424c;
	}
}

.boxed .sf-menu li a {
	font-size: 14px;
	padding: 13px 5px;
}

@media (max-width: 1800px) {
	.boxed .sf-menu li a {
		font-size: 14px;
		padding: 13px 22px;
	}
}

@media (max-width: 1199px) {
	.boxed .block-header1,
	.boxed .block-header3 {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.boxed .block-header1,
	.boxed .block-header3 {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.boxed .block-header2 {
		width: 10%;
	}
}

@media (max-width: 767px) {
	.boxed .block-header2 {
		width: 100%;
	}
}

.boxed .page_header.affix .block-header1,
.boxed .page_header.affix .block-header3 {
	width: 25%;
}

@media (max-width: 1199px) {
	.boxed .page_header.affix .block-header1,
	.boxed .page_header.affix .block-header3 {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.boxed .page_header.affix .block-header1,
	.boxed .page_header.affix .block-header3 {
		width: 100%;
	}
}

.boxed .page_header.affix .block-header2 {
	width: 50%;
}

@media (max-width: 1199px) {
	.boxed .page_header.affix .block-header2 {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.boxed .page_header.affix .block-header2 {
		width: 100%;
	}
}

.boxed .page_header.affix .sf-menu li a {
	font-size: 14px;
	padding: 13px 22px;
}

@media (min-width: 992px) {
	.sf-menu .md-hidden {
		display: none;
	}
}

@media (max-width: 991px) {
	#more-li {
		display: none;
	}
}

#more-li > ul {
	display: none;
}

li.md-hidden {
	display: none;
}

/*=====================================
// 404:
=====================================*/
.page-404__title {
	font: bold italic 36px/37px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.page-404__text-1 {
	font: bold italic 100px/35px "Arimo", "Arial", sans-serif;
	margin-bottom: 29px;
}

.page-404__text-2 {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 15px;
}

.page-404__text-3 {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 15px;
}

.page-404__form {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 11px;
}

.page-404__form .form-group {
	float: left;
	width: 320px;
}

@media (max-width: 480px) {
	.page-404__form .form-group {
		width: 240px;
	}
}

.page-404__form .form-group .form-control {
	border-radius: 0;
	width: 100%;
}

.page-404__form-button {
	width: 50px;
	height: 50px;
	background: #d2040c;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.page-404__form-button::before {
	font-family: 'FontAwesome';
	content: '\f1d8';
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.page-404__form-button:hover {
	background: #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

a.page-404__button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 41px;
	background: #d2040c;
	border-radius: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

a.page-404__button:hover {
	color: #fff;
	background: #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*=====================================
// Pricing:
=====================================*/
.pricing {
	text-align: center;
}

@media (max-width: 991px) {
	.pricing {
		margin-bottom: 50px;
	}
}

.pricing .pricing__title {
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	background: #d2040c;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 35px 10px;
	margin: 0;
}

@media (max-width: 1199px) {
	.pricing .pricing__title {
		font-size: 18px;
		padding: 15px 10px;
	}
}

.pricing .pricing__title span {
	font-weight: bold;
}

.pricing .pricing__button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	background: #d2040c;
	padding: 18px 57px;
	border-radius: 2px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pricing .pricing__button:hover {
	color: #d2040c;
	background: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pricing .pricing__price {
	font: bold italic 71px/50px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	margin: 0 0 40px;
	position: relative;
	display: inline-block;
}

.pricing .pricing__content {
	background: #2d323c;
	padding: 40px;
	border-radius: 0 0 4px 4px;
}

@media (max-width: 1199px) {
	.pricing .pricing__content {
		padding: 20px;
	}
}

.pricing .pricing__price-it {
	font-size: 50px;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -17px;
}

.pricing .pricing__price-day {
	text-transform: uppercase;
	font: italic bold 23px/26px "Arimo", "Arial", sans-serif;
	color: #fff;
	position: absolute;
	bottom: -25px;
	left: 10px;
}

.pricing .pricing__list {
	padding: 0;
	margin-bottom: 20px;
}

.pricing .pricing__list li {
	font: bold 17px/22px 'Arial', sans-serif;
	color: #9ba0a5;
	list-style: none;
	border-top: 1px solid #434852;
	color: #9ba0a5;
	padding: 15px 0;
}

.pricing .pricing__list li:last-child {
	border-bottom: 1px solid #434852;
}

/*=====================================
// Workouts:
=====================================*/
.workouts-post {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	width: 100%;
}

.workouts-post::after {
	content: '';
	display: table;
	clear: both;
}

.workouts-post:last-child {
	border-bottom: none;
}

.workouts-post__img {
	width: 32%;
	float: left;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.workouts-post__img {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.workouts-post__img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.workouts-post__img img {
	border-radius: 4px;
	width: 100%;
}

.workouts-post__content {
	float: left;
	width: 68%;
	padding-left: 30px;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.workouts-post__content {
		width: 55%;
	}
}

@media (max-width: 767px) {
	.workouts-post__content {
		width: 100%;
		padding-left: 0;
	}
}

.workouts-post__content p {
	color: #9ba0a5;
}

.workouts-post__date {
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	color: #d2040c;
	margin-bottom: 15px;
}

.workouts-post__date span {
	font-weight: bold;
}

.workouts-post__title {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-bottom: 10px;
}

.workouts-post__title a {
	color: #3d424c;
}

.workouts-post__title a:hover {
	color: #d2040c;
}

/*=====================================
// F.A.Q.:
=====================================*/
.panel-group .panel {
	box-shadow: none;
	border: none;
	margin-bottom: 20px;
}

.panel-group .panel-heading {
	padding: 0;
}

.panel-group .panel-heading .panel-title {
	color: #fff;
}

.panel-group .panel-heading .panel-title a {
	font: bold 14px/16px 'Arial', sans-serif;
	display: block;
	text-transform: uppercase;
	position: relative;
	background: #d2040c;
	border-radius: 2px 2px 0 0;
	padding: 16px 60px 16px 53px;
}

.panel-group .panel-heading .panel-title a::before {
	font-family: 'FontAwesome';
	content: '\f0d7';
	display: inline-block;
	float: none;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.panel-group .panel-heading .panel-title a::after {
	font-family: 'FontAwesome';
	content: '\f1d8';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
}

.panel-group .panel-heading .panel-title a:hover {
	color: #fff;
	background: #79899a;
}

.panel-group .panel-heading .panel-title a:hover::before {
	color: #fff;
}

.panel-group .panel-heading .panel-title a.collapsed {
	background: #cdd2d7;
	border-radius: 2px;
}

.panel-group .panel-heading .panel-title a.collapsed:hover {
	background: #79899a;
}

.panel-group .panel-heading .panel-title i {
	color: #fff;
	margin-right: 15px;
}

.panel-group .panel-body {
	border: 1px solid #e5e5e5;
	background: #f1f3f7;
	padding: 35px 40px;
}

.panel-group .panel-body p {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	margin: 0;
}

/*=====================================
// Our team:
=====================================*/
.subtitle-1 {
	font: bold 14px/22px 'Arial', sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 5px;
}

h3.title-type-1 {
	font: italic 36px/36px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

h3.title-type-1 span {
	font-weight: bold;
}

h3.title-type-1.bottommargin_30 {
	margin-bottom: 30px;
}

.team-info {
	font: 17px/22px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 34px;
}

.team-item {
	margin-bottom: 75px;
	text-align: center;
}

.team-item__img a {
	display: block;
}

.team-item__img a img {
	border-radius: 4px 4px 0 0;
}

.team-item__img-desc {
	padding: 17px 0;
	border-radius: 0 0 4px 4px;
	background: #2d323c;
	margin-bottom: 35px;
}

.team-item__img-desc::after {
	content: '';
	display: table;
	clear: both;
}

.team-item__img-desc li {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #cdd2d7;
	text-transform: uppercase;
	list-style: none;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.team-item__img-desc li {
		width: 100%;
		margin-bottom: 5px;
	}
}

.team-item__img-desc li::before {
	content: '';
	display: inline-block;
	float: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	width: 1px;
	height: 10px;
	background: #9ba0a5;
}

@media (max-width: 767px) {
	.team-item__img-desc li::before {
		display: none;
	}
}

.team-item__img-desc li:last-child::before {
	display: none;
}

.team-item__img-desc li a {
	color: #fff;
}

.team-item__img-desc li a:hover {
	color: #d2040c;
}

.team-item__content {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 14px;
	min-height: 100px;
}

.team-item__content p {
	max-width: 320px;
	display: inline-block;
	float: none;
	margin-bottom: 0;
}

.team-item__phone {
	font: italic bold 16px/26px 'Arimo', sans-serif;
	color: #9ba0a5;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 10px;
}

.team-item__phone::before {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 26px;
	content: '\f095';
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	-webkit-transform: rotate(77deg);
					transform: rotate(77deg);
	position: relative;
	top: -2px;
}

.team-item__social {
	padding: 0;
	margin: 0;
	text-align: center;
}

.team-item__social li {
	list-style: none;
	display: inline-block;
	float: none;
	margin: 0 5px;
}

.team-item__social li a {
	font-size: 17px;
	line-height: 19px;
	color: #9ba0a5;
	display: block;
}

.team-item__social li a:hover {
	color: #d2040c;
}

/*=====================================
// Coming Soon:
=====================================*/
.section_header {
	font: bold italic 36px/37px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.comingsoon-type-1 .signup {
	position: relative;
}

.comingsoon-type-1__text {
	text-align: center;
	margin-bottom: 15px;
}

.comingsoon-type-1__button {
	width: 50px;
	height: 50px;
	background: #d2040c;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	position: absolute;
	top: 0;
	right: 0;
}

.comingsoon-type-1__button::before {
	font-family: 'FontAwesome';
	content: '\f1d8';
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.comingsoon-type-1__button:hover {
	background: #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*=====================================
// Coach profile:
=====================================*/
.single-team-content .nav-tabs {
	margin-top: 35px;
}

.single-team-content .tab-content {
	margin-bottom: 35px;
}

.single-team-img img {
	border-radius: 4px 4px 0 0;
}

.single-team-content p {
	margin-bottom: 0;
}

.team-single .team-item__phone {
	width: 100%;
	letter-spacing: -1px;
}

.team-single .team-item__img-desc {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.team-single .team-item__social {
		margin-bottom: 40px;
	}
}

i.loadmore_spinner {
	font-size: 30px;
}

/*=====================================
// Book training:
=====================================*/
/* Table type 1 style */
.table_t-1 {
	text-align: center;
	margin: 0;
}

.table_t-1 tr th {
	font: bold 14px/16px 'Arial', sans-serif;
	text-align: center;
	color: #fff;
	background: #3d424c;
	text-transform: uppercase;
	padding: 15px 5px;
}

@media (max-width: 480px) {
	.table_t-1 tr th {
		font-size: 12px;
	}
}

.table_t-1 tr td {
	font: 15px/80px 'Arial', sans-serif;
	color: #9ba0a5;
	border: 1px solid #e5e5e5;
}

@media (max-width: 480px) {
	.table_t-1 tr td {
		line-height: 30px;
	}
}

.table_t-1 .calendar_prev {
	float: left;
}

.table_t-1 .calendar_next {
	float: right;
}

.table_t-1__caption {
	text-align: center;
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	color: #3d424c;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 22px;
}

.table_t-1__caption span {
	font-weight: bold;
}

.table-active {
	background: #cdd2d7;
}

.calendar_prev {
	font-size: 0;
	line-height: 0;
}

.calendar_prev::before {
	font-family: 'FontAwesome';
	content: '\f0d9';
	border: 1px solid #cdd2d7;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	font-style: normal;
	color: #c8c8c8;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.calendar_prev:hover::before {
	border: 1px solid #000;
	color: #000;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.calendar_next {
	font-size: 0;
	line-height: 0;
}

.calendar_next::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	border: 1px solid #cdd2d7;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	font-style: normal;
	color: #c8c8c8;
}

.calendar_next:hover::before {
	border: 1px solid #000;
	color: #000;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/* Table type 2 style */
.table_t-2_wrapp {
	background: #d2040c;
	padding: 28px 40px 40px;
}

@media (max-width: 767px) {
	.table_t-2_wrapp {
		padding: 20px;
	}
}

.table_t-2__caption {
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #23bdfe;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.table_t-2__caption {
		text-align: center;
	}
}

.table_t-2__caption span {
	font-weight: bold;
}

.table_t-2 {
	margin: 0;
}

@media (max-width: 767px) {
	.table_t-2 {
		text-align: center;
	}
}

.table_t-2 tr {
	border-bottom: 1px solid #23bdfe;
}

@media (max-width: 767px) {
	.table_t-2 tr {
		padding: 20px 0;
		display: block;
	}
}

.table_t-2 tr td {
	font: 14px/64px 'Arial', sans-serif;
	color: #fff;
}

@media (max-width: 767px) {
	.table_t-2 tr td {
		display: block;
		line-height: 18px;
	}
}

.table_t-2 tr td i {
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	color: #23bdfe;
	margin-right: 10px;
}

.table_t-2 tr .unavailable-style {
	color: #cdd2d7;
}

@media (max-width: 767px) {
	.table_t-2 .button-type-1 {
		margin: 10px 0;
	}
}

/*=====================================
// Contacts:
=====================================*/
#map {
	height: 500px;
}

#map img {
	max-width: inherit;
}

#map h3 {
	margin-top: 0;
}

#map p {
	line-height: 1.3;
}

/* Contacts forms */
.contact-type_1 .form-control {
	border-radius: 0;
}

.contact-type_1 .contact-form::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 991px) {
	.contact-type_1 .contact-form {
		padding-bottom: 50px;
	}
}

.contact-type_1 .contact-title {
	font: italic 23px/25px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact-type_1 .contact-title span {
	font-weight: bold;
}

.contact-form-name {
	margin-bottom: 0;
}

.contact-form-subject {
	margin-bottom: 0;
}

.contact-form-phone {
	margin-bottom: 0px;
}

.contact-form-email {
	margin-bottom: 0px;
}

.contact-form-message {
	margin-bottom: 30px;
}

.contact-form-message .form-control {
	padding-top: 16px;
}

/* Contact list */
ul.contact-list {
	padding: 0;
}

@media (max-width: 991px) {
	ul.contact-list {
		padding-bottom: 50px;
	}
}

ul.contact-list li {
	list-style: none;
	padding-left: 34px;
	position: relative;
	font: bold italic 18px/17px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #3d424c;
}

ul.contact-list li::before {
	color: #9ba0a5;
	position: absolute;
	top: 50%;
	left: -5px;
	font-style: normal;
}

ul.contact-list li span {
	color: #d2040c;
}

ul.contact-list .contact-list__mail a {
	color: #d2040c;
}

ul.contact-list .contact-list__mail a:hover {
	color: #f8ad89;
}

ul.contact-list .contact-list__address::before {
	font-family: 'rt-icons-2';
	font-size: 25px;
	content: '\e624';
	margin-top: -8px;
}

ul.contact-list .contact-list__phone::before {
	font-family: 'rt-icons-2';
	font-size: 16px;
	content: '\e628';
	margin-top: -8px;
	-webkit-transform: rotate(75deg);
					transform: rotate(75deg);
}

ul.contact-list .contact-list__mail::before {
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f1d8';
	margin-top: -8px;
}

/*=====================================
// About:
=====================================*/
.title-type-1--about {
	margin-bottom: 28px;
}

.title-type-1--about span {
	display: block;
}

@media (max-width: 767px) {
	.img-wrapp-1 {
		margin-bottom: 30px;
	}
}

.img-wrapp-1 img {
	width: 100%;
}

/* Posts in about page */
.post-type-3 {
	margin-bottom: 40px;
}

.post-type-3::after {
	content: '';
	display: table;
	clear: both;
}

.post-type-3__img {
	float: left;
	width: 49%;
}

@media (max-width: 767px) {
	.post-type-3__img {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

.post-type-3__img a {
	display: block;
	border-radius: 2px;
	overflow: hidden;
}

.post-type-3__img a img {
	width: 100%;
}

.post-type-3__content {
	float: left;
	width: 51%;
	padding-left: 30px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.post-type-3__content {
		width: 100%;
		float: none;
		padding: 0;
	}
}

.post-type-3__content p {
	margin-bottom: 27px;
}

.post-type-3__title {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-top: 16px;
	margin-bottom: 9px;
}

.post-type-3__title a {
	color: #3d424c;
}

.post-type-3__title a:hover {
	color: #d2040c;
}

a.meta-category {
	font: bold 9px/12px 'Arial', sans-serif;
	color: #fff;
	background: #d2040c;
	text-transform: uppercase;
	padding: 3px 9px;
	letter-spacing: 3px;
}

a.meta-category:hover {
	color: #fff;
	background: #f8ad89;
}

.meta-post-list {
	padding: 0;
}

.meta-post-list li {
	list-style: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 15px;
}

.meta-post-likes {
	font: 11px/16px 'Arial', sans-serif;
	color: #9ba0a5;
	display: block;
	float: left;
}

.meta-post-likes::before {
	font-family: 'FontAwesome';
	content: '\f004';
	font-size: 14px;
	line-height: 16px;
	display: block;
	float: left;
	color: #d2040c;
	margin-right: 6px;
}

.meta-post-comment {
	font: 11px/16px 'Arial', sans-serif;
	color: #9ba0a5;
	display: block;
	float: left;
}

.meta-post-comment::before {
	font-family: 'FontAwesome';
	content: '\f075';
	font-size: 14px;
	line-height: 16px;
	display: block;
	float: left;
	vertical-align: middle;
	color: #d2040c;
	margin-right: 6px;
}

.meta-post-views {
	font: 11px/16px 'Arial', sans-serif;
	color: #9ba0a5;
	display: block;
	float: left;
}

.meta-post-views::before {
	font-family: 'FontAwesome';
	content: '\f06e ';
	font-size: 14px;
	line-height: 16px;
	display: block;
	float: left;
	vertical-align: middle;
	color: #d2040c;
	margin-right: 6px;
}

.post-type-3 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.post-type-3:last-child {
	border-bottom: none;
}

/*=====================================
// Blog:
=====================================*/
.blog-title {
	font: italic 23px/25px "Arimo", "Arial", sans-serif;
	color: #3d424c;
	text-transform: uppercase;
	margin-bottom: 37px;
}

.blog-title span {
	font-weight: bold;
}

.slider-type-1 {
	position: relative;
	margin-bottom: 75px;
}

.slider-type-1::after {
	content: '';
	display: table;
	clear: both;
}

.slider-type-1 .slides {
	padding: 0;
	margin: 0;
}

.slider-type-1 .slides li {
	list-style: none;
}

.slider-type-1__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slider-type-1__text {
	font: italic 36px/35px "Arimo", "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.slider-type-1__text {
		font-size: 20px;
		line-height: 25px;
	}
}

.slider-type-1__text span {
	font-weight: bold;
	display: block;
}

.flex-control-paging {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.flex-control-paging {
		bottom: 20px;
	}
}

.flex-control-paging li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.flex-control-paging li a {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: #ccd3e0;
	border-radius: 50%;
	margin: 0 2px;
}

.flex-control-paging li a:hover {
	background: #d2040c;
}

.flex-control-paging li .flex-active {
	background: #d2040c;
}

/*// Top posts //*/
.post-type-2 {
	margin-bottom: 30px;
}

.post-type-2__img {
	margin-bottom: 36px;
}

a.post-type-2__tags {
	font: bold 9px/12px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 8px;
	background: #d2040c;
	letter-spacing: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 6px;
}

a.post-type-2__tags:hover {
	color: #fff;
	background: #f8ad89;
}

.post-type-2__date {
	font: 11px/13px 'Arial', sans-serif;
	color: #9ba0a5;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 0;
}

.post-type-2__author {
	font: 11px/13px 'Arial', sans-serif;
	color: #9ba0a5;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 0;
}

.post-type-2__author a {
	color: #9ba0a5;
}

.post-type-2__author a:hover {
	color: #d2040c;
}

.post-type-2__meta {
	margin-bottom: 16px;
}

.post-type-2__title {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-top: 0;
	margin-bottom: 10px;
}

.post-type-2__title a {
	color: #3d424c;
}

.post-type-2__title a:hover {
	color: #d2040c;
}

.post-type-2__text {
	margin-bottom: 26px;
}

hr.hr-type-1 {
	margin-top: 6px;
	margin-bottom: 40px;
	background: #e5e5e5;
}

/*// Standart post formats //*/
.post-type-1 {
	background: #fff;
	margin-bottom: 40px;
}

.post__img img {
	width: 100%;
}

.post-type-1__content {
	padding: 30px 40px 40px;
}

.post-type-1__content::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1199px) {
	.post-type-1__content {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.post-type-1__content {
		padding: 20px;
	}
}

.post-type-1__meta {
	margin-bottom: 30px;
}

.post-type-1__text p:last-child {
	margin-bottom: 0;
}

.post-type-1__datatime {
	font: 11px/14px 'Arial', sans-serif;
	color: #9ba0a5;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.post-type-1__author {
	font: 11px/14px 'Arial', sans-serif;
	color: #9ba0a5;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 0;
}

.post-type-1__author a {
	color: #9ba0a5;
}

.post-type-1__author a:hover {
	color: #d2040c;
}

.post-type-1__category {
	margin: 0;
	float: right;
	padding-top: 2px;
}

.post-type-1__category::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.post-type-1__category {
		float: none;
		padding-top: 5px;
		text-align: left;
	}
}

.post-type-1__category a {
	font: bold 9px/14px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 2px 10px;
	background: #d2040c;
	letter-spacing: 3px;
}

.post-type-1__category a:hover {
	color: #fff;
	background: #f8ad89;
}

.post-type-1__title {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-top: 0;
	margin-bottom: 10px;
}

.post-type-1__title a {
	color: #3d424c;
}

.post-type-1__title a:hover {
	color: #d2040c;
}

/*// Video post format //*/
.format-video img {
	width: 100%;
}

.embed-responsive-3by2 {
	padding-bottom: 54.5%;
}

.embed-placeholder {
	position: relative;
	display: block;
}

.embed-placeholder::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) repeat;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 5;
}

.embed-placeholder::before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: "\e696";
	font-family: 'rt-icons-2';
	position: absolute;
	color: #fff;
	font-size: 30px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -5px;
	z-index: 10;
}

.embed-placeholder:hover::after {
	background: rgba(0, 0, 0, 0.6) repeat;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.embed-placeholder:hover::before {
	color: #d2040c;
}

.embed-placeholder img {
	width: 100%;
}

/*// Status post format  //*/
.format-status {
	background: url(../images/team/img_team-08.jpg);
	position: relative;
	background-size: cover;
	z-index: 1;
}

.format-status::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 52, 52, 0.9) repeat center center;
	z-index: -1;
}

.format-status .post-type-1__img {
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	float: none;
	margin-bottom: 6px;
}

.format-status .post-type-1__img img {
	width: 100px;
	height: auto;
}

.format-status .post-type-1__content {
	padding: 40px 30px 35px;
	text-align: center;
}

.format-status .post-type-1__text p {
	font: 24px/28px 'Arial', sans-serif;
	color: #fff;
	margin: 0;
}

.format-status .post-type-1__text p a {
	color: #fff;
}

.format-status .post-type-1__text p a:hover {
	color: #d2040c;
}

.format-status .post__meta-tags {
	font: bold 10px/12px 'Arial', sans-serif;
	color: #d2040c;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	float: none;
}

.format-status .post__meta-tags:hover {
	color: #f8ad89;
}

.format-status .post-type-1__meta {
	margin: 0 0 10px;
}

.format-Link .post-type-1__content {
	padding-bottom: 25px;
}

/* Gallery post format */
.format-gallery .post-type-1__content {
	padding-bottom: 35px;
}

.format-gallery .post-type-1__title {
	margin-bottom: 0;
}

.format-gallery .carousel-inner .item img {
	width: 100%;
}

.format-gallery .format-gallery__prew,
.format-gallery .format-gallery__next {
	width: 58px;
	height: 58px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.format-gallery .format-gallery__prew::before,
.format-gallery .format-gallery__next::before {
	font-family: 'rt-icons-2';
	font-size: 22px;
	line-height: 58px;
	color: #fff;
}

.format-gallery .format-gallery__prew:hover,
.format-gallery .format-gallery__next:hover {
	border: 1px solid #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.format-gallery .entry-thumbnail {
	margin-bottom: 34px;
}

.format-gallery .format-gallery__prew {
	left: 20px;
}

.format-gallery .format-gallery__prew::before {
	content: '\e110';
}

.format-gallery .format-gallery__prew:hover::before {
	color: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.format-gallery .format-gallery__next {
	right: 20px;
}

.format-gallery .format-gallery__next::before {
	content: '\e111';
}

.format-gallery .format-gallery__next:hover::before {
	color: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.format-gallery .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-indent: 0;
	border: none;
	background: #ccd3e0;
	border-radius: 50%;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.format-gallery .carousel-indicators li.active {
	background: #d2040c;
}

.format-gallery .carousel-indicators li:hover {
	background: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*// Quote post format //*/
.format-quote {
	background: url(../images/blog/img_blog-06.jpg);
	background-size: cover;
	position: relative;
}

.format-quote::before {
	content: '';
	display: inline-block;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 52, 52, 0.9) repeat center center;
	z-index: 1;
}

.format-quote .post-type-1__content {
	position: relative;
	z-index: 2;
}

.author-quote-wrapp {
	text-align: center;
	display: block;
}

.author-quote {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #cdd2d7;
	text-transform: uppercase;
}

.quote-content {
	font: 24px/27px 'Arial', sans-serif;
	color: #fff;
	padding: 0;
	border: none;
	text-align: center;
	margin-bottom: 0;
}

a.text-quote {
	color: #fff;
	margin-bottom: 4px;
	display: block;
}

a.text-quote::before {
	content: '\"';
}

a.text-quote::after {
	content: '\"';
}

a.text-quote:hover {
	color: #f8ad89;
}

/*// Chat post format //*/
.format-chat .post-type-1__content {
	padding-bottom: 23px;
}

.chat__post-re {
	padding: 6px 20px;
	background: #cdd2d7;
	margin-bottom: 16px;
}

.chat__post-re p {
	color: #fff;
	margin: 0;
}

.chat__post {
	margin-bottom: 16px;
}

.chat__post p {
	margin-bottom: 0;
}

/* Post navigation */
.post-nav {
	margin-top: 80px;
}

.post-nav::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 991px) {
	.post-nav {
		margin-bottom: 100px;
	}
}

.post-nav__prev-wrapp {
	padding-right: 5px;
}

@media (max-width: 480px) {
	.post-nav__prev-wrapp {
		padding: 0;
	}
}

.post-nav__next-wrapp {
	padding-left: 5px;
}

@media (max-width: 480px) {
	.post-nav__next-wrapp {
		padding: 0;
	}
}

.post-nav__prev-wrapp,
.post-nav__next-wrapp {
	text-align: center;
	float: left;
	width: 50%;
}

.post-nav__prev-wrapp::after,
.post-nav__next-wrapp::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 480px) {
	.post-nav__prev-wrapp,
	.post-nav__next-wrapp {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

.post-nav__prev {
	background: url(../images/blog/img_blog-20.jpg) no-repeat center center;
	position: relative;
	z-index: 1;
}

.post-nav__prev::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(41, 42, 46, 0.5) repeat;
	z-index: -1;
}

.post-nav__next {
	background: url(../images/blog/img_blog-21.jpg) no-repeat center center;
	position: relative;
	z-index: 1;
}

.post-nav__next::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(41, 42, 46, 0.5) repeat;
	z-index: -1;
}

.post-nav__prev,
.post-nav__next {
	padding: 25px 15px;
	box-sizing: border-box;
	height: 158px;
	background-size: cover;
}

.post-nav__prev::after,
.post-nav__next::after {
	content: '';
	display: table;
	clear: both;
}

a.post-nav__prev-btn,
a.post-nav__next-btn {
	font: bold 9px/11px "Arial", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #d2040c;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 2px;
	padding: 3px 8px;
}

a.post-nav__prev-btn:hover,
a.post-nav__next-btn:hover {
	color: #d2040c;
	background-color: #fff;
}

a.post-nav__prev-art,
a.post-nav__next-art {
	font: italic bold 23px/26px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

@media (max-width: 991px) {
	a.post-nav__prev-art,
	a.post-nav__next-art {
		font-size: 18px;
		line-height: 20px;
	}
}

a.post-nav__prev-art:hover,
a.post-nav__next-art:hover {
	color: #f8ad89;
}

/*=====================================
// Single blog page:
=====================================*/
.single-post::after {
	content: '';
	display: table;
	clear: both;
}

.single-post .post-type-1__content p {
	margin-bottom: 0;
}

.single-post .post-type-1__meta {
	margin-bottom: 32px;
}

.single-post .post-type-1__title {
	margin-bottom: 14px;
}

.single-post__meta {
	background: #cdd2d7;
	margin-bottom: 35px;
}

.single-post__meta::after {
	content: '';
	display: table;
	clear: both;
}

.single-post__info {
	display: inline-block;
	float: none;
	vertical-align: middle;
	background: #d2040c;
	width: 50px;
	height: 50px;
	text-align: center;
}

.single-post__info i {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.post__likes {
	display: inline-block;
	float: none;
	vertical-align: middle;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	margin-right: 16px;
}

@media (max-width: 480px) {
	.post__likes {
		margin-right: 5px;
	}
}

.post__likes i {
	color: #d2040c;
	line-height: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.post__likes i:hover {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.item-likes {
	font: 15px/50px "Arimo", "Arial", sans-serif;
	display: inline-block;
	float: none;
	vertical-align: middle;
	color: #fff;
}

.views-count {
	font: bold 11px/50px "Arimo", "Arial", sans-serif;
	background: #d2040c;
	color: #fff;
	padding: 0 30px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.views-count {
		padding: 0 10px;
		width: 100%;
		text-align: center;
	}
}

.blockquote-type1 {
	border-left: 5px solid #d2040c;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}

.blockquote-type2 {
	font: 24px/27px 'Arial', sans-serif;
	font-style: normal;
	text-align: center;
	padding-bottom: 0;
}

@media (max-width: 480px) {
	.blockquote-type2 {
		padding: 10px 20px;
	}
}

.blockquote-type2__text {
	display: block;
	text-align: center;
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
}

.blockquote-type2__text::before {
	content: '\"';
}

.blockquote-type2__text::after {
	content: '\"';
}

.blockquote-type2__author {
	font: bold 14px/16px 'Arial', sans-serif;
	display: inline-block;
	float: none;
	color: #cdd2d7;
	text-transform: uppercase;
}

.list-type_01--blog {
	margin: 8px 0 15px;
}

.list-type_01--blog li {
	line-height: 20px;
}

/* Author bio */
.author-bio {
	background: #fff;
	margin-bottom: 40px;
	padding-right: 20px;
}

.author-bio::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.author-bio {
		padding-right: 0;
	}
}

.author-bio__img {
	float: left;
	margin-right: 40px;
}

@media (max-width: 1199px) {
	.author-bio__img {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.author-bio__img {
		margin: 0;
		width: 100%;
		text-align: center;
		padding: 20px;
		float: none;
	}
}

.author-bio__img img {
	max-width: 212px;
	height: auto;
}

@media (max-width: 400px) {
	.author-bio__img img {
		max-width: 100%;
	}
}

.author-bio__title {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	padding-top: 36px;
	margin: 0 0 9px;
}

@media (max-width: 1199px) {
	.author-bio__title {
		padding-top: 20px;
	}
}

@media (max-width: 991px) {
	.author-bio__title {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.author-bio__title {
		padding: 0 20px;
		text-align: center;
	}
}

.author-bio__list {
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.author-bio__list {
		padding: 0 20px 30px;
		text-align: center;
	}
}

.author-bio__list li {
	list-style: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 11px;
}

.author-bio__list li a {
	display: inline-block;
	float: none;
	vertical-align: middle;
	font-size: 15px;
	line-height: 17px;
	color: #9ba0a5;
}

.author-bio__list li a:hover {
	color: #0092ff;
}

.author-bio__content {
	margin: 0 0 10px;
}

@media (max-width: 767px) {
	.author-bio__content {
		padding: 0 20px;
		text-align: center;
		margin-bottom: 10px;
	}
}

/* Comment respond */
.comment-respond {
	background: #fff;
	padding: 40px;
}

@media (max-width: 1199px) {
	.comment-respond {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.comment-respond {
		padding: 20px;
	}
}

.comment-respond .comment-meta::after {
	content: '';
	display: table;
	clear: both;
}

.comment-respond .form-control:active, .comment-respond .form-control:focus {
	box-shadow: none;
}

.comment-respond .form-control:-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #3d424c;
	opacity: 1;
}

.comment-respond .form-control::-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #3d424c;
	opacity: 1;
}

.comment-respond .form-control:-ms-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #3d424c;
}

.comment-respond .form-control::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #3d424c;
}

.comment-respond .form-control:focus:-moz-placeholder {
	font-style: normal;
	color: transparent;
	opacity: 1;
}

.comment-respond .form-control:focus::-moz-placeholder {
	font-style: normal;
	color: transparent;
	opacity: 1;
}

.comment-respond .form-control:focus:-ms-input-placeholder {
	font-style: normal;
	color: transparent;
}

.comment-respond .form-control:focus::-webkit-input-placeholder {
	font-style: normal;
	color: transparent;
}

/* Comment form author */
.comment-form {
	margin-bottom: 80px;
}

.comment-form .form-control {
	border-radius: 0;
}

.comment-form-author {
	margin-bottom: 10px;
	margin-right: -15px;
}

@media (max-width: 991px) {
	.comment-form-author {
		margin-right: 0;
	}
}

.comment-form-email {
	margin-bottom: 10px;
	margin-right: -15px;
}

@media (max-width: 991px) {
	.comment-form-email {
		margin-right: 0;
	}
}

.comment-form-phone {
	margin-bottom: 10px;
}

.comment-form-chat {
	margin-bottom: 40px;
}

.comment-form-chat .form-control {
	padding: 12px 19px 8px;
	box-sizing: border-box;
	margin-bottom: 0;
}

/* Form submit */
.form-submit {
	text-align: center;
	margin-bottom: 0;
}

.form-submit__button {
	font: bold 14px/21px 'Arial', sans-serif;
	color: #fff;
	padding: 14px 38px;
	border-radius: 2px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	border: none;
	background: #d2040c;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.form-submit__button:hover {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/* Comment list */
.comment-list {
	padding: 0;
}

.comment-list li {
	list-style: none;
}

.comment-list .children {
	padding-left: 90px;
	padding-top: 17px;
}

@media (max-width: 1199px) {
	.comment-list .children {
		padding-left: 30px;
	}
}

@media (max-width: 480px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list__img {
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.comment-list__img img {
	width: 100%;
}

.comment-list__respond {
	float: right;
	width: 40px;
	height: 40px;
	background: #cdd2d7;
	border-radius: 2px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.comment-list__respond i {
	color: #fff;
}

.comment-list__respond:hover {
	background: #d2040c;
}

.comment-date {
	font: 11px/21px 'Arial', sans-serif;
	color: #cdd2d7;
	display: block;
	text-align: left;
	margin-bottom: 7px;
}

.comment-meta {
	padding-top: 14px;
	margin-bottom: 2px;
}

.author_url {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-top: -3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.author_url:hover {
	color: #d2040c;
}

/*=====================================
// Widgets:
=====================================*/
.widget {
	margin-bottom: 40px;
}

h3.widget-title {
	font: italic 23px/26px "Arimo", "Arial", sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 33px;
	color: #fff;
}

h3.widget-title span {
	font-weight: bold;
}

/*// Social news //*/
.social-news-text {
	font: bold 11px/14px "Arial", sans-serif;
	color: #9ba0a5;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.social-news {
	padding: 0;
}

.social-news li {
	list-style: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: 7px;
}

.social-news li a {
	width: 50px;
	height: 50px;
	font-size: 15px;
	display: block;
	line-height: 50px;
	color: #9ba0a5;
	border: 1px solid #434852;
	text-align: center;
	border-radius: 2px;
}

@media (max-width: 1199px) {
	.social-news li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.social-news li a:hover {
	background: #0092ff;
	border: 1px solid #0092ff;
	color: #fff;
}

/*// Subscribe Newsletter //*/
.widget_mailchimp .signup {
	width: 100%;
	position: relative;
}

.widget_mailchimp .form-group {
	width: 100%;
	position: relative;
	padding-right: 50px;
	box-sizing: border-box;
}

.widget_mailchimp .form-group .form-control {
	width: 100%;
	border-radius: 0;
}

.widget_mailchimp .form-group .form-control:active, .widget_mailchimp .form-group .form-control:focus {
	box-shadow: none;
}

.mailchimp_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #d2040c;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.mailchimp_button::before {
	font-family: 'FontAwesome';
	content: '\f1d8';
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.mailchimp_button:hover {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.mailchimp_button:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.mailchimp-text {
	font: bold 11px/14px 'Arial', sans-serif;
	text-transform: uppercase;
	color: #9ba0a5;
	margin-bottom: 15px;
}

/*// Widget search //*/
.widget_search {
	background: #d2040c;
	border-radius: 2px;
}

.widget_search .widget-title {
	margin-bottom: 27px;
}

.widget_search .searchform .form-group {
	position: relative;
	width: 100%;
}

.widget_search .searchform .form-control {
	width: 100%;
	border-radius: 0;
	background: #fff;
	border: none;
	border-radius: 2px;
	box-sizing: border-box;
	padding-right: 60px;
}

.widget-search__info {
	font: bold 11px/14px 'Arial', sans-serif;
	color: #f8ad89;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.widget-search__button {
	width: 50px;
	height: 50px;
	background: #2d323c;
	padding: 0;
	margin: 0;
	border-radius: 0 2px 2px 0;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.widget-search__button::before {
	font-family: 'rt-icons-2';
	content: '\e656';
	font-size: 14px;
	line-height: 50px;
}

.widget-search__button:hover {
	color: #fff;
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*// Widget mass index //*/
.widget_mass-index {
	background: #2d323c;
	border-radius: 2px;
}

.widget_mass-index .form-wrapp {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.widget_mass-index .form-wrapp input[type="text"] {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: none;
	padding: 3px 20px;
}

.widget_mass-index .form-wrapp:last-child {
	padding-right: 0;
}

.widget_mass-index .widget-title {
	margin-bottom: 27px;
}

.form-mass-index::after {
	content: '';
	display: table;
	clear: both;
}

.weight-label,
.height-label,
.age-label,
.gender-label {
	font: bold 11px/14px 'Arial', sans-serif;
	color: #9ba0a5;
	text-transform: uppercase;
}

.gender-label {
	margin-top: 24px;
	margin-bottom: 10px;
}

.radio-wrapper label {
	font: 13px/15px 'Arial', sans-serif;
	color: #cdd2d7;
}

.label-radio-1 {
	margin-right: 22px;
}

.form-mass__button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	background: #d2040c;
	border: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 16px 49px;
	border-radius: 2px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 1199px) {
	.form-mass__button {
		padding: 16px 35px;
	}
}

@media (max-width: 767px) {
	.form-mass__button {
		padding: 16px 30px;
	}
}

.form-mass__button:hover {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.form-mass__text {
	font: italic bold 23px/26px "Arimo", "Arial", sans-serif;
	border: 1px solid #434852;
	border-radius: 2px;
	background: transparent;
	width: 88px;
	box-sizing: border-box;
	height: 48px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}

.results-wrapper {
	margin-bottom: 0;
}

/*// Widget tag cloud //*/
.widget_tag_cloud {
	background: #fff;
	border-radius: 2px;
}

.widget_tag_cloud .widget-title {
	color: #3d424c;
}

.widget_tag_cloud .tagcloud a {
	font: bold 11px/14px 'Arial', sans-serif;
	color: #fff;
	background: #cdd2d7;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
	background: #3d424c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*// Widget featured products //*/
.widget_featured_products {
	background: #fff;
	border-radius: 2px;
}

.widget_featured_products .widget-title {
	color: #3d424c;
}

.widget_featured_products__list {
	padding: 0;
	margin: 0;
}

.widget_featured_products__list li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	padding-bottom: 17px;
}

.widget_featured_products__list li::after {
	content: '';
	display: table;
	clear: both;
}

.widget_featured_products__list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_featured_products__img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
}

.widget_featured_products__img img {
	width: 80px;
	height: auto;
}

.widget_featured_products__title {
	font: 19px/20px 'Arial', sans-serif;
	color: #2e313a;
	margin: 0 0 4px;
}

.widget_featured_products__title a {
	color: #2e313a;
}

.widget_featured_products__title a:hover {
	color: #d2040c;
}

.widget_featured_products__text {
	font: 13px/15px 'Arial', sans-serif;
	color: #9ba0a5;
	margin: 0 0 15px 0;
}

.widget_featured_products__price {
	margin: 0;
	float: left;
}

.widget_featured_products__meta::after {
	content: '';
	display: table;
	clear: both;
}

.widget_featured_products__button {
	margin: 0;
	float: right;
	font-size: 0;
	line-height: 0;
}

.widget_featured_products__button::before {
	font-family: 'rt-icons-2';
	font-size: 14px;
	line-height: 16px;
	color: #9ba0a5;
	content: '\e626';
	display: inline-block;
	float: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.widget_featured_products__button:hover::before {
	color: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.widget_featured_products__price {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #d2040c;
}

.widget_featured_products__refresh {
	float: right;
	display: block;
	font-size: 0;
	line-height: 0;
	margin-left: 20px;
}

.widget_featured_products__refresh::before {
	font-family: 'FontAwesome';
	content: '\f021';
	font-size: 14px;
	line-height: 16px;
	color: #9ba0a5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.widget_featured_products__refresh:hover:before {
	color: #d2040c;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*// Price filter //*/
.widget_price_filter {
	background: #fff;
	border-radius: 2px;
}

.widget_price_filter .widget-title {
	margin-bottom: 32px;
	color: #3d424c;
}

.widget_price_filter input[readonly] {
	background-color: transparent;
	padding-right: 3px;
	padding-left: 3px;
	max-width: 50px;
	margin-bottom: 4px;
	display: inline-block;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #d2040c;
	font-weight: normal "";
}

.widget_price_filter label {
	position: relative;
	display: inline-block;
	color: #d2040c;
}

.widget_price_filter label::before {
	content: '$';
	display: block;
	font-size: 14px;
	line-height: 16px;
	float: left;
	margin-top: 17px;
}

.widget_price_filter .form-group {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.widget_price__text {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 37px;
}

.ui-slider-range {
	background-color: #d2040c;
}

.ui-slider-horizontal {
	margin-bottom: 0;
}

.price__controls::after {
	content: '';
	display: table;
	clear: both;
}

.slider_price_min,
.slider_price_max {
	font-size: 14px;
	float: right;
	text-align: left;
}

.slider_price_min-left {
	float: left;
	margin-left: 20px;
}

.slider_price_min-right {
	float: right;
}

.ui-slider {
	position: relative;
	text-align: left;
	background-color: #e5e5e5;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	-ms-touch-action: none;
			touch-action: none;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 2px solid #d2040c;
	border-radius: 50%;
	background: #fff;
}

.ui-slider .ui-slider-handle:active, .ui-slider .ui-slider-handle:focus {
	outline: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: 2px;
}

.ui-slider-horizontal span.ui-slider-handle {
	top: -4px;
}

.ui-slider-horizontal span.ui-slider-handle:last-of-type {
	margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.price-filter__button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	background: #d2040c;
	border: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 16px 49px;
	border-radius: 2px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.price-filter__button:hover {
	background: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*// Widget product categories //*/
.widget_product_categories {
	background: #2d323c;
}

.product-categories-list {
	margin: 0;
	padding: 0;
}

.product-categories-list li {
	font: 15px/21px 'Arial', sans-serif;
	padding-left: 15px;
	position: relative;
	color: #fff;
	list-style: none;
}

.product-categories-list li::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	float: none;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	color: #d2040c;
}

.product-categories-list li a {
	color: #fff;
}

.product-categories-list li a span {
	color: #9ba0a5;
}

.product-categories-list li a:hover {
	color: #f8ad89;
}

/*// Widget on sale products //*/
.widget_on_sale_products {
	background: #fff;
	border-radius: 2px;
}

.widget_on_sale_products .widget-title {
	color: #3d424c;
}

.on-sale-list {
	padding: 0;
	margin: 0;
}

.on-sale-list li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	padding-bottom: 17px;
}

.on-sale-list li::after {
	content: '';
	display: table;
	clear: both;
}

.on-sale-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.on-sale-list__img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
}

.on-sale-list__img img {
	width: 80px;
	height: auto;
}

.on-sale-list__title {
	font: 19px/20px 'Arial', sans-serif;
	color: #2e313a;
	margin: 0 0 10px;
	padding-top: 10px;
}

.on-sale-list__title a {
	color: #2e313a;
}

.on-sale-list__title a:hover {
	color: #d2040c;
}

.on-sale-list__meta::after {
	content: '';
	display: table;
	clear: both;
}

.on-sale-list__price {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #9ba0a5;
	text-decoration: line-through;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.on-sale-list__new-price {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	background: #d2040c;
	padding: 3px 4px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

/*// Widget sidebar cart //*/
.widget_sidebar_cart {
	background: #fff;
	border-radius: 2px;
}

.widget_sidebar_cart .widget-title {
	color: #3d424c;
}

.sidebar-cart-list {
	padding: 0;
	margin: 0;
}

.sidebar-cart-list li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.sidebar-cart-list li::after {
	content: '';
	display: table;
	clear: both;
}

.sidebar-cart-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-cart-list .quantity {
	font-size: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
}

.sidebar-cart-list .quantity .amount {
	font-weight: bold;
	color: #d2040c;
}

.sidebar-cart-list__img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 10px;
}

.sidebar-cart-list__img img {
	width: 80px;
	height: auto;
}

.sidebar-cart-list__remove {
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 0;
}

.sidebar-cart-list__remove::before {
	font-family: 'FontAwesome';
	content: '\f00d';
	display: inline-block;
	float: none;
	color: #d2040c;
	font-size: 16px;
	line-height: 18px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.sidebar-cart-list__remove:hover::before {
	color: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.sidebar-cart-list__title {
	font: 19px/20px 'Arial', sans-serif;
	color: #2e313a;
	margin: 0 0 10px;
	padding-top: 10px;
}

.sidebar-cart-list__title a {
	color: #2e313a;
}

.sidebar-cart-list__title a:hover {
	color: #d2040c;
}

/*// Widget recent posts //*/
.widget_recent_posts {
	background: #fff;
	border-radius: 2px;
}

.widget_recent_posts .widget-title {
	color: #3d424c;
}

.widget_recent_posts__list {
	padding: 0;
	margin-bottom: 0;
}

.widget_recent_posts__list li {
	list-style: none;
	margin-bottom: 20px;
}

.widget_recent_posts__list li::after {
	content: '';
	display: table;
	clear: both;
}

.widget_recent_posts__list li:last-child {
	margin-bottom: 0;
}

.widget_recent_posts__img {
	width: 85px;
	height: auto;
	float: left;
	margin-right: 20px;
}

.widget_recent_posts__img img {
	width: 100%;
}

.widget_recent_posts__title {
	font: bold 17px/22px 'Arial', sans-serif;
	color: #3d424c;
	margin-top: 0;
	margin-bottom: -2px;
	padding-top: 12px;
}

.widget_recent_posts__title a {
	color: #3d424c;
}

.widget_recent_posts__title a:hover {
	color: #d2040c;
}

.widget_recent_posts__date {
	font: 11px/14px 'Arial', sans-serif;
	color: #cdd2d7;
	display: inline-block;
	margin-top: -10px;
}

/*// Widget big share //*/
.sidebar .widget {
	margin-bottom: 38px;
}

/*// Shopping cart widget //*/
.widget_shopping_cart {
	margin-bottom: 0;
}

.widget_shopping_cart .total {
	border-top: 1px solid #f8ad89;
	padding-top: 20px;
}

.product_list_widget {
	padding-top: 20px;
	margin-bottom: 30px;
}

.product_list_widget .remove {
	color: #fff;
}

.product_list_widget .remove i {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.product_list_widget .remove:hover i {
	color: #f8ad89;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.cart_list__img {
	float: left;
	margin-right: 10px;
}

.cart_list__img img {
	width: 80px;
}

.cart_list__title {
	font: 18px/20px 'Arial', sans-serif;
	margin-bottom: 5px;
}

/*// Widget flickr //*/
.widget_flickr {
	background: #fff;
}

.widget_flickr h3.widget-title {
	color: #3d424c;
}

.flickr_style {
	padding: 0;
}

.flickr_style a {
	display: inline-block;
}

.flickr_style a img {
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.flickr_style a:hover img {
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.flickr_style li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 10px;
	padding-left: 0;
}

.flickr_style li::before {
	display: none;
}

.flickr_style li:first-child {
	margin-left: 0;
}

/* Banner-ad */
.banner-ad {
	background: #f8ad89;
	padding: 15px;
}

.banner-ad::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 991px) {
	.banner-ad {
		padding: 20px;
	}
}

.banner-ad img {
	width: 100%;
}

.banner-ad__wrapper {
	position: relative;
}

.banner-ad__wrapper::before {
	content: '';
	background: rgba(52, 52, 52, 0.9) repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-ad__table-wrapp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.banner-ad__table-wrapp p {
	margin: 0;
	float: none;
	color: #fff;
	font-weight: 300;
	display: inline-block;
}

.banner-ad__table {
	display: table;
	width: 100%;
	height: 100%;
}

.banner-ad__content-row {
	display: table-row;
}

.banner-ad__content-cell {
	display: table-cell;
	vertical-align: middle;
}

.banner-ad__content {
	display: inline-block;
	float: none;
}

.banner-ad__title {
	font-size: 30px;
	line-height: 30px;
	padding: 15px;
	font-weight: 300;
	background: #d2040c;
	text-transform: uppercase;
	margin: 20px 0 0;
}

@media (max-width: 991px) {
	.banner-ad__title {
		font-size: 25px;
		line-height: 25px;
		padding: 13px 35px;
	}
}

.banner-ad__sub-title {
	background: #f8ad89;
	padding: 5px 30px;
}

/*// Widget nav menu //*/
.widget_nav_menu {
	margin: 0;
}

.widget_nav_menu .topline-menu {
	padding: 0;
	margin: 0;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.widget_nav_menu .topline-menu li {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 0 10px;
}

.widget_nav_menu .topline-menu li a {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
}

.widget_nav_menu .topline-menu li a:hover {
	color: #000;
}

.widget_nav_menu .menu {
	padding: 0;
	margin: 0;
}

.widget_nav_menu .menu li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}

.widget_nav_menu .menu li a:hover {
	color: #000;
}

.widget_recent_entries {
	padding-left: 0;
}

.widget_recent_entries li {
	list-style: none;
}

/*price tables*/
.price-table,
.price-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.price-table {
	margin: 0;
}

/* price table with background */
.bg_teaser .plan-name {
	background-color: #fefefe;
}

.bg_teaser .plan-price {
	background-color: rgba(255, 255, 255, 0.1);
}

.bg_teaser.color_bg_1 .plan-name h3 {
	color: #d2040c;
}

.bg_teaser.color_bg_2 .plan-name h3 {
	color: #0092ff;
}

.bg_teaser.color_bg_3 .plan-name h3 {
	color: #f8ad89;
}

.bg_teaser .features-list li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-name {
	padding: 30px 0;
}

.plan-name h3 {
	font-size: 32px;
	margin: 0;
}

.plan-price {
	padding: 35px 0 25px;
	position: relative;
	/* dollar sign */
	/* price */
	/* per month */
}

.plan-price span:first-child {
	font-size: 28px;
	font-weight: 300;
}

.plan-price span + span {
	font-size: 60px;
	font-weight: 700;
}

.plan-price p {
	display: inline;
	font-size: 28px;
	font-weight: 300;
	color: #f8ad89;
}

.features-list {
	margin-top: 20px;
}

.features-list li {
	margin: 10px 40px;
	padding-top: 10px;
}

.features-list .enabled:before,
.features-list .disabled:before {
	font-family: 'rt-icons-2';
	font-size: 24px;
	line-height: 1;
	position: relative;
	top: 5px;
	right: 4px;
	content: "\e116";
	padding-right: 8px;
	color: #3d424c;
}

.features-list .disabled:before {
	content: "\e117";
}

.call-to-action {
	padding: 20px 40px 38px;
}

.price-table.style1 {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.price-table.style1 .features-list li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.price-table.style1 .plan-price {
	background-color: #d2040c;
	color: #ffffff;
	margin: 1px -1px;
}

.price-table.style2 {
	background-color: #f5f5f5;
}

.price-table.style2 .plan-name {
	background-color: #d2040c;
	padding: 30px 0;
}

.price-table.style2 .plan-name h3 {
	color: #ffffff;
}

.price-table.style2 .plan-price {
	padding-bottom: 0;
	color: #3d424c;
}

.price-table.style2 .enabled:before,
.price-table.style2 .disabled:before {
	font-family: 'rt-icons-2';
	content: "\e621";
	padding-right: 13px;
	color: #d2040c;
}

.price-table.style2 .disabled:before {
	color: #3d424c;
	content: "\e622";
}

/*contacts*/
.contact-type-2 .contact-form-name, .contact-type-3 .contact-form-name {
	margin-bottom: 15px;
}

.contact-type-2 .contact-form-email, .contact-type-3 .contact-form-email {
	margin-bottom: 15px;
}

.contact-type-2 .contact-form-subject, .contact-type-3 .contact-form-subject {
	margin-bottom: 15px;
}

.contact-type-2 .contact-form-message, .contact-type-3 .contact-form-message {
	margin-bottom: 30px;
}

.contact-type-3 {
	margin-top: 30px;
}

.contact-type-4 label {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*=====================================
// Forms:
=====================================*/
.form-control {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	background: transparent;
	height: 50px;
	padding: 5px 18px;
	color: #9ba0a5;
}

.form-control:-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #9ba0a5;
	opacity: 1;
}

.form-control::-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #9ba0a5;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #9ba0a5;
}

.form-control::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #9ba0a5;
}

.form-control:focus:-moz-placeholder {
	font-style: normal;
	color: transparent;
	opacity: 1;
}

.form-control:focus::-moz-placeholder {
	font-style: normal;
	color: transparent;
	opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
	font-style: normal;
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	font-style: normal;
	color: transparent;
}

/*
**utilites
*/
.alignleft {
	float: left;
	margin: 5px 30px 15px 0;
	max-width: 50%;
}

.alignright {
	float: right;
	margin: 5px 0 15px 30px;
	max-width: 50%;
}

.round {
	border-radius: 50%;
}

.inline-block {
	display: inline-block;
	max-width: 100%;
}

.with_padding {
	padding: 40px;
}

@media (max-width: 1199px) {
	.with_padding {
		padding: 20px;
	}
}

.table_section_content {
	padding: 30px 50px;
}

.table_section_content h3 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 32px;
}

.with_background {
	background-color: #f5f5f5;
}

.muted_background {
	background-color: rgba(61, 66, 76, 0.06);
}

.with_border {
	border: 1px solid #e1e1e1;
}

.before_cover,
.after_cover,
.before_cover > *,
.after_cover > * {
	position: relative;
	z-index: 2;
}

.before_cover:before,
.after_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-corner {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.big {
	font-size: 42px;
	line-height: 0.9;
}

.response,
.highlight {
	color: #d2040c;
	border-color: #d2040c;
}

.highlight2 {
	color: #f8ad89;
	border-color: #f8ad89;
}

.red, .required {
	color: #fa5c5d;
}

.black {
	color: #1a1a1a;
	border-color: #1a1a1a;
}

.grey {
	color: #3d424c;
	border-color: #3d424c;
}

.greylinks a {
	color: #9a9a9a;
}

.darklinks a {
	color: #3d424c;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.quotesign {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 1;
}

.quotesign:before {
	font-size: 150px;
	font-family: 'PT Sans', sans-serif;
	content: '‘‘';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

.light_bg_color {
	background-color: #ffffff;
}

.main_bg_color {
	color: #ffffff;
	background-color: #d2040c;
}

.main_bg_color2 {
	color: #ffffff;
	background-color: #f8ad89;
}

.dark_bg_color {
	color: #ffffff;
	background-color: #1a1a1a;
}

.dark_bg_color h1, .dark_bg_color h2, .dark_bg_color h3, .dark_bg_color h4, .dark_bg_color h5, .dark_bg_color h6 {
	color: #ffffff;
}

.darkgrey_bg_color {
	color: #ffffff;
	background-color: #3d424c;
}

.darkgrey_bg_color h1, .darkgrey_bg_color h2, .darkgrey_bg_color h3, .darkgrey_bg_color h4, .darkgrey_bg_color h5, .darkgrey_bg_color h6 {
	color: #ffffff;
}

/*dividers, margins and paddings*/
.divider_20 {
	margin: 20px 0;
}

.divider_30 {
	margin: 30px 0;
}

.divider_40 {
	margin: 40px 0;
}

.margin_0 {
	margin: 0;
}

.topmargin_0 {
	margin-top: 0 !important;
}

.topmargin_1 {
	margin-top: 1px;
}

.topmargin_10 {
	margin-top: 10px;
}

.topmargin_20 {
	margin-top: 20px;
}

.topmargin_30 {
	margin-top: 30px;
}

.topmargin_40 {
	margin-top: 40px;
}

.topmargin_50 {
	margin-top: 50px;
}

.topmargin_60 {
	margin-top: 60px;
}

.bottommargin_0 {
	margin-bottom: 0;
}

.bottommargin_10 {
	margin-bottom: 10px;
}

.bottommargin_15 {
	margin-bottom: 15px;
}

.bottommargin_20 {
	margin-bottom: 20px;
}

.bottommargin_30 {
	margin-bottom: 30px;
}

.bottommargin_40 {
	margin-bottom: 40px;
}

.bottommargin_60 {
	margin-bottom: 60px;
}

.bottommargin_65 {
	margin-bottom: 65px;
}

.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: 0;
}

.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_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_10 {
	padding-right: 10px;
}

.rightpadding_20 {
	padding-right: 20px;
}

.rightpadding_30 {
	padding-right: 30px;
}

.rightpadding_40 {
	padding-right: 40px;
}

.rightpadding_50 {
	padding-right: 50px;
}

.rightpadding_60 {
	padding-right: 60px;
}

.fontsize_16 {
	font-size: 16px;
}

.fontsize_18 {
	font-size: 18px;
}

.fontsize_20 {
	font-size: 20px;
}

.fontsize_24 {
	font-size: 24px;
}

.fontsize_32 {
	font-size: 32px;
}

/*alignment*/
.display_table {
	display: table;
	min-width: 100%;
	height: 100%;
	margin: auto;
}

.display_table_cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
	overflow: hidden;
	zoom: 1;
}

@media (min-width: 1200px) {
	.text-lg-right {
		text-align: right;
	}
	.text-lg-left {
		text-align: left;
	}
	.text-lg-center {
		text-align: center;
	}
	.display_table_lg {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
	}
	.display_table_cell_lg {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
}

@media (min-width: 992px) {
	.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 {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
	}
	.display_table_cell_md {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
}

@media (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
	.text-sm-center {
		text-align: center;
	}
	.display_table_sm {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
	}
	.display_table_cell_sm {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
}

@media (max-width: 767px) {
	.text-xs-right {
		text-align: right;
	}
	.text-xs-left {
		text-align: left;
	}
	.text-xs-center {
		text-align: center;
	}
	.not_found {
		font-size: 130px;
	}
}

@media (max-width: 500px) {
	.hidden-xxs {
		display: none;
	}
}

.inline-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inline-dropdown > li {
	display: inline-block;
}

.small-text {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* common side and vertical items */
.with_border .item-media {
	margin: -1px -1px -1px -1px;
	z-index: 1;
}

.side-item .row {
	margin: 0;
}

.side-item [class*="col-"] {
	padding: 0;
	margin: 0;
}

.side-item .item-content h4 {
	padding-bottom: 20px;
}

.side-item.content-padding .item-content {
	padding-top: 27px;
	padding-bottom: 17px;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.side-item.full-padding {
	padding: 30px 30px 30px 30px;
}

.side-item.with_border [class*="col-"] > .item-title {
	margin-right: -1px;
	margin-left: -1px;
}

/*-md- paddings and margins*/
@media (max-width: 991px) {
	.side-item [class*="-md-"] .item-content {
		padding-top: 27px;
	}
}

@media (min-width: 992px) {
	.side-item [class*="-md-"] .item-content {
		padding-left: 30px;
	}
	.side-item [class*="-md-"][class*="pull-"] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}
	.side-item.with_border [class*="-md-"] > .item-title {
		margin-top: -1px;
	}
}

/*-sm- paddings and margins*/
@media (max-width: 767px) {
	.side-item [class*="-sm-"] .item-content {
		padding-top: 27px;
	}
}

@media (min-width: 768px) {
	.side-item [class*="-sm-"] .item-content {
		padding-left: 30px;
	}
	.side-item [class*="-sm-"][class*="pull-"] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}
	.side-item.with_border [class*="-sm-"] > .item-title {
		margin-top: -1px;
	}
}

.vertical-item.full-padding {
	padding: 30px 30px 30px 30px;
}

.vertical-item.content-padding .item-content {
	padding: 0 30px 20px;
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 30px 10px;
}

.vertical-item.content-absolute.vertical-center .item-content {
	top: 0;
	line-height: 1.1;
}

/* item meta */
.item-meta {
	margin-bottom: 10px;
}

.item-meta i {
	position: relative;
	font-size: 20px;
	top: 3px;
	padding: 0;
	margin: 0 !important;
}

/* item media links */
.item-media {
	position: relative;
	overflow: hidden;
}

.media-links {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.media-links div {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
	z-index: 4;
}

.media-links:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(55, 52, 47, 0.5);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

[class*="item"]:hover .media-links:before {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.media-links a.abs-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

[class*="item"]:hover .media-links a.abs-link {
	opacity: 1;
}

.media-links a.abs-link:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	border: 1px solid #ffffff;
}

.links-wrap a {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: -100px;
	display: inline-block;
	z-index: 5;
	font-size: 24px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	border: 1px solid #d2040c;
	background-color: #d2040c;
	color: #ffffff;
}

.links-wrap a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.links-wrap a.p-link {
	background-color: transparent;
	border-color: #ffffff;
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.links-wrap a:before {
	font-family: 'rt-icons-2';
	content: "\e6d4";
}

.links-wrap a.p-link:before {
	content: "\e707";
}

[class*="item"]:hover .links-wrap a {
	top: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}

[class*="item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* item icons */
.item-icons {
	display: table;
	width: 100%;
	border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.item-icons i {
	display: block;
	font-size: 16px;
}

.item-icons > div {
	padding: 22px 10px 18px;
	display: table-cell;
}

.item-icons > div + div {
	border-left: 1px solid rgba(128, 128, 128, 0.1);
}

.bottom-border {
	position: relative;
}

.bottom-border:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.block-header {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
}

.block-header .highlight {
	position: relative;
}

.block-header .highlight:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 3px;
	z-index: 2;
	background-color: #d2040c;
}

/*=====================================
// Shop:
=====================================*/
/* Shorting */
.storefront-label {
	font: 15px/48px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-right: 10px;
}

@media (max-width: 480px) {
	.storefront-label {
		width: 100%;
		margin-right: 0;
	}
}

.storefront-label span {
	color: #3d424c;
	font-weight: bold;
}

.storefront-select {
	font: 13px/15px 'Arial', sans-serif;
	color: #9ba0a5;
	width: 368px;
	float: right;
	border-radius: 0;
	background: transparent;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 10px;
	height: 48px;
}

@media (max-width: 1199px) {
	.storefront-select {
		width: 190px;
	}
}

@media (max-width: 480px) {
	.storefront-select {
		width: 100%;
	}
}

.storefront-form {
	margin-bottom: 20px;
}

.storefront-form::after {
	content: '';
	display: table;
	clear: both;
}

.products {
	padding: 0;
}

.shop-item {
	list-style: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 354px;
	margin-right: 30px;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.shop-item {
		width: 288px;
	}
}

@media (max-width: 991px) {
	.shop-item {
		width: 343px;
	}
}

@media (max-width: 767px) {
	.shop-item {
		width: 48%;
		margin-right: 3%;
		font-size: 0;
	}
}

@media (max-width: 480px) {
	.shop-item {
		width: 100%;
		margin-right: 0;
	}
}

.shop-item:nth-child(2n) {
	margin-right: 0;
}

.shop-item:last-child {
	margin-right: 0;
}

.shop-item:hover .shop-item__img a::before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.shop-item:hover .shop-item__button-wrapp {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/* Shop item style */
.shop-item__img {
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
}

.shop-item__img a {
	display: block;
	position: relative;
}

.shop-item__img a img {
	width: 100%;
}

.shop-item__img a::before {
	content: '';
	display: inline-block;
	float: none;
	width: 100%;
	height: 100%;
	background: rgba(229, 54, 25, 0.8) repeat center center;
	z-index: 1;
	position: absolute;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.shop-item__button-wrapp {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.shop-item__button {
	font-size: 0;
	line-height: 0;
	border: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: transparent;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.shop-item__button::before {
	font-family: 'rt-icons-2';
	content: '\e626';
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.shop-item__button:hover::before {
	color: #f8ad89;
}

.shop-item__title {
	font: 24px/27px 'Arial', sans-serif;
	color: #3d424c;
	margin-bottom: 8px;
}

.shop-item__title a {
	color: #3d424c;
}

.shop-item__title a:hover {
	color: #d2040c;
}

.shop-item__text {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 13px;
}

.shop-item__price {
	font: bold 14px/16px 'Arial', sans-serif;
	display: inline-block;
	float: none;
	vertical-align: middle;
	color: #d2040c;
}

.subtotal-wrapp {
	font: 15px/21px 'Arial', sans-serif;
	color: #9ba0a5;
	margin-bottom: 36px;
	padding-top: 11px;
}

.total-price {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #d2040c;
}

.cart-list__button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 17px 39px;
	border-radius: 3px;
	background: #d2040c;
	display: inline-block;
}

.cart-list__button:hover {
	background: #f8ad89;
	color: #fff;
}

/*=====================================
// Single shop page:
*/
.shop-single .shop-item__title {
	font: 30px/34px "Arial", sans-serif;
	text-align: left;
	text-transform: inherit;
	max-width: inherit;
	padding: 0;
	margin: 0;
}

.shop-single .shop-item__title::before {
	display: none;
}

.shop-single__img {
	width: 50%;
	float: left;
}

@media (max-width: 1199px) {
	.shop-single__img {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.shop-single__img {
		width: 100%;
	}
}

.shop-single__img img {
	width: 100%;
}

.shop-single__content {
	width: 50%;
	float: left;
	padding: 20px 30px 30px;
}

@media (max-width: 1199px) {
	.shop-single__content {
		width: 60%;
		padding: 10px 30px;
	}
}

@media (max-width: 767px) {
	.shop-single__content {
		width: 100%;
		padding: 30px 0;
	}
}

.shop-item__meta-list {
	padding: 0;
	margin: 0;
	width: 100%;
}

.shop-item__meta-list::after {
	content: '';
	display: table;
	clear: both;
}

.shop-item__meta-list li {
	list-style: none;
	display: block;
	margin-bottom: 20px;
}

.shop-item__meta-list li::after {
	content: '';
	display: table;
	clear: both;
}

a.shop-item__meta-tag {
	font: bold 9px/12px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 8px;
	background: #0092ff;
	letter-spacing: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 6px;
}

a.shop-item__meta-tag:hover {
	background: #f8ad89;
	color: #fff;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 16px;
	line-height: 1em;
	font-size: 12px;
	width: 5.5em;
	font-family: 'rt-icons-2';
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
}

.star-rating:before {
	content: "\e64f\e64f\e64f\e64f\e64f";
}

.star-rating:before,
.star-rating span:before {
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 0.1em;
	letter-spacing: 0\9;
	color: #d2040c;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\e64f\e64f\e64f\e64f\e64f";
	color: #f8ad89;
}

.shop-tags {
	margin: 0 0 40px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.shop-tags a {
	color: #9ba0a5;
}

.shop-tags a:hover {
	color: #d2040c;
}

.single-shop_button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	background: #0092ff;
	border: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 12px 35px;
	border-radius: 2px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-shop_button:hover {
	background: #8dddff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/* Single shop quantity */
.quantity {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.quantity #product_quantity {
	font-family: 'Roboto', 'Arial', sans-serif;
	width: 90px;
	height: 40px;
	border: 1px solid #d2040c;
	text-align: center;
	background: transparent;
	font-size: 15px;
	line-height: 17px;
	color: #d2040c;
	position: relative;
	padding-left: 17px;
	padding-right: 17px;
}

.quantity .minus,
.quantity .plus {
	border: none;
	font: 16px/22px "Arimo", "Arial", sans-serif;
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 10;
	color: #d2040c;
	font-weight: bold;
}

.quantity .minus {
	left: 5px;
}

.quantity .plus {
	right: 5px;
}

.single-shop-item__gty {
	vertical-align: middle;
	margin-bottom: 10px;
}

.single-shop-item__gty .quantity {
	float: left;
}

.single-shop-item__gty .theme-button {
	padding: 12px 15px;
	margin-bottom: 15px;
}

.single-shop-item__gty .price {
	float: right;
	font: bold 20px/40px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	margin: 0 0 0 10px;
}

/* Shop registrtation and cart */
.payment_methods {
	padding: 0;
	list-style: none;
}

.shop_table tr {
	border-bottom: 1px solid #e5e5e5;
}

.shop_table tr td {
	border: none;
}

.cart-table .product-price {
	vertical-align: middle;
	text-align: center;
}

.cart-table tr.cart_item td {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
}

.cart-table thead tr td {
	border: none;
}

.product-quantity {
	vertical-align: middle;
}

.product-quantity .quantity {
	margin: 0;
	width: 70px;
}

.product-quantity .quantity .form-control {
	text-align: center;
}

.product-quantity .quantity .minus {
	margin-top: -10px;
}

.product-quantity .quantity .plus {
	margin-top: -10px;
}

.cart_item .product-subtotal {
	vertical-align: middle;
	text-align: center;
}

.cart_item .product-remove {
	vertical-align: middle;
}

.cart_item .product-quantity {
	vertical-align: middle;
}

.cart_item .product-info {
	vertical-align: middle;
}

.cart_item .product-info .media-body {
	vertical-align: middle;
}

.coupon h3,
.shipping-calculator-form h3 {
	font: bold 22px/24px "Arial", sans-serif;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.coupon {
		margin-bottom: 80px;
	}
}

.cart_totals .table tbody tr td {
	border-top: 1px solid #e5e5e5;
}

.product-info {
	color: #3d424c;
}

.product-info .media-heading {
	font-size: 18px;
	line-height: 20px;
}

.product-info .media-body {
	font-size: 14px;
	line-height: 16px;
}

.product-info,
.product-price-td,
.product-quantity,
.product-subtotal {
	font: bold 22px/24px "Arial", sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #3d424c;
}

.product-price .amount,
.product-price .currencies,
.product-subtotal .amount,
.product-subtotal .currencies {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

.cart-buttons {
	margin-bottom: 50px;
	padding-top: 10px;
}

.cart-buttons .theme_button {
	margin-bottom: 10px;
	margin-right: 8px;
}

.cart-product-image {
	max-width: 50px;
}

.cart-collaterals {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.table-responsive {
		border: 1px solid #e5e5e5;
	}
}

/* Order title */
.order-title,
.payment-title {
	font: italic 27px/30px 'Arial', sans-serif;
	text-transform: uppercase;
}

.billing-title {
	font: bold 30px/32px 'Arial', sans-serif;
	text-transform: uppercase;
}

.shop-info {
	margin-bottom: 20px;
}

/*=====================================
// PLUGINS:
*/
/*
* jQuery FlexSlider v2.6.1
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
.flexslider {
	position: relative;
	overflow: hidden;
}

.flexslider .slides {
	padding: 0;
	margin: 0;
}

.flexslider .slides li {
	list-style: none;
}

.owl-carousel {
	position: relative;
	margin-bottom: 50px;
}

.owl-carousel:hover .owl-nav {
	top: 50%;
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: -5%;
	opacity: 0;
	margin-top: -30px;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.owl-carousel .owl-nav > div {
	color: transparent;
	font-size: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
}

.owl-carousel .owl-nav > div:first-child {
	left: 10px;
	right: auto;
}

.owl-carousel .owl-nav > div:after {
	font-family: 'rt-icons-2';
	font-size: 20px;
	line-height: 60px;
	content: "\e7c5";
	color: #3d424c;
}

.owl-carousel .owl-nav > div:first-child:after {
	content: '\e7c4';
}

.owl-carousel .owl-nav > div:hover:after {
	color: #d2040c;
}

.owl-carousel.owl-center .owl-nav {
	top: 0;
	bottom: 0;
	position: static;
	margin-top: 0;
}

.owl-carousel.owl-center .owl-nav > div {
	right: -15px;
	width: 50px;
	top: 0;
	bottom: 0;
	background-color: rgba(61, 66, 76, 0.6);
}

.owl-carousel.owl-center .owl-nav > div:first-child {
	left: -15px;
	right: auto;
}

.owl-carousel.owl-center .owl-nav > div:first-child:after {
	left: 16px;
}

.owl-carousel.owl-center .owl-nav > div:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #ffffff;
	font-size: 20px;
	left: 21px;
}

/* 
* Owl Carousel CSS File
*  v2.0
*/
/* 
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
					animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
					animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
					animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

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

/* 
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
*  Core Owl Carousel CSS File
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
		 -moz-user-select: auto;
			-ms-user-select: auto;
					user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
					transform-style: preserve-3d;
}

.owl-theme .owl-dots {
	text-align: center;
	margin-top: 40px;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 6px;
	border: 2px solid #3d424c;
	display: block;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #d2040c;
}

.owl-custom-nav {
	text-align: center;
}

.owl-custom-nav [class*="custom"] {
	cursor: pointer;
	position: relative;
	bottom: 2px;
}

.owl-custom-nav > div {
	display: inline-block;
}

/* owl images fix */
.owl-carousel .owl-item {
	-webkit-transition: opacity 0.4s ease 0.2s;
	transition: opacity 0.4s ease 0.2s;
	opacity: 0;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

.percent {
	display: inline-block;
	padding-top: 103px;
	font-size: 70px;
	font-weight: 100;
	z-index: 2;
	letter-spacing: -0.05em;
}

.percent:after {
	content: '%';
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

/* 
 Totop 
*/
#toTop {
	bottom: 0;
	right: 0;
	display: none;
	width: 60px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 9999;
	font-size: 0;
	color: transparent;
	background-color: #d2040c;
	opacity: 0.7;
}

#toTop:after {
	color: #ffffff;
	content: '\f106';
	font-size: 16px;
	line-height: 40px;
	font-family: 'FontAwesome';
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
	bottom: 3px;
	opacity: 1;
}

#toTop:hover:after {
	color: #ffffff;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	display: none !important;
}

/*
easy pie chart
*/
.chart {
	position: relative;
	display: inline-block;
	width: 270px;
	height: 270px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

/*
prettyPhoto
*/
div.facebook .pp_expand {
	background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_expand:hover {
	background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract:hover {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	z-index: 3000;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
	background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}

div.facebook .pp_arrow_next {
	background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}

div.facebook .pp_nav {
	margin-top: 0;
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
	margin-top: -2px;
}

div.facebook .pp_nav .pp_play {
	background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_next:hover {
	background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.facebook .pp_previous:hover {
	background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_content {
	height: 40px;
	min-width: 40px;
	overflow: hidden;
}

* html .pp_content {
	width: 40px;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	/*margin:10px 0 2px;*/
	padding: 7px 10px;
	background-color: #ffffff;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	margin: 0;
}

.pp_social .facebook {
	display: inline-block;
	float: none;
	margin-left: 5px;
	width: auto;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}

.pp_gallery ul a {
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	transition: none;
}

a.pp_previous {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	transition: none;
}

a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 6px;
	top: -16px;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px;
}

div.ppt {
	color: #ffffff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px;
}

.pp_top, .pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_top, * html .pp_bottom {
	padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
	display: none;
}

/*=====================================
// Schedule:
=====================================*/
#timetable_filter {
	margin-bottom: 30px;
}

#timetable_filter li {
	display: inline-block;
	float: none;
	vertical-align: middle;
	list-style: none;
	margin-right: 15px;
}

@media (max-width: 1199px) {
	#timetable_filter li {
		margin-bottom: 15px;
	}
}

#timetable_filter li a {
	font: bold 11px/14px 'Arial', sans-serif;
	color: #fff;
	display: block;
	text-transform: uppercase;
	background: #cdd2d7;
	padding: 8px 20px;
	border-radius: 2px;
}

#timetable_filter li a:hover {
	background: #3d424c;
}

#timetable_filter li .selected {
	background: #3d424c;
}

.table_template {
	background: transparent;
	table-layout: fixed;
	margin-left: 1px;
	width: 99%;
	table-layout: fixed;
}

.table_template tr th {
	font: bold 14px/16px 'Arial', sans-serif;
	background: #3d424c;
	color: #fff;
	border-right: 1px solid #c8c8c8;
	text-align: center;
	text-transform: uppercase;
	padding: 16px;
}

@media (max-width: 1199px) {
	.table_template tr th {
		width: 140px;
	}
}

.table_template tr th:first-child {
	border-radius: 4px 0 0 0;
}

.table_template tr th:last-child {
	border-radius: 0 4px 0 0;
}

.table_template tr td {
	text-align: center;
	border: 1px solid #c8c8c8;
	padding: 30px 0;
}

.table_template tr td:first-child {
	color: #3d424c;
}

.timetable__cont-01 {
	font: italic bold 21px/21px "Arimo", "Arial", sans-serif;
	color: #d2040c;
	text-transform: uppercase;
	position: relative;
	top: 4px;
}

.timetable__cont-02 {
	font: italic bold 11px/14px 'Arial', sans-serif;
	color: #9ba0a5;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	position: relative;
	top: -4px;
}

.current {
	background: #cdd2d7;
}

.current .timetable__cont-01 {
	color: #3d424c;
}

.current .timetable__cont-02 {
	color: #9ba0a5;
}

/* jQuery Countdown styles 2.0.2. */
#comingsoon-countdown {
	text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
	clear: both;
	display: table;
	content: ' ';
}

/* Countdown */
.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	display: table;
	margin: auto;
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
}

.countdown-section {
	display: table-cell;
	padding: 10px 30px 20px;
	text-align: center;
	border-left: 1px solid #ddd;
}

.countdown-section:first-child {
	border-left-width: 0;
}

.countdown-amount {
	font-size: 90px;
	line-height: 1;
	font-weight: 100;
	color: #d2040c;
}

.countdown-period {
	display: block;
	font-size: 28px;
	font-weight: 100;
}

.countdown-descr {
	display: block;
}

@media (max-width: 767px) {
	.countdown-section {
		padding: 20px 8px 0;
	}
	.countdown-amount {
		font-size: 40px;
	}
	.countdown-period {
		font-size: 16px;
	}
}

/**
* Add to Any button
*/
.a2a_menu {
	border-radius: 0 !important;
}

.addtoany_list.a2a_kit_size_32 a > span {
	border-radius: 0 !important;
}

.post-adds .addtoany_list a {
	padding: 0;
	line-height: 0;
	position: relative;
}

.post-adds .addtoany_list a:before {
	content: "\e70a";
	font-family: 'rt-icons-2';
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	top: 18px;
	left: 10px;
}

.post-adds .a2a_s_a2a {
	background: #3d424c;
	width: 40px !important;
	height: 40px !important;
}

.post-adds .addtoany_list a:hover span {
	opacity: 1;
}

.post-adds .a2a_kit + span {
	margin-left: -4px;
}

/*
**icons
*/
a.social-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

a.social-icon span {
	opacity: 0.7;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

a.social-icon span:first-child {
	font-size: 24px;
	margin-top: 8px;
	font-weight: bold;
}

a.social-icon [class*="rt-icon"] + span {
	font-size: 24px;
	margin-top: 8px;
	font-weight: bold;
}

a.social-icon + a.social-icon,
.tooltip + a.social-icon {
	margin-left: 16px;
}

a.social-icon.bg-icon + a.social-icon.bg-icon {
	margin-left: 7px;
}

a.social-icon.color-bg-icon + a.social-icon.color-bg-icon {
	margin-left: 1px;
}

a.social-icon.block-icon {
	width: 100%;
}

a.social-icon {
	color: #9a9a9a;
}

a[class*='soc-']:before {
	font-family: 'socicon';
	font-size: 16px;
}

a.border-icon {
	border: 1px solid #9a9a9a;
	border-color: rgba(154, 154, 154, 0.4);
	padding: 10px 11px;
	margin-bottom: 4px;
}

a.bg-icon {
	color: #ffffff;
	background-color: #9a9a9a;
	padding: 11px 12px;
	margin-bottom: 4px;
}

a.bg-icon:hover {
	color: #ffffff !important;
}

a.color-bg-icon {
	color: #ffffff;
	background-color: #3d424c;
	margin-bottom: 4px;
	padding: 11px 12px;
}

a.color-bg-icon:hover {
	background-color: #d2040c;
	color: #ffffff !important;
}

a.color-icon:hover {
	color: #3d424c !important;
}

a.color-icon.border-icon:hover {
	color: #ffffff !important;
}

a[class*='soc-'].rounded-icon {
	border-radius: 50%;
}

a.big-icon {
	width: 116px;
	height: 116px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-radius: 2px;
}

@media (max-width: 1199px) {
	a.big-icon {
		width: 94px;
	}
}

@media (max-width: 991px) {
	a.big-icon {
		width: 116px;
	}
}

a.big-icon[class*='soc-']:before {
	font-size: 32px;
}

a.big-icon [class*='rt-icon']:before {
	font-size: 32px;
}

/*corporate colors*/
a.color-icon.soc-twitter, a[class*="soc-"].soc-twitter:hover {
	color: #00abef;
	border-color: #00abef;
}

a.color-icon.soc-facebook, a[class*="soc-"].soc-facebook:hover {
	color: #507cbe;
	border-color: #507cbe;
}

a.color-icon.soc-google, a[class*="soc-"].soc-google:hover {
	color: #d93e2d;
	border-color: #d93e2d;
}

a.color-icon.soc-pinterest, a[class*="soc-"].soc-pinterest:hover {
	color: #c92619;
	border-color: #c92619;
}

a.color-icon.soc-foursquare, a[class*="soc-"].soc-foursquare:hover {
	color: #23b7e0;
	border-color: #23b7e0;
}

a.color-icon.soc-yahoo, a[class*="soc-"].soc-yahoo:hover {
	color: #6e2a85;
	border-color: #6e2a85;
}

a.color-icon.soc-skype, a[class*="soc-"].soc-skype:hover {
	color: #28abe3;
	border-color: #28abe3;
}

a.color-icon.soc-yelp, a[class*="soc-"].soc-yelp:hover {
	color: #c83218;
	border-color: #c83218;
}

a.color-icon.soc-feedburner, a[class*="soc-"].soc-feedburner:hover {
	color: #ffcc00;
	border-color: #ffcc00;
}

a.color-icon.soc-linkedin, a[class*="soc-"].soc-linkedin:hover {
	color: #3371b7;
	border-color: #3371b7;
}

a.color-icon.soc-viadeo, a[class*="soc-"].soc-viadeo:hover {
	color: #e4a000;
	border-color: #e4a000;
}

a.color-icon.soc-xing, a[class*="soc-"].soc-xing:hover {
	color: #005a60;
	border-color: #005a60;
}

a.color-icon.soc-myspace, a[class*="soc-"].soc-myspace:hover {
	color: #323232;
	border-color: #323232;
}

a.color-icon.soc-soundcloud, a[class*="soc-"].soc-soundcloud:hover {
	color: #fe3801;
	border-color: #fe3801;
}

a.color-icon.soc-spotify, a[class*="soc-"].soc-spotify:hover {
	color: #7bb342;
	border-color: #7bb342;
}

a.color-icon.soc-grooveshark, a[class*="soc-"].soc-grooveshark:hover {
	color: #f67e03;
	border-color: #f67e03;
}

a.color-icon.soc-lastfm, a[class*="soc-"].soc-lastfm:hover {
	color: #d41316;
	border-color: #d41316;
}

a.color-icon.soc-youtube, a[class*="soc-"].soc-youtube:hover {
	color: #d12121;
	border-color: #d12121;
}

a.color-icon.soc-vimeo, a[class*="soc-"].soc-vimeo:hover {
	color: #51b5e7;
	border-color: #51b5e7;
}

a.color-icon.soc-dailymotion, a[class*="soc-"].soc-dailymotion:hover {
	color: #004e72;
	border-color: #004e72;
}

a.color-icon.soc-vine, a[class*="soc-"].soc-vine:hover {
	color: #00b389;
	border-color: #00b389;
}

a.color-icon.soc-flickr, a[class*="soc-"].soc-flickr:hover {
	color: #0062dd;
	border-color: #0062dd;
}

a.color-icon.soc-500px, a[class*="soc-"].soc-500px:hover {
	color: #58a9de;
	border-color: #58a9de;
}

a.color-icon.soc-instagram, a[class*="soc-"].soc-instagram:hover {
	color: #9c7c6e;
	border-color: #9c7c6e;
}

a.color-icon.soc-wordpress, a[class*="soc-"].soc-wordpress:hover {
	color: #464646;
	border-color: #464646;
}

a.color-icon.soc-tumblr, a[class*="soc-"].soc-tumblr:hover {
	color: #45556c;
	border-color: #45556c;
}

a.color-icon.soc-blogger, a[class*="soc-"].soc-blogger:hover {
	color: #ec661c;
	border-color: #ec661c;
}

a.color-icon.soc-technorati, a[class*="soc-"].soc-technorati:hover {
	color: #5cb030;
	border-color: #5cb030;
}

a.color-icon.soc-reddit, a[class*="soc-"].soc-reddit:hover {
	color: #e74a1e;
	border-color: #e74a1e;
}

a.color-icon.soc-dribbble, a[class*="soc-"].soc-dribbble:hover {
	color: #e84d88;
	border-color: #e84d88;
}

a.color-icon.soc-stumbleupon, a[class*="soc-"].soc-stumbleupon:hover {
	color: #e64011;
	border-color: #e64011;
}

a.color-icon.soc-digg, a[class*="soc-"].soc-digg:hover {
	color: #1d1d1b;
	border-color: #1d1d1b;
}

a.color-icon.soc-envato, a[class*="soc-"].soc-envato:hover {
	color: #597c3a;
	border-color: #597c3a;
}

a.color-icon.soc-behance, a[class*="soc-"].soc-behance:hover {
	color: #007eff;
	border-color: #007eff;
}

a.color-icon.soc-delicious, a[class*="soc-"].soc-delicious:hover {
	color: #31a9ff;
	border-color: #31a9ff;
}

a.color-icon.soc-deviantart, a[class*="soc-"].soc-deviantart:hover {
	color: #c5d200;
	border-color: #c5d200;
}

a.color-icon.soc-forrst, a[class*="soc-"].soc-forrst:hover {
	color: #5b9a68;
	border-color: #5b9a68;
}

a.color-icon.soc-play, a[class*="soc-"].soc-play:hover {
	color: #5acdbd;
	border-color: #5acdbd;
}

a.color-icon.soc-zerply, a[class*="soc-"].soc-zerply:hover {
	color: #9dbc7a;
	border-color: #9dbc7a;
}

a.color-icon.soc-wikipedia, a[class*="soc-"].soc-wikipedia:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-apple, a[class*="soc-"].soc-apple:hover {
	color: #b9bfc1;
	border-color: #b9bfc1;
}

a.color-icon.soc-flattr, a[class*="soc-"].soc-flattr:hover {
	color: #f67c1a;
	border-color: #f67c1a;
}

a.color-icon.soc-github, a[class*="soc-"].soc-github:hover {
	color: #221e1b;
	border-color: #221e1b;
}

a.color-icon.soc-chimein, a[class*="soc-"].soc-chimein:hover {
	color: #888688;
	border-color: #888688;
}

a.color-icon.soc-friendfeed, a[class*="soc-"].soc-friendfeed:hover {
	color: #2f72c4;
	border-color: #2f72c4;
}

a.color-icon.soc-newsvine, a[class*="soc-"].soc-newsvine:hover {
	color: #075b2f;
	border-color: #075b2f;
}

a.color-icon.soc-identica, a[class*="soc-"].soc-identica:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-bebo, a[class*="soc-"].soc-bebo:hover {
	color: #ef1011;
	border-color: #ef1011;
}

a.color-icon.soc-zynga, a[class*="soc-"].soc-zynga:hover {
	color: #dc0606;
	border-color: #dc0606;
}

a.color-icon.soc-steam, a[class*="soc-"].soc-steam:hover {
	color: #8f8d8a;
	border-color: #8f8d8a;
}

a.color-icon.soc-xbox, a[class*="soc-"].soc-xbox:hover {
	color: #92c83e;
	border-color: #92c83e;
}

a.color-icon.soc-windows, a[class*="soc-"].soc-windows:hover {
	color: #00bdf6;
	border-color: #00bdf6;
}

a.color-icon.soc-outlook, a[class*="soc-"].soc-outlook:hover {
	color: #0072c6;
	border-color: #0072c6;
}

a.color-icon.soc-coderwall, a[class*="soc-"].soc-coderwall:hover {
	color: #3e8dcc;
	border-color: #3e8dcc;
}

a.color-icon.soc-tripadvisor, a[class*="soc-"].soc-tripadvisor:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-appnet, a[class*="soc-"].soc-appnet:hover {
	color: #494949;
	border-color: #494949;
}

a.color-icon.soc-goodreads, a[class*="soc-"].soc-goodreads:hover {
	color: #1abc9c;
	border-color: #1abc9c;
}

a.color-icon.soc-tripit, a[class*="soc-"].soc-tripit:hover {
	color: #1982c3;
	border-color: #1982c3;
}

a.color-icon.soc-lanyrd, a[class*="soc-"].soc-lanyrd:hover {
	color: #3c80c9;
	border-color: #3c80c9;
}

a.color-icon.soc-slideshare, a[class*="soc-"].soc-slideshare:hover {
	color: #4ba3a6;
	border-color: #4ba3a6;
}

a.color-icon.soc-buffer, a[class*="soc-"].soc-buffer:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-rss, a[class*="soc-"].soc-rss:hover {
	color: #f26109;
	border-color: #f26109;
}

a.color-icon.soc-vkontakte, a[class*="soc-"].soc-vkontakte:hover {
	color: #5a7fa6;
	border-color: #5a7fa6;
}

a.color-icon.soc-disqus, a[class*="soc-"].soc-disqus:hover {
	color: #2e9fff;
	border-color: #2e9fff;
}

a.color-icon.soc-houzz, a[class*="soc-"].soc-houzz:hover {
	color: #7cc04b;
	border-color: #7cc04b;
}

a.color-icon.soc-mail, a[class*="soc-"].soc-mail:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-patreon, a[class*="soc-"].soc-patreon:hover {
	color: #e44727;
	border-color: #e44727;
}

a.color-icon.soc-paypal, a[class*="soc-"].soc-paypal:hover {
	color: #009cde;
	border-color: #009cde;
}

a.color-icon.soc-playstation, a[class*="soc-"].soc-playstation:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-smugmug, a[class*="soc-"].soc-smugmug:hover {
	color: #acfd32;
	border-color: #acfd32;
}

a.color-icon.soc-swarm, a[class*="soc-"].soc-swarm:hover {
	color: #fc9d3c;
	border-color: #fc9d3c;
}

a.color-icon.soc-triplej, a[class*="soc-"].soc-triplej:hover {
	color: #e53531;
	border-color: #e53531;
}

a.color-icon.soc-yammer, a[class*="soc-"].soc-yammer:hover {
	color: #1175c4;
	border-color: #1175c4;
}

a.color-icon.soc-stackoverflow, a[class*="soc-"].soc-stackoverflow:hover {
	color: #fd9827;
	border-color: #fd9827;
}

a.color-icon.soc-drupal, a[class*="soc-"].soc-drupal:hover {
	color: #00598e;
	border-color: #00598e;
}

a.color-icon.soc-odnoklassniki, a[class*="soc-"].soc-odnoklassniki:hover {
	color: #f48420;
	border-color: #f48420;
}

a.color-icon.soc-android, a[class*="soc-"].soc-android:hover {
	color: #8ec047;
	border-color: #8ec047;
}

a.color-icon.soc-meetup, a[class*="soc-"].soc-meetup:hover {
	color: #e2373c;
	border-color: #e2373c;
}

a.color-icon.soc-persona, a[class*="soc-"].soc-persona:hover {
	color: #e6753d;
	border-color: #e6753d;
}

a.color-icon.soc-amazon, a[class*="soc-"].soc-amazon:hover {
	color: #ff9900;
	border-color: #ff9900;
}

a.color-icon.soc-ello, a[class*="soc-"].soc-ello:hover {
	color: #000000;
	border-color: #000000;
}

a.color-icon.soc-mixcloud, a[class*="soc-"].soc-mixcloud:hover {
	color: #314359;
	border-color: #314359;
}

a.color-icon.soc-8tracks, a[class*="soc-"].soc-8tracks:hover {
	color: #122c4b;
	border-color: #122c4b;
}

a.color-icon.soc-twitch, a[class*="soc-"].soc-twitch:hover {
	color: #6441a5;
	border-color: #6441a5;
}

a.color-icon.soc-airbnb, a[class*="soc-"].soc-airbnb:hover {
	color: #ff5a5f;
	border-color: #ff5a5f;
}

a.color-icon.soc-pocket, a[class*="soc-"].soc-pocket:hover {
	color: #ed4055;
	border-color: #ed4055;
}

/*corporate background colors*/
.color-bg-icon {
	color: #ffffff;
}

.color-bg-icon.soc-twitter, a.soc-twitter.bg-icon:hover, .soc-twitter.color-icon.border-icon:hover {
	background-color: #00abef;
}

.color-bg-icon.soc-facebook, a.soc-facebook.bg-icon:hover, .soc-facebook.color-icon.border-icon:hover {
	background-color: #507cbe;
}

.color-bg-icon.soc-google, a.soc-google.bg-icon:hover, .soc-google.color-icon.border-icon:hover {
	background-color: #d93e2d;
}

.color-bg-icon.soc-pinterest, a.soc-pinterest.bg-icon:hover, .soc-pinterest.color-icon.border-icon:hover {
	background-color: #c92619;
}

.color-bg-icon.soc-foursquare, a.soc-foursquare.bg-icon:hover, .soc-foursquare.color-icon.border-icon:hover {
	background-color: #23b7e0;
}

.color-bg-icon.soc-yahoo, a.soc-yahoo.bg-icon:hover, .soc-yahoo.color-icon.border-icon:hover {
	background-color: #6e2a85;
}

.color-bg-icon.soc-skype, a.soc-skype.bg-icon:hover, .soc-skype.color-icon.border-icon:hover {
	background-color: #28abe3;
}

.color-bg-icon.soc-yelp, a.soc-yelp.bg-icon:hover, .soc-yelp.color-icon.border-icon:hover {
	background-color: #c83218;
}

.color-bg-icon.soc-feedburner, a.soc-feedburner.bg-icon:hover, .soc-feedburner.color-icon.border-icon:hover {
	background-color: #ffcc00;
}

.color-bg-icon.soc-linkedin, a.soc-linkedin.bg-icon:hover, .soc-linkedin.color-icon.border-icon:hover {
	background-color: #3371b7;
}

.color-bg-icon.soc-viadeo, a.soc-viadeo.bg-icon:hover, .soc-viadeo.color-icon.border-icon:hover {
	background-color: #e4a000;
}

.color-bg-icon.soc-xing, a.soc-xing.bg-icon:hover, .soc-xing.color-icon.border-icon:hover {
	background-color: #005a60;
}

.color-bg-icon.soc-myspace, a.soc-myspace.bg-icon:hover, .soc-myspace.color-icon.border-icon:hover {
	background-color: #323232;
}

.color-bg-icon.soc-soundcloud, a.soc-soundcloud.bg-icon:hover, .soc-soundcloud.color-icon.border-icon:hover {
	background-color: #fe3801;
}

.color-bg-icon.soc-spotify, a.soc-spotify.bg-icon:hover, .soc-spotify.color-icon.border-icon:hover {
	background-color: #7bb342;
}

.color-bg-icon.soc-grooveshark, a.soc-grooveshark.bg-icon:hover, .soc-grooveshark.color-icon.border-icon:hover {
	background-color: #f67e03;
}

.color-bg-icon.soc-lastfm, a.soc-lastfm.bg-icon:hover, .soc-lastfm.color-icon.border-icon:hover {
	background-color: #d41316;
}

.color-bg-icon.soc-youtube, a.soc-youtube.bg-icon:hover, .soc-youtube.color-icon.border-icon:hover {
	background-color: #d12121;
}

.color-bg-icon.soc-vimeo, a.soc-vimeo.bg-icon:hover, .soc-vimeo.color-icon.border-icon:hover {
	background-color: #51b5e7;
}

.color-bg-icon.soc-dailymotion, a.soc-dailymotion.bg-icon:hover, .soc-dailymotion.color-icon.border-icon:hover {
	background-color: #004e72;
}

.color-bg-icon.soc-vine, a.soc-vine.bg-icon:hover, .soc-vine.color-icon.border-icon:hover {
	background-color: #00b389;
}

.color-bg-icon.soc-flickr, a.soc-flickr.bg-icon:hover, .soc-flickr.color-icon.border-icon:hover {
	background-color: #0062dd;
}

.color-bg-icon.soc-500px, a.soc-500px.bg-icon:hover, .soc-500px.color-icon.border-icon:hover {
	background-color: #58a9de;
}

.color-bg-icon.soc-instagram, a.soc-instagram.bg-icon:hover, .soc-instagram.color-icon.border-icon:hover {
	background-color: #9c7c6e;
}

.color-bg-icon.soc-wordpress, a.soc-wordpress.bg-icon:hover, .soc-wordpress.color-icon.border-icon:hover {
	background-color: #464646;
}

.color-bg-icon.soc-tumblr, a.soc-tumblr.bg-icon:hover, .soc-tumblr.color-icon.border-icon:hover {
	background-color: #45556c;
}

.color-bg-icon.soc-blogger, a.soc-blogger.bg-icon:hover, .soc-blogger.color-icon.border-icon:hover {
	background-color: #ec661c;
}

.color-bg-icon.soc-technorati, a.soc-technorati.bg-icon:hover, .soc-technorati.color-icon.border-icon:hover {
	background-color: #5cb030;
}

.color-bg-icon.soc-reddit, a.soc-reddit.bg-icon:hover, .soc-reddit.color-icon.border-icon:hover {
	background-color: #e74a1e;
}

.color-bg-icon.soc-dribbble, a.soc-dribbble.bg-icon:hover, .soc-dribbble.color-icon.border-icon:hover {
	background-color: #e84d88;
}

.color-bg-icon.soc-stumbleupon, a.soc-stumbleupon.bg-icon:hover, .soc-stumbleupon.color-icon.border-icon:hover {
	background-color: #e64011;
}

.color-bg-icon.soc-digg, a.soc-digg.bg-icon:hover, .soc-digg.color-icon.border-icon:hover {
	background-color: #1d1d1b;
}

.color-bg-icon.soc-envato, a.soc-envato.bg-icon:hover, .soc-envato.color-icon.border-icon:hover {
	background-color: #597c3a;
}

.color-bg-icon.soc-behance, a.soc-behance.bg-icon:hover, .soc-behance.color-icon.border-icon:hover {
	background-color: #007eff;
}

.color-bg-icon.soc-delicious, a.soc-delicious.bg-icon:hover, .soc-delicious.color-icon.border-icon:hover {
	background-color: #31a9ff;
}

.color-bg-icon.soc-deviantart, a.soc-deviantart.bg-icon:hover, .soc-deviantart.color-icon.border-icon:hover {
	background-color: #c5d200;
}

.color-bg-icon.soc-forrst, a.soc-forrst.bg-icon:hover, .soc-forrst.color-icon.border-icon:hover {
	background-color: #5b9a68;
}

.color-bg-icon.soc-play, a.soc-play.bg-icon:hover, .soc-play.color-icon.border-icon:hover {
	background-color: #5acdbd;
}

.color-bg-icon.soc-zerply, a.soc-zerply.bg-icon:hover, .soc-zerply.color-icon.border-icon:hover {
	background-color: #9dbc7a;
}

.color-bg-icon.soc-wikipedia, a.soc-wikipedia.bg-icon:hover, .soc-wikipedia.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-apple, a.soc-apple.bg-icon:hover, .soc-apple.color-icon.border-icon:hover {
	background-color: #b9bfc1;
}

.color-bg-icon.soc-flattr, a.soc-flattr.bg-icon:hover, .soc-flattr.color-icon.border-icon:hover {
	background-color: #f67c1a;
}

.color-bg-icon.soc-github, a.soc-github.bg-icon:hover, .soc-github.color-icon.border-icon:hover {
	background-color: #221e1b;
}

.color-bg-icon.soc-chimein, a.soc-chimein.bg-icon:hover, .soc-chimein.color-icon.border-icon:hover {
	background-color: #888688;
}

.color-bg-icon.soc-friendfeed, a.soc-friendfeed.bg-icon:hover, .soc-friendfeed.color-icon.border-icon:hover {
	background-color: #2f72c4;
}

.color-bg-icon.soc-newsvine, a.soc-newsvine.bg-icon:hover, .soc-newsvine.color-icon.border-icon:hover {
	background-color: #075b2f;
}

.color-bg-icon.soc-identica, a.soc-identica.bg-icon:hover, .soc-identica.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-bebo, a.soc-bebo.bg-icon:hover, .soc-bebo.color-icon.border-icon:hover {
	background-color: #ef1011;
}

.color-bg-icon.soc-zynga, a.soc-zynga.bg-icon:hover, .soc-zynga.color-icon.border-icon:hover {
	background-color: #dc0606;
}

.color-bg-icon.soc-steam, a.soc-steam.bg-icon:hover, .soc-steam.color-icon.border-icon:hover {
	background-color: #8f8d8a;
}

.color-bg-icon.soc-xbox, a.soc-xbox.bg-icon:hover, .soc-xbox.color-icon.border-icon:hover {
	background-color: #92c83e;
}

.color-bg-icon.soc-windows, a.soc-windows.bg-icon:hover, .soc-windows.color-icon.border-icon:hover {
	background-color: #00bdf6;
}

.color-bg-icon.soc-outlook, a.soc-outlook.bg-icon:hover, .soc-outlook.color-icon.border-icon:hover {
	background-color: #0072c6;
}

.color-bg-icon.soc-coderwall, a.soc-coderwall.bg-icon:hover, .soc-coderwall.color-icon.border-icon:hover {
	background-color: #3e8dcc;
}

.color-bg-icon.soc-tripadvisor, a.soc-tripadvisor.bg-icon:hover, .soc-tripadvisor.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-appnet, a.soc-appnet.bg-icon:hover, .soc-appnet.color-icon.border-icon:hover {
	background-color: #494949;
}

.color-bg-icon.soc-goodreads, a.soc-goodreads.bg-icon:hover, .soc-goodreads.color-icon.border-icon:hover {
	background-color: #1abc9c;
}

.color-bg-icon.soc-tripit, a.soc-tripit.bg-icon:hover, .soc-tripit.color-icon.border-icon:hover {
	background-color: #1982c3;
}

.color-bg-icon.soc-lanyrd, a.soc-lanyrd.bg-icon:hover, .soc-lanyrd.color-icon.border-icon:hover {
	background-color: #3c80c9;
}

.color-bg-icon.soc-slideshare, a.soc-slideshare.bg-icon:hover, .soc-slideshare.color-icon.border-icon:hover {
	background-color: #4ba3a6;
}

.color-bg-icon.soc-buffer, a.soc-buffer.bg-icon:hover, .soc-buffer.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-rss, a.soc-rss.bg-icon:hover, .soc-rss.color-icon.border-icon:hover {
	background-color: #f26109;
}

.color-bg-icon.soc-vkontakte, a.soc-vkontakte.bg-icon:hover, .soc-vkontakte.color-icon.border-icon:hover {
	background-color: #5a7fa6;
}

.color-bg-icon.soc-disqus, a.soc-disqus.bg-icon:hover, .soc-disqus.color-icon.border-icon:hover {
	background-color: #2e9fff;
}

.color-bg-icon.soc-houzz, a.soc-houzz.bg-icon:hover, .soc-houzz.color-icon.border-icon:hover {
	background-color: #7cc04b;
}

.color-bg-icon.soc-mail, a.soc-mail.bg-icon:hover, .soc-mail.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-patreon, a.soc-patreon.bg-icon:hover, .soc-patreon.color-icon.border-icon:hover {
	background-color: #e44727;
}

.color-bg-icon.soc-paypal, a.soc-paypal.bg-icon:hover, .soc-paypal.color-icon.border-icon:hover {
	background-color: #009cde;
}

.color-bg-icon.soc-playstation, a.soc-playstation.bg-icon:hover, .soc-playstation.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-smugmug, a.soc-smugmug.bg-icon:hover, .soc-smugmug.color-icon.border-icon:hover {
	background-color: #acfd32;
}

.color-bg-icon.soc-swarm, a.soc-swarm.bg-icon:hover, .soc-swarm.color-icon.border-icon:hover {
	background-color: #fc9d3c;
}

.color-bg-icon.soc-triplej, a.soc-triplej.bg-icon:hover, .soc-triplej.color-icon.border-icon:hover {
	background-color: #e53531;
}

.color-bg-icon.soc-yammer, a.soc-yammer.bg-icon:hover, .soc-yammer.color-icon.border-icon:hover {
	background-color: #1175c4;
}

.color-bg-icon.soc-stackoverflow, a.soc-stackoverflow.bg-icon:hover, .soc-stackoverflow.color-icon.border-icon:hover {
	background-color: #fd9827;
}

.color-bg-icon.soc-drupal, a.soc-drupal.bg-icon:hover, .soc-drupal.color-icon.border-icon:hover {
	background-color: #00598e;
}

.color-bg-icon.soc-odnoklassniki, a.soc-odnoklassniki.bg-icon:hover, .soc-odnoklassniki.color-icon.border-icon:hover {
	background-color: #f48420;
}

.color-bg-icon.soc-android, a.soc-android.bg-icon:hover, .soc-android.color-icon.border-icon:hover {
	background-color: #8ec047;
}

.color-bg-icon.soc-meetup, a.soc-meetup.bg-icon:hover, .soc-meetup.color-icon.border-icon:hover {
	background-color: #e2373c;
}

.color-bg-icon.soc-persona, a.soc-persona.bg-icon:hover, .soc-persona.color-icon.border-icon:hover {
	background-color: #e6753d;
}

.color-bg-icon.soc-amazon, a.soc-amazon.bg-icon:hover, .soc-amazon.color-icon.border-icon:hover {
	background-color: #ff9900;
}

.color-bg-icon.soc-ello, a.soc-ello.bg-icon:hover, .soc-ello.color-icon.border-icon:hover {
	background-color: #000000;
}

.color-bg-icon.soc-mixcloud, a.soc-mixcloud.bg-icon:hover, .soc-mixcloud.color-icon.border-icon:hover {
	background-color: #314359;
}

.color-bg-icon.soc-8tracks, a.soc-8tracks.bg-icon:hover, .soc-8tracks.color-icon.border-icon:hover {
	background-color: #122c4b;
}

.color-bg-icon.soc-twitch, a.soc-twitch.bg-icon:hover, .soc-twitch.color-icon.border-icon:hover {
	background-color: #6441a5;
}

.color-bg-icon.soc-airbnb, a.soc-airbnb.bg-icon:hover, .soc-airbnb.color-icon.border-icon:hover {
	background-color: #ff5a5f;
}

.color-bg-icon.soc-pocket, a.soc-pocket.bg-icon:hover, .soc-pocket.color-icon.border-icon:hover {
	background-color: #ed4055;
}

.demo-icon {
	display: inline-block;
	text-align: center;
	padding: 15px 20px 10px;
}

.demo-icon span {
	display: block;
}

.demo-icon .name {
	font-size: 1.01em;
	font-weight: 700;
	color: #3d424c;
}

.demo-icon a[class*="soc-"] {
	color: #3d424c;
	font-size: 24px;
	margin: 10px 0 0;
}

.social-icons-demo a[class*="soc-"] {
	margin: 10px !important;
}

.social-icons-demo a + a {
	margin: 0 !important;
}

/*=====================================
// Isotope portfolio and gallery posts:
=====================================*/
.filters.isotope_filters {
	margin-bottom: 40px;
}

.filters.isotope_filters a {
	font: bold 11px/14px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	vertical-align: middle;
	background: #cdd2d7;
	padding: 6px 20px;
	border-radius: 2px;
}

.filters.isotope_filters a:hover {
	background: #3d424c;
}

.filters.isotope_filters .selected {
	background: #3d424c;
}

.isotope-pagination .pagination {
	margin: 0;
}

a.categories-button {
	font: bold 9px/14px 'Arial', sans-serif;
	color: #fff;
	background: #d2040c;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	padding: 3px 10px;
}

a.categories-button:hover {
	color: #fff;
	background: #f8ad89;
}

.categories-links {
	margin-top: -26px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.isotope-title {
	margin: 0;
	padding-top: 5px;
	margin-bottom: 8px;
}

.isotope-title a {
	font: 25px/28px 'Arial', sans-serif;
	color: #3d424c;
}

.isotope-title a:hover {
	color: #d2040c;
}

a.isotope-button {
	font: bold 14px/16px 'Arial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 41px;
	background: #0092ff;
	border-radius: 3px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

a.isotope-button:hover {
	color: #fff;
	background: #434852;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.item-content::after {
	content: '';
	display: table;
	clear: both;
}

.isotope-fullwidth .isotope-item {
	padding: 0 0 40px 0;
}

.gallery-extended-item .item-content {
	padding: 0 20px;
}

.gallery-extended-item .isotope-title {
	line-height: 25px;
}

.isotope-item.content-absolute {
	position: relative;
}

.isotope-item.content-absolute .item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-gallery-single {
	padding-top: 40px;
}

/*=====================================
// Single isotope page:
=====================================*/
.gallery-single-img {
	margin-bottom: 40px;
}

.gallery-single-img img {
	width: 100%;
}

.related-photos-carousel {
	margin-bottom: 0;
}

.related-photos-carousel .owl-prev, .related-photos-carousel .owl-next {
	cursor: pointer;
}

/*=====================================
// Switcher styles:
*/
#switcher {
	position: fixed;
	top: 22%;
	right: -200px;
	width: 200px;
	background-color: #404040;
	color: #ffffff;
	z-index: 350;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

@media (max-width: 767px) {
	#switcher {
		top: 17%;
	}
}

#switcher.active {
	right: 0;
}

#switcher a {
	color: #d2040c;
}

#switcher .checkbox {
	margin: 4px 0;
	line-height: 1.5;
}

#switcher h4 {
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #999999;
	background-color: #222;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0 36px;
	text-transform: none;
}

#switcher span[class^="rt-icon2-"] {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 24px;
	background-color: #222;
	text-align: center;
	left: -60px;
	top: 0;
	cursor: pointer;
	z-index: 2;
}

#switcher span[class^="rt-icon2-"]:hover {
	color: #999999;
}

#switcher span[class="rt-icon2-delete-outline"] {
	background-color: transparent;
	z-index: 1;
	left: -20px;
}

#switcher li {
	margin-bottom: 0px;
	padding: 0 3px;
}

#switcher p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
}

#switcher label {
	color: #999999;
}

#switcher ul {
	margin-bottom: 0;
}

#switcher .tooltip {
	min-width: 110px;
}

#switcher .tooltip-arrow {
	display: none;
}

#switcher-version li::before {
	display: none;
}

#switcher-version li a {
	padding: 13px 14px;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

#switcher-version li a:hover {
	color: #e4344e;
}

#switcher-version li a.light {
	background-color: #ffffff;
	color: #3d424c;
}

#switcher-version li a.light:hover {
	color: #e4344e;
}

#switcher-version li a.dark {
	color: #ffffff;
	background-color: #262626;
}

#switcher-version li a.dark:hover {
	color: #e4344e;
}

#switcher-colors {
	line-height: 0;
}

#switcher-colors li::before {
	display: none;
}

#switcher-colors a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	line-height: 0;
}

#switcher-colors a:hover {
	opacity: 0.7;
}

#switcher-colors .color1 {
	background-color: #0092ff;
}

#switcher-colors .color2 {
	background-color: #72a524;
}

#switcher-colors .color3 {
	background-color: #d2040c;
}

#switcher-patterns a {
	display: block;
	line-height: 1;
	height: 40px;
	width: 40px;
	overflow: hidden;
	background-color: #ffffff;
}

#switcher-patterns a img {
	opacity: 0;
}

#switcher-patterns a:hover {
	opacity: 0.7;
}

#switcher-patterns li:first-child a img {
	opacity: 1;
}

#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout,
#switcher_patterns {
	padding: 26px 30px 0px;
}

.checkbox-slider--b-flat {
	position: relative;
}

.checkbox-slider--b-flat input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input + span {
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.checkbox-slider--b-flat input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}

.checkbox-slider--b-flat input + span > h4 {
	display: inline;
}

.checkbox-slider--b-flat input + span {
	padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: #ffffff;
}

.checkbox-slider--b-flat input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	-webkit-transition: margin-left 0.4s ease-in-out;
	transition: margin-left 0.4s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}

.checkbox-slider--b-flat input:checked + span:after {
	margin-left: 20px;
	content: "";
}

.checkbox-slider--b-flat input:checked + span:before {
	-webkit-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input + span {
	padding-left: 30px;
}

.checkbox-slider--b-flat input + span:before {
	border-radius: 20px;
	width: 40px;
}

.checkbox-slider--b-flat input + span:after {
	background: #ffab09;
	content: "";
	width: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
	border-radius: 20px;
}

.checkbox-slider--b-flat input:checked + span:after {
	content: "";
	margin-left: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
}

.checkbox-slider--b-flat input:checked + span:before {
	background: #ffffff;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
	border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
	border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
	border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
	border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
	box-shadow: none;
}

