/*
Theme Name: ayan
*/

body {
  color: #6B6B6B;
  word-wrap: break-word;
  line-height: 1.7;
  font-family: 'PT Sans', sans-serif;  
}

a {
  color: #900;
  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 {
  color: #900;
  font-family: 'PT Serif Caption', serif;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  height: auto; 
  max-width: 100%; 
}
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 */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
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 #E8E8E8;
  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: 3px;
}
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;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: -100px;
  margin-bottom: -50px;
  zoom: 1;
  position: relative;  
}
/* =Post styling
----------------------------------------------- */
#content {
   font-size: 1.1em;
   color: #000;
}

.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #900;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
    font-size: 2.2em;
    color: #900;
    text-transform: none;
    letter-spacing: 1px;
}

.page-header {
    padding-bottom: 0px;
    margin: 10px 0 0px;
    border-bottom: none;
}

.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #900;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #900;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #900;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #900;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #900;
  border: 1px solid #900;
  color: #fff;
}
/* =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%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: none;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.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;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.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 #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  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: #900;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #900;
  border-color: #900;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #600;
  border-color: #600;
}
.btn.btn-default {
    color: #FFF;
}
/* =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;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #900;
  -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: #900;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */

.pageHeader {
    background: url(imgs/blue-line.jpg)  no-repeat;
    background-size: 100%;
    background-position: 0 100px;
    text-align: left;
}

#logo {
    text-align: center;
    margin-top: 10px;
}


#slogan {
	font-size: 28px;
	font-style:italic;
	text-align:right;
	color:#3279c3;
	clear:both;
    /*margin-top: -40px;*/
    margin-bottom: 120px;
    zoom: 1;
    position: relative; 
    top:-40px;
}

#slogan h2.line1 {
    color:#3279c3; 
    margin: 0 190px 0 0; 
    padding:0; 
    font-weight: normal; 
    font-size: 29px; 
    line-height: 24px;
}

#slogan h2.line2 {
    color:#3279c3; 
    margin: 0 20px 0 0; 
    padding:0; 
    font-weight: normal; 
    font-size: 29px; 
    line-height: 24px;
}


.navbar-default .navbar-toggle {
    border-color: #900;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #900;
}


.mainPageSlider {
    max-width: 300px;
}

.captionSlide {
    font-family: 'PT Serif Caption', serif;
    font-size:20px;
    line-height: 1.1em;
	font-style:italic;
	text-align:center;
	color:#900;
    height: 4em;
}


#footer-area {
    background: url(imgs/blue-grad-bg.jpg) repeat-x bottom;
    padding-top: 0;
}


#water-composition-bg {
    background: url(imgs/elk-bg.jpg) no-repeat top right;
    padding-top: 500px;
    background-position:  73% 0;    
}


.page-id-56 #water-composition-bg , .parent-pageid-56 #water-composition-bg {
    background: url(imgs/beer-bg.jpg) no-repeat top right;
    padding-top: 400px;
    background-position:  73% 0;        
}

.page-id-58 #water-composition-bg {
    background: url(imgs/softdrinks-bg.jpg) no-repeat top right;
    padding-top: 400px;
    background-position:  73% 0;        
}

.page-id-60 #water-composition-bg {
    background: url(imgs/hankul-bg.jpg) no-repeat top right;
    padding-top: 400px;
    background-position:  73% 0;        
}

.page-id-62 #water-composition-bg {
    background: url(imgs/lel-bg.jpg) no-repeat top right;
    padding-top: 400px;
    background-position:  73% 0;        
}

.page-id-12 #water-composition-bg {
    background: url(imgs/documents-bg.jpg) no-repeat top right;
    padding-top: 400px;
    background-position:  73% 0;        
}

.page-id-24 #water-composition-bg {
    background: url(imgs/contacts-bg.jpg) no-repeat top right;
    padding-top: 400px;
    background-position:  73% 0;        
}

.error404 #water-composition-bg {
    background: url(imgs/404-bg.jpg) no-repeat top right;
    padding-top: 500px;
    background-position:  73% 0;        
}


body.home #water-composition-bg {
    margin-top: -350px;
}

table.composition  {
	font-size: 0.8em;
}

table.composition td {
	border:0; 
	border-bottom:1px dotted #ccc;
}

.page-num  { 
    color: #999;
    margin-right: 10px;
}

.page-numbers .current {
    font-size: 1.2em;
    color: #333;
}

.page-numbers a {
    color: #900;
}

.zoomIn, .zoomOut { background-color:#fff; border:1px solid #ccc; color:#000; width:15px; height:15px; 	line-height: 15px;	text-align:center;	border-radius:3px;	cursor:pointer;	position:absolute;	top : 10px;	font-weight:bold;	left : 10px; -webkit-user-select: none; 	-khtml-user-select: none;	-moz-user-select: none; -o-user-select: none;	user-select: none; 	}
.zoomOut { top:30px; }
.map { position:relative; }
.mapTooltip { position : fixed;	background-color : #fff; moz-opacity:0.70;	opacity: 0.70;	filter:alpha(opacity=70);	border-radius:10px;	padding : 10px;	z-index: 1000;	max-width: 200px; display:none; color:#343434; }
tspan {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #900;}


#dealers-list .region {
    padding-left:50px;
}


#dealers-list .active .towns {
    display: block
}

#dealers-list .region {
    padding-left:50px;
}
#dealers-list .active {
    background:url(imgs/flag.gif) no-repeat top left; padding-top: 1px;
}
#dealers-list h2 {
	font-weight:normal; 
	color:#900; 
	margin: 25px 0 0 0;}
#dealers-list h2 a {
    background:url(imgs/red_underline.gif) repeat-x bottom; text-decoration: none;
}
#dealers-list h3 {
    font-size:18px; font-weight:normal; color:#900; font-style:italic; margin: 15px 0 0 0;
}
#dealers-list h4 {
    padding:0; margin: 10px 0 0 0;
}
.text #dealers-list ul {
    list-style: none; margin:0 0 0 45px;
}
.text #dealers-list li {
    list-style: none; margin:0; padding:0;
}
.text #dealers-list p {
    text-indent:0; margin:0; padding:0;
}

#years18 {
	background:url(imgs/18years/logo-center-bg.gif) top center no-repeat; 
	margin:0; padding: 308px 0 0 0;
	text-align: center;
}
#years18 .yesNo div {
	font-size:25px; font-weight:normal; color:#900;
	padding:45px 0 40px 0;
}

#years18 #contacts p {margin:0; font-size:13px;}
#years18 #warning {margin:30px 0;}
#years18 #possible-problems {font-size:12px; color:#666}

#active-popup {
  background-color: rgba(52,73,94, 0.7);
  position: absolute;
  width: 100%;
  heighT: 100% !important;
  top: 0;
  left: 0;
  z-index: 999;
}
#popup-container {
  width: 45%;
  height: 65%;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 28%;
  z-index: 999;
  top: 0;
  display: none;
}
.modal-content {
  position: relative;
  text-align: center;
}
#popup-window { position: relative; }
.modal-content h1,
.modal-content p { color: #fff; }
.modal-content p { padding: 20% 5% 0 5%; }



/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #900;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #900;
  border: 1px solid #fff;
  border-radius: 15px;  
}
.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: transparent;
  margin-bottom: 0;
  margin-top: 20px;
  border-bottom: none;
}
.navbar-default .navbar-nav > li > a {
  color: #900;
  line-height: 2px;
  border: 1px solid #fff;
  border-radius: 15px;  
  text-decoration: underline;  
}
.navbar > .container .navbar-brand {
  color: #900;
  font-size: 24px;
  margin: 5px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}

.navbar-default .navbar-nav {
    margin-top: 45px;
    font-size: 1.3em;
    font-family: font-family: 'PT Sans', sans-serif;
}


.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: #900;
  border: 1px solid #900;
  text-decoration: underline;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.current-page-ancestor>a {
  color: #900;
  border: 1px solid #900;
  background: #fff;
  text-decoration: none;
}


.navbar .caret {
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #900;
}
.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: 5px 15px;
  color: #900;
  font-size: 1.1em;
}

.dropdown-menu {
  border: 1px solid #c6c6c6;  
  border-radius: 10px;  
}  

.navbar-nav>li>.dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border:0;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #fff;
  border: 0;
  color: #900;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #900;
    background-color: #fff;
}

.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: #900;
    border: 0;
    text-decoration: underline;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: transparent;
    text-decoration: underline;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 15px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}

.submenu {
    margin-top: 50px;
}

.beerSubmenu {
    margin-top: 0px;
}

.submenu ul {
    margin-left: 0;
    padding-left: 0;
}

.submenu  li {
    list-style: none;
    margin-bottom: 10px; 
}

.submenu li  a {
    color: #900;
    border: 1px solid #fff;    
    border-radius: 15px;
    text-decoration: none;
    padding: 5px 10px;
    display: table-cell;    
}    

.submenu li.current_page_item  a, .submenu li.current_page_ancestor a {
    border: 1px solid #900;
    text-decoration: none;
}    

.submenu li  a {
    line-height: 1.2em;
}

.beerSubmenu  li {
	float: left;	
	margin-rigt: 5px;
}

.beerManualList  {
	list-style: none;
	font-size: 1.2em;
}


.submenu .page-item-56  a, .submenu .page-item-58  a, .submenu .page-item-60  a, .submenu .page-item-62 a, .submenu .page-item-1243 a, .submenu .page-item-1313 a {
	padding: 25px 20px 25px 70px;
	border-radius: 50px;
}

.submenu .page-item-56  a { background: url('../../uploads/2016/03/menu-beer.jpg') no-repeat 15px 10px; }
.submenu .page-item-58  a { background: url('../../uploads/2024/06/Napitki.jpg') no-repeat  15px 10px; }
.submenu .page-item-60  a { background: url('../../uploads/2016/03/menu-mineral-water.jpg') no-repeat  15px 10px; }
.submenu .page-item-62  a { background: url('../../uploads/2016/03/menu-drinking-water.jpg') no-repeat  15px 10px; }
.submenu .page-item-1243  a { background: url('../../uploads/2024/08/menu-lagviz-green2.jpg') no-repeat  15px 10px; }
.submenu .page-item-1313  a { background: url('../../uploads/2024/06/lagvitsal.jpg') no-repeat  15px 10px; }




.wpcf7-form-control {
    width: 80%;
}

.wpcf7-submit {
   width: auto;
}

.softDrinksSlider a {
	float: left; 
	margin-left:20px;
}

.softDrinksSlider .elementsScroll {
	width: 5000px;
} 
.softDrinksSlider {
	height: 350px;
	width: 100%;
	overflow-x: scroll;
	overflow-y:  hidden;
	margin-bottom: 20px;
}

.lastNews {
	margin-top:100px;
}

.lastNews  p {
	line-height: 1.2em;
}


@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}
/* =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 .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: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  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;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #900;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  color: #000;
}
#footer-area a {
  color: #900;
}
#footer-area .footer-widget-area {
  padding: 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 10px 0;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  padding: 10px 0;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #600;
  text-decoration: underline;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
    background: #900;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #900;
  opacity: .8;
}

.oneproduct-card {}


.oneproduct-card {
  overflow: hidden; 
}

.oneproduct-card  {
  transition: transform .5s ease;
}

.oneproduct-card:hover  {
  transform: scale(1.1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 1200px) {
	#content {
	  margin-top: 0px;
	  margin-bottom: -50px;
	  zoom: 1;
	  position: relative;  
	}    
    .pageHeader {
    background-position: bottom;
    }

    .navbar-default .navbar-nav {
    margin-top: 0px;    
    }  
    #logo img {
    width: 100px;
    }

    #slogan {
    margin-top: 0px;
    top: 0;
    margin-bottom: 70px;        
    }
    body.home #water-composition-bg {
        margin-top: -50px;
    }       
}

@media (max-width: 992px) {

	.navbar-default .navbar-nav {    
    font-size: 1em;
    text-transform: uppercase;
    }

    .nav>li>a {
    padding: 10px 8px;
    }    

    #slogan h2.line1 {
    margin: 0 120px 0 0; 
    font-size: 22px; 
    line-height: 24px;
    }

    #slogan h2.line2 {
    color:#3279c3; 
    margin: 0 20px 0 0; 
    padding:0; 
    font-weight: normal; 
    font-size: 22px; 
    line-height: 24px;
    }
    #water-composition-bg {
    background-position: 73% 0;
    background-size: 150%;
    padding-top: 350px;        
    }
    body.home #water-composition-bg {
        margin-top: 0px;
    }       
 
	.lastNews {
		margin-top: 20px;
	}
 
}



@media (max-width: 768px) {
    .pull-right {
    float: none !important;
    }
    .pull-left {
    float: none !important;
    }
    .site-info, .copyright {
    text-align: center;
    }
    .footer-nav.nav, .copyright {
    float: none;
    }
    .flex-caption {
    display: none;
    }
    .navbar > .container .navbar-brand {
    margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .navbar-default .navbar-nav {    
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    }
    #slogan h2.line1 {
    margin: 0 120px 0 0; 
    font-size: 18px; 
    line-height: 20px;
    }
    #slogan h2.line2 {
    margin: 0 20px 0 0; 
    font-size: 18px; 
    line-height: 20px;
    }
    #slogan {
    text-align: left;
    }
    #water-composition-bg {
    background-position: top 80%;
    background-size: 200%;
    padding-top: 50%;      
    }
    .wpcf7-form-control {
        width: 100%;
    }    
#years18 {
	background: none;
	margin:0;
	padding: 10px;
	text-align: center;
}	

#popup-container {
  width: 90%;
  height: 65%;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 5%;
  z-index: 999;
  top: 0;
  display: none;
}
#years18 .yesNo div {
	font-size:25px;
	font-weight:normal;
	color:#900;
	padding:15px 0 10px 0;
}
}
