@import url("https://fonts.googleapis.com/css?family=Autour+One&subset=latin,latin-ext");
@charset "utf-8";
/* THEME_PATH = /themes/vinarija/css/ */
/* body_background = #ffffff */

/* GOOGLE FONTS */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:900,600,400&subset=latin,latin-ext);

/* BODY */
body {
	background-color: #EEF2F5;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000; 
	line-height: 20px;
	overflow-x: hidden;
	position: relative;
}
header{
	background: #b55565; /* Old browsers */
	background: -moz-linear-gradient(top,  #b55565 0%, #a50018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b55565), color-stop(100%,#a50018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b55565 0%,#a50018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b55565 0%,#a50018 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b55565 0%,#a50018 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b55565 0%,#a50018 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55565', endColorstr='#a50018',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: #6E6E6E 0px 1px 1px;
  -moz-box-shadow: #6E6E6E 0px 1px 1px;
  -o-box-shadow: #6E6E6E 0px 1px 1px;
  -khtml-box-shadow: #6E6E6E 0px 1px 1px;
  box-shadow: #6E6E6E 0px 1px 1px;
behavior: url(PIE.php);	
}

/* GENERAL STYLES */

h2, a, h4 {
    font-family: 'Source Sans Pro', sans-serif;
}
a {
	font-size: 20px;
	font-weight: 600;
}
h4, h2 {
    font-size:22px;
	margin: 10px 0 20px 0;
	text-align: center;
	font-weight: 800;
}

a:hover { color: gray; text-decoration: none; }
.btn {
	color: #B61E39;
    padding:4px 10px 4px;
    line-height:18px;
    text-align:center;
    vertical-align:middle;
    border: 1px solid #dddddd;
    position:relative;
    zoom:1;
    margin-right:12px;
    text-decoration:none;
    background-color: #FBE89B;
    -webkit-border-radius:  4px;
  -moz-border-radius:  4px;
  -o-border-radius:  4px;
  -khtml-border-radius:  4px;
  border-radius:  4px;
behavior: url(PIE.php);}
.btn:hover {
	background-color: #F9E07A;
}
#zone_4 .contact-form-item-submit .btn{
	background-color: #FBE89B;
    border-radius: 0 0 0 0;
    color: #B61E39;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-shadow: none;
    width: 102%;
}
#zone_4 .contact-form-item-submit .btn:hover{
	background-color: #F9E07A;
	color: #B61E39;
}
#zone_4 .contact-form-item-submit:after{
	content:">";
	outline: 1px solid rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(182, 30, 57, 0.1);
	padding: 0 14px;
	position: absolute;
	left: 431px;
	color: #B61E39;
	height: 30px;
	line-height: 28px;
}

/* GLOBAL STYLES */
#wrapper {
    width:100%;
    -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
behavior: url(PIE.php); 
}
.pageContainer {
	position: relative;
    margin:0 auto;
    padding-bottom: 80px;
	width: 960px;
	background-color: #fff;
	-webkit-box-shadow: #6E6E6E 0px 3px 3px;
  -moz-box-shadow: #6E6E6E 0px 3px 3px;
  -o-box-shadow: #6E6E6E 0px 3px 3px;
  -khtml-box-shadow: #6E6E6E 0px 3px 3px;
  box-shadow: #6E6E6E 0px 3px 3px;
behavior: url(PIE.php); 
}
.home .pageContainer {
	padding-bottom: 0;
}
/* LOGO STYLES */
.logo {
	left: 50%;
    margin-left: -480px;
    position: absolute;
    width: 300px;
    z-index: 1002;
}
.logo img{
	max-height: 82px;
    padding: 5px;
}


/* MENU STYLES */
nav {
	position: relative;
    width: 960px;
    margin: 40px auto 0;
    z-index: 1001;
}
nav ul{
	position: relative;
	display: block;
	float: right;
	text-align: right;
}
nav li {
    float:left;
}
nav a {
    padding: 15px 10px;
    color:#fff;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	border-bottom: 2px solid #fff;
}

nav a:hover {
    -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
behavior: url(PIE.php); 
}
nav a:hover, nav .active a {
    border-bottom: 2px solid #fbe89b;
    color:#fbe89b;
    text-decoration:none;
}
nav .dropdown-menu {
	z-index: 1001;
	position: absolute;
}
nav .dropdown-menu ul {
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
behavior: url(PIE.php); 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
behavior: url(PIE.php);	background-color:white;
    padding:1px;
    display: block;
    width: 150px;
    position: relative;
    z-index: 1050;
}
nav .dropdown-menu li {
    border-bottom: 1px solid white;
    width: 100%;
	background-color: #AA192F;
}
nav .dropdown-menu a {
    line-height: 16px;
    padding: 5px 10px;
    text-align: left;
    border-bottom: 0;
    display: block;
}
nav .dropdown-menu a:hover{
    border-bottom: 0;
}

/* BOOTSTRAP CAROUSEL */
.slide {
    width:960px;
    margin:0 auto;
	
}
.home .carousel-inner {	
	margin: 0 auto;
	height: 580px;
	overflow: hidden;
	position: relative;
}
.home .carousel .item > img{
	height: 580px;
}
.SliderGrid {
	margin:0 auto;
    position:relative;
    zoom:1;
	
}

/* CONTENTS */
article .btn { margin: 0 10px 10px 0; }
.home #zone_1 img{
	display: none;
}
.home #zone_1 h2{
	display: none;
}
.home #zone_1 p{
	color: #fbe89b;
	text-align: right;
	font-size: 24px;
	overflow: hidden;
	line-height: 25px;
}
.home #zone_1 p.highlight{
	font-size: 46px;
	line-height: 40px;
	font-weight: 800;
	overflow: hidden;
}
.home #zone_1 .mainAboutUs{
	margin-left: -1517px;
    width: 4000px;
    position: relative;
    top: -30px;
	margin-top: -200px;
	background-color: rgba(182,30,57,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90B61E39,endColorstr=#90B61E39);
	z-index: 1000;
}
.home #zone_1 .ab1{
	margin:0 auto;
	width: 923px;
	padding: 15px;
}
.home #zone_2 h4{
	background: url(/themes/vinarija/css/../images/block.png) no-repeat;
    color: #fbe89b;
    font-size: 40px;
    font-weight: 800;
    height: 83px;
    line-height: 65px;
    margin-left: -37px;
    overflow: hidden;
    padding-top: 0;
    width: 310px;
}
.home #zone_2 .zone_GalleryGrid div{
	display: none;
}
.home #zone_3 img{
   	margin-top: 60px;
   	width: 250px;
}

.home #zone_3 p{
	display: none;
}
.home #zone_3 h2{
	color: #B61E39;
    font-size: 30px;
    font-weight: 800;
    width: 250px;
    height: 44px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
	*left: 20px;
	background-color: #FBE89B;
}
.home #zone_4 .contactForm{
	margin: 0 auto;
	width: 740px;
}
.home #zone_4 .contactForm div{
	width: 460px;
	float: right;
	text-align: justify;
	padding: 0;
	color: #FBE89B;
}

.home #zone_4 .contactForm .zone_text{
	display: none;
}
.home #zone_4 .contact-form{
	padding: 0px;
	text-align: right;
	position: relative;
}
.home #zone_4 .contact-form label{
	display: none;
}
.home #zone_4 h4{
	text-align: left;
}

/* ABOUT US */
.ab1 img { padding-right: 10px; }
.ab2 img { padding-left: 10px; }

/* GALLERY */

.gallery_list li  { border-top: 3px solid #E0E0E0}
.gallery_box { margin-bottom: 50px;}
.home .gallery_list li.gb5{
	border-top: 0 none;
    box-shadow: 0 0 10px gray;
    margin: 20px 62px;
    width: 350px;
}
.home .photo{
	padding: 0;
}
ul li .naslov_slike{
	position: absolute;
	color: #fff;
	font-style: italic;
	width: 330px;
	height: 285px;
	padding-top: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
}

/* SOCIAL */
ul.social_menu{    	
	margin: 0 auto;
    padding: 5px 525px 5px 0;
    text-align: center;
    width: 325px;
}
.home ul.social_menu{    	
    padding: 5px 525px 50px 0;
}
ul.social_menu li{padding-right: 10px;}
/* FOOTER */

#footer {
	clear: both;
	background: #b61e39; /* Old browsers */
	background: -moz-linear-gradient(top, #b61e39 0%, #a50018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b61e39), color-stop(100%,#a50018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b61e39 0%,#a50018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b61e39 0%,#a50018 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b61e39 0%,#a50018 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b61e39 0%,#a50018 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61e39', endColorstr='#a50018',GradientType=0 ); /* IE6-9 */
    margin:0 0 18px 0;
    position: relative;
}
#footer img#tree{
	display: block;
	float: right;
	margin-top: -130px;
	margin-right: 100px;
}
/*custom zone*/

 .home #zone_2{
 	width: 100%;
 }
 .home #zone_3{
 	bottom: 0;
    left: 85px;
 	position: absolute;
 	
 }
 .home #zone_4{
    background-color: #B61E39;
    margin-left: -1500px;
    padding: 80px 0 30px 0;
    width: 4000px;
 	margin-top: 50px;
}
 .home #zone_1 .ContentBoxContainer{
	border: 0;
 }
.About4 img{
	margin-bottom: 20px;
}
/*try out*/

body:before {
    content: "";
    height: 10px;
    left: 0;
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 100;
	-webkit-box-shadow: #6E6E6E 0 0 20px;
  -moz-box-shadow: #6E6E6E 0 0 20px;
  -o-box-shadow: #6E6E6E 0 0 20px;
  -khtml-box-shadow: #6E6E6E 0 0 20px;
  box-shadow: #6E6E6E 0 0 20px;
behavior: url(PIE.php);}

#zone_1 { width: 100%; display: inline-block; }
#zone_2 { width: 50%; display: inline-block;}

.image_title { text-align: center;}


/*article.bi2, article.bi3 { width: 95%;}*/
.contact-form-item label { float: left;}
.contact-form { text-align: left;}
.contact-form .iTxt { width: 100%;}
.contact-form-item textarea { width: 100%; resize: none; }
.contact-form-item label { width: 100%;}


.carousel-caption { 
	display: none;
} 
.carousel-control  { display: none;}
.googleMaps { clear: both; }
/*shared*/
.zone_data, .zone_GalleryGrid, .zone_ContentBoxContainer{
	padding: 0 10px;
}
.bi1 img{
	margin-right: 10px;
}
article.about .highlight{
	font-weight: 600;
}

/*contact fix*/
.Contact2 .zone_data{
	width: 45%;
	float: left;
}
.Contact3 .googleMaps .zone_data,.Contact4 .googleMaps .zone_data{
	display: none;
}
.powered{
	font-size: 14px;
}
.powered a{
	color: #0088CC;
	font-size: 16px;
}

/*products*/
.productItem .btn {
	margin-right: 0;
}
.newPrice{
	color: #AA192F;
}
.productItem h2{
	text-align: left;
}
.pi4 .productTitle{
	text-align: center;
}

.carousel .item {	-webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -khtml-transition: opacity 1s;
  transition: opacity 1s;
behavior: url(PIE.php); -ms-transition: opacity 1s; }
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.modal-footer i {
	margin-top: 6px;
}
.modal-footer a.btn{
	background: #AB2136;
	color: #FBE89B;
	cursor: pointer;
}

/* SERVICE GENERATED RULES */
body .cBoxHighlight { font-size : 20px !important; }
body .zone_title { font-size : 14px !important; }
body .cBoxTitle { font-size : 20px !important; }
body #pageContainer .display-tags-container a { color : #f3f181 !important; }
body #wrapper { background-color : #737373 !important; }
body #wrapper { background-image : none !important; }
body #pageContainer { background-color : #737373 !important; }
body #pageContainer { background-image : none !important; }
body #footer { background-image : none !important; }
body #footer { background-color : #737373 !important; }
body { background-color : #395140 !important; }
body { background-image : none !important; }
body #footer { background-position : undefined !important; }
body .boxes-styles { background-position : undefined !important; }
body #pageContainer { background-position : undefined !important; }
body #header { background-color : #737373 !important; }
body #header { background-position : undefined !important; }
body #header { background-image : none !important; }
body #wrapper { background-position : undefined !important; }
body { background-position : undefined !important; }
body #pageContainer .display-tags-container a { font-family : Autour One !important; }
body #pageContainer .display-tags-container a { font-size : 18px !important; }
/* SERVICE GENERATED RULES */
