/*
Theme Name: Appliance Repair
Theme URI: https://bootwp.com/wordpress-theme/appliancerepair/
Author: Ion Burdianov
Author URI: http://ionburdianov.com/
Description: Bootstrap 3 WordPress Theme, by BootWP Framework.
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: appliance_repair
*/

/**
 * Common
 * =========================================== */
body {
	font-family: 'Muller';
	font-weight: bold;
	font-style: Italic;
	color: #555;
	font-size: 16px;
	min-width: 290px;

}
.mobimg {
	display: none;
	}
/**
 * Navbar
 * =========================================== */
.navbar {
	border-radius: 0;
	border: 0;
	margin: 0 auto;
	padding: 35px 0;
	width: 100%;
	background-color: transparent;
	min-height: 700px;
}
.navbar-brand {
	padding: 0 0 0 15px;
	height: auto;
    margin-right: 50px;


}
.logo-mobile {
	width: auto;
}
.navbar-phone {
margin-left: 50px;
	float: right;
	display: block;
	color: #e30a2d;
	font-weight: 900;
	font-size: 22px;
	    padding: 19px 10px;
	white-space: nowrap;
	   background: #ffffff4a;
}
.navbar-phone:hover {
	color: #e30a2d;
}
.navbar-phone > span {
	display: block;
}
.navbar-phone a {
	    color: #e30a2d;


}
.navbar-phone a :hover {
	color: #e30a2d;
	opacity: 1;
}
.navbar-book {
	float: right;
	text-decoration: underline;
	display: block;
	color: #fff;
	padding: 4px 15px;
	line-height: 1.2;
	text-align: center;
	background-color: #e30a2d;
	font-weight: bold;
	    font-size: 26px;
	margin-top: 0;
	margin-left: 50px;
	position: relative;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.navbar-book:hover {
	background-color: #018aff;
	color: #fff;
	text-decoration: none;
}
.navbar-book:focus {
	color: #fff;
	text-decoration: none;
}
.navbar-schedule {
	float: right;
	display: block;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 300;
	padding: 25px 10px 30px;
	margin-top: 1px 10px 50px;

	text-transform: uppercase;
	background-color: treanansparent;
	font-weight: bold;
	    margin: 1px -1px 50px;
}
.navbar-nav > li {
	padding: 0 15px;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.navbar-nav > li:hover {
	background-color: #e30a2d;
}
.navbar-nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 0;
	position: relative;
	color: #000;
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
}
.navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a {
	color: #fff;
	background-color: transparent;
}
.navbar-nav > li > a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.navbar-nav > .active > a:before {
	background-color: #008aff;
}
.navbar-nav > .special-item.active > a:before {
	content: none;
}
.navbar-nav > .active:hover > a:before,
.navbar-nav > .active > a:hover:before {
	background-color: transparent;
}
.navbar-nav > .active > a:active {
	background-color: transparent;
}

.navbar-nav > .special-item {
	position: relative;
}
.navbar-nav > .special-item:before {
	content: '';
	position: absolute;
	border: 1px solid #e30a2d;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.navbar-nav > .special-item > a {
	color: #000;
}

.dropdown-menu {
	border: 0;
	padding: 8px 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;
}
.navbar-nav li:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.deschide {
display:none;
}
.mobhide {
display:block;
}
.logo-mob {
display:none;
}

.dropdown-menu > li > a {
	color: #555;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #555;
	background-color: #f3f4f6;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
	background-color: transparent;
}
.navbar .caret {
	border-top: 4px solid;
}
.navbar-button {
	margin: 0;
	padding: 14px 15px;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
	display: none;
}
.collapse.in {
	display: block !important;
}
.navbar-collapse.in {
	overflow: visible !important;
}
.navbar-button .icon-bar {
	background-color: #666;
	width: 26px;
	height: 4px;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.navbar-button.open .icon-bar:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
}
.navbar-button.open .icon-bar:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
}
.navbar-button.open .icon-bar:nth-child(2) {
	display: none;
}
.site-desctipion {
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	padding-bottom: 19px;
	clear: both;
	text-align: center;
	color: #fff;

}
.site-desctipion a {
	text-decoration: underline;
}
.site-desctipion a:hover {
	text-decoration: none;
}
.header-top-mobile {
	text-align: center;
	padding: 10px 15px;
}
.header-top-mobile > a {
	display: block;
	margin: 0 auto;
}
.header-top-mobile > a img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	/*.navbar-brand > img {
		width: 280px;
		margin-top: 14px;

	}*/
	.navbar-nav > li > a {
		font-size: 16px;
	}
	.navbar-hover .navbar-right .dropdown-menu {
		left: 0 !important;
		right: auto;
	}
	.navbar-nav > li {
		padding: 0 10px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand > .logo-mobile {
		display: none;
	}
}
@media (max-width: 1199px) {
	.navbar-brand > .logo {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-hover .navbar-nav > li.menu-item-307 > .dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}

	.navbar-book {
		font-size: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar {
		padding: 20px 0;
	}
	.navbar-schedule {
		margin-top: 12px;
	}
	.navbar-nav > li {
		padding: 0 7px;
	}
	.navbar-nav > li > a {
		font-size: 13px;
	}
	.navbar-hover .navbar-right .dropdown-menu {
		left: 7px !important;
		right: auto;
	}

}
@media (min-width: 768px){
	.navbar-header {
		width: 99%;
		margin-bottom: 25px;
	}
	.navbar-phone {
		font-style: italic;
	}
	.navbar-nav {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
	    background-color: rgba(255, 255, 255, 0.69)
}

	}
	.navbar-nav > li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.navbar-nav > li:not(:last-child) {
		margin-right: -4px;
	}
	.navbar-hover .caret {
		display: none;
	}
	.navbar-hover .navbar-nav > li > .dropdown-menu {
		margin-top: 20px;
		opacity: 0;
		display: block;
		visibility: hidden;
		width: 200px;
	}
	.navbar-hover .navbar-nav > li:hover > .dropdown-menu {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}
	.header-top-mobile {
		display: none;
	}
}
@media (max-width: 767px){
	.logo-mobile {
		height: 36px;
	}
	.navbar {
		padding: 0;
		-webkit-box-shadow:
			0 2px 2px 0 rgba( 0, 0, 0, .14),
			0 3px 1px -2px rgba( 0, 0, 0, .2),
			0 1px 5px 0 rgba( 0, 0, 0, .12);
				box-shadow:
					0 2px 2px 0 rgba( 0, 0, 0, .14),
					0 3px 1px -2px rgba( 0, 0, 0, .2),
					0 1px 5px 0 rgba( 0, 0, 0, .12);
	}
	.navbar-brand {
		padding-top: 6px;
		display: none;
	}
	.navbar-phone {
		margin-top: 100px;
		float: left;
	}
	.navbar-schedule {
		display: none;
	}
	.navbar-book {
		font-size: 24px;
		margin-top: 0;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav > li {
		padding: 0;
	}
	.navbar-nav > li:hover {
		background-color: transparent;
	}
	.navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:active,
	.navbar .navbar-nav > .open > a,
	.navbar .navbar-nav > .open > a:focus,
	.navbar .navbar-nav > .open > a:hover {
		background-color: #e30a2d;
		color: #fff;
	}
	.navbar-nav > .active > a:before {
		content: none;
	}
	.dropdown > a {
		position: relative;
		padding-right: 50px;
	}
	.dropdown > a:after {
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
		font-size: 28px;
		line-height: 47px;
		padding: 0 15px;
	}
	.dropdown.open > a:after {
		content: "\f107";
	}
	.site-desctipion {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.3;
	}
}
@media (max-width: 580px){
	/*.navbar-phone {
		width: 40px;
		overflow: hidden;
		margin: 0 0 0 15px;
		padding: 0;
	}
	.navbar-phone:before {
		content: "\f098";
		display: inline-block;
		vertical-align: top;
		font-family: 'FontAwesome';
		height: 50px;
		line-height: 50px;
		font-size: 42px;
		text-align: center;
		padding-right: 15px;
	}*/
.deschide {
display: block;
}
.mobhide {
display: none;
}
}
@media (max-width: 480px){
	.navbar-book {
		font-size: 16px;
		margin-top: 7px;
	}
.deschide {
display: block;
}
.mobhide {
display: none;
}
}

/**
 * Breadchumb
 * =========================================== */
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb > li:before,
.breadcrumb > li+li:before {
	padding: 0 5px;
	content: "\f101";
	font-family: 'FontAwesome';
	color: #018aff;
	font-size: 14px;
}
.breadcrumb > .active,
.breadcrumb > .active:before {
	color: #555;
}
.breadcrumb > li > a {
	text-decoration: underline;
}
.breadcrumb > li > a:hover {
	text-decoration: none;
}
.breadcrumb > .active {
	padding: 0;
	margin-top: -8px;
	vertical-align: middle;
	max-width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 991px) {
	.breadcrumb {
		margin-top: 5px;
	}
}
@media (max-width: 480px) {
	.breadcrumb {
		display: none;
	}
}

/**
 * Content
 * =========================================== */
#content {
	padding-bottom: 45px;
}
#content .container > h2:first-child {
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
	padding: 0 0 20px;
}
.read-more-link {
	text-decoration: underline;
}
.read-more-link:hover {
	text-decoration: none;
}

/**
 * Main
 * =========================================== */
.main {
	background-color: #fff;
	padding-bottom: 45px;
}
.post-thumb {
	display: table;
	width: 100%;
}
.post-thumb.appliance-thumb {
	display: block;
}
.post-thumb-href {
	display: table-cell;
	padding: 30px 0 0;
	vertical-align: middle;
}
.post-thumb.appliance-thumb .post-thumb-href {
	display: block;
}
.post-thumb-href.no-photo {
	padding-top: 15px;
	background-color: #f3f4f6;
}
.post-thumb img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.post-thumb .appliance-brand {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	margin: 0 auto 15px;
}
.content h1,
.content h2,
.content .h2,
.content h3,
.content .h3 {
	color: #1f1f1f;
	font-weight: 900;
	font-style: italic;
}
.content > h1:first-child,
.content-problems h2,
.content .h2 {
	font-size: 22px;
}
.content-problems ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.content-problems ul li {
	padding-bottom: 5px;
}
.content-problems p {
	padding-bottom: 5px;
}
@media (min-width: 992px) {
	.post-thumb {
		min-height: 220px;
	}
}
@media (min-width: 481px) {
	.post-thumb-href {
		padding: 45px 0 30px;
	}
	.post-thumb-href.no-photo {
		padding-top: 15px;
	}
}
@media (max-width: 480px) {
	.main {
		padding-top: 10px;
	}
}

/**
 * Masthead
 * =========================================== */
.masthead {
}
.section-home-cats {
	background-image: url(images/masthead.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 40px;
}
.masthead-categories h6 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.masthead-categories .row {
	margin-left: -5px;
	margin-right: -5px;
}
.masthead-categories .row > [class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.masthead-categories h6:first-line {
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
}
.mast-cat-item {
	background-color: #fff;
	display: block;
	text-align: center;
	position: relative;
	color: #1f1f1f;
	padding: 10px;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.mast-cat-item:hover {
	background-color: #e30a2d;
	text-decoration: none;
	color: #fff;
}
/*.mast-cat-item-inner {
	display: table;
}*/
.mast-cat-item i {
	font-size: 90px;
	/*padding-bottom: 15px;*/
	width: 100%;
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
}
.mast-cat-item i.icon-electric-cable {
	font-size: 76px;
}
.mast-cat-item .icon-menu-special {
	line-height: 0.6;
	font-size: 110px;
	padding-top: 10px;
}
.mast-cat-name {
	font-size: 18px;
	font-weight: 300;
	display: table;
	width: 100%;
	height: 42px;
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
}
.mast-cat-name > span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
.mast-cat-image {
	display: table;
	height: 150px;
	width: 100%;
	margin-bottom: 10px;
}
.mast-cat-image > span {
	display: table-cell;
	vertical-align: middle;
}
.mast-cat-image > span > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin: 0 auto;
}
.mast-cat-item-small {
    /*margin-top: 80px;*/
}
.mast-cat-item-small .mast-cat-image {
    height: 70px;
}
.mast-cat-item-small .mast-cat-image > span > img {
    max-height: 70px;
}
.masthead .row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end!important;
}
.masthead-categories > .row [class^="col-"] {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
@media (min-width: 1200px){
    .col-lg-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 1199px){
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media (max-width: 960px){
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

		.navbar-button {
			display: block;
		}

		.navbar-brand>img {
			max-width: 150px;
			position: relative;
		}

		.navbar-brand {
			margin: 0;
			padding: 0;
			position: fixed;
			left: 10px;
			top: 10px;
			z-index: 10;
		}

		.navbar-brand::before {
			z-index: 10;
			content: '';
			position: fixed;
			left: 0;
			right: 0;
			height: 60px;
			background: #fff;
			top:0;
			z-index: 0;
		}

		.navbar-book {
			z-index: 10;
	    position: fixed;
	    top: 0;
	    right: 56px;
		}
}
@media (max-width: 480px){
    .col-xxs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*@media (min-width: 768px) and (max-width: 1199px) {
	.masthead-categories > .row [class^="col-"]:nth-child(1n+4) .mast-cat-item {
		margin-top: 30px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.masthead-categories > .row [class^="col-"]:nth-child(1n+3) .mast-cat-item {
		margin-top: 30px;
	}
}*/
@media (max-width: 575px) {
	.masthead {
		background-image: none;
		background-color: #555;
	}
}
@media (max-width: 480px) {
	.mast-cat-item {
		margin-bottom: 5px;
	}
}

/**
 * Brands
 * =========================================== */
.brands {
	padding: 30px 0;
}
.brand-items {
	text-align: center;
	margin: 0 -15px;
	padding: 10px 0;
}
.brand-item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 10px;
	margin-right: -4px;
}
.brand-item img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	margin: 0 auto;
	line-height: 90px;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.brand-item:hover img {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
@media (min-width: 768px) {
	.brand-item {
		width: 16.66666667%;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.brand-item {
		width: 25%;
	}
	.brand-item:nth-child(4n+1) {
		margin-left: -4px;
	}
}
@media (max-width: 768px) {
	.brand-item {
		width: 50%;
	}
	.brand-item:nth-child(2n+1) {
		margin-left: -4px;
	}
}

/**
 * Home News
 * =========================================== */
.slider-news {
	color: #fff;
	background-image: url(images/news-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
			background-size: cover;
}
#slider_news {
	padding: 45px 0 45px;
}
.news-item-table {
	width: 100%;
	margin-bottom: 50px;
	min-height: 350px;
}
.news-item-table > div:first-child {
	background-color: #e30a2d;
	padding: 30px;
}
.news-item-table > div:last-child {
	background-color: rgba( 0, 0, 0, .8);
	padding: 30px 15px 15px;
	position: relative;
}
.slider-news h2 {
	font-size: 32px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.news-item-table {
		display: table;
	}
	.news-item-table-cell {
		display: table-cell;
		vertical-align: middle;
	}
	.news-item-table > div:first-child {
		width: 50%;
	}
	.news-item-table > div:last-child {
		padding: 45px 15px;
	}
}
@media (max-width: 480px) {
	.slider-news h2 {
		font-size: 26px;
	}
}

/**
 * Reviews
 * =========================================== */
.reviews {
	padding-top: 30px;
	padding-bottom: 15px;
}
.review-item {
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f3f4f6;
}
.review-rating {
	color: #ffa000;
	padding-bottom: 10px;
}
.review-rating:before,
.review-rating:after {
	content: '';
	display: table;
	clear: both;
}
.review-rating .fa {
	float: left;
	margin-right: 2px;
}
.review-content {
	position: relative;
	padding-bottom: 20px;
}
.review-content h4 {
	font-weight: 900;
	font-style: italic;
	padding: 10px 0;
}
.review-content p {
	/*
	max-height: 90px;
	overflow: hidden;
	*/
}
.review-content.in,
.review-content.empty {
	padding-bottom: 0;
}
.review-content.in p {
	max-height: 500px;
}
.review-more {
	text-decoration: underline;
	position: absolute;
	left: 0;
	bottom: 0;
}
.review-more:hover {
	text-decoration: none;
}
.review-content.empty .review-more,
.review-content.in .review-more {
	display: none;
}
.review-footer {
	padding-top: 15px;
}
.review-footer:before,
.review-footer:after {
	content: '';
	display: table;
	clear: both;
}
.review-bio {
	display: inline-block;
	vertical-align: top;
}
.review-bio img {
	display: inline-block;
	width: 50px;
	height: auto;
	vertical-align: top;
	margin-right: 15px;
	border-radius: 3px;
}
.review-bio-content {
	display: inline-block;
	vertical-align: middle;
	padding: 17px 0 15px 0;
}
.review-bio h6 {
	color: #1f1f1f;
	font-weight: bold;
	padding: 0;
}
.review-yelp {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 15px 15px;
}
.review-yelp img {
	width: 50px;
	height: auto;
	display: block;
}
@media (min-width: 992px) {
	.reviews .row > [class^="col-"]:nth-child(3n+4) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.reviews .row > [class^="col-"]:nth-child(2n+3) {
		clear: left;
	}
}
@media (max-width: 767px) {
	.review-item {
		padding-top: 15px;
	}
}

/**
 * Section Video
 * =========================================== */
.section-video {
	padding: 30px 0;
}
.section-video .container {
	max-width: 650px;
}
.section-video .container > h2 {
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
	text-align: center;
}

/**
 * Product Types
 * =========================================== */
.product-types {
	padding: 30px 0 0;
	margin: 30px 0;
}
.content-taxonomy:before,
.content-taxonomy:after {
	content: '';
	display: table;
	clear: both;
}
.product-types .row > [class^="col-"],
.content-taxonomy [class^="col-"] {
	margin-bottom: 30px;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.product-types .row > [class^="col-"]:hover {
	background-color: #fff;
}
.content-taxonomy [class^="col-"]:hover {
	background-color: #e30a2d;
	color: #fff;
}
.product-type-item {
	display: table;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}
.product-type-item-inner {
	display: table-row;
}
.product-type-item-inner > a {
	display: table-cell;
	vertical-align: bottom;
	height: 180px;
}
.product-type-item-inner > a > img {
	max-height: 95%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: auto;
	width: auto;
}
.product-type-cat {
	display: inline-block;
	padding: 3px 5px;
	line-height: 1;
	color: #fff;
	margin-top: 5px;
	background-color: #018aff;
	border-radius: 3px;
	font-size: 11px;
}
.content-taxonomy .product-type-item-inner > a > img {
	width: 100%;
}
.product-type-item-inner > a > img.no-photo {
	background-color: #fff;
}
.content-taxonomy .product-type-item-inner > a > img.no-photo {
	background-color: transparent;
}
.product-type-name {
	display: table-cell;
	padding-top: 10px;
}
.content-taxonomy .product-type-name {
	padding-bottom: 10px;
}
.content-taxonomy [class^="col-"]:hover .product-type-name .product-type-link {
	color: #fff;
	text-decoration: none;
}
.content-taxonomy [class^="col-"]:hover .product-type-name .product-type-link:hover {
	text-decoration: underline;
}
.taxonomy-brand-image {
	padding-bottom: 15px;
}
.taxonomy-brand-image img {
	display: block;
	max-width: 100%;
	width: auto;
	max-height: 100px;
	height: auto;
}
@media (max-width: 480px) {
	.product-type-item-inner > a {
		height: 100px;
	}
	.product-type-name {
		font-size: 14px;
	}
	.taxonomy-brand-image img {
		max-height: 50px;
	}
}

/**
 * Blog
 * =========================================== */
/* Home blog */
.home-blog-header h2 {
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
}
.home-blog-footer {
	text-align: center;
	padding: 30px 0;
}
.blog-row > [class*="col-"]:nth-child(2n+3) {
	clear: left;
}
.blog-item {
	border-bottom: 1px solid #f3f4f6;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.blog-item:before,
.blog-item:after {
	content: '';
	display: table;
	clear: both;
}
.blog-item-img {
	display: block;
	overflow: hidden;
}
.blog-item-img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 2s;
	margin-bottom: 0;
}
.blog-item-img:hover img {
	transform: scale(1.2)
}
.blog-item h2 {
	font-size: 26px;
	font-weight: 300;
}
.blog-item h2 a {
	text-decoration: none;
}
.blog-item h2 a:hover {
	text-decoration: none;
	box-shadow: 0 1px 0 #018aff;
}
.entry-date {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	color: #999;
}
.entry-thumbnail {
	margin-bottom: 10px;
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
}

/**
 * Benefits
 * =========================================== */
.benefits {
}
.benefits .container > h2 {
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
}
.benefit-item {
	display: table;
	width: 100%;
	padding: 10px 10px 0;
	height: 240px;
	text-align: center;
	color: #1f1f1f;
	background-color: #fff;
	border-bottom: 1px solid #f3f4f6;
	margin-bottom: 30px;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.benefit-item-inner {
	display: table-cell;
	vertical-align: middle;
}
.benefit-item [class^="icon"] {
	font-size: 140px;
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
}
.benefit-item h4 {
	font-weight: normal;
	padding-bottom: 0;
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
}
.benefit-item:hover {
	background-color: #e30a2d;
	color: #fff;
}
.benefit-item:hover h4 {
	color: #fff;
}

/**
 * Google Map
 * =========================================== */
.google-map {
	background: #f5f5f5 url(images/google-map-placeholder.png);
	height: 480px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.google-map:empty:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border-top: 1px solid rgba( 0, 0, 0, .1);
	border-right: 1px solid rgba( 0, 0, 0, .1);
	border-bottom: 1px solid rgba( 0, 0, 0, .1);
	border-left: 1px solid #d9010d;
	z-index: 100001;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-animation: fa-spin 0.7s infinite linear;
			animation: fa-spin 0.7s infinite linear;
}
.benefits + .google-map {
	margin-top: 15px;
}
.map-container {
	position: relative;
}
.map-container iframe {
	display: block;
	border: 0;
}
.contacts-card {
	position: absolute;
	top: 46px;
	bottom: 0;
	left: 60px;
	padding: 30px;
	background-color: rgba(77, 106, 121, .8);
	color: #fff;
}
.contacts-card-inner {
	width: 400px;
	margin: 0 auto;
}
.contacts-card h2,
.contacts-card .h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	font-style: italic;
}
@media (max-width: 992px) {
	.contacts-card {
		position: relative;
		background-color: rgba(77, 106, 121, 1);
		top: auto;
		left: auto;
	}
}

/**
 * Social Menu
 * =========================================== */
.social-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-social-menu {
	margin-top: 15px;
}
.footer-social-menu {
	margin-top: 15px;
}
.social-menu > li {
	float: left;
	margin-right: 7px;
}
.header-social-menu > li {
	margin-right: 41px;
}
.social-menu > li > a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #e30a2d;
	font-size: 30px;
}
.social-menu > li > a:hover {
	background-color: #333;
}
.header-social-menu > li > a {
	margin-top: 5px;
}
.footer-social-menu:before,
.footer-social-menu:after {
	content: '';
	display: table;
	clear: both;
}
.footer-social-menu > li {
	display: inline-block;
}
.footer-social-menu > li > a {
	margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-social-menu > li {
		margin-bottom: 11px;
	}
}
@media (max-width: 1199px){
	.header-social-menu > li {
		margin-right: 16px;
	}
}
@media (min-width: 992px){
	.header-social-menu {
		float: right;
	}
	.header-social-menu > li {
		margin-bottom: 15px;
	}
	.header-social-menu > li:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width: 991px){
	.header-social-menu > li {
		margin-right: 16px;
	}
	.footer-social-menu {
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.social-menu > li > a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
}

/**
 * Footer
 * =========================================== */
.footer {
	background-color: #fff;
	padding: 45px 0 0;
}
.footer-brand {
	padding: 0;
	height: auto;
	display: block;
}
.footer-brand img {
	display: block;
	max-width: 100%;
}
.footer-phone {
	display: block;
	color: #e30a2d;
	font-weight: 900;
	font-size: 16px;
	padding: 6px 5px;
	white-space: nowrap;
	text-align: center;
}
.footer-phone:hover,
.footer-phone:focus,
.footer-phone:active {
	color: #e30a2d;
}
.footer-book {
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin-top: 11px;
	padding: 4px 10px;
	line-height: 0.9;
	text-align: center;
	background-color: #e30a2d;
	-webkit-transition: background-color 0.3s;
			transition: background-color 0.3s;
}
.footer-book:hover {
	background-color: #018aff;
	color: #fff;
	text-decoration: none;
}
.footer-book:focus {
	color: #fff;
	text-decoration: none;
}
.footer-schedule {
	display: block;
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 10px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f3f4f6;
}
.payment-icons {
	margin-top: 30px;
	text-align: center;
	padding: 15px;
	background-color: #f3f4f6;
}
.payment-icons img {
	height: 33px;
	border-radius: 2px;
	transition: 0.15s;
}
.payment-icons img:hover {
	height: 33px;
	border-radius: 2px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	transition: 0.15s;
}
.footer-menu {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
.footer-menu > li > a {
	font-size: 22px;
	font-weight: 300;
	padding: 3px 0;
	display: block;
}
@media (max-width: 1199px) {
	.footer-brand > img {
		width: 280px;
		margin-top: 14px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 15px 0 0;
	}
	.footer .logo {
		height: 36px;
		width: auto;
	}
	.footer-brand {
		display: block;
	}
	.footer-book {
		margin-top: 0;
	}
	.footer-phone {
		margin: 0;
	}
	.footer-menu {
		margin-bottom: 10px;
	}
	.footer-menu > li > a {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.footer-book {
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}
	.footer-book span {
		display: none;
	}
	.footer-phone {
		display: none;
	}
}

/**
 * Pagination
 * =========================================== */
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi:before,
.wp-pagenavi:after {
	content: '';
	display: table;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #018aff;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	z-index: 3;
	color: #fff;
	background-color: #018aff;
	border-color: #018aff;
}

/**
 * Forms
 * =========================================== */
.form-container {
	background-color: #018aff;
	margin-top: 5px;
	padding: 15px 15px 0;
}
.main .form-container {
	margin-top: 20px;
}
.form-title {
	color: #fff;
	font-weight: 900;
	font-style: italic;
}
.form-container .form-title:first-child {
	padding-top: 0;
}
.form-footer {
	margin: 15px -15px 0;
	position: relative;
}
.form-footer:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #018aff;
}
.form-footer .btn {
	padding-right: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.form-control {
	border-radius: 0;
	border-color: #fff;
	font-size: 16px;
}
textarea.form-control {
	resize: none;
}
@media (max-width: 991px) {
	.form-container {
		margin-top: 35px;
	}
}

/**
 * Buttons
 * =========================================== */
.btn {
	border-radius: 0;
	border: 0;
	padding: 10px 15px;
	font-weight: 700;
	font-style: italic;
	-webkit-transition: background-color 0.3s, color 0.3s;
			transition: background-color 0.3s, color 0.3s;
}
.btn-default,
.btn-default:focus {
	background-color: #018aff;
	color: #fff;
	font-size: 16px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus:hover {
	background-color: #e30a2d;
	color: #fff;
}
.btn-primary,
.btn-primary:focus {
	background-color: #e30a2d;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus:hover {
	background-color: #1f1f1f;
	color: #fff;
}
.btn-more {
	position: absolute;
	bottom: -42px;
	height: 42px;
	left: 0;
	padding-right: 5px;
}
.btn-more:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	z-index: 9;
	left: 100%;
	top: 0;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 42px solid transparent;
	border-left: 20px solid #018aff;
	-webkit-transition: border-color 0.3s;
			transition: border-color 0.3s;
}
.btn-more:hover:after {
	border-left-color: #e30a2d;
}

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

/**
 * Wordpress Core
 *
 * Wordpress default style
 * =========================================== */

.alignnone,
a img.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter,
a img.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright,
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft,
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/**
 * WordPress Core Galleries
 *
 * WP Galleries
=============================================== */

.gallery {
	margin-bottom: 1.6em;
	margin-left: -15px;
	margin-right: -15px;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

@media (max-width: 991px) {
	.gallery-columns-4 .gallery-item {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.gallery-columns-4 .gallery-item {
		width: 100%;
	}
}

/**
 * Cols Align
 * =========================================== */
@media (min-width: 1200px){
	.cols-align .col-lg-2:nth-child(6n+7),
	.cols-align .col-md-2:nth-child(6n+7) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.cols-align .col-lg-2:nth-child(4n+5) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.cols-align .col-lg-2:nth-child(3n+4),
	.cols-align .col-md-2:nth-child(3n+4) {
		clear: left;
	}
}
@media (max-width: 767px){
	.cols-align .col-lg-2:nth-child(2n+3),
	.cols-align .col-md-2:nth-child(2n+3) {
		clear: left;
	}
}

/**
 * Carousel
 * =========================================== */
/* Carousel fade */
.carousel-fade .item {
	-webkit-transition-property: opacity;
	   -moz-transition-property: opacity;
		 -o-transition-property: opacity;
			transition-property: opacity;
}
.carousel-fade .active {
	opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .next.left,
.carousel-fade .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-control .fa {
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 5;
	display: inline-block;
	line-height: 1;
	color: #333;
}
.carousel-control.left .fa {
	left: 25px;
}
.carousel-control.right .fa {
	right: 25px;
}
@media (max-width: 480px) {
	.carousel-control {
		display: none;
	}
}

/**
 * Custom
 * =========================================== */
.pt-45 {
	padding-top: 45px;
}
@media (max-width: 991px) {
	.main .pt-45 .form-container {
		margin-top: 0;
	}
}

/**
 * Contact Form 7
 * =========================================== */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	clear: left;
	color: #fff;
	display: none !important;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
}
div.wpcf7-mail-sent-ng {
}
div.wpcf7-spam-blocked {
}
div.wpcf7-validation-errors {
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
	position: absolute;
	top: 100%;
	display: none;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	visibility: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	background-image: none;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	-webkit-animation: fa-spin 1s infinite linear;
			animation: fa-spin 1s infinite linear;
}
div.wpcf7 .ajax-loader:before {
	font-family: 'FontAwesome';
	content: "\f021";
}
div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.form-control.wpcf7-not-valid {
	border-color: #ab0014 !important;
}

/**
 * Modal
 * =========================================== */
/** modal-zoom */
.modal.zoom .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.6);
			transform: scale(0.6);
}
.modal.in .modal-dialog {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
	-webkit-transform: scale(1);
			transform: scale(1);
}

.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
			transition: all 0.5s;
	-webkit-transform: scale(1.3);
			transform: scale(1.3);
}
.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
	opacity: 1;
	transform: scale(1);
}

/**
 * jQuery Countdown
 * =========================================== */
.is-countdown {
	width: 100%;
	padding: 10px 0 15px;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	display: block;
}
.countdown-row:before,
.countdown-row:after {
	content: '';
	clear: both;
	display: table;
}
.countdown-section {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.countdown-amount {
	font-size: 40px;
	display: block;
	width: 60px;
	background-color: #e30a2d;
	padding: 5px;
	color: #fff;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/**
 * Instragram Widget
 * =========================================== */
.home-instagram {
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #fff;
}
.home-instagram h2 {
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.home-instagram p {
	text-align: center;
	padding-top: 15px;
}
.home-instagram p a {
	background-color: #018aff;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	border: 0;
	padding: 10px 15px;
	font-weight: 700;
	font-style: italic;
	-webkit-transition: background-color .3s,color .3s;
	transition: background-color .3s,color .3s;
	position: relative;
	display: inline-block;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.home-instagram p a {
	background-color: #e30a2d;
	color: #fff;
	text-decoration: none;
}
.home-instagram .instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-instagram .instagram-pics:before,
.home-instagram .instagram-pics:after {
	content: '';
	display: table;
	clear: both;
}
.home-instagram .instagram-pics > li {
	float: left;
	width: 25%;
	padding: 15px;
}
.home-instagram .instagram-pics > li > a {
	display: block;
	position: relative;
}
.home-instagram .instagram-pics > li > a > img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.home-instagram .instagram-pics > li > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba( 0, 0, 0, .4);
	opacity: 0;
	z-index: 2;
	transition: all .3s;
}
.home-instagram .instagram-pics > li > a:after {
	content: "\f06e";
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -18px;
	text-align: center;
	opacity: 0;
	z-index: 2;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	height: 36px;
	transition: all .3s;
}
.home-instagram .instagram-pics > li > a:hover:before {
	opacity: 1;
}
.home-instagram .instagram-pics > li > a:hover:after {
	opacity: .7;
}

.fuse-team-photo {
height: 300px;
}
@media (max-width: 767px) {
	.home-instagram .instagram-pics > li {
		padding: 5px;
	}
}
@media (max-width: 480px) {
	.home-instagram .instagram-pics > li {
		width: 50%;
	}
}

.fullscreen-bg {

}
.fullscreen-bg video{
    position: absolute;
min-height: 700px;
min-width: 100%;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
    z-index: -1;
}
video { display: block; }

@media screen and (max-device-width: 800px) {

    .fullscreen-bg video {
        display: none;
    }
	.mobimg {
	display: block
	}
	.navbar-schedule {
	float: right;
	display: block;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 300;
	padding: 0px 10px 30px;
	margin-top: 1px 10px 50px;

	text-transform: uppercase;
	background-color: treanansparent;
	font-weight: bold;
	    margin: 1px -1px 50px;
}

#menu-main-menu {
position: fixed;
right: 0;
top: 0;
bottom: 0;
background: #fff;
width: 80%;
margin: 0;
box-shadow: 1px 0px 10px #000;
z-index: 10;
overflow: auto;
display: none;
}

.in #menu-main-menu {
	display: block;
}


.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0 !important;
}

.navbar-nav > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.navbar-nav li {
	display: block;
}

.navbar-hover .navbar-nav > li > .dropdown-menu {
	margin-right: 0;
	margin-top: 5px;
}
.navbar-hover .navbar-nav > li:hover > .dropdown-menu {
	visibility: hidden;
}
.navbar-nav .dropdown .dropdown-menu {
	display: none !important;
}
.navbar-nav .dropdown.open .dropdown-menu {
	display: block !important;
	visibility: visible !important;
	margin-right: 0 !important;
	width: auto;
}
.navbar-nav > li > a:hover, .navbar-nav > li:hover > a {
	color: #000;
}
.navbar-nav > li:hover {
	background: #fff;
}
}
