@CHARSET "UTF-8";


/**************************************************** BALISES HTML - GLOBAL ****************************************************/
html {
  position: relative;
  min-height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color: rgb(74,74,74);
	margin:0;
	padding: 0;
	background-image: url('../images/bg001.jpg');
	background-attachment: fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

nav { z-index: 99999; }

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#top-container {
	margin-top: 145px;
}

#top-container.tophome {
    margin-top: 95px;
}

footer {
	background: #F49E00;
	color: #FFFFFF;
	text-align: left;
	padding: 20px 10px 10px 10px;
	min-height: 100px;
	border: 0;
}

a, a:active, a:hover {
	color: #F49E00;
	text-decoration: none;	
}

a.btn {
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	margin: 0 5px 0 0 !important;
	overflow: visible;
	cursor: pointer;
	text-indent: 0;
	line-height: 30px;
	border: 0;
	/* background: #95B917; */
	background: rgb(142, 178, 46);
	padding: 0 20px;
		height: 30px;
}

h1 {
	background-color: #F49E00;
	color: #fff;
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	padding: 10px;
	text-transform: uppercase;
}

h1 a,
h1 a:hover {
	color: inherit;
}

h2 {
	color: #F49E00;
	margin-top: 19px;
	margin-bottom: 19px;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h2 a,
h2 a:hover {
	color: inherit;
}

h3 {
	color: rgb(142, 178, 46);
	margin: 5px 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

h3 a,
h3 a:hover {
	color: inherit;
}

h4 {
	color: #F49E00;
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

h4 a,
h4 a:hover {
	color: inherit;
}

h5 {
	color: rgb(142, 178, 46);
	margin-top: 26px;
	margin-bottom: 26px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

h5 a,
h5 a:hover {
	color: inherit;
}

h6 {
	color: #5C5C5C;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;	
}

h6 a,
h6 a:hover {
	color: inherit;
}

input, select, textarea {
	background: #EDEDED;
    border: 1px solid #C8CFD0;
    color: #433416;
    font-size: 0.95em;
    height: 25px;
    width: 100%;
}

input[type="submit"],
input[type="submit"]:hover {
	background: rgb(142, 178, 46) !important;
	border: 1px solid rgb(142, 178, 46);
	height: auto;
	color: #fff;
	width: auto;
}

img { 
	border-radius: 5px;
	max-width: 100%;
}


/**************************************************** GENERAL ****************************************************/

.bgcolor-white { background-color: #ffffff; }
.MB-20 { margin-bottom: 20px; }
.green-background { background-color: rgb(142, 178, 46); }
.green-border { border-color: rgb(142, 178, 46); }
.green-text { color: rgb(142, 178, 46); }
#errorcontainer {
	background-color: #fff;
}

img.values { 
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 100%;
}

/**************************************************** BOOTSTRAP ****************************************************/

.page-header {
	padding-bottom: 0;
	border-bottom: none;
	margin: 0;
}

/**************************************************** BREADCRUMBS ****************************************************/
ul.breadcrumb span.divider img { padding-bottom: 4px; }
.breadcrumb>li { display: inline; }
.breadcrumb>li+li:before { padding: 0; content: "";}
.breadcrumb>li:last-child { font-weight: bold; }

/**************************************************** MAINCONTAINER ****************************************************/

div.main-container {
	background: #FFFFFF url('../images/bg_page_op30.png') top center no-repeat scroll;
	margin-bottom: 20px;
	padding: 20px 30px;
}

div.main-container img {
	padding: 5px;
	background-color: rgb(74,74,74); 
}

/**************************************************** LOGO ****************************************************/

.logodiv {
	text-align: center;
	max-width: 100%;
	padding: 15px 10px;
}

.logodiv img {
	max-width: 100%;
	max-height: 75px;
	margin: 0;
}

/**************************************************** NAV BAR ****************************************************/
.navbar {
	margin-bottom: 10px;
	margin-top: 15px;
	height: 50px;
}

.navbar-default {
	border: none;
}

.navbar-header {
}

.nav > li > a {
	padding: 15px 10px;
} 

.navbar-nav > li {
	margin-left: 5px;
	margin-right: 5px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a {
	border-radius: 4px;	
}

li a.shop, li a.shop:hover {
    background: rgb(142, 178, 46) !important;
    color: #fff !important;
    border-radius: 4px;	
}


/**************************************************** MENUS ****************************************************/
ul.menu a, ul.menu a:active, um.menu a:hover {
	color: #fff;
	background-color: transparent !important;
}

.dropdown-menu {
	font-size: 1em;
}

.dropdown-menu > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #777;
	font-weight: normal;
}

.dropdown-menu > li > a:before {
	font-family: 'FontAwesome';
	content: "\f054";
	margin-right: 5px;
}

li.deeper.dropdown a {
	padding-right: 25px;
}

ul.navbar-nav > li.deeper.dropdown > a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
    top: 30%;
}

ul.navbar-nav > li.deeper.dropdown:hover > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
}

ul.dropdown-menu-2,
ul.dropdown-menu-3,
ul.dropdown-menu-4 {
	height: 0;
	opacity: 0;
	transition: height 1s, opacity 1s;
	-webkit-transition: height 1s, opacity 1s;
	-o-transition: height 1s, opacity 1s;
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
}

li:hover > ul.dropdown-menu-2 {
	height: 100%;
	opacity: 1;
} 


/**************************************************** FOOTER MENUS ****************************************************/

ul#footermenu {
	margin: 15px 0;
}

ul#footermenu > li > a {
	padding: 0 10px;
}

/**************************************************** ACYMAILING MODULE ****************************************************/

.aromacy .row > div {
	margin-bottom: 10px;
}

.aromacy input,
.aromacy select {
	height: 33px;
}

/**************************************************** JOOMLA ****************************************************/

div.category-desc {
	margin-bottom: 10px; 
}

/**************************************************** JOOMLA MESSAGES****************************************************/

.alert {  
    padding: 8px 35px 8px 14px;  
    margin-bottom: 18px;  
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);  
    background-color: #fcf8e3;  
    border: 1px solid #fbeed5;  
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;  
    color: #c09853;  
}  
.alert h4 {  
    margin: 0 0 10px 0;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}  
.alert .close {  
    position: relative;  
    top: -2px;  
    right: -21px;  
    line-height: 18px;  
    float:right;  
}  

.alert-message,
.alert-success {  
    background-color: #dff0d8;  
    border-color: #d6e9c6;  
    color: #468847;  
}  
.alert-danger,  
.alert-error {  
    background-color: #f2dede;  
    border-color: #eed3d7;  
    color: #b94a48;  
}  


.alert-info {  
    background-color: #d9edf7;  
    border-color: #bce8f1;  
    color: #3a87ad;  
}  
.alert-block {  
    padding-top: 14px;  
    padding-bottom: 14px;  
}  
.alert-block > p,  
.alert-block > ul {  
    margin-bottom: 0;  
}  
.alert-block p + p {  
    margin-top: 5px;  
}

/**************************************************** FOOTER ****************************************************/

div.footer-links-div {
	
}

div.footer-links-div ul {
	
}

div.footer-links-div ul li {
    display: block;
    float: left;
    background: transparent none repeat scroll 0% 0%;
    padding: 5px;
    border: 0px none;
    margin: 5px;
    border-radius: 5px;
}

div.footer-links-div ul li a {
	padding: 10px 10px 8px 10px;
	margin: 0;
	line-height: 2em;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
div.footer-links-div ul li:before {
	font-family: "FontAwesome";
    font-size: 2em;
	vertical-align: middle;
}
	

div.footer-links-div ul li.fb,
div.footer-links-div ul li.fb a:hover {
	background-color: #3B579D;
}

div.footer-links-div ul li.fb:before {
	content: "\f230";
}

div.footer-links-div ul li.shop {
	/* background-color: #95B917; */
	background-color: rgb(142, 178, 46);
}

div.footer-links-div ul li.shop:before {
    content: "\f07a";
}


/**************************************************** HOME ****************************************************/ 

.block-link {
	text-align: center;
	background-color: rgb(74,74,74);
	padding-top: 5px;
}

.block-link .block-link-image {
}

.block-link .block-link-legend {
	font-size: 18px;
	padding: 30px 10px;
	text-transform: uppercase;
	font-weight: bold;	
}

/**************************************************** CONTACTS ****************************************************/ 

.aromacontactfull {
    margin: 20px 0 10px 0;
}

.aromacontactfull h3 {
    /* border-bottom: 1px solid #95B917; */
    border-bottom: 1px solid rgb(142, 178, 46);
}

.aromacontact {
}

.aromacontact .aromaddress {
    background: url(../images/con_address.png) no-repeat;
    padding-left: 25px;
    margin-top: 15px;
}

.aromacontact .aromadresscontacts {
    margin-top: 10px;
}

.aromacontact .aromadresscontacts .aromatel {
    background: url(../images/con_tel.png) no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

.aromacontact .aromadresscontacts .aromamail {
    background: url(../images/emailButton.png) no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

.aromacontact .aromadivers, .contact-miscinfo {
    background: url(../images/con_info.png) no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

.aromacontactimage {
	text-align: center;
}

.aromacontactimage img {
	max-width: 250px !important;
}

/**************************************************** VIDEO REPORTAGES ****************************************************/

div.vrblock {
	position: relative;
	text-align: center;
	padding: 10px 5px;
}

div.vrblock img.vrimg { 
	width: 100%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

div.vrblock div.vrlegend {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #ffffff;
	text-align: left;
	font-size: 1.5em;
	width: 90%;
}

div.vrblock div.vrctrl {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}

.pgarodetail h3 {
	font-size: 16px;
	text-transform: uppercase;
}

img.pgimage {
	max-width: 100%;
	width: 100%;
}

a.eshop-link {
	color: #fff;
	background-color: rgb(74,74,74);
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 12px;
}

a.eshop-link:hover {
	color: rgb(74,74,74);
	background-color: #efefef;
}


/**************************************************** ERRORS ****************************************************/

img.logoerr {
	margin: 20px 0 40px 0;
	max-width: 100%;
}

/**************************************************** PHOCA GALLERY ****************************************************/
#pg-msnr-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#phocagallery-pane .pg-box3, 
#phocagallery .pg-box3, 
.pg-box3 {
	position: relative;
} 

.pgaroimages .pgarodetail {
	margin-bottom: 10px;
}

.pgaroimages img {
	max-width: 100%;
}

img.youtube {
	padding: 0 !important;	
}

.jpgimage {
	position: relative;
}

.pg_title h4 {
	margin-top: 10px;
    margin-bottom: 20px;
}

/**************************************************** QTIP2 ****************************************************/ 

.qtip {
    max-width: 400px;
}

/*! Green tooltip style */
.qtip-green2 {
    background-color: #ffffff;
    border-color: #8EB22E;
    color: #000000;
}

.qtip-green2 .qtip-titlebar{
    background-color: #8EB22E;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.5em;
}

.qtip-green2 .qtip-close .qtip-icon{
    background-position: -42px 0;
}


.qtip-gray {
    background-color: #ffffff;
    border-color: rgba(48, 48, 48, 0.6);
    color: #000000;
}

.qtip-gray .qtip-titlebar{
    background-color: rgba(48, 48, 48, 0.6);
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.5em;
}

.qtip-gray .qtip-close.qtip-icon{
    top: 25%;
}

.qtip-content {
	padding: 10px;
}


/**************************************************** EVENTS ****************************************************/ 
div.button-text {
    white-space: normal;
    word-wrap: break-word;
}

/**************************************************** DJ EVENT SLIDER ****************************************************/

.djslider-loader-default {
	margin-bottom: 10px;
} 

/**************************************************** RESPONSIVE ****************************************************/ 

@media (max-width: 767px) { /* @screen-xs-max */
	body {
		font-size: 16px;
	}
	
	h1 {
		font-size: 25px;
	}
	
	.breadcrumb {
		font-size: 0.8em;
		margin-bottom: 0;
	}
	
	#top-container {
        margin-top: 115px;
        margin-bottom: 0px;
    }
    
    #top-container.tophome {
	    margin-top: 80px;
	}
	
    div.main-container {
		padding: 20px 0px;
	}
    
	footer {
	   position: relative;
	}
	
    div.logodiv {
		position: absolute;
		z-index: 999999;
		width: 70%;
		padding-top: 15px;
    }
    
    div.eventdiv  {
	    padding-left: 0px;
	}
	
	div.pgarodetail,
	div.pg-cv-name {
		text-align: center;
	}
	
	.pgaroimages .pgaroimage {
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    border-bottom-width: 1px;
	    border-bottom-color: rgb(204, 204, 204);
	    border-bottom-style: dashed;
	}
}

@media (min-width: 768px) and (max-width: 991px) { /* @screen-sm-min <= x <= @screen-sm-max */ 
	body {
		font-size: 16px;
	}
	
	#top-container {
	    margin-bottom: 0px;
	    margin-top: 245px;
	}
	
	#top-container.tophome {
	    margin-top: 185px;
	}
	
	div.main-container {
		padding: 20px 0px;
	}

    footer {
       position: relative;
    }
    
    ul.nav {
        font-size: 0.9em;
    }
    
     div.eventdiv  {
        padding-left: 0px;
    }
    
    div.pgarodetail,
	div.pg-cv-name {
		text-align: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px) { /* @screen-md-min <= x <= @screen-md-max */
	#top-container {
	    margin-bottom: 0px;
	    margin-top: 135px;
	}
	
	#top-container.tophome {
	    margin-top: 80px;
	}
}

@media (min-width: 1200px) { /* x >= @screen-lg-min */  

}

