@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,100,900);

@import url(https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff);
/*
** 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

*/
/*
**bootstrap overrides
*/
/* modal */
.modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
}

/*breadcrumbs*/
.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	text-transform: uppercase;
	color: inherit;
}

.breadcrumb > li > a {
	padding: 0 20px 1px;
	color: #1a1a1a;
	background-color: #ffffff;
}

.breadcrumb > li > a:hover,
.breadcrumb > li.active > span {
	padding: 0 20px 1px;
	color: #ffffff;
	background-color: #1a1a1a;
}

.breadcrumb > li + li:before {
	padding: 0 8px;
	font-family: 'rt-icons-2';
	font-size: 10px;
	content: '\e7c5';
	color: #ffffff;
}

/*pagination*/
.pagination {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}

.muted_background .pagination {
	margin-top: 0;
}

.page_portfolio .pagination {
	margin-top: 15px;
}

.pagination.left {
	margin-left: -10px;
}

.pagination > li {
	display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	border: none;
	padding: 0;
	color: #4c4c4c;
	background-color: transparent;
	border: 1px solid #4c4c4c;
	margin-left: 10px;
	margin-bottom: 10px;
	min-width: 40px;
	height: 40px;
	line-height: 36px;
}

.pagination.unbordered > li > a,
.pagination.unbordered > li > span {
	background-color: transparent;
	border: none;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 0;
	margin-bottom: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0px;
	font-size: 10px;
	line-height: 40px;
	color: #ffffff;
	background-color: #4c4c4c;
}

.pagination.unbordered > li:first-child > a,
.pagination.unbordered > li:first-child > span,
.pagination.unbordered > li:last-child > a,
.pagination.unbordered > li:last-child > span {
	line-height: 34px;
	color: #1a1a1a;
	background-color: transparent !important;
}

.ds .pagination.unbordered > li:first-child > a, .ds
.pagination.unbordered > li:first-child > span, .ds
.pagination.unbordered > li:last-child > a, .ds
.pagination.unbordered > li:last-child > span {
	color: #ffffff;
}

.pagination.unbordered > li:first-child > a,
.pagination.unbordered > li:first-child > span {
	margin-right: 25px;
}

.pagination.unbordered > li:last-child > a,
.pagination.unbordered > li:last-child > span {
	margin-left: 25px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	border-color: transparent;
	background-color: #780127;
	color: #ffffff;
}

.pagination.unbordered > .active > a,
.pagination.unbordered > .active > span,
.pagination.unbordered > li > a:hover,
.pagination.unbordered > li > span:hover,
.pagination.unbordered > li > a:focus,
.pagination.unbordered > li > span:focus {
	border-color: transparent;
	background-color: transparent;
	color: #780127;
}

/*forms*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select,
.form-control,
.select-group {
	min-width: 200px;
	height: 40px;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 0;
	font-style: italic;
	color: #0d0d0d;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
}

textarea {
	height: auto;
}

.form-group {
	position: relative;
	margin-bottom: 10px;
}

/* select styling */
.form-control option {
	color: #1a1a1a;
	background-color: #ffffff;
}

.form-control, .form-control:focus {
	box-shadow: none;
}

.form-control.invalid {
	box-shadow: 0 0 0 2px #780127;
}

.form-control:focus {
	border-color: rgba(0, 0, 0, 0.4);
}

.form-control:-moz-placeholder {
	color: #818181;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #818181;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #818181;
}

.form-control::-webkit-input-placeholder {
	color: #818181;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
	opacity: 1;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
	opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	font-style: italic;
	color: transparent;
}

/*icons for forms */
form label + [class*="icon2-"] {
	position: absolute;
	font-size: 24px;
	color: #818181;
	left: 10px;
	top: 19px;
}

form label + [class*="icon2-"] + .form-control {
	padding-left: 50px;
}

label {
	font-weight: normal;
}

.form-control.with-icon {
	padding-left: 50px;
}

.form-control + [class*="icon2-"] {
	position: absolute;
	font-size: 16px;
	left: 20px;
	top: 12px;
	line-height: 1;
	color: #818181;
}

.form-control:focus + [class*="icon2-"] {
	color: #780127;
}

input[type=checkbox] {
	visibility: hidden;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	position: absolute;
	margin: 3px;
}

.checkbox-inline label {
	padding-left: 0;
	cursor: pointer;
}

input[type="checkbox"] + label:before {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	font-size: 16px;
	font-family: 'rt-icons-2';
	speak: none;
	text-align: center;
	line-height: 16px;
	border: 1px solid #1a1a1a;
	vertical-align: middle;
	cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
	content: "\e6f4";
}

/*carousel*/
.carousel {
	overflow: hidden;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-width: 0;
	background-color: #1a1a1a;
	margin: 0 3px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators li:hover {
	opacity: 0.8;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background-color: #780127;
}

.carousel-control {
	color: #ffffff;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-control span,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-family: 'rt-icons-2';
	width: 50px;
	height: 50px;
	margin: 0;
	font-size: 10px;
	left: 0;
	top: 0;
	line-height: 50px;
}

.carousel-control:hover span {
	color: #780127;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.carousel-control .icon-prev:before {
	content: "\e7c4";
}

.carousel-control .icon-next:before {
	content: "\e7c5";
}

/*collapse accordion*/
.panel-heading .panel-title {
	font-size: inherit;
	letter-spacing: 0;
	padding: 0;
	position: relative;
}

.panel-heading .panel-title > a {
	line-height: 24px;
	display: block;
	font-weight: 300;
	padding: 18px 65px 18px 40px;
	color: #ffffff;
	background-color: #780127;
	border: none;
	word-wrap: break-word;
}

.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
	color: #ffffff;
	background-color: #780127;
}

.panel-heading .panel-title > a.collapsed:hover > i, .panel-heading .panel-title > a.collapsed:hover:after,
.panel-heading .panel-title > a:hover > i,
.panel-heading .panel-title > a:hover:after {
	color: #ffffff;
}

.panel-heading .panel-title > a.collapsed {
	background-color: #f2f2f2;
}

.panel-heading .panel-title > a:after {
	color: #ffffff;
	content: '+';
	font-size: 20px;
	position: absolute;
	line-height: 58px;
	text-align: center;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	letter-spacing: 0;
}

.panel-heading .panel-title > a.collapsed:after {
	content: '-';
}

.panel-heading .panel-title > a.collapsed {
	color: #1a1a1a;
}

.panel-heading .panel-title > a.collapsed > i {
	color: #780127;
}

.panel-heading .panel-title > a.collapsed:after {
	color: #1a1a1a;
}

.panel-heading .panel-title > a > i {
	color: #ffffff;
	position: relative;
	top: 1px;
	font-size: 16px;
	padding-right: 12px;
}

.panel {
	box-shadow: none;
}

.panel-group .panel {
	border-radius: 0;
	background-color: transparent;
}

.panel-default > .panel-heading {
	background-color: transparent;
	color: inherit;
	position: relative;
	border: none;
	border-radius: 0;
	padding: 0;
}

.panel-default {
	border-color: transparent;
}

.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-body {
	border-top: none !important;
	background-color: #f2f2f2;
}

.panel-body .media-left {
	padding-top: 8px;
	padding-right: 28px;
}

.panel-body .media-left .img-circle {
	max-width: 50px;
}

.panel-body .media-left img {
	max-width: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	padding: 23px 30px 30px;
	border-radius: 0px;
}

/*progress bars*/
p + .progress {
	margin-top: -10px;
}

.progress {
	overflow: hidden;
	height: 40px;
	position: relative;
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.progress-bar {
	background-color: #780127;
	color: inherit;
	box-shadow: none;
	height: 40px;
}

.progress-bar span {
	position: relative;
	color: #ffffff;
	top: 10px;
	font-size: 0.9em;
}

.progress-bar-info {
	background-color: #8aa5ec;
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-bar-danger {
	background-color: #d9534f;
}

.alert {
	border-radius: 0;
	border-width: 0 0 0 4px;
	padding: 30px;
}

.media {
	margin-top: 16px;
}

.media .media-object {
	max-width: 100px;
}

.media-left, .media > .pull-left {
	padding-right: 20px;
}

/*nav*/
.nav > li > a {
	color: #1a1a1a;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: inherit;
}

/*tabs*/
.tab-content {
	border-radius: 0 0 0 0;
	padding: 30px 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-content.no-border {
	padding: 36px 0 0;
	border: none;
	background-color: transparent !important;
}

.tab-content.top-color-border {
	position: relative;
}

.tab-content.top-color-border:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: -1px;
	height: 6px;
	background-color: #780127;
}

.tab-content .featured-tab-image {
	margin: -30px -31px 24px -31px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-tabs {
	border-bottom-color: transparent;
	margin-top: 0px;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	font-size: 14px;
	padding: 19px 40px;
	margin-right: 1px;
	margin-top: 0px;
	border: none;
	border: 1px solid #1a1a1a;
	background-color: #1a1a1a;
	color: #ffffff;
	border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: transparent;
	background-color: #780127;
	color: #ffffff;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > .active > a {
	border-color: #1a1a1a;
	background-color: #1a1a1a;
	color: #780127;
}

/*vertical tabs*/
.vertical-tabs .tab-content.no-border {
	padding-top: 0;
}

.vertical-tabs .nav > li > a {
	background-color: #1a1a1a;
	color: #ffffff;
	padding: 18px 60px 18px 40px;
	margin-bottom: 10px;
	position: relative;
}

.vertical-tabs .nav > li > a i {
	position: relative;
	top: 1px;
	padding-right: 12px;
}

.vertical-tabs .nav > li > a:after {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'rt-icons-2';
	content: "\e7c5";
	position: absolute;
	font-size: 12px;
	line-height: 58px;
	text-align: center;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	letter-spacing: 0;
}

.vertical-tabs .nav > li.active a,
.vertical-tabs .nav > li > a:hover {
	background-color: #780127;
}

@media (min-width: 768px) {
	.vertical-tabs .nav > li.active {
		position: relative;
		z-index: 2;
	}
}

/*bs buttons*/
.btn {
	padding: 18px 30px;
	text-transform: uppercase;
	margin: 0 2px 6px 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.btn:hover, .btn:focus {
	outline: none;
}

li.media:before,
li.media:after {
	display: block;
	content: '';
	clear: both;
}

/* dropdown menu */
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	border: none;
	z-index: 1001;
	margin-top: 0;
}

[class*="right"] .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #1a1a1a;
	background-color: transparent;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 13px 8px;
	border-color: rgba(0, 0, 0, 0.05);
}

.table {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table td + td {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}

.table-responsive {
	border: none;
}

.well {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.embed-responsive-3by2 {
	padding-bottom: 66.666%;
}

.embed-placeholder:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	line-height: 44px;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	border-radius: 50%;
	background-image: url("../img/play.png");
	z-index: 2;
}

.embed-placeholder:hover:before {
	background-image: url("../img/play-hover.png");
}

/*
**vertical margins and paddings
*/
.page_contact + footer > [class*="container"] {
	padding-top: 80px;
}

/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
	padding-top: 0;
	padding-bottom: 0;
}

.section_padding_20 > [class*="container"] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section_padding_30 > [class*="container"] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section_padding_50 > [class*="container"] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section_padding_70 > [class*="container"] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section_padding_80 > [class*="container"] {
	padding-top: 80px;
	padding-bottom: 80px;
}

.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_10 > [class*="container"] {
	padding-top: 10px;
}

.section_padding_top_20 > [class*="container"] {
	padding-top: 20px;
}

.section_padding_top_30 > [class*="container"] {
	padding-top: 30px;
}

.section_padding_top_40 > [class*="container"] {
	padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
	padding-top: 50px;
}

.section_padding_top_60 > [class*="container"] {
	padding-top: 60px;
}

.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_10 > [class*="container"] {
	padding-bottom: 10px;
}

.section_padding_bottom_20 > [class*="container"] {
	padding-bottom: 20px;
}

.section_padding_bottom_30 > [class*="container"] {
	padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
	padding-bottom: 40px;
}

.section_padding_bottom_50 > [class*="container"] {
	padding-bottom: 50px;
}

.section_padding_bottom_60 > [class*="container"] {
	padding-bottom: 60px;
}

.section_padding_bottom_70 > [class*="container"] {
	padding-bottom: 70px;
}

.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*="container"] > .row > [class*="col-"],
footer > [class*="container"] > .row > [class*="col-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.columns_vertical_margin_15 > [class*="container"] > .row > [class*="col-"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	[class*="col-md-"] + [class*="col-md-"] {
		margin-top: 20px !important;
	}

	[class*="col-md-"] + [class*="col-md-"][class*="col-sm-"] {
		margin-top: 10px !important;
	}
}

@media (max-width: 767px) {
	div[class*="col-sm-"] + [class*="col-sm-"] {
		margin-top: 20px !important;
	}
}

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0;
}

.columns_padding_1 > [class*="container"] > .row > [class*="col-"] {
	margin-top: 0 !important;
	margin-bottom: 1px !important;
}

.columns_padding_2 > [class*="container"] > .row > [class*="col-"],
.row.columns_padding_2 > [class*="col-"] {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

.columns_padding_5 > [class*="container"] > .row > [class*="col-"] {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* 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;
	}

	[class*="col-xs"] + [class*="col-xs"] {
		margin-top: 0 !important;
	}
}

@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;
	}
}

/*
**general styles
*/
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::-moz-selection {
	color: #ffffff;
	background-color: #780127;
}

::selection {
	color: #ffffff;
	background-color: #780127;
}

::-moz-selection {
	color: #ffffff;
	background-color: #780127;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	background-color: #FCEDFF;
	overflow: visible;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
	word-break: break-word;
}

h1,
h2 {
	line-height: 0.9;
}

h4 {
	font-size: 20px;
}

p {
	margin-bottom: 15px;
}

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 10px 20px 20px 42px;
	border-left: 5px solid #780127;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
}

blockquote .media {
	font-size: 14px;
	font-style: normal;
	margin: 8px 0 6px;
}

blockquote .media:first-child {
	margin-top: 8px;
}

blockquote .media img,
blockquote .media .media-object {
	min-width: 40px;
	max-width: 40px;
	border-radius: 50%;
}

blockquote .item-meta {
	margin-top: 10px;
	font-style: normal;
	opacity: 0.7;
}

.blockquote-big {
	max-width: 80%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	color: #818181;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	padding: 0 70px;
	border: none;
}

.flexslider .blockquote-big {
	margin-top: 0;
}

@media (max-width: 767px) {
	.blockquote-big {
		max-width: 100%;
	}
}

.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: #780127;
	margin-bottom: 10px;
}

.blockquote-big:before, .blockquote-big:after {
	font-style: normal;
	content: "\e977";
	font-family: 'rt-icons-2';
	position: absolute;
	font-size: 140px;
	line-height: 1;
	color: #f2f2f2;
	top: -40px;
	left: -120px;
}

.blockquote-big:after {
	content: "\e978";
	left: auto;
	right: -120px;
}

@media (max-width: 600px) {
	.blockquote-big {
		font-size: 18px;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

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: #fd61e3;
	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;
}

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;
}

textarea {
	resize: none;
}

.select-group {
	position: relative;
	padding: 0;
}

.select-group select {
	position: relative;
	cursor: pointer;
	z-index: 1;
	color: #818181;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-group select:focus {
	outline: none;
}

.select-group select::-ms-expand {
	display: none;
}

.select-group i.form-button {
	left: auto;
	right: 15px;
	top: 15px;
	font-size: 10px;
	z-index: 0;
	color: #4c4c4c;
}

.ds .select-group i.form-button {
	color: #ffffff;
}

.select-group:hover i {
	color: #780127;
}

.select-group select {
	background-color: transparent;
}

.select-group select option {
	color: #818181;
}

.select-group select option:hover {
	color: #1a1a1a;
}

/*
**styled lists
*/
ul, ol {
	padding-left: 30px;
}

ul.list1 {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

ul.list1 li {
	position: relative;
	padding: 13px 0 12px 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 #780127;
	left: 10px;
	top: 21px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

ul.list2 {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 20px;
}

ul.list2 li {
	position: relative;
	padding: 5px 0;
}

ul.list2 li:before {
	background-color: #1a1a1a;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: -18px;
	top: 14px;
}

.ds ul.list2 li:before {
	background-color: #ffffff;
}

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: #780127;
	border-radius: 100%;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}

table td, table th {
	padding: 3px 0;
}

.table_template thead {
	background-color: #780127;
	color: #1a1a1a;
}

.table_template thead.light {
	background-color: #ffffff;
}

.table_template td, .table_template th {
	padding: 18px 30px;
}

.table_template tbody tr:nth-of-type(odd) {
	background-color: rgba(238, 238, 238, 0.1);
}

.table_template tbody tr:nth-of-type(even) {
	background-color: rgba(17, 17, 17, 0.05);
}

/*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-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 13px 30px;
	margin-bottom: 4px;
	line-height: 1;
	display: inline-block;
	min-width: 120px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #1a1a1a;
	background-color: #1a1a1a;
	border-radius: 0px;
	position: relative;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.theme_button + .theme_button {
	margin-left: 6px;
}

.theme_buttons.color1 a,
.theme_button.color1 {
	background-color: #780127;
	border-color: #780127;
}

.theme_buttons.color2 a,
.theme_button.color2 {
	background-color: #fd61e3;
	border-color: #fd61e3;
}

.theme_buttons[class*="color"]:hover,
.theme_buttons[class*="color"]:focus,
.theme_button[class*="color"]:hover,
.theme_button[class*="color"]:focus {
	color: #1a1a1a;
}

.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
	color: #780127;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_buttons.inverse a,
.theme_button.inverse {
	color: #1a1a1a;
	background-color: transparent;
}

.muted_buttons a,
.muted_button {
	opacity: 0.2;
}

.small_buttons a,
.small_button {
	padding: 3px 14px;
	font-weight: 300;
	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;
}

.input_button {
	min-width: auto;
	font-weight: 400;
}

/*
**common sections styles
*/
#canvas.dark {
	background-color: #1a1a1a;
}

/*parallax*/
.parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.parallax {
		background-size: auto auto;
	}
}

.texture_bg {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/texture.jpg);
}

.parallax.ls:after,
.muted_section.ls:before {
	background-color: #ffffff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}

.parallax.ls.ms:after,
.muted_section.ls.ms:before {
	background-color: #e2e2e2;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=88)";
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.parallax.cs:after {
	background-color: #780127;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.parallax.cs:before {
	display: none;
}

.parallax.cs.main_color2:after {
	background-color: #fd61e3;
}

.parallax.cs.main_color3:after {
	background-color: #ff77b8;
}

.parallax.ds:before,
.muted_section.ds:before {
	background-color: #1a1a1a;
	opacity: 0.9;
}

.parallax.ds.ms:before {
	background-color: #0d0d0d;
	opacity: 0.95;
}

.parallax.ds.ms:after {
	display: none;
}

.parallax > *,
.muted_section > *,
.radial_gradient > *,
.gradient > *,
.vertical_gradient > *,
.darken_gradient > *,
.diagonal_section > * {
	z-index: 4;
	position: relative;
}

.radial_gradient {
	position: relative;
	overflow: hidden;
}

.gradient,
.muted_section,
.vertical_gradient,
.darken_gradient {
	position: relative;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after {
	opacity: 0.8;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.gradient:before,
.gradient:after,
.vertical_gradient:before,
.vertical_gradient:after,
.darken_gradient:before,
.darken_gradient:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.header_gradient,
.gradient:before,
.gallery-image-links:before,
.blog-item:hover:before,
.dark_gradient:before {
	background: #780127;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff77b8), color-stop(100%, #ff77b8));
	background: -webkit-linear-gradient(left, #fd61e3 50%, #ff77b8 100%);
	background: linear-gradient(to right, #fd61e3 50%, #ff77b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor2', endColorstr='$mainColor3',GradientType=1 );
}

.vertical_gradient:before {
	background: #780127;
  /* Old browsers */
  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #780127 0%, #fd61e3 100%);
  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #780127 0%, #fd61e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=0 );
  /* IE6-9 */
}

.darken_gradient:before {
	background: -webkit-linear-gradient(top, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a637342f',GradientType=0 );
}

.with_top_border,
.with_bottom_border {
	position: relative;
}

.with_top_border:before,
.with_bottom_border:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

.with_bottom_border:after {
	top: auto;
	bottom: 0;
}

.bg_image,
.bg_image:after {
	background-image: url(../img/background_section.png);
}

/* Hero text in sections */
.section_header {
	margin: 0 0 24px;
	font-size: 50px;
	position: relative;
	word-wrap: break-word;
}

@media (max-width: 400px) {
	.section_header {
		font-size: 40px;
	}
}

.section_header.big {
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 30px;
}

.section_header.small {
	font-size: 42px;
	text-transform: none;
	font-weight: 300;
}

h3 + .section_header,
.big + .section_header {
	margin-top: -17px;
}

.section_header + h3 {
	margin: -22px 0 44px;
	font-size: 30px;
}

.section_header + p {
	font-size: 22px;
	margin-bottom: 28px;
	line-height: 1.5em;
}

.section_header.big + p {
	margin-bottom: 30px;
}

.text-center .section_header + p,
.section_header.text-center + p {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section_header + blockquote {
	font-weight: 100;
	font-style: normal;
	margin-bottom: 10px;
	line-height: 1.8;
}

@media (max-width: 991px) {
	.section_header {
		font-size: 30px;
		margin-top: 0;
	}

	.section_header + p {
		font-size: 1.1em;
		letter-spacing: 0;
	}
}

@media (max-width: 767px) {
	.section_header {
		font-size: 30px;
		margin-top: 0;
	}

	.section_header.big {
		font-size: 36px;
		margin-top: 0;
	}
}

/*page preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader_image {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
	margin: -50px 0 0 -50px;
}

/*
animated elements
*/
.to_animate {
	visibility: hidden;
}

.animated {
  /*IE7 fix*/
	visibility: visible !important;
}

/*
**gorizontal paddings
*/
.gorizontal_padding {
	padding-right: 15px;
	padding-left: 15px;
}

.gorizontal_padding [class*="container"] {
	padding-right: 0;
	padding-left: 0;
}

.gorizontal_padding.columns_padding_0 .row {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 600px) {
	.gorizontal_padding {
		padding-right: 60px;
		padding-left: 60px;
	}
}

/*
**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;
}

.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);
}

.container {
	max-width: 100%;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	padding: 0;
	margin-top: 59px;
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-top: 80px;
	margin-bottom: 80px;
}

.boxed .boxed-padding.row {
	margin-left: 0;
	margin-right: 0;
}

.boxed .columns_padding_0 .boxed-padding.row {
	margin-right: 15px;
	margin-left: 15px;
}

.boxed .gorizontal_padding {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 1590px) {
	.boxed #box_wrapper.container {
		padding: 0 15px;
		width: 1560px;
	}
}

/**light section - .ls*/
.ls {
	background-color: #ffffff;
	color: #818181;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #1a1a1a;
}

.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: #780127;
}

.ls a {
	color: #780127;
}

.ls a:hover {
	color: #1a1a1a;
}

.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: #780127;
}

.ls .theme_button.inverse a,
.ls .theme_button.inverse {
	color: #1a1a1a;
}

.ls .theme_button.inverse a:hover, .ls .theme_button.inverse a:focus,
.ls .theme_button.inverse:hover,
.ls .theme_button.inverse:focus {
	color: #780127;
}

.ls .theme_buttons[class*="color"]:hover,
.ls .theme_buttons[class*="color"]:focus,
.ls .theme_button[class*="color"]:hover,
.ls .theme_button[class*="color"]:focus {
	color: #1a1a1a;
}

.ls .color-icon.bg-icon {
	background-color: #f5f5f5;
}

.ls .color-icon.bg-icon:hover {
	color: #ffffff;
}

.ls .carousel-control {
	color: #ffffff;
}

.ls .highlight {
	color: #780127;
}

.ls .highlight2 {
	color: #fd61e3;
}

.ls .greylinks a {
	color: #818181;
}

.ls .greylinks a:hover {
	color: #780127;
}

.ls .darklinks a {
	color: #1a1a1a;
}

.ls .darklinks a:hover {
	color: #fd61e3;
}

/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
	background-color: #f2f2f2;
}

.ls.ms .greylinks a:hover {
	color: #1a1a1a;
}

.ls.ms .with_background {
	background-color: #ffffff;
}

.ls.ms hr {
	background-color: #ffffff;
}

.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms textarea,
.ls.ms option,
.ls.ms .form-control,
.ls.ms .select-group {
	background-color: #f2f2f2;
}

.ls.ms select.form-control,
.ls.ms select {
	background-color: transparent;
}

.ls.ms .panel-title > a {
	background-color: #780127;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
	background-color: #780127;
}

.ls.ms .panel-title > a.collapsed {
	background-color: #ffffff;
}

.ls.ms .breadcrumb {
	color: #818181;
}

.ls.ms .breadcrumb a {
	color: #686868;
}

.ls.ms .breadcrumb a:hover {
	color: #780127;
}

.ls.ms .dropdown-menu {
	background-color: #ffffff;
}

/**common dark and dark muted sections - .ds and .ds.ms*/
/**dark section - .ds*/
.ds {
	background-color: #FCEDFFFE;
	color: #a0a0a0;
}

/**darkgrey section - .ds.ms*/
.ds.ms {
	background-color: #FCEDFFFE;
}

.ds.ms .select-group,
.ds.ms option {
	background-color: #0d0d0d;
}

.ds.ms .with_background {
	background-color: #1a1a1a;
}

.ds {
  /* shop */
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #780127;
}

.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: #780127;
}

.ds .ls {
	background-color: #780127;
	color: #818181;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #1a1a1a;
}

.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: #780127;
}

.ds .ls .darklinks a {
	color: #1a1a1a;
}

.ds a {
	color: #780127;
}

.ds a:hover {
	color: #ffffff;
}

.ds hr {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .blockquote-big {
	color: #a0a0a0;
}

.ds .blockquote-big:before, .ds .blockquote-big:after,
.ds .testimonials-body:before,
.ds .testimonials-body:after {
	color: #323232;
}

.ds a.topline-button {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .theme_buttons a,
.ds .theme_button {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #1a1a1a;
}

.ds .theme_buttons a:hover, .ds .theme_buttons a:focus,
.ds .theme_button:hover,
.ds .theme_button:focus {
	color: #780127;
}

.ds .theme_buttons.inverse a,
.ds .theme_button.inverse {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}

.ds .theme_buttons.inverse a:hover, .ds .theme_buttons.inverse a:focus,
.ds .theme_button.inverse:hover,
.ds .theme_button.inverse:focus {
	color: #780127;
}

.ds .theme_buttons.color1 a,
.ds .theme_button.color1 {
	background-color: #780127;
	border-color: #780127;
}

.ds .theme_buttons.color2 a,
.ds .theme_button.color2 {
	background-color: #fd61e3;
	border-color: #fd61e3;
}

.ds .theme_buttons[class*="color"],
.ds .theme_button[class*="color"] {
	color: #ffffff;
}

.ds .theme_buttons[class*="color"]:hover,
.ds .theme_buttons[class*="color"]:focus,
.ds .theme_button[class*="color"]:hover,
.ds .theme_button[class*="color"]:focus {
	color: #1a1a1a;
}

.ds .muted_background,
.ds .with_background,
.ds .well {
	background-color: #0d0d0d;
}

.ds .with_background .muted_background {
	background-color: #1a1a1a;
}

.ds .darkgrey_bg_color {
	color: #1a1a1a;
	background-color: #ffffff;
}

.ds .darkgrey_bg_color h1, .ds .darkgrey_bg_color h2, .ds .darkgrey_bg_color h3, .ds .darkgrey_bg_color h4, .ds .darkgrey_bg_color h5, .ds .darkgrey_bg_color h6 {
	color: #1a1a1a;
}

.ds.muted_section:before {
	background-color: #0d0d0d;
}

.ds .with_border {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .highlight {
	color: #780127;
}

.ds .highlight2 {
	color: #fd61e3;
}

.ds .grey, .ds .black {
	color: #ffffff;
	border-color: #ffffff;
}

.ds .highlightlinks a {
	color: #780127;
}

.ds .highlightlinks a:hover {
	opacity: 0.5;
}

.ds .greylinks a {
	color: #a0a0a0;
}

.ds .greylinks a:hover {
	color: #780127 !important;
}

.ds .darklinks a {
	color: #ffffff;
}

.ds .darklinks a:hover {
	color: #780127 !important;
}

.ds.with_top_border:before, .ds.with_bottom_border:after {
	background-color: rgba(255, 255, 255, 0.1);
}

.ds .section_header + p {
	color: inherit;
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds textarea,
.ds select,
.ds .form-control,
.ds .select-group {
	color: #a0a0a0;
	background-color: #1a1a1a;
	border-color: rgba(255, 255, 255, 0.1);
}

.ds input[type="text"]:focus,
.ds input[type="email"]:focus,
.ds input[type="url"]:focus,
.ds input[type="password"]:focus,
.ds input[type="search"]:focus,
.ds input[type="tel"]:focus,
.ds textarea:focus,
.ds select:focus,
.ds .form-control:focus,
.ds .select-group:focus {
	border-color: rgba(255, 255, 255, 0.4);
}

.ds.parallax input[type="text"],
.ds.parallax input[type="email"],
.ds.parallax input[type="url"],
.ds.parallax input[type="password"],
.ds.parallax input[type="search"],
.ds.parallax input[type="tel"],
.ds.parallax textarea,
.ds.parallax select,
.ds.parallax .form-control,
.ds.parallax .select-group {
	color: #818181;
	background-color: #1a1a1a;
	border-color: rgba(255, 255, 255, 0.16);
}

.ds.parallax input[type="text"]:focus,
.ds.parallax input[type="email"]:focus,
.ds.parallax input[type="url"]:focus,
.ds.parallax input[type="password"]:focus,
.ds.parallax input[type="search"]:focus,
.ds.parallax input[type="tel"]:focus,
.ds.parallax textarea:focus,
.ds.parallax select:focus,
.ds.parallax .form-control:focus,
.ds.parallax .select-group:focus {
	border-color: rgba(255, 255, 255, 0.4);
}

.ds .select-group:hover i {
	color: #780127;
}

.ds .select-group select {
	background-color: transparent;
}

.ds option {
	background-color: #1a1a1a;
}

.ds form label + [class*="icon-"] {
	color: #ffffff;
}

.ds .form-group-select:before {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds input[type="checkbox"] + label:before {
	border-color: #ffffff;
}

.ds .contact-form.transparent-background .form-control {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .border-paragraphs p {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.ds .table,
.ds .table-bordered,
.ds .table th,
.ds .table td {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .table-striped > tbody > tr:nth-child(odd),
.ds .table-striped > tbody > tr:nth-child(odd) > td,
.ds .table-striped > tbody > tr:nth-child(odd) > th {
	border-color: rgba(255, 255, 255, 0.1);
	background-color: #0d0d0d;
}

.ds .color-icon.bg-icon {
	background-color: #ffffff;
}

.ds .color-icon.bg-icon:hover {
	color: #ffffff;
}

.ds .carousel-control {
	color: #ffffff;
}

.ds .tab-content, .ds .nav-tabs > li > a {
	background-color: #0d0d0d;
}

.ds .nav-tabs > li.active > a, .ds .nav-tabs > li.active > a:hover, .ds .nav-tabs > li.active > a:focus {
	border-color: #780127;
	border-bottom-color: transparent;
	background-color: #780127;
	color: #ffffff;
}

.ds .price-table.style2 {
	background-color: #0d0d0d;
}

.ds .price-table.with_background .features-list li {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.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 .owl-theme .owl-dots .owl-dot span {
	background-color: #ffffff;
}

.ds .testimonials-carousel .media + p {
	background-color: #0d0d0d;
}

.ds .side-item {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .entry-excerpt {
	color: #c0c0c0;
}

.ds .comment-list article:after {
	background-color: rgba(255, 255, 255, 0.1);
}

.ds .comment-respond {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .entry-tags {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li,
.ds.model-page .media-list li {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.ds .widget_nav_menu ul ul {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .widget_popular_entries .media-heading {
	color: #ffffff;
}

.ds .tweet_list li + li .tweet_right {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .widget_tag_cloud a {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1);
}

.ds #calendar_wrap {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .widget_calendar table {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .widget_calendar tfoot td a {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
	color: #ffffff;
}

.ds .widget_calendar tbody td a:hover {
	color: #ffffff;
}

.ds .grid-view h3:before, .ds .grid-view h3:after {
	background-color: rgba(255, 255, 255, 0.1);
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
	color: #ffffff;
}

.ds .ui-slider {
	background-color: #0d0d0d;
}

.ds .ui-slider .ui-slider-handle {
	background-color: #ffffff;
}

.ds #sort_view {
	border-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.ds #toggle_shop_view.grid-view:after, .ds #toggle_shop_view:before {
	background-color: #050505;
}

.ds .widget_layered_nav .color-filters a:before {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .pagination > li > a, .ds .pagination > li > span {
	border-color: #ffffff;
	color: #ffffff;
}

.ds .pagination > li:first-child > a,
.ds .pagination > li:first-child > span,
.ds .pagination > li:last-child > a,
.ds .pagination > li:last-child > span {
	color: #4c4c4c;
	background-color: #ffffff;
}

.ds .pagination > .active > a,
.ds .pagination > .active > span,
.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus {
	border-color: transparent;
	background-color: #780127;
	color: #ffffff;
}

.ds .pagination.unbordered > .active > a,
.ds .pagination.unbordered > .active > span,
.ds .pagination.unbordered > li > a:hover,
.ds .pagination.unbordered > li > span:hover,
.ds .pagination.unbordered > li > a:focus,
.ds .pagination.unbordered > li > span:focus {
	border-color: transparent;
	background-color: transparent;
	color: #780127;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #ffffff;
}

.ds .thumbnail .caption {
	border-color: transparent;
	background-color: #0a0a0a;
}

.ds .progress {
	background-color: rgba(255, 255, 255, 0.1);
}

.ds .panel-body {
	background-color: #0d0d0d;
}

.ds .vertical-tabs .nav > li > a {
	background-color: #0d0d0d;
}

.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
	background-color: #780127;
}

.ds .entry-meta .comments-link a {
	color: #ffffff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .dropdown-menu {
	background-color: #1a1a1a;
}

.ds .dropdown + .dropdown:before {
	background-color: rgba(255, 255, 255, 0.1);
}

.ds .flexslider.banner-slider {
	background-color: #0d0d0d;
}

.ds .flex-direction-nav a:before {
	color: #ffffff;
}

.ds #isotope_filters a,
.ds .filters a {
	color: #ffffff;
	border-color: #ffffff;
}

.ds .ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ds .ps-container.ps-active-y > .ps-scrollbar-y-rail {
	background-color: #ffffff;
}

.ds a.block-icon {
	background-color: #0d0d0d;
}

.ds .blog-more-toggle {
	background-color: #0d0d0d;
}

.ds .week-days {
	color: #ffffff;
	background-color: #0d0d0d;
}

.ds .day-date {
	color: #ffffff;
}

.ds .day-cell + .day-cell {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ds .appointment-calendar .day-cell.selected-day {
	background-color: #ffffff;
}

.ds .day-cell.selected-day > * {
	color: #1a1a1a;
}

.ds .week-row {
	border-color: rgba(255, 255, 255, 0.1);
}

.ds .selected-day:after {
	border-color: #1a1a1a transparent transparent transparent;
}

.ds .appointment-list {
	background-color: #0d0d0d;
}

.ds .appointment-slots span {
	color: #ffffff;
}

.ds .appointment-list li {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

/**color section*/
.cs.main_color2 {
	background-color: #fd61e3;
}

.cs.main_color2 .highlight {
	color: #780127;
}

.cs {
	background-color: #780127;
	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: #1a1a1a;
}

.cs a {
	color: #ffffff;
}

.cs a:hover {
	color: #1a1a1a;
}

.cs blockquote, .cs .blockquote {
	border-color: #ff1485;
}

.cs .theme_buttons a.color1,
.cs .theme_button.color1 {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #1a1a1a;
}

.cs .theme_buttons a.color1:hover,
.cs .theme_button.color1:hover {
	color: #780127 !important;
}

.cs .theme_buttons a:hover, .cs .theme_buttons a:focus,
.cs .theme_button:hover,
.cs .theme_button:focus {
	color: #780127;
}

.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: #1a1a1a;
}

.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: #ff1485;
}

.cs .section_header:before {
	background-color: #ff1485;
}

.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: #ffffff;
	color: #ffffff;
}

.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);
}

.cs a.topline-button {
	color: #ffffff;
}

.cs a.topline-button:hover {
	color: #780127;
	background-color: #ffffff;
}

.cs .dropdown + .dropdown:before {
	background-color: rgba(255, 255, 255, 0.1);
}

/*
**template styles
*/
.page_topline {
	position: relative;
	z-index: 1001;
}

.page_topline .container-fluid.with_border {
	border-width: 1px 0;
	border-top-color: transparent;
}

@media (min-width: 768px) {
	.page_topline .container-fluid.with_border {
		padding-top: 9px;
		padding-bottom: 9px;
	}
}

.dropdown-menu {
	right: 0;
	left: auto;
	margin-top: 10px;
}

@media (min-width: 1800px) {
	.dropdown-menu {
		margin-right: -170px;
	}
}

.dropdown + .dropdown:before {
	content: "";
	width: 1px;
	display: inline-block;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.05);
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 4px;
}

.ds .dropdown + .dropdown:before {
	background-color: rgba(255, 255, 255, 0.1);
}

a.topline-button {
	display: inline-block;
	font-size: 16px;
	color: #818181;
	padding: 0 12px;
	line-height: 40px;
}

a.topline-button:hover {
	color: #ffffff;
	background-color: #780127;
}

.page_social_icons a.social-icon + a.social-icon {
	margin-left: 22px;
}

.header_white {
	color: #818181;
	background-color: #f2f2f2;
}

.header_white h1 {
	color: #4c4c4c;
}

.header_darkgrey {
	background-color: #0d0d0d;
}

.header_darkgrey h1,
.header_darkgrey .grey {
	color: #ffffff !important;
}

.boxed .header_darkgrey {
	background-color: #0d0d0d !important;
}

@media (max-width: 992px) {
	.page_header_wrapper .col-sm-12 {
		min-height: 0;
	}
}

a.logo {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.home a.logo img,
footer a.logo img {
	max-width: 100%;
}

a.logo.logo_image {
	width: 215px;
	height: 88px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a.logo.logo_image h1 {
	position: absolute;
	top: -7%;
	margin: 0;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -0.1em;
	color: #4c4c4c;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.ds a.logo.logo_image h1 {
	color: #ffffff;
}

a.logo.logo_image h1 span {
	position: absolute;
	top: 58%;
	left: 11%;
	display: block;
	font-size: 60px;
	word-break: normal;
	color: #780127;
	letter-spacing: normal;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.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;
}

.page_toplogo .logo.logo_image {
	width: 150px;
	height: 61px;
	margin: 14px 0 5px;
}

.page_toplogo .logo.logo_image h1 {
	font-size: 35px;
}

.page_toplogo .logo.logo_image h1 span {
	font-size: 41px;
}

.page_toplogo .logo.logo_image h1 {
	color: #4c4c4c;
}

.ds.page_toplogo .logo.logo_image h1 {
	color: #ffffff;
}

.page_header_wrapper {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.page_header {
	-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: 1000;
}

.page_header.mobile-active {
	z-index: 1002;
}

.page_header a.logo_image {
	margin: 27px 0 15px;
}

.page_header.affix {
	position: fixed;
}

@media (min-width: 600px) {
	.page_header.affix {
		padding: 0 60px;
	}
}

.page_header.affix .row > div:first-child {
	text-align: left;
}

.page_header.affix a.logo.logo_image {
	width: 150px;
	height: 61px;
	margin: 14px 0 5px;
}

.page_header.affix a.logo.logo_image h1 {
	font-size: 35px;
}

.page_header.affix a.logo.logo_image h1 span {
	font-size: 41px;
}

.page_header.affix .header-contacts {
	text-align: right;
}

.page_header.affix .header-contacts .fontsize_30 {
	font-size: 20px;
}

.page_header.affix .header-contacts .fontsize_20 {
	font-size: 14px;
}

.page_header_wrapper.affix-top-wrapper {
	height: auto !important;
}

@media (max-width: 1399px) {
	.page_header {
		padding: 0 15px;
	}
}

@media (max-width: 1399px) and (min-width: 600px) {
	.page_header {
		padding: 0 60px;
	}
}

@media (max-width: 1399px) {
	.page_header .row > div:first-child {
		text-align: left;
	}

	.page_header a.logo.logo_image {
		width: 150px;
		height: 61px;
		margin: 14px 0 5px;
	}

	.page_header a.logo.logo_image h1 {
		font-size: 35px;
	}

	.page_header a.logo.logo_image h1 span {
		font-size: 41px;
	}

	.header-contacts {
		text-align: right;
	}

	.header-contacts .fontsize_30 {
		font-size: 20px;
	}

	.header-contacts .fontsize_20 {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.page_header a.logo.logo_image {
		float: left;
	}

	.toggle_menu {
		left: auto !important;
		right: 0;
	}
}

/* modal search */
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
	right: 16px !important;
}

#search_modal {
	color: #fff;
}

#search_modal .widget_search {
	max-width: 1504px;
	margin: auto;
}

#search_modal a {
	color: #ffffff;
	opacity: 0.6;
	font-size: 12px;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #780127;
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
}

#search_modal .form-control {
	border: none;
	background-color: transparent;
	height: 60px;
	color: #ffffff;
}

#search_modal .theme_button {
	margin-top: 10px;
}

#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);
}

/* main carousel */
.intro_section.page_mainslider {
	padding: 0 60px 10px;
}

.intro_section.page_mainslider .nav-container {
	display: none;
}

.boxed .intro_section.page_mainslider {
	padding: 0 0 10px;
}

@media (max-width: 460px) {
	.intro_section.page_mainslider {
		padding: 0 0 10px;
	}
}

.intro_section.page_mainslider .flex-direction-nav a,
.intro_section.page_mainslider .page_maincarousel .owl-nav > div {
	top: 0;
	bottom: 0;
	width: 60px;
	height: 100%;
	right: -60px;
	margin: 0;
	background-color: transparent;
}

.intro_section.page_mainslider .flex-direction-nav a:before,
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:before {
	content: "NEXT";
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 13px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #1a1a1a;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.intro_section.page_mainslider .flex-direction-nav a:hover:before,
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:hover:before {
	color: #780127 !important;
}

.boxed .intro_section.page_mainslider .flex-direction-nav a, .boxed
.intro_section.page_mainslider .page_maincarousel .owl-nav > div {
	right: 0;
}

.boxed .intro_section.page_mainslider .flex-direction-nav a:before, .boxed
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:before {
	color: #ffffff;
}

.boxed .intro_section.page_mainslider .flex-direction-nav a:hover:before, .boxed
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:hover:before {
	color: #780127 !important;
}

@media (max-width: 460px) {
	.intro_section.page_mainslider .flex-direction-nav a,
  .intro_section.page_mainslider .page_maincarousel .owl-nav > div {
		right: 0;
		width: 30px;
	}

	.intro_section.page_mainslider .flex-direction-nav a:before,
  .intro_section.page_mainslider .page_maincarousel .owl-nav > div:before {
		color: #ffffff;
		right: -3px;
	}
}

.intro_section.page_mainslider .flex-direction-nav a.flex-prev,
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:first-child {
	left: -60px;
}

.intro_section.page_mainslider .flex-direction-nav a.flex-prev:before,
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:first-child:before {
	content: "PREV";
}

.boxed .intro_section.page_mainslider .flex-direction-nav a.flex-prev, .boxed
.intro_section.page_mainslider .page_maincarousel .owl-nav > div:first-child {
	left: 0;
}

@media (max-width: 460px) {
	.intro_section.page_mainslider .flex-direction-nav a.flex-prev:first-child,
  .intro_section.page_mainslider .page_maincarousel .owl-nav > div:first-child:first-child {
		left: 0;
	}
}

.intro_section.page_mainslider.ds .flex-direction-nav a:before,
.intro_section.page_mainslider.ds .page_maincarousel .owl-nav > div:before {
	color: #ffffff;
}

.intro_section.page_mainslider .model-parameters {
	position: relative;
	z-index: 1;
	font-size: 0;
}

.intro_section.page_mainslider .model-parameters div {
	display: inline-block;
	padding: 5px 3.5%;
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
}

.intro_section.page_mainslider .flexslider .model-parameters {
	color: #ffffff;
	opacity: 0.5;
}

.intro_section.page_mainslider .flexslider .model-parameters div:first-child {
	padding-left: 0;
}

.intro_section.page_mainslider .flexslider .model-parameters div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.page_maincarousel.owl-carousel .owl-nav div:after {
	display: none;
}

.page_maincarousel.owl-carousel .bg_overlay {
	opacity: 0.9;
	z-index: 0;
}

@media (max-width: 500px) {
	.page_maincarousel.owl-carousel .owl-nav div:before {
		right: 26px;
	}

	.page_maincarousel.owl-carousel .model-parameters div {
		padding: 2%;
	}
}

.page_maincarousel.owl-carousel .vertical-item.content-absolute .item-content {
	bottom: -200px;
	opacity: 0;
}

.page_maincarousel.owl-carousel .vertical-item.content-absolute:hover .item-content {
	bottom: 0;
	opacity: 1;
}

/* Banner */
.flexslider.banner-slider {
	background-color: #f2f2f2;
}

@media (min-width: 768px) {
	.flexslider.banner-slider {
		padding: 6px 100px;
	}
}

.flexslider.banner-slider .bg_overlay {
	opacity: 0;
}

.flexslider.banner-slider li:hover .bg_overlay {
	opacity: 0.3;
}

@media (max-width: 767px) {
	.flexslider.banner-slider .flex-direction-nav a:before {
		color: #ffffff;
	}

	.flexslider.banner-slider .flex-direction-nav a:hover:before {
		color: #780127;
	}

	.flexslider.banner-slider .flex-direction-nav .flex-prev {
		left: 0;
	}

	.flexslider.banner-slider .flex-direction-nav .flex-next {
		right: 0;
	}
}

/* Testimonials */
.testimonial .author-photo {
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.testimonial .author-photo img {
	display: inline-block !important;
	max-width: 70px;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 0.3;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.testimonial .author-meta {
	margin-top: 17px;
	line-height: 18px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.testimonials-carousel.owl-carousel {
	max-width: 300px;
	margin: auto;
}

.testimonials-carousel.owl-carousel .owl-item.center .author-photo img {
	opacity: 1;
	max-width: 100px;
}

.testimonials-carousel.owl-carousel .owl-item.center .author-meta {
	opacity: 1;
}

.testimonials-carousel.owl-carousel .owl-nav > div {
	top: 16px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	right: 15px;
	background-color: transparent;
}

.testimonials-carousel.owl-carousel .owl-nav > div:after {
	opacity: 0;
	line-height: 70px;
	font-size: 10px;
}

.ds .testimonials-carousel.owl-carousel .owl-nav > div:after {
	color: #ffffff;
}

.testimonials-carousel.owl-carousel .owl-nav > div:hover:after {
	opacity: 1;
}

.testimonials-carousel.owl-carousel .owl-nav > div:first-child {
	left: 15px;
}

.testimonials-body {
	position: relative;
	margin: 30px auto;
}

@media (min-width: 400px) {
	.testimonials-body {
		max-width: 80%;
	}
}

.testimonials-body blockquote {
	display: none;
}

.testimonials-body .blockquote-big {
	margin: 0;
	max-width: 100%;
}

.testimonials-body .blockquote-big:before, .testimonials-body .blockquote-big:after {
	display: none;
}

.testimonials-body:before, .testimonials-body:after {
	font-style: normal;
	content: "\e977";
	font-family: 'rt-icons-2';
	position: absolute;
	font-size: 140px;
	line-height: 1;
	color: #f2f2f2;
	top: -40px;
	left: -120px;
}

.testimonials-body:after {
	content: "\e978";
	left: auto;
	right: -120px;
}

/* Models section */
@media (min-width: 768px) {
	.models-orderby .form-group + .form-group {
		margin-left: 6px;
	}
}

.models_portrait > [class*="container"] > .isotope_container > .isotope-item {
	margin-top: 0;
	margin-bottom: 40px;
}

@media (min-width: 1500px) {
	.models_portrait .isotope-item {
		width: 16.6666666666%;
	}
}

.models_portrait .isotope-item .item-title {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.models_portrait .isotope-item:hover .item-title {
	background-color: #780127;
}

.models_portrait .isotope-item .item-title a:hover {
	color: #ffffff;
}

.models_portrait .isotope-item .links-wrap {
	top: auto;
	bottom: 40px;
}

.ds.models_portrait .isotope-item .item-title a:hover {
	color: #1a1a1a;
}

.models_square .model-parameters div {
	color: #ffffff;
	padding: 5px 3.5%;
	display: inline-block;
}

.models_square .vertical-item.content-absolute .item-content {
	padding: 15px 5px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.models_square .vertical-item.content-absolute:hover .item-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.models_square .vertical-item.content-absolute:hover .item-content .p-view {
	opacity: 1;
}

.models_square .bg_overlay {
	background-color: #780127;
}

@media (min-width: 1600px) {
	.models_square .isotope-item {
		width: 20%;
		background: #780127;
	}
}

.models_square .links-wrap {
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.models_square .links-wrap a {
	top: -40px !important;
}

.models_square .links-wrap a.p-link {
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
	border-color: transparent;
	width: auto;
	background-color: #0d0d0d;
	opacity: 1;
}

.models_square .links-wrap a.p-link:before {
	display: none;
}

.models_square .links-wrap .p-view {
	opacity: 0;
}

.models_square [class*="item"]:hover .links-wrap a {
	top: -40px;
}

.page_mainslider .flex-custom-nav {
	opacity: 0;
}

.service-media {
	width: 60px;
	height: 60px;
	background-image: url("../images/service_media01.png");
}

.intro_section .media-body {
	vertical-align: middle;
}

/* Call to action */
.calltoaction .widget_mailchimp {
	display: inline-block;
	width: 270px;
}

/* Top models section */
.top-models-carousel .bg_overlay {
	opacity: 0.9;
}

.top-models-carousel .vertical-item.content-absolute .item-content {
	top: 0;
	right: auto;
	left: -180px;
	min-width: 180px;
	padding: 35px 40px;
	opacity: 0;
}

.top-models-carousel .vertical-item.content-absolute:hover .item-content {
	opacity: 1;
	left: 0;
}

.top-models-carousel .media-links:before {
	background: #1a1a1a;
}

.top-models-carousel.owl-carousel .owl-nav > div {
	bottom: -83px;
	right: 50%;
	margin-right: -72px;
	background-color: transparent;
}

.top-models-carousel.owl-carousel .owl-nav > div:first-child {
	left: 50%;
	margin-left: -72px;
}

.top-models-carousel.owl-carousel .owl-nav > div:hover:after {
	color: #780127;
}

.ds .top-models-carousel.owl-carousel .owl-nav > div:hover:after {
	color: #780127;
}

.top-models-carousel.owl-carousel .owl-nav > div:after {
	font-size: 10px;
}

.ds .top-models-carousel.owl-carousel .owl-nav > div:after {
	color: #ffffff;
}

[class*="gradient_bg"] .model-parameters {
	color: #ffffff;
}

[class*="gradient_bg"] .model-parameters h2 a {
	color: #ffffff;
}

[class*="gradient_bg"] .model-parameters h2 a:hover {
	color: #1a1a1a;
}

.model-parameters.vertical-layout h2 {
	margin: 0 0 25px;
}

.model-parameters.vertical-layout div {
	margin-bottom: 15px;
}

.model-parameters.vertical-layout div span:first-child {
	display: inline-block;
	min-width: 55px;
}

.model-parameters.vertical-layout + .links-wrap a {
	top: 0;
	opacity: 1;
}

@media (max-width: 540px), (min-width: 768px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1600px) {
	.top-models-carousel .vertical-item.content-absolute .item-content {
		padding: 5px 25px;
		min-width: auto;
	}

	.model-parameters.vertical-layout h2 {
		margin: 0 0 5px;
	}

	.model-parameters.vertical-layout div {
		margin-bottom: 0;
	}

	.model-parameters.vertical-layout + .topmargin_40 {
		margin-top: 5px;
	}
}

/* Blog section */
.theme-owl-carousel.owl-theme .owl-dots {
	margin-top: 80px;
}

.theme-owl-carousel.owl-theme .owl-dots .owl-dot {
	float: left;
}

.theme-owl-carousel.owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
	margin: 0;
	height: 5px;
	width: 100%;
}

.theme-owl-carousel .owl-item.center .vertical-item {
	background: #fd61e3;
	background: -webkit-linear-gradient(left, #fd61e3, #fd61e3 50%, #ff77b8);
	background: linear-gradient(to right, #fd61e3, #fd61e3 50%, #ff77b8);
}

.ls .theme-owl-carousel .owl-item.center .vertical-item {
	color: #ffffff;
}

.ls .theme-owl-carousel .owl-item.center .vertical-item .highlight {
	color: #ffffff;
}

.ls .theme-owl-carousel .owl-item.center .vertical-item a:not(.color-icon) {
	color: #ffffff;
}

.ls .theme-owl-carousel .owl-item.center .vertical-item a:not(.color-icon):hover {
	color: #1a1a1a;
}

.ds .theme-owl-carousel .owl-item.center .vertical-item {
	background: #ffffff;
}

.ds .theme-owl-carousel .owl-item.center .vertical-item a:hover {
	color: #1a1a1a;
}

.ds .theme-owl-carousel .owl-item.center .vertical-item a.color-icon:hover {
	color: #1a1a1a !important;
}

.ds .theme-owl-carousel .owl-item.center .vertical-item h2 a,
.ds .theme-owl-carousel .owl-item.center .vertical-item h4 a {
	color: #1a1a1a;
}

.ds .theme-owl-carousel .owl-item.center .vertical-item h2 a:hover,
.ds .theme-owl-carousel .owl-item.center .vertical-item h4 a:hover {
	color: #780127;
}

/* Map */
.map {
	background-image: url("../images/parallax/map.jpg");
}

.map .container {
	padding-top: 192px;
	padding-bottom: 192px;
}

.map .theme_button {
	color: #1a1a1a;
	background-color: #ffffff;
	border-color: #ffffff;
}

.map .theme_button:hover {
	color: #780127 !important;
}

.map.ds .theme_button {
	color: #ffffff;
	background-color: #1a1a1a;
	border-color: #1a1a1a;
}

/* Contacts */
.contacts [class*="col-"].with_border {
	border-top: none;
	border-bottom: none;
}

@media (max-width: 767px) {
	.contacts [class*="col-"].with_border {
		border: none;
	}
}

/* Page social */
.ls.ms + .page_social {
	background-color: #ffffff;
}

.ds.ms + .page_social {
	background-color: #1a1a1a;
}

/* Footer */
@media (max-width: 460px) {
	.footer_lists > div {
		width: 100%;
	}

	.footer_lists > div:first-child {
		margin-bottom: 20px;
	}
}

/* page copyright */
.page_copyright.ds {
	background-color: #4c4c4c;
}

.page_copyright p {
	line-height: 20px;
}

.page_breadcrumbs {
  /* styles for breadcrumbs style 3 */
  /* styles for breadcrumbs style 4 */
}

.boxed .page_breadcrumbs > [class*="container"] {
	padding-right: 10px;
	padding-left: 10px;
}

.page_breadcrumbs.gradient {
	color: #ffffff;
}

.page_breadcrumbs.gradient a.topline-button {
	color: #ffffff;
}

.page_breadcrumbs.gradient a.topline-button:hover {
	color: #780127;
	background-color: #ffffff;
}

.page_breadcrumbs.gradient .darklinks a {
	color: #ffffff;
}

.page_breadcrumbs.gradient .darklinks a:hover {
	color: #1a1a1a;
}

.page_breadcrumbs.gradient .dropdown + .dropdown:before {
	background-color: rgba(255, 255, 255, 0.1);
}

.page_breadcrumbs .dropdown-menu {
	margin: 0;
}

.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;
	}
}

@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(13, 13, 13, 0.035);
}

.page_portfolio {
	overflow: hidden;
}

.section_subscribe .form-control {
	width: 350px;
	max-width: 100%;
	display: inline-block;
}

.page_testimonials {
	overflow: hidden;
}

.page_copyright p {
	margin: 0;
}

.page_copyright i.fa {
	opacity: 0.3;
}

.page_copyright.table_section .bottom_logo img {
	margin-bottom: 0;
}

.page_contact.parallax {
	background-image: url(../images/parallax/map3.jpg);
}

.page_copyright.parallax,
.page_footer.parallax {
	background-image: url(../images/parallax/bottom.jpg);
}

.ds.ms + .page_footer.ds.ms {
	background-color: #0d0d0d;
}

#featured {
	background: url(../images/parallax/featured.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#table.parallax {
	background-image: url(../images/parallax/table.jpg);
}

#map {
	height: 500px;
}

#map img {
	max-width: inherit;
}

#map h3 {
	margin-top: 0;
}

#map p {
	line-height: 1.3;
}

.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;
}

/** 
* intro_section styles
*/
/* flexslider */
.intro_section {
	position: relative;
	overflow: hidden;
}

.intro_section > img {
	width: 100%;
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
	content: '';
	display: block;
	clear: both;
}

.intro_section .embed-placeholder > img {
	max-width: 510px;
	display: inline-block !important;
}

.intro_section .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.intro_section [class*="col-"] {
	position: static;
}

.intro_section .slide_description_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 5;
	padding: 0;
}

@media (min-width: 600px) {
	.boxed .intro_section .slide_description_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.intro_section .flexslider .slide_description_wrapper {
	padding: 0 20px;
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
	display: inline-block;
	vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.intro_section .slide_description > div {
	margin: 10px 0;
}

.intro_section .flex-control-nav {
	text-align: left;
}

@media (min-width: 992px) {
	.intro_section .slide_description {
		max-width: 50%;
		text-align: left;
	}
}

@media (min-width: 1450px) {
	.intro_section .container {
		width: 1400px;
	}
}

@media (min-width: 992px) and (max-width: 1350px) {
	.intro_section .slide_description_wrapper {
		padding-right: 80px;
	}

	.intro_section .slide_description {
		min-width: 55%;
	}

	.intro_section .slide_description .bottommargin_50,
  .intro_section .slide_description .bottommargin_30,
  .intro_section .slide_description p {
		margin-bottom: 10px;
	}

	.intro_section .slide_description .topmargin_20 {
		margin-top: 0;
	}
}

@media (min-width: 1600px) {
	.flexslider .intro_section .container {
		width: 1580px;
	}
}

@media (max-width: 991px) {
	.intro_section {
		text-align: center;
	}

	.intro_section .nav-container {
		padding: 0;
	}

	.intro_section .flex-control-nav,
  .intro_section .flex-custom-nav {
		width: 100%;
		right: 0;
		text-align: center;
		top: auto;
		bottom: 30px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.intro_section .flex-control-nav li,
  .intro_section .flex-custom-nav li {
		display: inline-block;
		padding: 0 5px;
	}

	.intro_section .container {
		position: static;
		width: auto;
		max-width: 100%;
	}

	.intro_section .slide_description_wrapper:before {
		display: none;
	}

	.intro_section .slide_description {
		padding: 20px 20px 80px;
		display: block;
	}

	.intro_section .slide_description_wrapper {
		padding: 0;
		position: static;
	}

	.intro_section .flex-direction-nav .flex-prev,
  .intro_section .flex-direction-nav .flex-next {
		top: auto;
		bottom: 40px;
		right: 50%;
	}

	.intro_section .vertical-nav .flex-direction-nav .flex-prev {
		margin-right: 70px;
	}

	.intro_section .vertical-nav .flex-direction-nav .flex-prev:before {
		content: "\e7c4";
	}

	.intro_section .vertical-nav .flex-direction-nav .flex-next {
		margin-right: -84px;
	}

	.intro_section .vertical-nav .flex-direction-nav .flex-next:before {
		content: "\e7c5";
	}
}

@media screen and (max-width: 400px) {
	.intro_section .slide_description {
		padding: 20px 0 80px;
	}
}

/*
**main menu (min 992px) styles
*/
@media (min-width: 992px) {
  /* menu layout */
	.sf-menu, .sf-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu li > ul {
		position: absolute;
		display: none;
		top: 100%;
		z-index: 99;
	}

	.sf-menu > li + li:before {
		content: "\2022";
		position: absolute;
		top: 50%;
		left: -4px;
		margin-top: -13px;
		color: #780127;
		display: inline-block;
	}

	.sf-menu a {
		display: block;
		position: relative;
		text-transform: uppercase;
	}

	.sf-menu li > ul > li > ul {
		top: -20px;
		left: 100%;
	}
  /* menu skin */
	.sf-menu a {
		padding: .4em 1.1em;
		text-decoration: none;
		zoom: 1;
    /* IE7 */
		-webkit-transition-property: color, background-color, border-color;
		transition-property: color, background-color, border-color;
	}

	.sf-menu li {
		white-space: nowrap;
    /* no need for Supersubs plugin */
		*white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
		-webkit-transition: background .2s;
		transition: background .2s;
	}

	.sf-menu > li {
		display: inline-block;
		position: relative;
	}

	.sf-menu > li > a {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.sf-menu > li > a:hover,
  .sf-menu > li.active > a {
		color: #780127;
	}

	.bordered_items .sf-menu {
		text-align: center;
	}

	.bordered_items .sf-menu > li {
		padding: 0;
	}

	.bordered_items .sf-menu > li + li:before {
		content: '';
		width: 1px;
		margin-top: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.05);
	}

	.bordered_items.header_darkgrey .sf-menu > li + li:before, .bordered_items.header_gradient .sf-menu > li + li:before {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.header_white .sf-menu > li > a {
		color: #1a1a1a;
	}

	.header_white .sf-menu > li > a:hover,
  .header_white .sf-menu > li.active > a {
		color: #780127;
	}

	.header_darkgrey .sf-menu > li > a,
  .header_darkgrey .sf-menu ul a {
		color: #ffffff;
	}

	.header_darkgrey .sf-menu > li > a:hover,
  .header_darkgrey .sf-menu > li.active > a {
		color: #780127;
	}

	.header_darkgrey .sf-menu li > ul {
		background-color: #1a1a1a;
	}

	.header_gradient .sf-menu > li > a {
		color: #ffffff;
	}

	.header_gradient .sf-menu > li > a:hover,
  .header_gradient .sf-menu > li.active > a {
		color: #1a1a1a;
	}

	.sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
  /* second and next levels */
	.sf-menu > li .mega-menu,
  .sf-menu li > ul {
		margin-top: 1px;
		text-align: left;
		list-style: none;
		padding: 20px 0;
		background-color: #ffffff;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
		min-width: 12em;
    /* allow long menu items to determine submenu width */
		*width: 12em;
    /* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu ul a {
		color: #1a1a1a;
		padding-left: 30px;
		padding-right: 30px;
	}

	.sf-menu .mega-menu ul {
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
  .sf-menu ul li.active a {
		color: #780127;
	}
  /* third level */
	.sf-menu ul ul {
		margin-top: 0;
		margin-left: 1px;
	}
}

/* common paddings */
@media (min-width: 992px) {
	.sf-menu > li > a {
		padding-left: 2px;
		padding-right: 0px;
	}

	.bordered_items .sf-menu > li > a {
		padding-right: 40px;
		padding-left: 44px;
	}
}

/* -md- paddings */
@media (min-width: 992px) and (max-width: 1199px) {
	.sf-menu > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}

	.bordered_items .sf-menu > li > a {
		padding-right: 20px;
		padding-left: 24px;
	}
}

/* -lg- paddings */
@media (min-width: 1200px) {
	.sf-menu > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.boxed .col-md-6 .sf-menu > li > a {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (min-width: 1400px) {
	.sf-menu > li > a {
		padding-left: 25px;
		padding-right: 25px;
	}

	.boxed .col-md-6 .sf-menu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1650px) {
	.sf-menu > li > a {
		padding-left: 35px;
		padding-right: 35px;
	}

	.boxed .col-md-6 .sf-menu > li > a {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.toggle_menu {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -30px;
	display: none;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1001;
	visibility: visible;
}

.header_white .toggle_menu span,
.header_white .toggle_menu span:before,
.header_white .toggle_menu span:after {
	background-color: #1a1a1a;
}

.page_toplogo .toggle_menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	background-color: #1a1a1a;
	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: 18px;
	top: 50%;
	margin-top: -1px;
}

.toggle_menu span:before {
	top: -6px;
}

.toggle_menu span:after {
	top: 6px;
}

/*
**main menu mobile styles
*/
@media (max-width: 991px) {
	.mainmenu_wrapper {
    /*position: relative;*/
		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: block;
	}

	.toggle_menu.mobile-active {
		background-color: #1a1a1a;
		border: none;
		left: auto;
		top: 0;
		right: 0;
		position: fixed;
		margin: 0;
		z-index: 3000;
	}

	.toggle_menu.mobile-active:after {
		position: absolute;
		top: 18px;
		left: 10px;
		font-family: 'rt-icons-2';
		content: "\e117";
		font-size: 40px;
		color: #ffffff;
	}

	.toggle_menu.mobile-active span {
		display: none;
	}

	.nav-justified > li > a {
		text-align: left;
	}

	.sf-menu {
		position: fixed;
		overflow: auto;
		background-color: #1a1a1a;
		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;
	}
  /*** arrows (for all except IE7) **/
	.sf-arrows .sf-with-ul {
		padding-right: 2.5em;
		*padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
	}
  /* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		font-family: 'fontello';
		content: '\e82e';
		position: absolute;
		right: 2.4em;
		height: 0;
		width: 0;
		font-size: 20px;
	}
  /*top menu level*/
	.sf-arrows .sfHover > a,
  .sf-arrows .sfHover > a:hover {
		color: #ffffff;
		background-color: #1a1a1a;
	}
}

@media (min-width: 992px) {
	.sf-menu .md-hidden {
		display: none;
	}
}

@media (max-width: 991px) {
	#more-li {
		display: none;
	}
}

.sf-menu i[class] {
	padding-right: 7px;
	font-size: 1.1em;
}

/* Mega Menu */
@media screen and (min-width: 992px) {
	.primary-navigation ul .mega-menu ul {
		position: static;
		float: none;
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	.primary-navigation .menu-item-has-mega-menu {
		position: relative;
	}

	.primary-navigation .mega-menu {
		display: none;
		position: absolute;
		left: -500px;
		top: 100%;
		z-index: 10;
	}

	.primary-navigation .menu-item-has-mega-menu:hover .mega-menu {
		display: block;
	}
  /* row */
	.primary-navigation .mega-menu-row {
		position: static;
		width: 100%;
		display: table;
		table-layout: fixed;
	}
  /* column */
	.primary-navigation .mega-menu-col {
		display: table-cell;
		width: 1px;
		padding: 0 30px;
		border-left: 1px solid rgba(0, 0, 0, 0.05);
    /* overrides from settings / styling / mega-menu */
	}

	.primary-navigation .mega-menu-col:first-child {
		border-left: none;
	}
}

@media screen and (max-width: 991px) {
	.primary-navigation .mega-menu {
		position: static;
	}
}

/*
**subpages
*/
.edit-link {
	text-align: right;
	display: block;
}

/*404*/
.not_found {
	font-size: 300px;
	font-weight: 100;
	line-height: 0.72;
	margin: 0;
}

.not_found + h2 {
	font-size: 60px;
	margin: 0 0 26px;
}

.not_found + h2 + p {
	margin: 0 0 15px;
}

.not_found + h2 + p + .widget_search {
	max-width: 270px;
	margin: auto;
}

/*about*/
.about-content .side-item.content-padding .item-content {
	padding: 55px 60px;
}

@media (max-width: 440px) {
	.about-content .side-item.content-padding .item-content {
		padding: 35px 15px;
	}
}

.about-content .side-item.content-padding .item-content .list1 span {
	display: inline-block;
	min-width: 60px;
	margin-left: 5px;
}

/* page meta blog */
.page-meta {
	padding: 9px 40px 30px;
}

.page-meta h5 {
	font-size: 14px;
	font-weight: 300;
}

.page-meta i {
	line-height: 0.6;
	padding-right: 8px;
}

.page-meta .media {
	position: relative;
	padding: 28px 0 0;
	margin-bottom: 20px;
}

.page-meta .media + .media:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
	background-color: rgba(150, 150, 150, 0.1);
}

.page-meta .media-left {
	padding-right: 8px;
}

/*blog*/
article iframe {
	margin-bottom: -8px;
}

h1.entry-title {
	font-size: 42px;
	margin: 0 0 5px;
}

@media (max-width: 991px) {
	h1.entry-title {
		font-size: 32px;
	}
}

article.post + article.post,
.search article + article,
.archive article + article {
	margin-top: 40px;
}

.isotope-item article.post {
	margin: 0 0 30px;
}

article.vertical-item .item-content {
	padding: 35px 40px;
}

@media (max-width: 400px) {
	article.vertical-item .item-content {
		padding: 35px 15px;
	}
}

.format-gallery .pages {
	bottom: 40px;
	letter-spacing: 0.2em;
	color: #ffffff;
}

.format-gallery .carousel-control {
	bottom: 28px;
	margin-top: 0;
	top: auto;
	z-index: 16;
}

.format-gallery .carousel-control.left {
	left: 50%;
	margin-left: -100px;
}

.format-gallery .carousel-control.right {
	right: 50%;
	margin-right: -100px;
}

/* mosaic */
.mosaic-post p {
	margin-bottom: 0;
}

.mosaic-post .post-social-links {
	margin: -1px;
	padding: 18px 40px 17px;
}

h3.entry-title {
	font-size: 30px;
	margin: 10px 0 20px;
}

h3.entry-title + .date {
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	padding: 4px 14px;
	margin-bottom: 22px;
}

h4.entry-title {
	margin-top: 0;
	font-size: 50px;
}

@media (max-width: 400px) {
	h4.entry-title {
		font-size: 40px;
	}
}

h2.search-title {
	margin: 0 0 30px;
	font-size: 40px;
}

.item-meta {
	opacity: 0.8;
	font-weight: 300;
}

.item-meta + .entry-title {
	margin-bottom: 25px;
}

.entry-tags {
	margin-top: 30px;
}

.entry-tags .theme_button {
	margin-right: 6px;
}

.entry-tags span + span {
	margin-left: 14px;
}

.entry-tags i {
	font-size: 14px;
	margin-right: 5px;
}

.entry-meta:before,
.entry-meta:after,
.comment-meta:before,
.comment-meta:after,
.post-adds:before,
.post-adds:after {
	display: block;
	clear: both;
	content: '';
	width: 0;
	height: 0;
}

.entry-thumbnail {
	text-align: center;
	position: relative;
}

.entry-thumbnail img {
	background-color: #ffffff;
}

.entry-thumbnail[class*='col-'] {
	margin-bottom: 0;
}

/* additional meta at the bottom of entry-title */
.post-adds {
	margin: 22px 0 33px;
}

.post-adds span {
	display: inline-block;
}

.post-adds [class*='votes_count_'] {
	padding: 0 20px;
}

.post-adds .views-count,
.post-adds .comments-link {
	padding: 0 20px;
	line-height: 39px;
}

.post-adds .item-likes {
	padding-left: 15px;
}

.post-adds .theme_button {
	padding: 0 7px !important;
	line-height: 38px;
	min-width: 0;
	margin: 0;
}

.post-adds .theme_button > [class*="rt-icon"] {
	font-size: 18px;
	top: 3px;
}

.post-adds .theme_button.inverse {
	border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
	border-width: 1px;
	padding: 12px 8px;
}

.post-adds .theme_button.inverse > [class*="rt-icon"] {
	color: #780127;
}

.ds .post-adds .theme_button.inverse {
	border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
}

.post-adds .theme_button:hover > [class*="rt-icon"] {
	opacity: 0.7;
}

/* additional meta in corner of thumbnail */
.entry-meta-corner {
	position: absolute;
	z-index: 2;
	text-align: center;
	color: #ffffff;
	background-color: #780127;
}

.entry-meta-corner a {
	color: #ffffff;
}

.entry-meta-corner a:hover {
	color: #780127;
}

.entry-meta-corner .date {
	color: #1a1a1a;
	display: block;
	min-width: 60px;
	padding: 0 3px;
	text-transform: uppercase;
}

.entry-meta-corner .date strong {
	color: #ffffff;
	display: block;
	font-size: 42px;
	font-weight: 100;
	padding: 12px 0 0;
}

.entry-meta-corner .comments-link {
	line-height: 1;
	display: block;
	padding: 2px 5px;
	background-color: #1a1a1a;
}

.entry-meta-corner .comments-link i {
	position: relative;
	top: 1px;
}

.categories-links {
	padding-right: 17px;
}

.categories-links a {
	margin-right: 6px;
}

/* highlight first letter in blog post */
.entry-content p.big-first-letter:first-letter {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #780127;
	float: left;
	margin-right: 10px;
}

.entry-excerpt {
	font-size: 20px;
}

.blog-more-toggle {
	display: block;
	text-transform: uppercase;
	padding: 9px 0;
	margin: 32px 0 80px;
	background-color: #f2f2f2;
}

.blog-more-toggle .blog-more-visible {
	display: inline;
}

.blog-more-toggle .blog-more-hidden {
	display: none;
}

.blog-more-toggle.collapsed .blog-more-visible {
	display: none;
}

.blog-more-toggle.collapsed .blog-more-hidden {
	display: inline;
}

.st_facebook_hcount,
.st_twitter_hcount,
.st_googleplus_hcount {
	position: relative;
	text-align: right;
}

.st_facebook_hcount span,
.st_twitter_hcount span,
.st_googleplus_hcount span {
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.author-meta h4 {
	margin: 0 0 20px;
}

.author-meta .item-content {
	position: relative;
	padding: 32px 45px 12px 45px;
}

@media (min-width: 992px) {
	.author-meta .item-content {
		padding-left: 10px;
	}
}

.author-meta .author-social {
	position: absolute;
	right: 0;
	top: 0;
}

.author-meta .author-social a {
	display: block;
	margin: 0 !important;
}

/* events */
.event-item .item-content {
	padding: 30px 40px 10px 10px;
}

@media (max-width: 991px) {
	.event-item .item-content {
		padding-top: 10px;
		padding-left: 40px;
	}
}

.event-item .item-content i {
	padding-right: 5px;
}

.event-item .item-content p:last-child {
	margin-bottom: 0;
}

/*comments*/
.comments-area {
	margin-top: 46px;
}

.comments-area h2 {
	margin-bottom: 28px;
	font-size: 40px;
	font-weight: 700;
}

.comments-area li {
	list-style: none;
	padding-top: 30px;
}

.comments-area .media {
	position: relative;
}

.comments-area .media-left {
	padding-right: 0;
}

.comments-area .media-left img {
	max-width: 70px;
}

.comments-area .media-object {
	max-width: 70px;
}

.comments-area .media-body {
	padding: 26px 30px 14px 30px;
}

.comment-list {
	margin: 0;
	padding: 0;
	position: relative;
}

.comment-list ol {
	padding-left: 15px;
}

@media (min-width: 992px) {
	.comment-list ol {
		padding-left: 70px;
	}
}

.comment-meta {
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.comment-meta .comment-date {
	opacity: 0.7;
}

.comment-meta .author_url {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
}

.reply i {
	font-size: 18px;
}

.reply a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 13px 6px;
	width: 40px;
	min-width: auto;
	height: 40px;
	background: #780127;
	font-size: 0;
	text-align: center;
	color: transparent;
}

.reply a:active {
	top: 1px;
}

.comment-respond {
	margin-top: 73px;
}

.comment-respond h3 {
	margin: 0 0 24px;
}

.comment-respond p {
	margin-bottom: 10px;
	position: relative;
}

.comment-form.muted_background {
	padding: 30px 30px 20px;
}

.comment-form .row {
	margin-right: -5px;
	margin-left: -5px;
}

.comment-form .theme_button {
	margin-right: 6px;
}

@media (max-width: 500px) {
	.comment-respond i.pull-left {
		display: none;
	}

	.comment-respond .comment-form {
		margin-left: 0;
	}
}

/* gallery */
#isotope_filters,
.filters {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

#isotope_filters li,
.filters li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#isotope_filters a,
.filters a {
	min-width: 120px;
	padding: 8px 35px;
	margin: 0 6px 10px 0;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	border: 1px solid #1a1a1a;
	display: inline-block;
	text-transform: uppercase;
	color: #1a1a1a;
	background-color: transparent;
}

#isotope_filters a:hover, #isotope_filters a.selected, #isotope_filters a.active,
.filters a:hover,
.filters a.selected,
.filters a.active {
	background-color: #780127;
	border-color: #780127;
	color: #ffffff;
}

.gallery-item {
	overflow: hidden;
	position: relative;
}

.gallery-item .item-content {
	padding: 0 40px 5px;
}

.gallery-item h4.item-meta {
	font-weight: 300;
	z-index: 5;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.gallery-item:hover h4.item-meta {
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery-extended-item .item-content {
	padding: 35px 40px !important;
}

@media (max-width: 400px) {
	.gallery-extended-item .item-content {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.gallery-extended-item .item-title {
	font-size: 28px;
	margin: 0 0 5px;
}

.gallery-extended-item .categories-links {
	display: block;
	margin-bottom: 20px;
}

.gallery-extended-item .item-button {
	margin-top: 21px;
}

.gallery-item .post-adds {
	margin-bottom: 0;
}

.gallery-title-item + .item-title {
	padding: 30px 15px;
}

.gallery-title-item + .item-title h3 {
	font-size: 28px;
	margin-bottom: 5px;
}

.loadmore_spinner {
	font-size: 30px;
	opacity: 0.3;
	margin: 10px 0 20px;
}

/* gallery single */
.gallery-items-nav {
	margin-top: 30px !important;
	padding: 30px 23px;
}

.gallery-items-nav h4 {
	margin: -5px 0 0;
}

.gallery-items-nav .media {
	position: relative;
	padding: 10px 0;
}

.gallery-items-nav .next-item img {
	max-width: none;
	padding: 0 30px 0 0;
}

.gallery-items-nav .next-item i {
	right: -7px;
}

.gallery-items-nav .prev-item img {
	max-width: none;
	padding: 0 0 0 30px;
}

.gallery-items-nav .prev-item i {
	left: -7px;
}

.gallery-items-nav a {
	position: relative;
}

.gallery-items-nav a i {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	font-size: 16px;
}

.gallery-items-nav a i.position-absolute {
	position: absolute;
}

.owl-carousel.related-photos-carousel {
	margin-bottom: 0;
}

/* Single model page */
@media (min-width: 1200px) {
	.model-page .isotope-item {
		width: 20%;
	}
}

.model-page .filters {
	margin-bottom: 30px;
}

.model-page .columns_padding_5 .row {
	margin-right: -5px;
	margin-left: -5px;
}

.model-page .model-parameters {
	padding: 15px 20px;
}

.model-page .media-left {
	font-size: 16px;
	padding-right: 10px;
}

.model-page .media-list li {
	margin: 0;
	padding: 15px 0 10px;
}

.model-page .media-list li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*
**widgets
*/
aside > div + div {
	margin-top: 10px;
}

aside > div + div > .widget-title {
	margin-top: 22px;
}

aside .widget + .widget {
	margin-top: 10px;
}

.module-header {
	margin: 0 0 38px;
	text-transform: capitalize;
	font-size: 40px;
}

.page_footer .module-header {
	font-size: 28px;
}

.widget > h3,
.widget-title {
	font-size: 30px;
	margin: 0 0 30px;
	position: relative;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul ul li {
	padding-left: 20px;
}

.widget li {
	position: relative;
}

.widget .vertical-item h4 {
	font-size: 20px;
	margin: 17px 0 0;
}

.widget .vertical-item + .widget .vertical-item {
	margin-top: 16px;
}

.widget select {
	width: 100%;
	max-width: 100%;
	border: none;
	height: 40px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 16px;
}

.widget a.social-icon {
	margin-bottom: 5px;
}

.widget a.social-icon + a.social-icon {
	margin-left: 1px !important;
}

.page_footer .widget li,
.page_footer .widget ul {
	border: none;
}

.page_footer .widget-title {
	font-size: 30px;
	margin-bottom: 20px;
}

/*
widget_search,
widget_mailchimp
*/
.widget_mailchimp {
	overflow: hidden;
}

.widget_mailchimp p {
	padding-top: 10px;
}

.widget_search .form-inline,
.widget_mailchimp .form-inline {
	position: relative;
}

.widget_search .form-inline .form-group,
.widget_mailchimp .form-inline .form-group {
	display: block;
	vertical-align: top;
	position: relative;
}

.widget_search .form-inline input[type="text"],
.widget_mailchimp .form-inline input[type="email"] {
	padding-right: 50px;
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.widget_search .form-group.inline-block,
  .widget_mailchimp .form-group.inline-block {
		min-width: 370px;
		margin-right: 5px;
	}
}

.widget_search .form-inline .theme_button,
.widget_mailchimp .form-inline .theme_button {
	font-size: 0;
	padding: 12px;
	margin: 0;
	min-width: auto;
}

.widget_search .form-inline .theme_button,
.widget_mailchimp .form-inline .theme_button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: #780127 !important;
	color: #ffffff;
}

.widget_search .form-inline .theme_button:before,
.widget_mailchimp .form-inline .theme_button:before {
	font-size: 16px;
	content: "\e656";
	font-family: 'rt-icons-2';
}

.widget_search .form-inline .theme_button:hover,
.widget_mailchimp .form-inline .theme_button:hover {
	color: #1a1a1a !important;
}

.widget_mailchimp .form-inline .theme_button:before {
	content: "\e65c";
}

/*
widget_recent_entries
widget_recent_comments
widget_archive
widget_categories
widget_meta
widget_nav_menu
widget_pages
*/
.widget_recent_comments li {
	padding: 15px 0;
}

.widget_recent_comments li:first-child {
	padding-top: 0;
}

.widget_recent_comments li:before {
	font-family: 'rt-icons-2';
	content: "\e65c";
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: 4px;
	padding-right: 10px;
	color: #780127;
}

.widget_recent_entries li {
	padding: 15px 0 15px 36px;
}

.widget_recent_entries p {
	margin-bottom: 0;
}

.widget_recent_entries li:first-child {
	padding-top: 0;
}

.widget_recent_entries li:before {
	font-family: 'rt-icons-2';
	content: "\e65c";
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 18px;
	left: 0;
	padding-right: 10px;
	color: #780127;
}

.widget_recent_entries li:first-child:before {
	top: 5px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_popular_entries li,
.widget_nav_menu li,
.widget_pages li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_recent_entries > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_archive > ul > li:last-child,
.widget_categories > ul > li:last-child,
.widget_meta > ul > li:last-child,
.widget_popular_entries > ul > li:last-child,
.widget_nav_menu > ul > li:last-child,
.widget_pages > ul > li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
	display: inline-block;
	padding: 12px 0 12px 16px;
	position: relative;
}

.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 22px;
	background-color: #1a1a1a;
}

.ds .widget_archive a:before, .ds
.widget_categories a:before, .ds
.widget_meta a:before, .ds
.widget_nav_menu a:before, .ds
.widget_pages a:before {
	background-color: #ffffff;
}

.widget_archive span,
.widget_categories span {
	position: absolute;
	right: 0;
	top: 0.8em;
}

.widget_nav_menu ul ul li:first-child a {
	padding-top: 13px;
}

.widget_nav_menu a i {
	padding-right: 7px;
}

@media (min-width: 768px) {
	.page_copyright .widget_nav_menu li, .page_topline .widget_nav_menu li {
		display: inline-block;
		position: relative;
		border: none;
		padding-right: 5px;
	}

	.page_copyright .widget_nav_menu li:before, .page_topline .widget_nav_menu li:before {
		content: '';
		position: absolute;
		padding: 0;
		left: -5px;
		top: 5px;
		bottom: 5px;
		width: 1px;
		background-color: rgba(0, 0, 0, 0.05);
		opacity: 0.3;
		display: block;
	}

	.page_copyright .widget_nav_menu li:first-child:before, .page_topline .widget_nav_menu li:first-child:before {
		display: none;
	}

	.page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a {
		padding: 0 10px;
	}

	.page_copyright .widget_nav_menu a:before, .page_topline .widget_nav_menu a:before {
		display: none;
	}
}

/*widget_tag_cloud*/
.widget_tag_cloud a {
	min-width: calc(50% - 10px);
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 7px 20px;
	margin: 0 4px 10px 0;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}

aside .widget_tag_cloud a {
	color: #1a1a1a;
}

aside .widget_tag_cloud a:hover {
	color: #ffffff;
}

.widget_tag_cloud a:hover {
	background-color: #780127;
	border-color: #780127;
	color: #ffffff;
}

/*widget_flickr*/
.widget_flickr li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.widget_flickr img {
	max-width: 70px;
	border-radius: 1px;
}

/*widget_popular_entries*/
.widget_popular_entries p {
	padding-top: 6px;
	margin-bottom: 10px;
}

.widget_popular_entries .media-body {
	overflow: visible;
}

.widget_popular_entries .media-left {
	padding-right: 20px;
}

.widget_popular_entries .media-object {
	max-width: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.widget_popular_entries .media-object {
		max-width: 40px;
	}
}

.widget_popular_entries li {
	margin-top: 2px;
	padding: 20px 0 18px 0;
}

/*widget_banner*/
.widget_banner {
	max-width: 370px;
	overflow: hidden;
	line-height: 1;
}

.widget_banner .item-content {
	padding: 30px !important;
}

.widget_banner .item-content h2 {
	margin: 5px 0 0;
	font-size: 40px;
}

.widget_banner .item-content span {
	display: inline-block;
	padding: 5px 20px;
}

.widget_banner .small-text {
	margin-bottom: 0;
}

/*widget_slider*/
.widget_slider .owl-carousel {
	margin-bottom: 0;
}

.widget_slider .owl-carousel .owl-nav {
	opacity: 1;
	bottom: auto;
}

.widget_slider .owl-carousel .owl-nav > div {
	top: -58px;
	width: auto;
	height: auto;
	right: 0;
	background-color: transparent;
}

.widget_slider .owl-carousel .owl-nav > div:first-child {
	left: auto;
	right: 30px;
}

.widget_slider .owl-carousel .owl-nav > div:after {
	font-size: 12px;
	color: inherit;
	color: #0d0d0d;
}

/*widget_calendar*/
#calendar_wrap {
	width: 100%;
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 768px) and (max-width: 992px) {
	#calendar_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.widget_calendar table {
	width: 100%;
	position: relative;
	text-align: center;
}

.widget_calendar caption {
	line-height: 1;
	font-size: 24px;
	padding: 18px 0 18px;
	text-align: center;
	color: #ffffff;
	background-color: #780127;
}

.widget_calendar thead {
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
	border-width: 7px 1px 7px 1px;
	color: #ffffff;
}

.widget_calendar thead th {
	font-weight: 300;
}

.widget_calendar thead th:first-child {
	padding-left: 30px;
}

.widget_calendar thead th:last-child {
	padding-right: 30px;
}

.widget_calendar tbody {
	font-weight: 300;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 29px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 30px;
}

.widget_calendar tbody td {
	border: none;
	padding: 3px 4px;
	position: relative;
}

.widget_calendar tbody td:first-child {
	padding-left: 30px;
}

.widget_calendar tbody td:last-child {
	padding-right: 30px;
}

.widget_calendar tbody td a {
	font-weight: 700;
	color: #780127;
}

.widget_calendar tbody td a:hover {
	color: #fd61e3;
}

.widget_calendar th {
	text-align: center;
}

.widget_calendar tfoot {
	position: absolute;
	top: -3px;
	right: 0;
	left: 0;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	color: #ffffff;
	text-align: center;
	font-size: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}

.widget_calendar tfoot td a:hover {
	color: #ffffff;
	background-color: #780127;
	border-color: #780127;
}

.widget_calendar tfoot #prev {
	left: 0;
}

.widget_calendar tfoot #prev a {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot #prev a:before {
	font-size: 14px;
	font-family: 'rt-icons-2';
	content: '\e7c4';
}

.widget_calendar tfoot #next {
	right: 0;
}

.widget_calendar tfoot #next a {
	border-left: 1px solid rgba(255, 255, 255,%2