/*
Theme Name: Unite
Theme URI: http://colorlib.com/wp/unite
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Unite is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German and French. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Unite is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/


/* =Global
----------------------------------------------- */
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 15px;
}

a {
  color: #8a1315;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	color: #8a1315;
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #8a1315;
}
.btn-primary, .label-primary {
	background-color: #8a1315;
	border-color: #8a1315;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #4b3371;
	border-color: #4b3371;
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #8a1315 !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #8a1315 !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #8a1315;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: #8a1315;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #8a1315;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #8a1315;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 52px;
  font-weight: 100;
  color: #8a1315;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #8a1315;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #8a1315;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #8a1315;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #8a1315;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
	font-size: 11px;
}
#colophon {
  background-color: #8a1315;
  padding: 2px 0;
  margin-top: 18px;
}
.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #999;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
}


/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #DDD;
}

#social {
  float: right;
  top: 25px;
  position: relative;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 25px;
		position: relative;
		padding-bottom: 15px;
		padding-right: 0px;
	}
}

@media (min-width: 992px) {
	#social {
		padding-right: 70px;
	}
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #8a1315;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-indicators li {
	border-radius: 0px;
	border-color: #aaa;
}
.carousel-indicators li.active {
	background-color: #8a1315;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

@media (max-width: 768px) {
	.content-area, #primary {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.contentRightAreaBase {
		display: none;
	}
}


/* additions */




@media (max-width:479px) {
	.vjs-styled-skin .vjs-control-bar {
		bottom: -40px;
		height: 40px;
	}
	.vjs-styled-skin .vjs-control {
		width: 3em;
	}
	.vjs-styled-skin .vjs-control:before {
		font-size: 1.6em;
	}
	.vjs-styled-skin .vjs-time-controls, .vjs-styled-skin .vjs-time-divider {
		font-size: 13px;
		line-height: 40px;
	}
	.vjs-styled-skin .vjs-volume-control {
		width: 4em;
	}
	.vjs-styled-skin .vjs-volume-bar {
		margin-top: 17px;
	}
	.vjs-styled-skin .vjs-progress-control {
		width: auto;
	}
}@media (min-width:992px) {
	.header-cover .navbar-wp {
		width: 100%;
		position: absolute;
		top: 43px;
	}
	.header-cover .top-header {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 1200;
	}
	#mobileLogo {
		display: none;
	}
	.header-alpha .top-header {
		background: rgba(255, 255, 255, 0.5);
	}
	.header-alpha .top-header .aux-text {
		color: #fff;
	}
	.header-alpha .top-header .top-header-menu>ul.top-menu>li>a {
		color: #fff;
	}
	.header-alpha .top-header .top-header-top-menu>ul.top-menu>li>a {
		color: #fff;
	}
	.header-alpha .top-header .top-header-top-menu>ul.top-menu>li>a:hover {
		color: #f00;
	}
	.header-alpha .top-header .top-header-menu ul.top-menu>li ul.sub-menu {
		background: rgba(0, 0, 0, 0.85);
		color: #fff;
	}
	.header-alpha .top-header .top-header-menu ul.top-menu>li ul.sub-menu>li>a {
		color: #fff;
	}
	.header-alpha .top-header .top-header-menu ul.top-menu>li ul.sub-menu>li>a:hover {
		color: #f00;
	}
	.header-alpha .navbar-wp {
		background: rgba(255, 255, 255, 0);
		border-bottom: 0;
	}
	.header-alpha .navbar-wp .navbar-inner {
		border-bottom: 1px solid #e0eded;
	}
	.header-alpha .navbar-wp .navbar-nav>li>a {
		padding: 18px 16px;
		margin-right: 0;
		font-size: 14px;
		font-weight: 500;
		font-family: "Roboto", sans-serif;
		color: #fff;
		text-transform: uppercase;
	}
	.header-alpha .navbar-wp .navbar-nav>.open>a, .header-alpha .navbar-wp .navbar-nav>.open>a:hover, .header-alpha .navbar-wp .navbar-nav>.open>a:focus {
		color: #333;
	}
	.header-alpha .navbar-wp.affix .navbar-nav>li>a {
		color: #333;
	}
	.header-alpha .navbar-wp.affix .navbar-nav>li>a:hover, .header-alpha .navbar-wp.affix .navbar-nav>li>a:focus, .header-alpha .navbar-wp.affix .navbar-nav>.open>a:hover, .header-alpha .navbar-wp.affix .navbar-nav>.open>a:focus {
		color: #333;
	}
	.header-alpha .navbar-wp .navbar-nav>li>a.dropdown-form-toggle, .header-alpha .navbar-wp .navbar-nav>li>a.dropdown-form-toggle:hover, .header-alpha .navbar-wp .navbar-nav>li>a.dropdown-form-toggle:focus {
		color: #fff;
	}
	.header-alpha .navbar-wp.affix .navbar-nav>li>a.dropdown-form-toggle, .header-alpha .navbar-wp.affix .navbar-nav>li>a.dropdown-form-toggle:hover, .header-alpha .navbar-wp.affix .navbar-nav>li>a.dropdown-form-toggle:focus {
		color: #fff;
		margin-top: 0;
	}
	.header-alpha .navbar-wp .dropdown-menu {
		background: rgba(0, 0, 0, 0.85);
		border-top: 1px solid transparent;
		border-bottom: 0;
	}
	.header-alpha .navbar-wp .dropdown-menu>li {
		border-bottom: 1px solid rgba(247, 247, 247, 0);
	}
	.header-alpha .navbar-wp .dropdown-menu>li:last-child {
		border: 0;
	}
	.header-alpha .navbar-wp .dropdown-menu>li>a {
		color: #fff;
		padding: 8px 15px;
	}
	.header-alpha .navbar-wp .dropdown-menu>li>a:hover {
		background: #333;
		color: #fff;
	}
	.header-alpha .navbar-wp .dropdown-menu-search {
		background: rgba(0, 0, 0, 0.85);
		border: 1px solid #fff;
	}
	.header-alpha .navbar-wp .dropdown-menu ul.mega-nav-ul li a {
		color: #fff;
	}
	.header-alpha .navbar-wp .dropdown-menu .mega-nav-section-title {
		color: #fff;
	}
	.header-alpha .navbar-wp .dropdown-menu ul.mega-nav-ul li a:before {
		color: #fff;
	}
	.dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 3px 0 3px 3px;
		border-left-color: #cc385c;
		margin-top: 5px;
		margin-right: -6px;
	}
	.product-list-filters {
		margin-bottom: 25px;
		background: #fcfcfc !important;
		border: 1px solid #e0eded !important;
	}
	.product-list-filters .view-mode {
		float: left;
		margin: 7px 0 0 15px;
	}
	.product-list-filters .view-mode a {
		font-size: 20px;
		margin-right: 4px;
		font-weight: normal;
	}
	.product-list-filters .filter {
		display: inline-block;
		float: left;
		margin-left: 30px;
		margin-top: 2px;
	}
	.product-list-filters .sort-filter label {
		margin: 0;
		margin-right: 10px;
		font-weight: 400;
	}
	.product-list-filters .sort-filter select {
		margin-right: 10px;
	}
	.product-list-filters .pagination {
		margin: 0;
		padding: 0;
		float: right;
		border: 0;
		border-radius: 0;
	}
	.product-list-filters .pagination li a {
		border-top: 0;
		border-bottom: 0;
		border-radius: 0;
		padding: 10px 16px;
	}
	.product-list-filters .pagination.pull-right li:last-child a {
		border-right: 0;
	}
	.product-list-filters .pagination.pull-left li:first-child a {
		border-left: 0;
	}
	.product-list-filters .pagination li.active a {
		background: #8a1315;
		color: #fff;
	}
}@media (max-width:991px) {
	.product-list-filters {
		margin-bottom: 25px;
		background: #fcfcfc !important;
		border: 1px solid #e0eded !important;
	}
	.product-list-filters .view-mode {
		float: left;
		margin: 7px 0 0 15px;
	}
	.product-list-filters .view-mode a {
		font-size: 20px;
		margin-right: 4px;
		font-weight: normal;
	}
	.product-list-filters .filter {
		display: block;
		padding: 0 10px;
		margin-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #e0eded;
	}
	.product-list-filters .sort-filter label {
		margin: 0;
		margin-right: 10px;
		font-weight: 400;
	}
	.product-list-filters .sort-filter select {
		margin-right: 10px;
	}
	.product-list-filters .pagination {
		margin: 0;
		padding: 0;
		float: left;
		border: 0;
		border-radius: 0;
	}
	.product-list-filters .pagination li a {
		border-top: 0;
		border-bottom: 0;
		border-radius: 0;
		padding: 10px 16px;
	}
	.product-list-filters .pagination li:first-child a {
		border-left: 0;
	}
	.product-list-filters .pagination li.active a {
		background: #8a1315;
		color: #fff;
	}
	.inline-form-filters .form-group {
		margin-bottom: 10px;
	}
	.static-page-image {
		position: relative;
		max-height: 500px;
		overflow: hidden;
	}
	.static-page-image img {
		width: 100%}
	.static-page-image .description-left {
		top: 50px;
		left: 20px;
		width: 70%;
		height: 290px;
	}
	.carousel-1 .description-left {
		position: absolute;
		width: 40%;
		top: 50px;
		left: 20px;
		margin-left: 20px;
		width: 514px;
		height: 290px;
	}
}@media (min-width:1200px) {
	.top-header .aux-text {
		display: inline-block !important;
		float: left;
	}
	.aside-feature {
		text-align: left;
	}
	.aside-feature .icon-feature {
		text-align: left;
	}
	.slider {
		width: 100%}
	.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu {
		margin-top: 0 !important;
	}
	.navbar-wp.navbar-arrow .navbar-nav>li.open>a:after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		border-color: transparent;
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
		z-index: 1100;
	}
	.navbar-wp.navbar-arrow .navbar-nav>li.open>a:before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		border-color: transparent;
		border-bottom-color: #e0eded;
		border-width: 11px;
		margin-left: -11px;
		z-index: 1100;
	}
	.navbar-wp.navbar-arrow .navbar-nav>li.dropdown-aux.open>a:after, .navbar-wp.navbar-arrow .navbar-nav>li.dropdown-aux.open>a:before {
		border-bottom-color: transparent;
		border-width: 0;
	}
	.navbar-wp.navbar-arrow .dropdown-aux .dropdown-menu-search:after, .navbar-wp.navbar-arrow .dropdown-aux .dropdown-menu-search:before {
		border-bottom-color: transparent;
		border-width: 0;
	}
	.body-wrap.body-boxed {
		width: 1230px;
		margin: 20px auto;
		border: 1px solid #e0eded;
	}
}@media (min-width:992px) and (max-width:1199px) {
	.top-header .aux-text {
		display: inline-block !important;
	}
	.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu {
		margin-top: 0 !important;
	}
	.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu.dropdown-menu-user {
		margin-top: 13px !important;
	}
	.navbar-wp.navbar-arrow .navbar-nav>li.open>a:after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		border-color: transparent;
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
		z-index: 1100;
	}
	.navbar-wp.navbar-arrow .navbar-nav>li.dropdown-search.open>a:after {
		border-bottom-color: transparent;
		border-width: 0;
	}
	.navbar-wp.navbar-arrow .dropdown-search .dropdown-menu-search:after {
		content: "";
		position: absolute;
		top: -20px;
		right: 15px;
		border: solid transparent;
		height: 0;
		width: 0;
		border-color: transparent;
		border-bottom-color: #fff;
		border-width: 10px;
		z-index: 1100;
	}
	.body-wrap.body-boxed {
		width: 1000px;
		margin: auto;
	}
	.wp-block, .carousel-work .figure {
		margin-bottom: 15px !important;
	}
}@media (min-width:768px) and (max-width:991px) {
	.top-header .aux-text {
		display: inline-block !important;
	}
	#desktopLogo {
		display: none;
	}
	.wp-block, .carousel-work .figure {
		margin-bottom: 15px !important;
	}
	.animate-hover-slide img {
		width: 100%}
	.carousel-1 .object {
		width: 400px !important;
	}
	.slider {
		width: 100%}
	.work.work-no-space.g2 .mix {
		width: 50%}
	.work.work-no-space.g3 .mix {
		width: 50%}
	.work.work-no-space.g4 .mix {
		width: 50%}
	.work.work-no-space.g4-all .mix {
		width: 25%}
	.work.work-no-space.g5 .mix {
		width: 50%}
	.inline-form-filters.over-top-element {
		margin-top: 0;
	}
}@media (max-width:767px) {
	.text-sm-center {
		text-align: center;
	}
	.wp-block, .carousel-work .figure {
		margin-bottom: 15px !important;
	}
	.wp-block.no-space {
		margin-bottom: 0 !important;
	}
	.animate-hover-slide .figure img {
		width: 100%}
	.wp-block.property.list .wp-block-body .wp-block-img {
		display: block;
		width: auto;
	}
	.wp-block.property.list .wp-block-body .wp-block-content {
		display: block;
		padding-top: 15px;
		padding-left: 0;
	}
	.wp-block.property.list .wp-block-footer ul.aux-info {
		width: 100%;
		display: table;
	}
	.wp-block.property.list .wp-block-footer ul.aux-info li {
		padding: 10px;
		font-size: 11px;
		text-align: center;
	}
	.wp-block.property.list .wp-block-footer ul.aux-info li:last-child {
		border: 0;
	}
	.wp-block.property.list .wp-block-footer ul.aux-info li i {
		display: block;
		font-size: 18px;
		margin-right: 0;
		color: #333;
	}
	.wp-block.no-space.arrow-right:after {
		margin-top: 0 !important;
		top: 100%;
		z-index: 2000;
		left: 50%;
		margin-left: -20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-width: 20px;
		margin-top: -20px;
	}
	.wp-block.no-space.arrow-right.white:after {
		border-left-color: transparent;
		border-bottom-color: #fff;
	}
	.wp-block.no-space.arrow-right.base:after {
		border-left-color: transparent;
		border-top-color: #8a1315;
	}
	.wp-block.no-space.arrow-right.light:after {
		border-left-color: transparent;
		border-top-color: #ecf0f1;
	}
	.wp-block.no-space.arrow-right.dark:after {
		border-left-color: transparent;
		border-top-color: #131313;
	}
	.wp-block.no-space.arrow-right.base-alt:after {
		border-left-color: transparent;
		border-top-color: #9cd70e;
	}
	.wp-block.article.list .article-image {
		display: block;
		width: 100%;
		position: relative;
	}
	.wp-block.article.list .wp-block-body {
		display: block;
		padding: 10px 0 0 0;
	}
	.carousel-1 .carousel-inner {
		height: auto;
	}
	.carousel-1 .carousel-inner {
		overflow: hidden;
	}
	.carousel-1 .carousel-control i {
		position: absolute;
		top: 50%;
		margin-top: -18px;
		font-size: 36px;
		font-weight: 600;
	}
	.carousel-1 .item-dark {
		color: #fff;
	}
	.carousel-1 p {
		font-size: 16px;
	}
	.carousel-1 .object {
		display: none;
	}
	.carousel-1 .object.fluid {
		width: 100%;
		left: 0;
		margin: 0;
	}
	.carousel-1 .object iframe {
		width: 100% !important;
	}
	.carousel-1 .description {
		width: 100% !important;
		top: 50px;
		left: 0 !important;
		margin: 0 !important;
	}
	.carousel-1 .description .title {
		font-size: 32px;
		margin: 0 0 15px 0;
		padding: 8px 20px;
		background: #fff;
		color: #9ab2cc;
		display: block;
		text-align: center;
	}
	.carousel-1 .description .subtitle {
		font-size: 24px;
		margin: 20px 0;
		padding: 0 15px !important;
		display: block;
		text-align: center;
	}
	.carousel-1 .description p {
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	.carousel-1 .description.fluid-center .features i {
		width: 80px;
		height: 80px;
		background: #fff;
		text-align: center;
		line-height: 80px;
		font-size: 34px;
		color: #697e93;
		font-weight: 700;
		border-radius: 80px;
		margin-right: 20px;
	}
	.carousel-1 .list-carousel {
		padding-left: 30px !important;
	}
	.carousel-3 .figure {
		margin-bottom: 20px;
	}
	.slider {
		height: auto;
		max-height: 440px;
		margin: 0;
	}
	.cta-wr {
		text-align: center;
	}
	.cta-wr .btn {
		float: none !important;
	}
	.client {
		margin-bottom: 20px;
	}
	.work.work-no-space.g2 .mix {
		width: 100%}
	.work.work-no-space.g2-all .mix {
		width: 50%}
	.work.work-no-space.g3 .mix {
		width: 100%}
	.work.work-no-space.g3-all .mix {
		width: 33.3%}
	.work.work-no-space.g4 .mix {
		width: 100%}
	.work.work-no-space.g4-all .mix {
		width: 50%}
	.work.work-no-space.g5 .mix {
		width: 100%}
	.work.work-no-space.g5-all .mix {
		width: 50%}
	.inline-form-filters.over-top-element {
		margin-top: 0;
	}
	.promo {
		margin-bottom: 20px;
	}
	ul.list-listings-2>li {
		margin-bottom: 30px;
		border: 1px solid #e0eded;
		border-radius: 2px;
	}
	ul.list-listings-2 .listing-header {
		clear: both;
		padding: 8px 15px;
		font-weight: 600;
		text-transform: uppercase;
	}
	ul.list-listings-2 .listing-image {
		width: 100%;
		display: block;
		float: none;
		border-right: 0;
	}
	ul.list-listings-2 .listing-image img {
		border-bottom-left-radius: 0;
	}
	ul.list-listings-2 .listing-body {
		width: 100%;
		padding: 15px;
		display: block;
		background: #fcfcfc;
	}
	ul.list-listings-2 .listing-body h3 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		font-weight: 500;
		line-height: 25px;
	}
	ul.list-listings-2 .listing-body h4 {
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
	}
	ul.list-listings-2 .listing-footer ul.aux-info li {
		font-size: 11px;
		text-align: center;
		padding: 10px;
	}
	ul.list-listings-2 .listing-footer ul.aux-info li i {
		display: block;
		margin-right: 0;
	}
	.post-item.style2 {
		padding-left: 0;
	}
	.post-item.style2 .post-title {
		line-height: 19px;
		margin-bottom: 5px;
	}
	.post-item.style2 .post-title a {
		font-size: 16px;
	}
	ul.list-listings.blog-list .listing-image {
		display: block;
		width: auto;
		float: none;
	}
	ul.list-listings.blog-list .listing-body {
		width: auto;
		display: block;
		float: none;
		padding: 15px 0;
	}
	.wp-masonry-2-cols .wp-masonry-gutter {
		width: 0;
	}
	.wp-masonry-2-cols .wp-masonry-block {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	.wp-masonry-3-cols .wp-masonry-gutter {
		width: 0;
	}
	.wp-masonry-3-cols .wp-masonry-block {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	.wp-masonry-4-cols .wp-masonry-gutter {
		width: 0;
	}
	.wp-masonry-4-cols .wp-masonry-block {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
}@media only screen and (min-width:1440px) {
	.slider {
		width: 100%}
}@media (max-width:460px) {
	.search-wr .search-sign i {
		margin-left: 0;
	}
	.global-search-input {
		font-size: 16px;
		padding: 14px 0;
	}
}@media (min-width:768px) {
	.promo {
		display: inline;
		float: left;
		width: 33.333%;
		margin: 15px 0 0;
	}
	.promo.first {
		border-right: none;
	}
	.promo.second {
		float: right;
		border-left: none;
	}
	.scale {
		transform: scale(1.2);
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.6);
	}
	.promos.light .scale {
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.3);
	}
	.scale .price {
		color: #64aaa4;
	}
}@media (max-width:991px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: scroll !important;
		max-height: 340px !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.text-sm-center {
		text-align: center;
	}
	#desktopLogo {
		display: none;
	}
	header .navbar-brand {
		margin: 14px auto;
		float: none;
		padding: 0 15px;
		display: inline-block;
	}
	header .top-navbar-header .navbar-brand {
		margin: 14px auto;
		float: none;
		padding: 5px 0;
		display: inline-block;
	}
	.navbar-wp .navbar-collapse {
		background-color: #fff;
	}
	.navbar-wp .navbar-nav>li {
		border-bottom: 1px solid #e0eded;
	}
	.navbar-wp .navbar-nav>li>a {
		color: #333;
		padding: 10px 20px !important;
		margin-right: 0;
	}
	.navbar-wp .navbar-nav>li>a:after {
		content: "+";
		position: relative;
		float: right;
	}
	.navbar-wp .navbar-nav>li>a:hover, .navbar-wp .navbar-nav>li>a:focus {
		color: #fff;
		background-color: #8a1315;
		border-radius: 0 !important;
	}
	.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
		border-radius: 0 !important;
	}
	.navbar-wp .dropdown-menu:after {
		border: 0 !important;
		margin-left: 0;
	}
	.navbar-wp .dropdown-menu:before {
		border: 0 !important;
		margin-left: 0;
	}
	.top-header .top-header-menu ul.menu>li ul.sub-menu {
		display: none !important;
	}
	.aside-feature {
		text-align: center;
	}
	.aside-feature .icon-feature {
		text-align: center;
	}
	.sort-list-btn .btn {
		margin-bottom: 10px;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 8px 30px;
	}
	.navbar-nav .open .dropdown-submenu .divider {
		padding-left: 50px;
	}
	.dropdown-submenu .dropdown-menu {
		display: block !important;
	}
	.navbar-nav .open .dropdown-submenu>a {
		border-bottom: 1px solid #e0eded;
	}
	.navbar-nav .open .dropdown-submenu>a:after {
		content: "+";
		position: relative;
		left: -5px;
		float: left;
	}
	.navbar-nav .open .dropdown-submenu .dropdown-menu>li>a, .navbar-nav .open .dropdown-submenu .dropdown-menu .dropdown-header {
		padding-left: 50px;
	}
	.dropdown-meganav .dropdown-menu {
		margin: 0 !important;
	}
	.navbar-wp .dropdown-menu .mega-nav-section-wr {
		border: 0;
		padding: 0 !important;
	}
	.navbar-wp .dropdown-menu .mega-nav-section-title {
		font-size: 14px;
		font-family: "PT Sans", sans-serif;
		border-bottom: 1px solid #e0eded;
		margin: 0;
		padding: 10px 25px;
		text-transform: none;
		color: #333;
		font-weight: normal;
	}
	.navbar-wp .dropdown-menu .mega-nav-section-title:after {
		content: "+";
		position: relative;
		float: left;
		left: -5px;
	}
	.navbar-wp .dropdown-menu .mega-nav-section-wr {
		border-right: 0;
	}
	.navbar-wp .dropdown-menu .mega-nav-section {
		padding: 0 !important;
	}
	.navbar-wp .dropdown-menu ul.mega-nav-ul {
		margin: 0;
		margin-bottom: 0;
		padding: 0;
		list-style: none;
	}
	.navbar-wp .dropdown-menu ul.mega-nav-ul li {
		position: relative;
	}
	.navbar-wp .dropdown-menu ul.mega-nav-ul li a {
		display: block;
		padding: 8px 45px !important;
		border-bottom: 1px solid #e0eded;
		color: #333;
	}
	.navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a {
		padding-left: 12px;
	}
	.navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:before {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		left: 0;
		color: #333;
	}
	.navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:hover {
		color: #8a1315;
	}

	#masthead{
		visibility: hidden;
		height:0px;
	}
	#bannerImage{
		visibility: visible !important;
	}
	#searchForm{
		visibility: visible !important;
	}
	.container {
		width: 98%;
	}
}
@media (min-width:991px) {
	#secondMenu > .nav{
		height: 0px;
		visibility: hidden;
	}

	#secondMenu{
		visibility: hidden;
	}

	.cptbc_863{

	}
}
@media (max-width:767px) {
	.contentRightAreaBase{
		background-image: none !important;
	}
}

.top-navbar-header .top-nav-links a:hover {
	color: #8a1315;
	text-decoration: underline;
}

.input-group-btn .btn-a-one {
	border-left: 1px solid #fff;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 36px;
	padding: 10px 16px;
	font-size: 12px;
	line-height: 1.33;
	/* border-radius: 6px; */
}

.form-light .input-group .form-control.left {
	border-right: 0 !important;
}
