@charset "utf-8";
/* CSS Document */
a.user-button {
	position: absolute;
	left: 168px;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	height: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #7f7f7f;
	border: 2px solid #7f7f7f;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
}
a.user-button .fa-power-off {
	font-size: 14px;
}
a.user-button .fa-cog {
	font-size: 18px;
}
.create-account-block {
	text-align: right;
}
a.create-account,
a.edit-account,
a.find-buddies,
a.your-gallery {
	width: 100%;
	display: inline-block;
}

.vendor-app .btn-block.create-account, 
.vendor-app .btn-block.edit-account, 
.vendor-app .btn-block.find-buddies, 
.vendor-app .btn-block.your-gallery,
.vendor-app .btn-block.my-account {
	font-size: 17px;
}

.woocommerce .woocommerce-error::before, .woocommerce-page .woocommerce-error::before {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
	border-top: none;
	background: #333;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before {
	display: none
}
 @media only screen and (max-width: 991px) {
	.create-account-block {
		text-align: left;
	}
	a.create-account,
	a.edit-account,
	a.find-buddies,
	a.my-account {
		white-space: normal;
		margin-bottom: 12px !important;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	a.user-button {
		left: 10px;
		top: 0;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	a.user-button {
		left: 0;
		top: 84px;
	}
}
.services-tab {
	margin-top: 4% !important;
}
#slide_background {
	transition: all 0.3s 0.3s;
}
#slide, #slide_wrapper {
	transition: all 0.3s ease-out;
}
#slide {
	transform: translateX(0) translateY(-40%);
}
.popup_visible #slide {
	transform: translateX(0) translateY(0);
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
	max-width: 400px;
}
.well p {
	text-align: center;
	font-size: 16px;
}
.tab3 li {
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 30px;
}
.top-watch-btn.inner {
	border: 2px solid #fff;
	color: #fff !important;
	background: url(../img/play-btn-white.png) no-repeat 20px center;
	padding-left: 48px;
	text-align: left;
	width: auto;
	padding-right: 11px;
}
#gform_submit_button_2 {
	display: none;
}
.item-grid.quote-grid figcaption > div .vendor-title {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	/* -webkit-user-select: none; */
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.small-square {
	width: 311px;
	height: 309px;
	overflow: hidden;
}
.item-grid figcaption > div {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slides-wrap.white-bg .owl-nav > div {
	color: #7f7f7f;
	border: 1px solid #7f7f7f;
}
#vendor-contact-form textarea.input-app-error, #vendor-contact-form input.input-app-error, .vendor-app select.input-app-error, .vendor-app textarea.input-app-error, .vendor-app input.form-control.input-app-error, .file-input .input-group.input-app-error, input.input-app-error, span.input-app-error {
	border: 2px solid #b70000 !important;
}
.gform_wrapper textarea {
	display: block !important;
	width: 100% !important;
	height: 34px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	height: 145px !important;
	resize: none !important;
	border: none !important;
	margin: 5px 0 !important;
	box-shadow: 0 0 1px rgba(0,0,0,.2) !important;
	font-size: 16px !important;
}
.gform_wrapper input[type=text] {
	display: block !important;
	width: 100% !important;
	height: 34px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	margin: 5px 0px !important;
	border: none !important;
	background: #fff !important;
	height: 53px !important;
	line-height: 53px !important;
	margin-bottom: 5px !important;
	box-shadow: 0 0 1px rgba(0,0,0,.2) !important;
	font-size: 16px !important;
}
.gform_wrapper select {
	display: block !important;
	width: 100% !important;
	height: 34px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	margin: 5px 0px !important;
	border: none !important;
	background: #fff !important;
	height: 53px !important;
	line-height: 53px !important;
	margin-bottom: 5px !important;
	box-shadow: 0 0 1px rgba(0,0,0,.2) !important;
	font-size: 16px !important;
}
li#field_1_2, li#field_1_2 input {
	margin-bottom: 0 !important;
}
/* Sign up form */
.vendor-app select.form-control {
	margin: 5px 0px;
	border: none;
	background: #fff;
	height: 53px;
	line-height: 53px;
	margin-bottom: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	font-size: 16px;
	padding: 4px 8px;
}
.tab3 p {
	padding: 0;
}
.footer-links {
	padding-top: 24px;
}
.footer-links a {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1cm;
}
.mobile-popup {
	width: 300px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	background-color: #fff;
	padding: 10px;
	margin-left: -150px;
	margin-top: -38px;
	font-size: 20px;
}

.blog-body img, .blog-body .wp-caption {
	display: block;
	margin: 0 auto;
	text-align: center;
	
	  max-width: 100%;	
}

.chosen-container-multi .chosen-choices {
	min-height: 47px !important;
	border-radius: 4px !important;
	background-image: none !important;
	border: none !important;
}

.chosen-container-active .chosen-choices {
	border: none !important;
	box-shadow: 0 0 1px rgba(0,0,0,.2) !important;
	background-image: none !important;	
}

.chosen-container .chosen-drop {
	border: none !important;
	box-shadow: none !important;	
}

.chosen-container .chosen-results li.highlighted {
	border: none !important;	
}

.chosen-container .chosen-results li.group-result {
	font-size: 16px;	
}

.chosen-container .chosen-results li.group-option {
	font-size: 16px;	
}

.chosen-container-multi .chosen-choices li.search-choice {
	font-size: 16px;
}

.chosen-container {
	border-radius: 4px;	
}

.chosen-container.input-app-error {
	border: 2px solid #b70000 !important;	
}

.newslatter-wrap .search-bar.input-app-error-alt {
	border-bottom: 2px solid #b70000 !important;	
}

.single-lgo img {
	 filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.single-lgo img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

@media only screen and (max-width: 480px) {
	.slides-wrap .owl-item {
		height: 200px;
	  	overflow: hidden;
	}
}

.search-drop {
display:none;
background-color: #fff;
  color: #fff;
  padding: 12px;
  position: absolute;
  width: 367px;
  z-index: 10000;
  left: 50%;
  margin-left: -182px;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 29px;
}

.single-vendor-1 .advice-box img {
  	max-height: 300px;
}


.blog-body img {
  	max-width: 100%;
}

.terms-span {
	display: inline-block;
	text-align: center;
	height: 25px;		
}
.terms-span input {
	transform: scale(1.5); 
	margin-right: 5px;
	margin-left: 6px;	
}

.top-buttons.suggest-vendor .btn-dark {
	width: auto;
	margin-top: 23px;
border: 2px solid #000;
display: inline-block;
height: 69px;
border-radius: 6px;
text-align: center;
background: transparent none repeat scroll 0% 0%;
color: #000;
width: 260px;
font-size: 17px;
text-transform: none;
padding: 7px 0px 0px;
}



@media only screen and (max-width: 590px) {
	.top-buttons.suggest-vendor .btn-dark {
		padding:12px;
	}
	
	.top-buttons.suggest-vendor {
		text-align:center;	
	}
	.top-buttons.suggest-vendor span {
		display: block;	
	}
}

.list-countries li {
	display: inline-block;
	margin: 4px;
    width: 103px;
	font-size: 13px;
}

.list-countries li a {
	text-align: center;	
	display: block;
}

.search-drop.list-countries {
	width: 804px;
	padding: 10px;
	margin-left: -410px;
	text-align: left;
}

.list-countries li img {
	display: block;
	margin: 0 auto 10px auto;
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
	.search-drop.list-countries {
		width: 684px;
		padding: 10px;
		margin-left: -354px;
		text-align: left;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.search-drop.list-countries {
		width: 446px;
		padding: 10px 0;
		margin-left: -225px;
		text-align: left;
	}
}

@media only screen and (max-width: 479px) {
	.search-drop.list-countries {
		width: 288px;
		padding: 10px 0;
		margin-left: -146px;
		text-align: left;
	}
	
	.list-countries li {
		width: 126px;
	}
}

.country-buttons {
	text-align: center;	
}

.country-buttons a {
	border-radius: 6px;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff;
	padding: 12px;
	font-size: 22px;
	line-height: 30px;
	margin: 11px 11px 22px 11px;
	background-color: rgba(0,0,0, 0.3);
	white-space: normal;
}

.country-buttons a.btn {
	white-space: normal;
}

.country-buttons a:hover {
	background-color: rgba(0,0,0, 0.5);
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
	text-shadow:2px 2px 1px rgba(0,0,0,.5);
	color: #fff;
}

.close-countries {
	display: block;
  	position: absolute;
  	right: -17px;
  	top: -16px;	
}

.contact-left {
	width: 66.6%;
	float: left;	
}

.contact-right {
  	width: 33%;
  	float: right;
  	text-align: left;
	box-shadow: 0 0 1px rgba(0,0,0,.2) !important;
  	background-color: #fff;
  	padding: 20px;
  	margin-top: 16px;
  	border-radius: 3px;	
}

.contact-right h3 {
	font-size: 26px;
	padding-bottom: 12px;
}

.contact-right .col-right span {
	display: block;
}

.contact-right .col-left {
	float: left;
	width: 5%;
	padding-top: 3px;
}

.contact-right .clearfix:first-child {
	padding-bottom: 12px;
}

.contact-right .col-right {
	float: left;
	width: 90%;
	font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.contact-right .col-left {
		width: 10%;
	}

}

@media only screen and (max-width: 767px) {
	
	.contact-right .col-right span  {
		display: none;
	}

	.contact-left {
		width: 100%;
		float: right;	
	}

	.contact-left .gform_wrapper {
		width: 100%;
		max-width: 100%;
	}
	.contact-right {
		width: 100%;
		float: left;	
	}
}


@media only screen and (max-width: 479px) {
	.contact-right .col-left {
		width: 10%;
	}

}

.inner-tab .comment-wrap {
	margin-top: 0;	
}

.inner-tab .comment-form {
	border-top: none;
	padding-top: 0;
}

.inner-tab #comments {
	margin-bottom: 0 !important;
}

.inner-tab .captha-wrap, .inner-tab .captcha-input {
	background-color: #fff;	
	border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.inner-tab .captcha-input {
	height: 49px;
    padding-top: 13px !important;
}

.inner-tab form input.cptch_input {
	padding-left: 0;	
	padding-right: 0;	
	background-color: #dcd8d5;
 	margin-top: 5px;
  	margin-bottom: 5px !important;
  	color: #000;
  	text-align: center;
	height: 39px;
}

.inner-tab #comments .comment-head, .inner-tab #comments .reply {
	display: none;	
}

.inner-tab .comment-list .comment-author.vcard, .inner-tab .comment-awaiting-moderation {
	color: #fff;
}

.inner-tab .comment-awaiting-moderation {
	font-style:italic;
}

.inner-tab .comment-list .comment:first-child .comment-body{
	padding-top: 0;
}

.inner-tab .comment-list .comment:last-child .comment-body{
	margin-bottom: 12px;
}

.inner-tab .comment-body {
	border-bottom: 1px solid #fff;
	padding-top: 14px;
}

.inner-tab .comment-body {
	border-bottom: 1px solid #fff;
	padding-top: 14px;
}

.inner-tab .comment-body p {
	margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
	.vendor-profile-tab .inner-tab .comment-form .captha-wrap, .vendor-profile-tab .inner-tab .comment-form .captcha-input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
}

.single-vendor-1.single-gallery {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;	
}

.btn.btn-primary.btn-file {
	height: 55px;
  	padding-top: 17px;	
}

#header.home-header {
	position: relative;	
}

#header.fix-header {
	position: fixed;
	top: 0;
	width:100%;
	z-index: 10000;
}

.modal-backdrop {
	z-index: 10000;
}

.fancybox-opened {
	z-index: 20000 !important;
}

.fancybox-overlay-fixed {
	z-index: 12000 !important;
}

.inner-tab-scroll.vendor-profile {
	margin-top: 0;	
}

@media only screen and (max-width: 999px) {
	#header {
  		margin-bottom: 0;
	}
}

.slides-wrap .owl-item .hidden-overlay {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: -100%;
 	left: 0;
  	background: rgba(0,0,0,.5);
  	color: #fff;
  	text-align: center;
  	padding: 10px;
  	display: table;
	 -webkit-transition:0.4s ease; 
	 -moz-transition:0.4s ease; 
	 transition: 0.4s ease;		
}

.slides-wrap .owl-item .vendor-overlay {
	 -webkit-transition:0.4s ease; 
	 -moz-transition:0.4s ease; 
	 transition: 0.4s ease;		
}

.slides-wrap .owl-item:hover .hidden-overlay { 
	top: 0; 
}

.slides-wrap .owl-item:hover .vendor-overlay {
	opacity: 0 !important;
}

.vendor-profile .vendor-details {
	float: left;
	text-align: left;
 	padding-right: 24px;
	margin-bottom: 12px;	
}

.vendor-profile .vendor-details .label {
	padding-left: 0;	
}

@media only screen and (max-width: 991px) {
	.vendor-profile .vendor-details {
  		float: none;
  		text-align: center;
  		padding-right: 0px;
  		margin-bottom: 12px;
  		padding-top: 12px;
	}
}

@media only screen and (max-width: 479px) {
	.vendor-profile .vendor-details span {
  		font-size: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.tab2 iframe {
		width: 100%    !important;
  		height: auto   !important;		
	}
}


