.bk-mp-none					{ margin:0px; padding:0px;						}
.bk-margin-none 			{ margin:0px; 									}
.bk-margin-sm 				{ margin:10px; 									}
.bk-margin-hr-xs 			{ margin-top:5px;			margin-bottom:5px; 	}
.bk-margin-hr-md 			{ margin-left:20px;			margin-right:20px; 	}
.bk-margin-vr-sm			{ margin-top:10px;			margin-bottom:10px; }
.bk-margin-bottom-lg 		{ margin-bottom:35px; 							}
.bk-margin-bottom-md 		{ margin-bottom:20px; 							}
.bk-margin-bottom-sm 		{ margin-bottom:10px; 							}
.bk-margin-bottom-xs 		{ margin-bottom:5px; 							}
.bk-margin-right-sm 		{ margin-right:10px; 							}
.bk-margin-right-md 		{ margin-right:20px; 							}
.bk-margin-left-sm 			{ margin-left:10px; 							}
.bk-margin-left-md 			{ margin-left:20px; 							}
.bk-margin-top-xs 			{ margin-top:5px; 								}
.bk-margin-top-sm 			{ margin-top:10px; 								}
.bk-margin-top-md 			{ margin-top:20px; 								}
.bk-margin-top-lg 			{ margin-top:35px;	 							}
.bk-margin-skinbanner		{ margin-top:140px;	 							}
@media (max-width: 1000px) 	{ .bk-margin-skinbanner	{ margin-top:0px	}	}

.bk-padding-none 		{ padding:0px; 									}
.bk-padding-hr-none 	{ padding-left:0px; padding-right:0px;			}
.bk-padding-xs 			{ padding:5px; 									}
.bk-padding-sm 			{ padding:10px; 								}
.bk-padding-md 			{ padding:20px; 								}
.bk-padding-lg 			{ padding:35px; 								}
.bk-padding-hr-xs		{ padding-left:5px; padding-right:5px			}
.bk-padding-hr-sm		{ padding-left:10px; padding-right:10px			}
.bk-padding-hr-md		{ padding-left:20px; padding-right:20px			}
.bk-padding-hr-lg		{ padding-left:35px; padding-right:35px			}
.bk-padding-vr-sm		{ padding-top:10px; padding-bottom:10px			}
.bk-padding-vr-md		{ padding-top:20px; padding-bottom:20px			}
.bk-padding-vr-lg		{ padding-top:35px; padding-bottom:35px			}
.bk-padding-top-none	{ padding-top:0px; 								}
.bk-padding-top-xs 		{ padding-top:5px; 								}
.bk-padding-top-sm 		{ padding-top:10px; 							}
.bk-padding-top-md 		{ padding-top:20px; 							}
.bk-padding-top-lg 		{ padding-top:35px; 							}
.bk-padding-top-xl 		{ padding-top:40px; 							}
.bk-padding-left-none 	{ padding-left:0px;								}
.bk-padding-left-xs 	{ padding-left:5px;								}
.bk-padding-left-sm 	{ padding-left:10px;							}
.bk-padding-left-md 	{ padding-left:20px;							} 
.bk-padding-left-lg 	{ padding-left:35px;							}
.bk-padding-left-xxl 	{ padding-left:60px;							}
.bk-padding-right-sm 	{ padding-right:10px;							}
.bk-padding-right-md 	{ padding-right:20px;							}
.bk-padding-right-lg 	{ padding-right:35px;							}
.bk-padding-right-xxl 	{ padding-right:60px;							}
.bk-padding-bottom-none	{ padding-bottom:0px;							}
.bk-padding-bottom-sm	{ padding-bottom:10px;							}
.bk-padding-bottom-md	{ padding-bottom:20px;							}
.bk-padding-bottom-lg	{ padding-bottom:35px;							}
.bk-padding-bottom-xl	{ padding-bottom:40px;							}
.bk-padding-bottom-xxl	{ padding-bottom:60px;							}

.bk-indent-sm			{ margin-left:10px;								}

.bk-color-high,
footer h5 a.bk-color-light,
.h6.bk-color-high { color:#004DA1;								}
.bk-color-lightdark		{ color:#1c7cb4;								}
.bk-color-neutral		{ color:#747577									}
.bk-color-light,
.h6.bk-color-light		{ color:white;									}
.bk-color-green			{ color: #00973B;								}
.bk-color-star			{ color: #fdb035;								}
.bk-color-heart			{ color: #ff3e3e;								}
.bk-color-heart-empty	{ color: white;									}

.bk-background-dark		{ background-color:#004DA1;						}
.bk-background-lightdark{ background-color:#1c7cb4;						}
.bk-background-high		{ background-color:#ccedff;						}
.bk-background-light,
.sf-mega 				{ background-color:#e7f2f8;						}
.bk-background-lighter	{ background-color:white;						}
.bk-background-highlight{ background-color:#fbffb2;						}
.bk-background-light-to-lighter
{
	background: #e7f2f8; /* Old browsers */
	background: -moz-linear-gradient(top, #e7f2f8 70%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e7f2f8 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e7f2f8 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f2f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bk-background-green			{ background-color: #00973B;			}
.bk-background-orange			{ background-color: red;			}
.bk-background-green-lighter	{ background-color: #DBFFE7;			}
.bk-background-alternate-light .bk-alternate-row:nth-child(even) 		{ background-color:white;}
.bk-background-alternate-light .bk-alternate-row:nth-child(odd)			{ background-color:#e7f2f8;}

.bk-hided 			{ display: none;	}
.bk-opacity-half 	{ opacity:0.7 		}
.bk-opacity-none 	{ opacity:1 		}

@media screen and (max-width:978px) {
	.bk-mobile-hidden { display:none; }
	.bk-desktop-hidden { display: block; }
	.item-slide .content-slide h4 {
		line-height:45px;
		width:100%;
	}
}

@media screen and (min-width:979px) {
	.bk-desktop-hidden { display: none; }
}


h6.bk-size-xs 		{ font-size:12px;	}

a.bk-color-light.iubenda-nostyle
{
	color:#004DA1 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
	background-color: #ccc;
}


footer .bk-color-light a.bk-color-light.iubenda-nostyle,
#newsletter-row a.bk-color-light.iubenda-nostyle
{ color:white !important; }

[bk-data-type='box-camping']
{
	transition: opacity 0.3s ease;
}

.bk-hover
{
	transition: background-color 0.2s ease, color 0.2s ease;
}


.bk-background-lightdark .bk-hover:hover,
.bk-background-lightdark.bk-hover:hover,
.product-tabs .nav-tab li.active a .bk-background-lightdark.bk-hover,
button.bk-background-lightdark.bk-hover:hover
{
	background-color:#004DA1;
}

.bk-background-image-sm,
.bk-background-image-md,
.bk-background-image-lg
{
	background-size:cover;
	height:200px;
	min-height:200px;
	max-height:200px;
	overflow:hidden;
}

.bk-background-image-sm
{
	height:140px;
	min-height:140px;
	max-height:140px;
}

.bk-background-gradient-light
{
	background: #e7f2f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7f2f8 1%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e7f2f8 1%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e7f2f8 1%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f2f8', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

img.bk-image-flag,
.owl-carousel .owl-item img.bk-image-flag,
.bk-box-light img.bk-image-flag
{
	width:37px;
	display:inline-block;
}

.bk-box-light .bk-box-over,
.bk-box-light .bk-box-over-green
{
	position:absolute;
	bottom: 0px;
	background: rgba(12, 98, 200, 0.6);
}

.bk-box-light .bk-box-over-green
{
	background: rgba(0, 151, 59, 0.5);
}


.bk-background-dark .bk-hover:hover,
.bk-background-dark.bk-hover:hover,
button.bk-background-dark.bk-hover:hover
{
	background-color:#1c7cb4;
}

.bk-background-dark.bk-transparency
{
	background-color:rgba(0, 77, 161, 0.7);
}

.bk-background-light.bk-transparency
{
	background-color:rgba(255, 255, 255, 0.7);
}

.bk-link { cursor: pointer; }
hr.bk-line-dark
{
	color:#004DA1;
	background-color:#004DA1;
	border-color:#004DA1;
	border:none;
	height:1px;
}

hr.bk-line-lightdark
{
	color:#5574A1;
	background-color:#5574A1;
	border-color:#5574A1;
	border:none;
	height:1px;
}

hr.bk-line-light
{
	display:block;
	color:#efefef;
	background-color:#efefef;
	border-color:#efefef;
	border:none;
	height:1px;
}




.bk-box, .bk-box-promo, .bk-box-light
{
	border:1px solid #efefef;
}

.bk-box-light
{
	border: 1px solid #c3c3c3
}

.bk-box-light .bk-button-more
{
	background-color: rgba(149, 222, 255, 0.28);
}

.bk-box-light .bk-button-more.bk-hover:hover
{
	background-color: rgba(149, 222, 255, 0.50);
}

.bk-box-light .bk-button-more-green
{
	background: rgba(0, 151, 59, 0.28);
}

.bk-box-light .bk-button-more-green.bk-hover:hover
{
	background: rgba(0, 151, 59, 0.40);
}


.bk-box.bk-selected
{
	border:1px solid #1c7cb4;
}

.bk-box-bottom
{
	border-bottom:1px solid #efefef;
}

.bk-box-promo
{
	border-bottom: 20px solid #e7f2f8;
}

.bk-star-1 { display:none; }
.bk-star-2 { display:none; }
.bk-star-3 { display:none; }
.bk-star-4 { display:none; }
.bk-star-5 { display:none; }

.bk-star-1.bk-star-1-selected { display:inline-block}
.bk-star-2.bk-star-2-selected { display:inline-block}
.bk-star-3.bk-star-3-selected { display:inline-block}
.bk-star-4.bk-star-4-selected { display:inline-block}
.bk-star-5.bk-star-5-selected { display:inline-block}

.bk-search-star.bk-search-star-selected,
.bk-region-form-star.bk-region-form-star-selected
{
    color:#ff8f00;
}

.parallax1{
	background: url("") 50% 0 no-repeat fixed;
	color: #fff;
	padding: 150px 0;
	background-size: 100% ;
}

.parallax1 h3{
	font-size: 48px;
	line-height: 38px;
}

.parallax1 h3 strong
{
	font-size: 52px;
	font-weight: bold;
}

.bk-image
{
	width:100%;
	margin:0px;
	padding:0px;
}

.bk-image-thumb-canvas
{
	height:100px;
	max-height:100px;
	min-height:100px;
	overflow:hidden;
}

.bk-image-hover
{
	transition: box-shadow 0.3s ease, opacity 0.8s ease;
}
.bk-image-hover:hover,
.bk-image-hover.bk-selected
{
	box-shadow: inset 0 0 0 10px #1c7cb4;
	opacity:0.8;
}

.bk-image-hover.bk-selected

{
	box-shadow: inset 0 0 0 10px #0965B4;
}

.region-form-checkbox
{
	vertical-align: bottom;
}

/**** BUTTONS ****/
.bk-button-big
{
	height:45px;
	min-height:45px;
	max-height:45px;
	font-size:inherit;
}

h6[disabled]
{
	color: #636363 !important;
}

img[disabled]
{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

.bk-button[disabled],
.bk-button-big[disabled],
.bk-button[disabled].bk-hover:hover,
.bk-button-big[disabled].bk-hover:hover
{
    background-color: #bbbbbb;
    color: #636363;
}

.bk-inlineblock
{
	display:inline-block;
}


.bk-text-fixed-sm
{
	height: 65px;
	max-height: 65px;
	min-height: 65px;
	overflow: hidden;
}


.bk-text-fixed-md
{
	height: 130px;
	max-height: 130px;
	min-height: 130px;
	overflow: hidden;
}

.bk-text-ellipsis
{
	width:100%;
	min-width:100%;
	max-width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



h1.bk-text-big { font-size:30px; }
h2.bk-text-big { font-size:28px; }
h4.bk-text-big { font-size:26px; }

h1.bk-text-huge { font-size:50px; }
h2.bk-text-huge { font-size:45px; }
h3.bk-text-huge { font-size:40px; }
h4.bk-text-huge { font-size:35px; }

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

#preloader-status {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../images/preloader.gif");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -60px 0 0 -60px;
}

/**** INPUTS ****/
input[type="text"], input[type="email"], textarea, textarea.form-control, input[type="password"]
{
	border: 1px solid #81b5ff;
	padding: 0px 20px;
	color: #747474;
	line-height: 24px;
}

textarea.bk-form-control
{
	resize: none;
	height:100px;
}

input[type="checkbox"].bk-checkbox, .bk-checkbox
{
	vertical-align:bottom;
	margin-top:1px;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}

:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder {  /* Firefox 19+ */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}

#i-piu-ricercati
{
	background-image:url('https://campeggievillaggi.management/skins/minisite/9007/images/i-piu-ricercati.jpg');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position: top right;
}

#rilassati-in-italia
{
	background-image:url('https://campeggievillaggi.management/skins/minisite/9007/images/rilassati-in-italia.jpg');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position: top right;
}

#citta-arte-in-italia
{
	background-image:url('https://campeggievillaggi.management/skins/minisite/9007/images/citta-arte-in-italia.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position: top left;
}

#in-vacanza-divertendoti
{
	background-image:url('https://campeggievillaggi.management/skins/minisite/9007/images/divertiti-in-italia.jpg');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position: top left;
}

/***********************/
/***** RESPONSIVE ******/
/***********************/
@media screen and (max-width:1128px)
{
	.bkr-hide { display:none; }
	.bkr-text-center { text-align:center; }
	.bkr-image-fullwidth { min-width:100%; max-width:100%; width:100%; }
	.bkr-mp-none { margin:0px; padding:0px }
	.bkr-mp-base { padding:0px; margin:0px; margin-bottom:20px; }
	.bkr-margin-none { margin:0px; }
	.bkr-margin-hr-md { margin-right:20px; margin-left:20px; }
	.bkr-padding-none { padding:0px; }
	.bkr-padding-hr-md {padding-left:20px;padding-right:20px;}
	.bkr-padding-sm { padding:10px; }
	.bkr-padding-md { padding:20px; }
	.bkr-margin-bottom-md { margin-bottom:20px; }

	.section-slide h5 { line-height:35px;}

	#i-piu-ricercati, #citta-arte-in-italia, #in-vacanza-divertendoti, #rilassati-in-italia { background: none; text-align:center; }
	#zone-turistiche-italia > img { display:none; }
	#zone-turistiche-italia { overflow: auto; }
}


/**** IDS ****/
#search-popup
{
	position:absolute;
	z-index:10000;
	margin-left:15px;
	display:none;
}

#search-popup .container
{
	display: inline-block;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);

}

#fixed-header-line
{
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	min-width:100%;
	max-width:100%;
	color:white;
	z-index:10000;
}

#fixed-header-line h6
{
	color:white;
	margin-bottom: 0px;
}

/************************/
/** Bootstrap rewrite **/
/************************/
.container, .row, div
{
	cursor:default;
}

.popover-big
{
	width:250px;
	min-width:250px;
	max-width:250px;
}

#accordion-canvas .panel-heading
{
	overflow:hidden;
	background-color:inherit;
	border:none;
	border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.panel-body
{
	border:none;
}

#accordion-canvas .panel-heading.accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	position: relative;
	bottom: 29px;
	right: 10px;
	font-size: inherit;
	color: #ffffff;
}
#accordion-canvas .panel-heading.accordion-toggle.collapsed:after {
	content:"\e080";
}

.modal-content
{
	border-radius:0px;
}

@media (min-width: 768px)
{
	.modal-dialog
	{
		width: 1000px;
		margin: 200px auto;
	}
}

@media (max-width: 768px)
{
	.row
	{
		margin:0px;
	}
}

.popover {
	max-width: 150px;
	width: 150px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-shadow: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-break: inherit;
	word-spacing: inherit;
	word-wrap: inherit;
	white-space: normal;
	background-color: white;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
	border-radius: 0px;
}
.bk-label.has-error,
h6.has-error,
.bk-error
{
	color: #a94442;
}

.bk-label.has-success,
.bk-success
{
	color: #3c763d;
}

.form-control-feedback
{
	width: 38px;
	height: 38px;
	line-height: 38px;
	right:5px;
	margin-top:3px;
}


/************************/
/** ID SPECIFIC **/
/************************/
#popup-newsletter h2
{
	font-size:30px;
}

#popup-newsletter h3
{
	font-size:24px;
}

/*------
[Table of contents]

1. COMMON STYLES
2. SHORTCODE
3. HEADER
4. MAIN MENU 
5. FOORTER
6. PRODUCT
7. SHOP SIDEBAR
8. SINGLE PRODUCT
9. BLOG
10 .PAGE TEMPLATE
11. SIDER BAR
12. ABOUT PAGE
13. CART PAGE 
14. CHECKOUT PAGE
15. CONTACT PAGE
16. FAQ PAGE
17. LOGIN PAGE 
18. PORTFOLIO 
19. POPUP
20. HOME SLIDE
21. SECTION
22. RESPONSIVE
-------------------------*/
path
{
	cursor:pointer;
}

.newaletter-button
{
	background-color:#004DA1;
	color: white;
	font-size:30px;
	border:1px solid #004DA1;
}

.newaletter-button:hover
{
	background-color:#005ADC;
}


input[type="text"].newaletter-email, .newaletter-button
{
	height:55px;
	padding: 8px 20px;
	line-height: 24px;
	vertical-align:top;
}

.resultNewsletter
{
	height:30px;
	min-height:30px;
}
/*-----------------
1. COMMON STYLES
------------------*/

.canvas-radius
{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

body{	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #747474;	
	letter-spacing: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img{
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6
{
	color: #303030;
	line-height: 1.3em;
	margin-top: 0;
	font-weight: 400;
}
h1, .h1{
	font-size: 24px;
}
h2, .h2{
	font-size: 22px;
}
h3, .h3{
	font-size: 24px;
}
h4, .h4{
	font-size: 20px;
}
h5, .h5{
	font-size: 15px;
}
h6, .h6{
	font-size: 13px;
}
a{
	color: #515254;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
p{margin-bottom: 22px;}
ul ul, ol ol, ul ol, ol ul{
	padding-left: 30px
}
.container{
    max-width: 100%;
}
.bg-parallax{
    position: relative;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	/*background-repeat: no-repeat;*/
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
button, .button, input[type="submit"]{
  border: 1px solid #1f1f1f;
  color: #303030;
  display: inline-block;
  letter-spacing: 2px;
  padding: 12px 22px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
}
/* owcarousel */
.owl-carousel .owl-nav > div{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
	filter: alpha(opacity=100);
}
.owl-carousel .owl-nav > div.owl-prev{
	left: -30px;
}
.owl-carousel .owl-nav > div.owl-next{
	right: -30px;
}
.owl-carousel:hover .owl-nav > div.owl-prev{
	left: 0px;
}
.owl-carousel:hover .owl-nav > div.owl-next{
	right: 0px;
}

.owl-dots-style1 .owl-dots{
	text-align: center;
	margin-top: 30px;
	height: 15px;
}
.owl-dots-style1 .owl-dots .owl-dot{
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #c7c7c7;
	webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    border:2px solid #c7c7c7;
    vertical-align: middle;
}
.owl-dots-style1 .owl-dots .owl-dot.active{
	background-color: transparent;
	border-color: #7e883a;
}

.owl-carousel.owl-nav-style2 .owl-nav > div{
    width: 25px;
    height: 24px;
    font-size: 14px;
    background-color: #fff;
    line-height: 23px;
    color: #303030;
}

header {
  z-index: 10;
}
.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    background: #666;
    display: none;
    color: #fff;
}
.scroll_top:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 14px;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
    color: #fff;
}
.scroll_top:hover{
    background-color:#73883a;
}
/* ---------------
2. SHORTCODE
----------------- */
/* ---------
title section 
----------*/
.title-section{
	margin-bottom: 22px;
	display: block;
}
.title-section .title{
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 300;
	display: block;
}
.title-section .title:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: grey;
	margin: 3px auto 0;
}
.title-section.text-left .title:after{
	margin-left: 0;
}
.title-section.text-right .title:after{
	margin-right: 0;
}

.title-section.style2{
    margin-bottom: 13px;
    position: relative;
}
.title-section.style2:after{
    content: '';
    height: 2px;
    width: 100%;
    background-color: #e9e9e9;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
}
.title-section.style2 .title{
    font-size: 30px;
    display: table;
    margin: 0 auto;
    padding: 0 100px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.title-section.style2 .title:after{
    display: none;
}

.title-section-bg{
    line-height: 24px;
    padding: 13px 20px;
    text-transform: uppercase;
    background: #f1f1f1;
    margin-bottom: 20px;
}
/* ----------
 banner text 
------------ */
.banner-opacity{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.banner-opacity img{
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.banner-opacity:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1;
}
.banner-opacity:hover img{
	webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-opacity:hover:before{
	opacity: 1;
    filter: alpha(opacity=100);
}
.paralax-content{
    position: relative;
}
/*-------------------
3.HEADER
-------------------*/ 
.header.stick{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
}
.header.stick .top-header{
	display: none;
}

.header.stick .main-header{
	padding-bottom: 0;
}
.header.stick .main-header .main-menu{
	margin: 0;
}
.header.stick .mini-cart .icon .count{
	top: 0;
}

.header.stick.header-style2 .main-header{
	padding: 0;
}
.header.stick.header-style2 .mini-cart, 
.header.stick.header-style2 .icon-search{
	margin: 0;
}
.header.stick.header-style3{
	position: fixed;
	background-color: rgba(0,0,0,0.9);
}
.header.stick.header-style3 .main-header{
	padding: 0;
}
.header.stick.header-style3 .mini-cart, 
.header.stick.header-style3 .icon-search{
	margin: 0;
}
.header.stick.hidden-menu .main-header .main-menu{
	display: block;
}
.header.stick .vertical-menu{
	top: 0;
	display: none;
}
.header.stick  .vertical-navigation{
	display: block;
}
.header .vertical-navigation{
	position: absolute;
	top: 5px;
	left: 15px;
	width: 40px;
	height: 40px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	-webkit-border-radius: 5px;
    -moz-border-radius: 50%;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.header .top-header{
    border-bottom: 1px solid #ececec;
    line-height: 24px;
    text-transform: uppercase;
}

.header .top-header a{
    color: #303030;
    font-weight: 600;
}
.header .top-header a img{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.header .top-header a:hover{
    color: #7e883a;
}
.header .top-header a .fa{
    color: #7e883a;
    margin-right: 10px;
}

.header .top-header-menu{
    display: inline-block;
    width: auto;
    padding: 13px 0;
}
.header .top-header-menu a{
    margin-right: 36px;
    font-size: 11px;
}
.header .top-header-menu a:last-child{
    margin-right: 0;
}


.header .top-header-right{
    display: inline-block;
    width: auto;
    float: right;
    font-size: 11px;
}
.header .top-header-right ul{
    padding: 0;
    margin: 0;
}
.header .top-header-right ul li{
    list-style: none;
    display: inline-block;
    float: left;
}
.header .top-header-right>ul>li{
    
    line-height: 24px;
    padding: 13px 0;
    padding-left: 20px;
}
.header .top-header-right>ul>li:first-child{
    padding-left: 0;
}
.header .top-header-right>ul>li.dropdown>a:after{
    font-family: "FontAwesome";
    font-size: 11px;
    content: "\f107";
    margin-left: 15px;
}
.header .top-header-right>ul>li.language  .dropdown-menu img{
    vertical-align: middle;
    margin-top: 13px;
    position: absolute;
    right: 0;
}
.header .top-header-right .dropdown-menu{
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
    box-shadow: 0 6px 12px rgba(0,0,0,0);
    padding: 15px;
    right: 0;
    left: inherit;
    border-color: #ececec;
    top: 52px;
    border-top: 0;
}
.header .top-header-right .dropdown-menu>li{
    width: 100%;
    float: left;
}
.header .top-header-right .dropdown-menu>li>a{
    padding: 0;
    line-height: 36px;
    font-size: 10px;
    position: relative;
}
.header .top-header-right .dropdown-menu>li>a.current:after{
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    right: 0;
}
.header .top-header-right .dropdown-menu>li>a:focus, 
.header .top-header-right .dropdown-menu>li>a:hover,
.header .top-header-right .dropdown-menu>li>a.current{
    color: #7e883a;
    text-decoration: none;
    background-color: transparent;
}

.main-header{
    padding-bottom: 15px;
}
.header-vertical-menu{
    position: relative;
}
/* Vertical header */
.header .vertical-menu{
    width: 270px;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 10;
    padding-bottom: 21px;
}

.header.header-style2 .main-header{
    padding: 10px 0px 0px 0px;
}
.header.header-style2 .mini-cart, 
.header.header-style2 .icon-search{
    margin-top: 24px;
}
.header.header-style2 .main-header .main-menu{
    float: left;
}
/** Header style 3**/
.header.header-style3{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.header.header-style3 .mobile-navigation{
    border-color: #fff;
    color: #fff;
}
.header.header-style3 .logo{
    text-align: left;
    padding: 0;
}
.header.header-style3 .main-header{
    padding: 60px 0;
}
.header.header-style3 .mini-cart, 
.header.header-style3 .icon-search{
    margin-top: 24px;
}
.header.header-style3 .main-header .main-menu{
    float: left;
}

.header.header-style3 .top-header{
    border-color: rgba(236,236,236,0.8);
}
.header.header-style3 .top-header a,
.header.header-style3 .top-header a .fa{
    color: #fff;
}
.header.header-style3 .top-header a:hover,
.header.header-style3 .top-header a:focus{
    color: #7e883a;
}
.header.header-style3 .top-header-right .dropdown-menu>li>a{
    color: inherit;
    position: relative;
}
.header.header-style3 .top-header-right .dropdown-menu>li>a:hover,
.header.header-style3 .top-header-right .dropdown-menu>li>a:focus,
.header.header-style3 .main-header .main-menu>ul>li>a:hover,
.header.header-style3 .main-header .main-menu>ul>li>a:focus{
    color: #7e883a;
}
.header.header-style3 .main-header .main-menu>ul>li>a{
    color: #fff;
}
.header.header-style3 .icon-search .icon{
    color: #fff;
}
.header.header-style3 .mini-cart .icon:before{
        background: url("../images/icon-cart2.png") no-repeat;
}
.header.hidden-menu .logo .mobile-navigation{
    display: inline-block;
    vertical-align: bottom;
    border: none;
    color: #737172;
    font-size: 24px;
    width: auto;
    height: auto;
    line-height: 2px;
    margin: 0;
}
.header.hidden-menu .main-header .main-menu{
    display: none;
}
/*------------------
4. MAIN MENU 
-------------------*/
.main-header .main-header-inner{
    position: relative;
}
.main-header .main-menu-wapper{
    position: static;
}
.main-header .main-menu{
    float: right;
        margin-top: 3%;
}
.main-header .main-menu ul{
    padding: 0;
    margin: 0;
}
.main-header .main-menu ul li{
    list-style: none;
}
.main-menu>ul>li{
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 15px;
    float: left;
}
.main-menu a{
    color: white;
	font-size:20px;
}
.main-menu a:hover{
    color: #d8d8d8;
}
.dropdown-menu > li > a{
    white-space: normal;
}
.main-menu ul li.menu-item-has-children{
    position: relative;
}
.main-menu ul li.item-mega-menu{
    position: static;
}
.main-menu ul li.menu-item-has-children:after{
    /*content: "";
    height: 21px;
    width: 100%;
    background: transparent;
    display: inline-block;
    position: absolute;
    background-color: #000;
    bottom: 0;
    left: 0;*/
}
.main-menu ul li.menu-item-has-children>a:after{
    content: '+';
    margin-left: 5px;
}
.main-menu ul li .sub-menu{
    position: absolute;
    margin: 0;
    left: auto;
    top: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
    box-shadow: 0 6px 12px rgba(0,0,0,0);
    padding: 0;
    border:1px solid #ececec;
    min-width: 200px;
    padding: 30px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 50;
    background: #fff;
}
.main-menu ul li.menu-item-has-children.show-submenu>.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
    transition: opacity .4s ease, transform .4s ease;
}
.main-menu ul li.menu-item-has-children.show-submenu>.sub-menu{
    display: block;
}
.main-menu ul li .sub-menu>li{
    position: relative;
    padding: 0 30px;
}
.main-menu ul li .sub-menu .menu-item-has-children>a{
    width: 100%;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.main-menu ul li .sub-menu .menu-item-has-children>a:after{
    font-family: 'FontAwesome';
    content: "\f0da";
    float: right;
}
.main-menu ul li .sub-menu .menu-item-has-children:hover>a{
    border-color: #ececec;
}
.main-menu ul li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    background: #ececec;
}

.main-menu>ul>li:nth-last-child(1) .sub-menu{
    right: 0;
    left:inherit;
}
.main-menu>ul>li:nth-last-child(1) .sub-menu .sub-menu,
.main-menu>ul>li:nth-last-child(2) .sub-menu .sub-menu,
.main-menu>ul>li:nth-last-child(3) .sub-menu .sub-menu{
    left: inherit;
    right: 100%;
}

.main-menu .sub-menu>li{
    text-transform: uppercase;
}
.main-menu .sub-menu li a{
    padding: 0;
    line-height: 36px;
    font-size: 10px;
}
.main-menu .sub-menu>li>a:focus, 
.main-menu .sub-menu>li>a:hover {
    color: #7e883a;
    text-decoration: none;
    background-color: transparent;
}
.main-menu>ul>li>.sub-menu.mega-menu{
    left: 15px;
    right: 15px;
    padding: 70px 0;
}

.main-menu .mega-menu .widget{
    margin-bottom: 30px;
}
.main-menu .mega-menu .widget:last-child{
    margin-bottom: 0;
}
.main-menu .mega-menu .widget .widgettitle{
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    line-height: 14px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    width: auto;
    display: inline-block;
}
.main-menu .mega-menu .widget ul{
    padding: 0;
}
.main-menu .mega-menu .widget ul li{
    line-height: 36px;
    border: none;
}
.main-menu .mega-menu .widget ul li a{
    margin: 0;
}
.main-menu .sub-menu.mega-menu.style2{
    border: none;
    background: url('../images/mega-menu-br.jpg') no-repeat left top;
}
.main-menu .sub-menu.mega-menu.style2 .widget,
.main-menu .sub-menu.mega-menu.style2 .widget a,
.main-menu .sub-menu.mega-menu.style2 .widget .widgettitle{
    color: #fff;
}
.main-menu .sub-menu.mega-menu.style2 .widget a:hover,
.main-menu .sub-menu.mega-menu.style2 .widget a:focus{
    color: #7e883a;
}
.mobile-navigation{
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: 1px solid #7e883a;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    display: none;
}

/* Mini cart */
.mini-cart,
.icon-search{
    width: auto;
    display: inline-block;
    float: right;
    position: relative;
    height: 37px;
}
.icon-search{
    padding: 12px 0 0 20px;
    position: relative;
}
.icon-search .icon{
    font-size: 15px;
    cursor: pointer;
}
/* VERTICAL MENU*/
.vertical-menu{
    background: #fff;
}
.vertical-menu .vertical-title{
    font-size: 16px;
    text-transform: uppercase;
    background-color: #7e883a;
    color: #fff;
    padding: 13px 20px;
    margin: 0;
}
.vertical-menu .vertical-title .vertical-navigation{
    float: right;
    display: none;
}

.vertical-menu ul{
    padding: 0;
}
.vertical-menu li{
    list-style: none;
}
.vertical-menu a{
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
}
.vertical-menu a:hover,
.vertical-menu a:focus{
    color:#7e883a ;
}
.vertical-menu>ul>li{
    padding: 0 20px;
}
.vertical-menu>ul>li>a{
    line-height: 24px;
    padding: 13px 0;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
}
.vertical-menu>ul>li:last-child>a{
    border: none;
}
.vertical-menu .menu-item-has-children{
    position: relative;
}
.vertical-menu .menu-item-has-children>a:after{
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
}
.vertical-menu .menu-item-has-children .sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: #fff;
    min-width: 200px;
    border: 1px solid #e9e9e9;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vertical-menu .menu-item-has-children.show-submenu>.sub-menu{
    opacity: 1;   
    filter: alpha(opacity=100);
    visibility: inherit;
}
.vertical-menu .menu-item-has-children .sub-menu>li{
    padding: 0 20px;
}
.vertical-menu .menu-item-has-children .sub-menu>li>a{
    line-height: 24px;
    padding: 13px 0;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
}
.vertical-menu .sub-menu.mega-menu{
    padding: 30px 20px;
}
.vertical-menu .mega-menu .widget .widgettitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #7e883a;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    padding-left: 20px;
}
/* -----------
6. PRODUCT
------------- */
/* product slide */
.product-slide.owl-carousel .owl-nav > div{
	position: absolute;
	top: 40%;
}
.product-slide.owl-carousel .owl-nav > div.owl-prev{
	left: -70px;
}
.product-slide.owl-carousel .owl-nav > div.owl-next{
	right: -70px;
}
.owl-carousel:hover .owl-nav > div.owl-prev{
	left: -50px;
}
.owl-carousel:hover .owl-nav > div.owl-next{
	right: -50px;
}

/* -------------------------------
10 .PAGE TEMPLATE
------------------------------- */
/* page default */
.maincontainer{
	padding: 60px 0;
}
.maincontainer.left-sidebar .main-content{
    float: right;
} 
.banner.banner-blog{
	background-image: url(../images/bg-pageblog.jpg);
} 
/* page template sidebar */
.page-template-sidebar .main-container{position: relative;}
.mobile-sidebar{
	display: none;
	position: absolute;
	top: 30px;
	left: 30px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	padding: 10px 7px 7px;
}
.mobile-sidebar .line-menubar{
	height: 2px;
	width: 20px;
	margin-bottom: 3px;
	background-color: #7e883a;
	display: block;
}
.footer-sidebar.footer {
  background: transparent none repeat scroll 0 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.footer-sidebar.footer .widget.widget-newaletter{
	background-color: rgba(126,136,58,0.1);
	padding: 0 60px;
}
.footer-sidebar.footer .coppyright{
	font-size: 11px;
	padding: 0 30px;
}
.header-sidebar{
	margin-bottom: 100px;
}
.page-template-sidebar .main-content-page{
	padding: 30px;
}
/* --------------------------------
20. HOME SLIDE
---------------------------------- */
.slide-home .owl-nav .owl-prev,
.slide-home .owl-nav .owl-next{
	border: 1px solid #fff;
	color: #fff;
	line-height: 43px;
}
.slide-home.owl-carousel .owl-nav > div.owl-prev{
	left: 0;
}
.slide-home.owl-carousel .owl-nav > div.owl-next{
	right: 0;
}
.slide-home.owl-carousel:hover .owl-nav > div.owl-prev{
	left: 50px;
}
.slide-home.owl-carousel:hover .owl-nav > div.owl-next{
	right: 50px;
}
.slide-home .overlay{
	background-color: transparent;
}
.slide-home .content-slide{
	color: #ffffff;
	position: absolute;
	bottom: 0%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-30%);
	text-align: left;
	width: 90%;
	padding: 0 40px;
}
.slide-home .slide-wapper{
	position: relative;
	display: table;
	max-width: 1200px;
	margin: 0 auto;
}
.slide-home .content-slide.text-left{
	text-align: left;
}
.slide-home .content-slide img{
	display: inline-block;
	margin: 0 auto 10px;
	width: auto;
}
.slide-home .caption-medium{
	font-size: 48px;
	line-height: 1em;
	margin: 0;
}
.slide-home .caption-title-1{
	font-size: 150px;
	color: inherit;
	letter-spacing: 1.5px;
	font-weight: 900;
	line-height: 125px;
	margin-bottom: 15px;
}
.slide-home .caption-title-4{
    text-transform: uppercase;
    font-size: 110px;
    line-height: 110px;
    font-weight: 900;
    color: inherit;
    margin: 0;
    letter-spacing: 15px;
}
.slide-home .caption-small-1{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: normal;
	margin: 0;
}
.slide-home .crimtext{
	font-style: italic;
}
.slide-home .caption-small{
	font-size: 30px;
	letter-spacing: 0;
}
.slide-home .paragrap{
	font-size: 16px;
	text-align: center;
	max-width: 748px;
	margin: 0 auto;
} 
.slide-home .caption-title-border{
	font-style: 50px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 10px;
	border: 2px solid #fff;
	padding: 10px 45px;
	max-width: 980px;
	margin: 0 auto;
}
.slide-home .ground-button{
	margin-top: 40px;
	text-align: center;
}
.slide-home .caption-title-2{
	color: inherit;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 55px;
	margin-bottom: 15px;
}
.slide-home .caption-title-3{
    color: inherit;
    font-size: 72px;
    margin-bottom: 0;
    line-height: 60px;
}
.slide-home .caption-small-3{
    display: inline-block;
}
/* --------------------------------
22. RESPONSIVE
---------------------------------- */
@media (min-width: 1280px){
	.container {
	    width: 1000px;
	}
}
@media(max-width: 1200px){
	.product-feture.position-right .product-info, .product-feture .product-info{padding-top: 0}
    /*---------------------
             HEADER
    ---------------------*/
    .header .top-header-menu,
    .header .top-header-right{
        width:50%;
        float: left;
    }
    .header .top-header-menu a{
        margin: 5px;
    }
    .header .top-header a .fa{
        margin-right: 0;
    }
    .header .top-header-right{
        text-align: right;
    }
    .header .top-header-right>ul>li{
        float: none;
        padding-left: 10px;
    }
    .header.header-style2 .main-header,
    .header.header-style3 .main-header{
        padding:0;
    }

    /*----------------------
        FOOTER
    -----------------------*/
    .header .vertical-menu .vertical-navigation{
        display: block;
    }
    .header .vertical-menu .vertical-content{
        display: none;
    }
    .header .vertical-menu{
        padding-bottom: 0;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
	h2{font-size: 28px;}
	.latest .blog-item > h3{font-size: 20px;}
	.page-template-sidebar .main-menu-wapper .main-menu ul li.dropdown .dropdown-menu{left: 50px}
	.footer-sidebar.footer .widget.widget-newaletter{padding: 0 20px}
}
@media(max-width: 991px){
	h2{font-size: 32px;}
	.slide-home .caption-small{	margin-bottom: 10px;}
	.slide-home .caption-title-1{font-size: 85px;line-height: 85px;margin-bottom: 10px}
	.slide-home .caption-medium{font-size: 40px;}
	.slide-home .ground-button{margin-top: 30px}
	.slide-home .content-slide img{max-width: 200px;}
	.slide-home .caption-medium{font-size: 30px;}
	.slide-home .caption-title-2{font-size: 50px;letter-spacing: 15px;margin-bottom: 0}
	.slide-collection .owl-controls .owl-dots{padding: 10px 30px;}
	.mobile-sidebar{display: block;}
    .page-template-sidebar .main-menu-wapper .main-menu ul li.dropdown .dropdown-menu{left:50px}
    /*---------------------
             HEADER
    ---------------------*/
    .header .top-header-menu,
    .header .top-header-right{
        width:100%;
        float: left;
        text-align: center;
        padding-bottom: 0;
    }
    .header .top-header-menu a{
        margin: 5px;
    }
    .header .top-header a .fa{
        margin-right: 0;
    }
    .header .top-header-right ul li{
        float: none;
    }
    .main-header .logo{
        padding: 30px;
    }
    .main-header .main-menu{
        float: left;
        margin: 0;
    }
    .main-menu>ul>li{
        padding: 13px 10px;
    }
    .header.header-style2 .logo,
    .header.header-style3 .logo{
        text-align: center;
        padding: 30px 0;
    }
    .header.header-style2 .main-header,
    .header.header-style3 .main-header{
        padding: 0;
        padding-bottom: 15px;
    }
    .header.header-style2 .mini-cart,
    .header.header-style2 .icon-search,
    .header.header-style3 .mini-cart,
    .header.header-style3 .icon-search{
        margin-top: 0;
    }

    /*-----------------------
        BANNER HEADER
    -------------------------*/
    .banner{
        padding: 100px 0;
    }
    /*---------------------
             SORTBAR
    ---------------------*/
    .sortBar .result-count{
        display: none;
    }
    .promo-text{
        padding: 35px 10px;
    }
    .promo-text .button{
        margin-top: 15px;
    }
    .section-banner-clection6 .grid{
        width: 47.777%;
    }

    .vertical-menu .menu-item-has-children .sub-menu{
        position: relative;
        left: 0;
        top: 100%;
        display: none;
        border: none;
    }
    .vertical-menu .menu-item-has-children.show-submenu>.sub-menu{
        display: block;
    }
    .vertical-menu .sub-menu.mega-menu{
        width: 100%!important;
        padding: 0;
    }
    .footer.footer-style2{
        text-align: center;
    }
}
@media(min-width: 768px) and (max-width: 991px){
	.service .service-title h4{font-size: 15px; letter-spacing: 1px; padding-left: 90px}
	.service .service-title .service-desc{font-size: 14px;padding-left: 90px}
}
@media(max-width: 767px){
	h2{font-size: 28px;}
	h3{font-size: 20px;}
	h4{font-size: 16px;}
	.slide-home .content-slide{
		width: 100%;
		padding: 0 15px;
	}
	.slide-home .content-slide img{
		max-width: 100px;
	}
	.slide-home .caption-medium{font-size: 20px;}
	.slide-home .caption-title-1{font-size: 40px;line-height: 45px}
	.slide-home .caption-small-1{font-size: 12px; letter-spacing: 1px}
	.slide-home .ground-button{margin-top: 10px;}
	.slide-home .item-slide figure img { height: auto; max-width: none; width: 150%;}
	.slide-home .caption-title-2{font-size: 35px;letter-spacing: 3px;}
	.slide-home .caption-small{font-size: 15px;margin-bottom: 10px}
	.owl-dots-style1 .owl-dots .owl-dot{width: 10px;height: 10px}
	.slide-collection .owl-controls .owl-dots{padding: 5px 10px}
	.bg-parallax{background-size: auto}
	.block-products{margin-bottom: 30px}
	.blog-style2 .post-item .post-thumb, .blog-style2 .post-item .post-info{
		width: 100%;
	}
	.blog-item .post-sile.owl-carousel .owl-nav > div{width: 30px;height: 30px;line-height: 30px;}
	.owl-carousel .owl-nav > div{font-size: 20px;}
	.blog-item .meta-post .date-post{display: block;}
	.blog-item .meta-post .comment-post, .blog-item .meta-post .like-post{float: left; margin-right: 10px}
	blockquote{padding: 30px 20px}
	.comment .comment-body .comment-author{padding-right: 20px}

    /*---------------------
             HEADER
    ---------------------*/
    .header.header-style3{
    	position: relative;
    	background: #1f1f1f;
    }
    .header .top-header-menu{
        width:50%;
        float: left;
        text-align: left;
    }
    .header .top-header-menu a{
        margin-right: 5px;
        font-size: 9px;
    }
    .header .top-header a .fa{
        margin-right: 2px;
    }
    .header .top-header-right{
        float: left;
        width: 50%;
        font-size: 9px;
        text-align: right;
    }
    .header .top-header-right>ul>li{
        padding-left: 10px;
        float: none;
    }
    .header .top-header-right>ul>li.dropdown>a:after{
        margin-left: 2px;
    }
    .main-header .logo{
        padding: 20px 0;
    }
    .mobile-navigation{
        display: block;
        float: left;
    }
    .main-header{
        padding-bottom: 0;
    }
    .main-header .main-header-inner{
        padding-bottom: 15px;
    }
    .main-header .main-menu{
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        z-index: 100;
        background-color: #fff;
        border-top: 1px solid #e9e9e9;
        margin-top: 0;
        display: none;
    }
    .main-menu>ul>li{
        padding: 10px 0;
        border-bottom: 1px solid #e9e9e9;
    }
    .main-menu ul li{
        width: 100%;
    }
    .main-menu ul li.menu-item-has-children>a:after{
        float: right;
        margin-right: 15px;
    }
    .main-menu ul li.menu-item-has-children.show-submenu>a:after{
        content: '-';
    }
    .main-menu ul li .sub-menu{
       position: relative;
       width: 100%!important;
       display: none;
       padding: 15px;
       border: none;
       padding-right: 0;
    }
    .main-menu ul li .sub-menu>li{
        position: static;
        padding: 0;
    }
    .main-menu ul li .sub-menu .sub-menu{
        position: relative;
        display: none;
        left: 0;
    }
    .main-menu ul li.menu-item-has-children.show-submenu>.sub-menu{
        padding: 0 15px;
        border-top: 1px solid #e9e9e9;
        margin-top: 8px;
    }
    .main-menu>ul>li:nth-last-child(1) .sub-menu .sub-menu, 
    .main-menu>ul>li:nth-last-child(2) .sub-menu .sub-menu, 
    .main-menu>ul>li:nth-last-child(3) .sub-menu .sub-menu{
        right: 0;
        width: 100%!important;
        left: 0;
    }
    .main-menu ul li.menu-item-has-children.show-submenu >.sub-menu.mega-menu{
        padding: 22px 15px 30px 15px;
        background: #fff;
    }
    .main-menu .sub-menu.mega-menu.style2{
        background: #fff;
    }
    .main-menu .sub-menu.mega-menu.style2 .widget, 
    .main-menu .sub-menu.mega-menu.style2 .widget a, 
    .main-menu .sub-menu.mega-menu.style2 .widget .widgettitle{
        color: #303030;
    }
    .main-menu>ul>li>a{
        padding: 0 15px;
    }
    .main-menu ul li.menu-item-has-children.show-submenu>.sub-menu{
        background: #fff;
        margin-top: 8px;
    }
    .main-menu ul li .sub-menu .menu-item-has-children>a{
        border: none;
    }
    .main-menu .mega-menu .widget .widgettitle{
        margin-bottom: 15px;
    }
    .main-menu .mega-menu .widget:last-child{
        margin-bottom: 30px;
    }
    .header.header-style2 .main-header,
    .header.header-style3 .main-header{
        padding: 0;
        padding-top: 20px;
    }
    .header.header-style2 .logo,
    .header.header-style3 .logo{
        text-align: center;
		margin:0px;
		padding:0pc;
    }






/*CUSTOM VELIO*/






#btn-cerca{ 
	background-color: #004DA1;  
	color:#fff;
	border:none;
	padding-top:15px;
	padding-bottom:15px; 
	width:58%;
	margin-top:15px;
}

.post-info h4{ color:#00963C;
				padding-top:30px;  
				
 }  

	/*#news{padding:0px;} */
#news .readmore{    
	float:right;  
	margin-top: 15px;
    padding-bottom: 8px;
}
#news .post-info{
	height: 238px; 
	overflow-y: hidden;
}


