﻿@charset "utf-8";
*{ margin:0; padding:0}
html, body{width:100%; height:100%; }
a{ text-decoration:none;}
li{ list-style-type:none;}
legend{display:none;}
fieldset{border:0;}
img{border:0;}

input:focus, select:focus, textarea:focus, button:focus, a:focus {outline: none;}

article, footer, header, nav, section, time, video {
  display: block;
}

@font-face {
	font-family: 'Conv_BPG_Arial_Caps_2010';
	src: url('../fonts/BPG_Arial_Caps_2010.eot');
	src: local('☺'),  url('../fonts/BPG_Arial_Caps_2010.ttf') format('truetype'), url('../fonts/BPG_Arial_Caps_2010.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BPG_Arial_2010';
	src: url('../fonts/BPG_Arial_2010.eot');
	src: local('☺'), url('../fonts/BPG_Arial_2010.ttf') format('truetype'), url('../fonts/BPG_Arial_2010.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_BPG_Excelsior_Light';
	src: url('../fonts/BPG_Excelsior_Light.eot');
	src: local('☺'), url('../fonts/BPG_Excelsior_Light.woff') format('woff'), url('../fonts/BPG_Excelsior_Light.ttf') format('truetype'), url('../fonts/BPG_Excelsior_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
	src: url('../fonts/bpg_nino_mtavruli_bold_5.eot');
	src: local('☺'), url('../fonts/bpg_nino_mtavruli_bold_5.woff') format('woff'), url('../fonts/bpg_nino_mtavruli_bold_5.ttf') format('truetype'), url('../fonts/bpg_nino_mtavruli_bold_5.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	src: url('../fonts/bpg_nino_mtavruli_normal_0.eot');
	src: local('☺'), url('../fonts/bpg_nino_mtavruli_normal_0.woff') format('woff'), url('../fonts/bpg_nino_mtavruli_normal_0.ttf') format('truetype'), url('../fonts/bpg_nino_mtavruli_normal_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'KA_LORTKIPANIDZE';
    src: url('../fonts/ka-lortkipanidze-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ka-lortkipanidze-webfont.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/ka-lortkipanidze-webfont.woff') format('woff'),
        url('../fonts/ka-lortkipanidze-webfont.ttf') format('truetype'), 
        url('../fonts/ka-lortkipanidze-webfont.svg#ka_lortkipanidzeregular') format('svg');
}
/*--------------------------------------home------------------------------------------------*/
#wrapper{
	width:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
}
/*header*/
header{
	width:100%;
	background: rgb(173,32,27);	
	background: -moz-linear-gradient(top, rgba(173,32,27,1) 0%, rgba(109,20,16,1) 43%, rgba(109,20,16,1) 66%, rgba(130,54,50,1) 67%, rgba(255,255,255,0.82) 73%, rgba(255,255,255,0.01) 100%);
	background: -webkit-linear-gradient(top, rgba(173,32,27,1) 0%,rgba(109,20,16,1) 43%,rgba(109,20,16,1) 66%,rgba(130,54,50,1) 67%,rgba(255,255,255,0.82) 73%,rgba(255,255,255,0.01) 100%);
	background: linear-gradient(to bottom, rgba(173,32,27,1) 0%,rgba(109,20,16,1) 43%,rgba(109,20,16,1) 66%,rgba(130,54,50,1) 67%,rgba(255,255,255,0.82) 73%,rgba(255,255,255,0.01) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad201b', endColorstr='#03ffffff',GradientType=0 ); 
}
#topLine{
	width:75%;
	max-height:1440px;
	margin:auto;
	overflow:hidden;
}
#topLine ul{
	display:inline-block;
	height:20px;
	float:right;
	overflow:hidden;	
	background: url(../images/hLine.png) no-repeat right center;
	margin:5px 1% 5px 0%;
	padding-right:1%;
}
#topLine ul li{
	display:inline-block;
	margin:2px 8px 2px 0;	
	float:left;
}
#topLine ul li a{
	display:block;	
	height:15px;
	text-indent:-9999px;	
}
#topLine ul.communication li a.ol{
	width:17px;
	background:url(../images/onlineChat.png) no-repeat center center;
	background-size:auto 15px;
}
	#topLine ul.communication li a.onlineWeb {
		width: 17px;
		background: url(../images/onlineWeb.png) no-repeat center center;
		background-size: 17px auto;
	}
#topLine ul.communication li a.ms {
	width: 16px;
	margin-left: 10px;
	background: url(../images/hsub.png) no-repeat center center;
	background-size: auto 15px;
}
#topLine ul.lenguage li{
	width:19px;
	height:11px;
	border:1px solid #e9e3e3;
	
}
#topLine ul.lenguage li a{
	display:block;
	width:100%;
	height:100%;
	background-size:100% 100%;	
}
#topLine ul.lenguage li a.geo{
	background:url(../images/geo.png) no-repeat center center;	
}
#topLine ul.lenguage li a.eng{
	background:url(../images/eng.png) no-repeat center center;	
}
#topLine ul.lenguage li a.rus{
	background:url(../images/rus.png) no-repeat center center;	
}

#topLine ul.lenguage li.curLeng,  #topLine ul.lenguage li:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
#topLine a.linkToWebPages{
	display: inline-block;
	height:20px;
	color:#fff;
	font-size:13px;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	line-height:20px;
	vertical-align: middle;
	padding-left:20px;
	margin:6px 1% 6px 0%;
	background: url(../images/globe.png) no-repeat left 0px;
	background-size:auto 15px;
	float:right;
}
#topLine  .line{
	display: inline-block;
	width: 1px;
    height: 20px;
    overflow: hidden;
    background: url(../images/hLine.png) no-repeat right center;
    margin: 5px 1% 5px 0%;
    float: right;
}

#topLine a.loginRegister{
    padding-left:25px;
    background: url(../images/loginRegister.png) no-repeat left 0px;
    background-size:auto 15px;
    margin:6px 0 6px 0%;
}
#topLine a.linkToWebPages:hover, #topLine ul.communication li:hover{
	opacity:0.99;	
}
#head{
	width:100%;	
	margin-bottom: -8px;
}
#head:before{
	content:'';
	display:block;
	width:100%;	
	height:7px;
	background: url(../images/tLineH.png) repeat-x;
	margin-bottom:-1px;
}
#head:after{
	content:'';
	display:block;
	width:100%;	
	height:7px;
	background: url(../images/bLineH.png) repeat-x;
	margin-top:-4px;
	position: absolute;
	z-index: 10;
}
#head .colorBg{
	background-color:#fff;
}
#head .headCenter{
	width:75%;
	max-width:1440px;
	height:100px;
	margin:auto;
	position:relative;
	clear:both;
	/*overflow:hidden;*/
}
#head .headCenter h1{
	width:170px;
	height:76px;
	margin-right:2%;
	margin-top:12px;
	float:left;
}
#head .headCenter h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat center center;
		
}
/*menu*/
.mainMenu{
    width:77%;/*930*/
	margin-right:3%;
	margin-top:40px;
	float:right;
}
.toggleMenu {
    display:  none;
    color: #636363;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	font-size: 17px;
	line-height: 20px;
	vertical-align: middle;
    text-transform: uppercase;
    float:right;    
    margin-right:2%;
}
.nav {
    list-style: none;
     *zoom: 1;
	 float:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 17em;
}
.nav a {
	display:block;
    padding:0 1em 0 1em;
    color:#616161;
	font-family: 'Conv_BPG_Excelsior_Light';
	line-height:29px;	
	white-space:nowrap;
	transition:all 0.42s ease-in-out;	
	margin-right:1%;
}
.nav li li a{
	margin-right:0%;
}
.nav a:hover{
	color:#be2d2a;
	position:relative;
}

/*.nav > li > a:hover{
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(139,197,63,1);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(139,197,63,1);
	box-shadow: inset 0px -2px 0px 0px rgba(139,197,63,1);
}*/
.nav > li > a{
	position:relative;
}
.nav > li > a.curPage{
	color:#be2d2a;
	position:relative;
}
.nav > li > a:hover:before, .nav > li.hover >a:before, .nav > li > a.curPage:before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		top:-1px;
		left:0;
		position:absolute;
		background: url(../images/menuHover.png) no-repeat center center;
		background-size:100% 1px;
		transition: all 0.42s ease-in-out;
    	  
	}
.nav > li > a:hover:after, .nav > li.hover > a:after, .nav > li > a.curPage:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		bottom:-1px;
		left:0;
		position:absolute;
		background: url(../images/menuHover.png) no-repeat center center;
		background-size:100% 1px;
		transition: all 0.42s ease-in-out;
}	

/*@-moz-document url-prefix() { 
	  .nav a {
		padding:0 12% 11px 11%;
		margin-right:1.5%;
	}
}*/
.nav li {
    position: relative;
}
.nav > li {
    float: left;
	font-size:0.87em;    
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#fff;
    position: relative;
	white-space: inherit;
    z-index:100;
	 padding:8px 1em 8px 1em;
	 line-height:17px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.nav li li a:hover{
	color:#ad201b;	
}
/*end of menu*/
/*search*/
.sb-search {
	position: absolute;	
	z-index:132;
	width: 0%;
	min-width: 33px;
	max-width:70%;
	height: 33px;
	background-color:#fff;
	border-radius:30px;
	top:38px;	
	right:0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	float: right;
	
}

.sb-search-input {
	display:none;
	width: 100%;
	height: 40px;
	color: #4d4d4d;
	font-size: 13px;
	font-family: 'Conv_BPG_Excelsior_Light';
	position: absolute;
	top: -4px;
	right: 0;
	border: none;
	outline: none;
	background-color: #fff;
	margin: 0;
	padding:0 3%;
	z-index: 10;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(173,32,27,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(173,32,27,1);
	box-shadow: inset 0px 0px 1px 0px rgba(173,32,27,1);	
	border: 2px solid transparent;
   -webkit-border-image: url(../images/redBorder.png) 3 round; 
    -o-border-image: url(../images/redBorder.png) 3 round; 
    border-image: url(../images/redBorder.png) 3 round;
	
}

.sb-search-input::-webkit-input-placeholder {
	color:rgba(97,97,97, 0.7);
}

.sb-search-input:-moz-placeholder {
	color:rgba(97,97,97, 0.7);
}

.sb-search-input::-moz-placeholder {
	color:rgba(97,97,97, 0.7);
}

.sb-search-input:-ms-input-placeholder {
	color:rgba(97,97,97, 0.7);
}

.sb-icon-search{
	width: 33px;
	height: 33px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 33px;
	border-radius:33px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: -3px;
	padding: 0;
	margin: 0;
	line-height: 40px;
	border-radius:20px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {	
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;	
}

.sb-icon-search {
	color: #fff;/*
	background: #e67e22;*/
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	background: url(../images/search.png) no-repeat center center;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-search-input {
	display:block;
	
}
.sb-search.sb-search-open .sb-icon-search{
	/*background: url(../images/searchButton.png) no-repeat center center;*/
	margin-right:4px;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 99;
}
/*End of search*/
/*slider*/
/*video*/
/*#sliderWrapper{
	width:100%;	
	height:500px;
	margin-top:-8px;
	margin-bottom:35px;
	float:left;
}*/
#sliderWrapper{
	width:100%;	
	height:500px;
	margin-top:-8px;
	margin-bottom:35px;
    position: absolute;
    top: 144px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
#sliderWrapper .videoBg{
	min-width: 100%; 
        min-height: 100%; 
        width: auto; 
        height: auto; 
        z-index: -1; 
        overflow: hidden; 
        position: absolute;
  left: 50%;
    top: 50%;
 -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
}
#sliderWrapper .slideLine{
	display:block;
	width:100%;	
	height:7px;
	background: url(../images/tLineH.png) repeat-x;
	margin-bottom:-1px;
	position: absolute;
	bottom:0;
    z-index:999;
}

#sliderWrapper .slideContent{	
	width:79%;
	max-width:1520px;
	margin:10% auto 0 auto;
	
	
}
#sliderWrapper .slideContent h2.ornamentTitle{
	width:65%;
	text-align:center;
	font-size:3em;
	font-weight:normal;
	margin:0 auto 18px auto;
	padding-bottom:45px;
	background: url(../images/sliderLine.png) no-repeat bottom center;
	background-size:60% auto;
}
#sliderWrapper .slideContent h2.ornamentTitle a{
	color:#fff;	
    font-family: 'KA_LORTKIPANIDZE';
}
.sliderTitle{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 130;
	background: rgba(0, 0, 0, 0.3);
	float: left;
}
/*end of slider*/
/*image slider*/
#da-slider .slideLine{
	z-index: 9999;
	bottom: -2px;
}
.da-slider{
	width: 100%;
	min-width: 320px;
	height: 500px;
	position: relative;
	z-index:20;	
	-webkit-transition:1s ease-out 0.3s;
	-moz-transition: 1s ease-out 0.3s;
	-o-transition:1s ease-out 0.3s;
	-ms-transition:1s ease-out 0.3s;
	transition: 1s ease-out 0.3s;
	
}

.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow:hidden;
}
.da-slide-current{
	z-index: 200;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}

/*.da-slide  .slideTitleIn{
	width:100%;
	height:100%;
	position:relative;
	z-index:130;
	overflow:hidden;
	background:rgba(0,0,0,0.6);
}
.da-slide .slideTitleIn h2{
	width: 29.34%;
	font-size:1.25em;
	line-height:25px;
	max-height:75px;
	margin-left:15%;
	margin-top:288px;
	overflow:hidden;
}
.da-slide .slideTitleIn h2:before{
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		border-top:3px solid #fadd25;
		border-left:3px solid #fadd25;   	  
}
.da-slide .slideTitleIn h2:after{
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		margin-top:-18px;
		border-bottom:3px solid #fadd25;
		border-right:3px solid #fadd25;
		float:right;  	  
}	

.da-slide  .slideTitleIn h2 a{
	display:block;
	max-width:95.5%;
	max-height:50px;
	color:#fff;
	line-height:25px;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-left:2.5%;
	margin-top:-15px;
	overflow:hidden;
}
*/

/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.3s ease-in-out 0.3s both;
	-moz-animation: fromRightAnim1 0.3s ease-in-out 0.3s both;
	-o-animation: fromRightAnim1 0.3s ease-in-out 0.3s both;
	-ms-animation: fromRightAnim1 0.3s ease-in-out 0.3s both;
	animation: fromRightAnim1 0.3s ease-in-out 0.3s both;
}

@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{

	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}


@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
/*end of slide*/
/*content*/
#content{
	width:75%;
	max-width:1440px;
	margin:550px auto 50px auto;
	padding-bottom:529px;	
	overflow:hidden;
}
#content > h2{
	width:63.3%; /*940*/
	font-size:1.125em;
	line-height:20px;
	padding:0 1% 6px 1%;
	background: url(../images/titleLine.png) repeat-x bottom left;
	margin-bottom:15px;
	font-weight:normal;
	float:left;
	overflow:hidden;
}
#content > h2 a{
	color:#636363;	
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
}
#content > h2  a:nth-child(2){
	display:inline-block;
	color:rgba(39, 47, 82, 0.7);
	font-family: 'Conv_BPG_Arial_2010';
	font-size:11px;
	font-weight:normal;
	padding-right:10px;
	background: url(../images/newsArch.png) no-repeat right center;
	float:right;
}
#content .simpleNews{
	width:27.77%;/*400*/
	height:335px;
	margin-left:0.7%;
	margin-right:6.8%;
	margin-bottom:50px;
	float:left;
	overflow:hidden;
	position:relative;
}
/*#content .simpleNews:last-child{
	margin-right:0;	
}*/
#content .simpleNews:nth-child(9) {
    margin-right: 0;
}
#content .simpleNews .imageBlock{
	width:83.75%; /*335*/
	max-width: 335px;
	height: auto;
	max-height:243px;
	margin-top: 4px;
	margin-left:4px;	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	overflow:hidden;
}
#content .simpleNews .imageBlock img{
	display:block;
	max-width:120%;
  	height:auto;
  	/*max-height:110%;*/	
}
#content .simpleNews .newsTitle{
	width:96%; /*385*/
	height:93.7%; /*314*/
	position:absolute;
	left:3.75%;
	top:5.37%;
	background-color:rgba(252, 219, 178, 0.23);
	background-image: url(../images/newsBorder.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:98% 98%;	
}
#content .simpleNews .newsTitle h1{
	color:#fff;
	font-size:0.84em;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	line-height:14px;
	font-weight:normal;
	padding:9px 4% 6px 4%;
	margin-top:24px;
	margin-right:5%;
	float:right;	
}
#content .simpleNews .newsTitle .bottomT{
	width:100%;
	position:absolute;
	bottom:24px;
}
#content .simpleNews .newsTitle .bottomT time{
	width:88%;
	color:#be2d2a;
	font-size:0.68em;
	font-family: 'Conv_BPG_Arial_2010';
	margin:0px auto 5px auto;
}
#content .simpleNews .newsTitle .bottomT  h2{
	width:88%;
	height:36px;
	font-size:0.84em;
	line-height:17px;	
	margin:auto;
	overflow:hidden;
	background: none;
}
#content .simpleNews .newsTitle .bottomT  h2 a{
	color:#504f4d;
	line-height:17px;
	font-family: 'Conv_BPG_Excelsior_Light';	
}
/*events*/
#content .eventBlock{
	width:27.3%;/*400*/
	/*height:100%;
	max-*/height:375px;	
	background-color: rgba(252, 219, 178, 0.23);
	background-image: url(../images/newsBorder.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 98% 98%;
	margin-right:1.2%;
	margin-bottom: 50px;
	float:right;
    overflow:hidden;
}
#content .eventBlock > a{
	color:#b1211b;
	font-size:12px;
	font-family: 'Conv_BPG_Arial_2010';
	margin-right:11%;
	float:right;
}
/*carusel*/
.bx-wrapper {
	height:54px;
	position: relative;
	padding: 0;
	*zoom: 1;
	margin:25px auto 20px auto !important;
	overflow:hidden;	
}
.noEvent{
    height:50px;
}
/** THEME */
.bx-wrapper .bx-viewport {
	/*left: -5px;*/
	height:54px !important;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/**/
.slide a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}	
.slide time{
	width:30px;
	height:54px;
	color:#fff;
	font-size:0.71em;	
	font-family: 'Conv_BPG_Arial_Caps_2010';
	text-align:center;
	line-height:16px;
	margin-right:4%;
	float:left;
	background: rgb(178,33,28); 
	background: -moz-linear-gradient(top, rgba(178,33,28,1) 0%, rgba(107,19,16,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(178,33,28,1) 0%,rgba(107,19,16,1) 100%); 
	background: linear-gradient(to bottom, rgba(178,33,28,1) 0%,rgba(107,19,16,1) 100%);
	overflow:hidden;	
}
.slide time span{
	display:block;
	font-size:16px;
	font-weight:bold;	
	margin-top:5px;
}
.slide time  span.cube{
	display:block;
	width:36px;
	height:36px;
	transform: rotate(45deg);
	background-color:#fef7ed;
	margin:10px auto 0px -3px;	
}
.slide h2{
	width:84%;
	max-height:32px;
	color:#3b3b3b;
	font-size:0.85em;
	line-height:15px;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';	
	font-weight:normal;
	margin-bottom:4px;
	margin-top:5px;
	float:right;
	overflow:hidden;	
}
.slide h3{
	width:84%;
	height:14px;
	color:#a6a6a6;
	font-size:0.75em;
	font-family: 'Conv_BPG_Arial_2010';	
	font-weight:normal;		
	float:right;
	overflow:hidden;
}
/*calendar*/
#calendar.k-calendar{
    display:block;
    width: 78%; /*300*/
    /*height: 50%;*/
    margin: 0 auto 10px auto;
    border-width: 0px;
}
#calendar.k-calendar .k-header{
    width:100%;
    margin: 0 0 15px 0;
}
#calendar.k-calendar .k-header .k-link.k-nav-next, #calendar.k-calendar .k-header .k-link.k-nav-prev{
    width:7px;
    height:15px;
    line-height:15px;
    overflow:hidden;
    top:0;
}
#calendar.k-calendar .k-header .k-link.k-nav-prev{
    left:5%;
}
#calendar.k-calendar .k-header .k-link.k-nav-next{
    right:5%;
}
#calendar.k-calendar .k-i-arrow-60-right:before, #calendar.k-calendar .k-i-arrow-60-left:before{
    display:none;
}
#calendar.k-calendar .k-header .k-icon{
    width:10px;
    height:10px;
    margin-top:-2px;
    background:#4d5e8a;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#calendar.k-calendar .k-header .k-icon:hover{
    background:rgb(178,33,28)
}
#calendar.k-calendar .k-header .k-i-arrow-60-left{
    margin-right:-6px;
}
#calendar.k-calendar .k-header .k-i-arrow-60-right{
    margin-left:-6px;
}
#calendar.k-widget.k-calendar .k-nav-fast{
    width: 65%;
    height: auto;
    color:#012d4a;
    font-size:15px;
    line-height: 15px;
    font-family: 'Conv_BPG_Arial_2010';	
    margin: 0;
    text-transform:capitalize;
}
#calendar.k-calendar .k-content, #calendar.k-calendar .k-content th{
    text-align:center;
}
#calendar.k-calendar .k-content{
    height: 12.31em;
    border-collapse: collapse;
    width: 99.5%;
    margin-left: 0.5%;
}
#calendar.k-calendar .k-content th{
    color:#012d4a;
    font-size:11px;
    padding: 0 0 4px 0;
    border-bottom-width:0px;
}
#calendar.k-calendar td{
    border: 1px solid #e0dbd3;
    height: 20px;
    line-height: 20px;
}
#calendar.k-calendar td.k-other-month .k-link{
     visibility:hidden;
     cursor:default;
}
#calendar.k-calendar .k-content .k-link{
    min-height:25px;     
    color:#012d4a;
    font-size:16px;
    line-height: 25px; 
    font-family: 'Conv_BPG_Arial_2010';	
}
#calendar.k-calendar .k-content .k-link:hover{
    color:rgb(178,33,28);
}
#calendar.k-calendar .k-content .k-link .exhibition {
    color: #b5221c;
}
#calendar.k-calendar .k-content .k-link .exhibition:hover{
    font-weight:bold;
}
#calendar.k-calendar td.k-today .k-link, #calendar.k-calendar td.k-today .k-link .exhibition{
    color: #ffffff;
    background: rgb(178,33,28);
    background: -moz-linear-gradient(top, rgba(178,33,28,1) 0%, rgba(107,19,16,1) 100%);
    background: -webkit-linear-gradient(top, rgba(178,33,28,1) 0%,rgba(107,19,16,1) 100%);
    background: linear-gradient(to bottom, rgba(178,33,28,1) 0%,rgba(107,19,16,1) 100%);
    overflow: hidden;
}
/*calendar pop up*/
.fancybox-wrap .noLine{
    width:96%;
    color:#d10000;
    font-size:16px;
    text-align:center;
    font-family: 'Conv_BPG_Arial_2010';	
    margin:50px auto 0 auto;
}
.fancybox-wrap .popUpEvent{
	display:inline-block;
	width:96%;/*405*/
	height:84px;
	margin: 15px 2% 10px 2%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(181,33,28, 0.35);
	position:relative;
}
.fancybox-wrap .popUpEvent:before{
	display:block;
	content:'';
	width:	19px;
	height:19px;
	border-radius:19px;
	background-color:#fff;
	position:absolute;
	top:-10px;
	left:30%;
	margin-left:-10px;
	-webkit-box-shadow: inset 0px -2px 0.1px 0px rgba(181,33,28,0.35);
	-moz-box-shadow: inset 0px -2px 0.1px 0px rgba(181,33,28,0.35);
	box-shadow: inset 0px -2px 0.1px 0px rgba(181,33,28,0.35);
}
.fancybox-wrap .popUpEvent:after{
	display:block;
	content:'';
	width:	19px;
	height:19px;
	border-radius:19px;
	background-color:#fff;
	position:absolute;
	bottom:-10px;
	left:30%;
	margin-left:-10px;
	-webkit-box-shadow: inset 0px 2px 0.1px 0px rgba(181,33,28,0.35);
	-moz-box-shadow: inset 0px 2px 0.1px 0px rgba(181,33,28,0.35);
	box-shadow: inset 0px 2px 0.1px 0px rgba(181,33,28,0.35);
}
.fancybox-wrap .popUpEvent a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;	
}
.fancybox-wrap .popUpEvent time{
    display:table;
	width:30%;/*80*/
	min-width:55px;
	height:100%;
	color:#b2221c;
	font-size:1.3em;
	text-align:center;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-right:7%;	
	float:left;
	border-right: 1px dashed #eeb588;
	background: rgb(255,254,254);
    background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
}
.fancybox-wrap .popUpEvent time span{
	display: table-cell;
    vertical-align:middle;
    padding-right:2%;
    position:relative;
}
.fancybox-wrap .popUpEvent time span:first-of-type{
        color: #65b04d;
}
/*.fancybox-wrap .popUpEvent time span:first-of-type:after{
    display:inline-block;
    content:"";
    width:2px;
    height:35%;
    background-color:#b2221c;
    position:absolute;
    top:32.5%;
    right:-2%;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg); 
    -moz-transform: rotate(15deg); 
    transform: rotate(15deg);
}*/
.fancybox-wrap .popUpEvent h2{
	width:62%;/*290*/	
	max-height:34px;
	color:#636363;
	font-size:0.93em;
	line-height:17px;		
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	padding:0;
	margin-bottom:10px;
	margin-top:16px;
	float:left;
	overflow:hidden;
	background:none;
}
.fancybox-wrap .popUpEvent h3{
	width:62%;/*290*/	
	max-height:15px;
	color:#a6a6a6;
	font-size:0.81em;
	line-height:15px;
	font-weight:normal;		
	font-family: 'Conv_BPG_Arial_2010';
	padding:0;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
	background:none;
}
/*end of calendar*/
/*end of events*/
/*End of content*/
/*footer*/
#footerWrapper{ 
	width:100%;
    max-height:529px;
	position:absolute;
	margin-top:-529px;
	overflow:hidden;
	bottom: 0;
	left: 0;
	float:left;
}
#bottomBlock{
	width:75%;
	max-width:1440px;
	margin:0 auto 100px auto;
	overflow:hidden;
}
#bottomBlock > h2{
	width:98%;
	color:#636363;	
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
	font-size:1.125em;
	line-height:20px;
	padding:0 1% 6px 1%;
	background: url(../images/titleLine.png) repeat-x bottom left;
	margin-bottom:15px;
	font-weight:normal;
	float:left;
	overflow:hidden;
}

#bottomBlock .linkBlock{
	width:20.5%;/*296*/
	height:215px;
	margin-left:1%;
	margin-right:4.3%;
	float:left;
	overflow:hidden;
	
}
#bottomBlock .linkBlock:last-child{
	margin-right:0;	
}
#bottomBlock .linkBlock a{
	display:block;
	width:100%;
	height:100%;
	max-height:215px;
	overflow:hidden;
	background:rgba(0, 0, 0, 0.5);	
}
#bottomBlock .linkBlock a:hover{
	background:rgba(0, 0, 0, 0.2);	
}
#bottomBlock .linkBlock a h2{
	width:96%;
	height:70%;
	color:#fefefe;
	font-size:1em;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	font-weight: normal;
	padding:30% 2% 10% 2%;	
	text-align:center;	
}
footer{
	width:100%;
	background: rgb(173,32,27); 
	background: -moz-linear-gradient(top, rgba(173,32,27,1) 35%, rgba(120,54,50,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(173,32,27,1) 35%,rgba(120,54,50,1) 100%); 
	background: linear-gradient(to bottom, rgba(173,32,27,1) 35%,rgba(120,54,50,1) 100%);

}
#topFooter{
	width:100%;
	background-color:#fff;	
}
#topFooter:before{
	content:'';
	display:block;
	width:100%;	
	height:11px;
	background: url(../images/footerBefore.png) repeat-x;
	margin-bottom:-1px;
}
#topFooter:after{
	content:'';
	display:block;
	width:100%;	
	height:11px;
	background: url(../images/footerAfter.png) repeat-x;
	margin-top:-1px;
	position:absolute;
}
footer .centerFooter{
	width:75%;
	max-width:1440px;
	margin:auto;	
	overflow:hidden;
}
#topFooter .centerFooter h2{
	width:40%;
	color:#636363;
	font-size:0.93em;
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
	font-weight:normal;
	margin:29px 2% 23px 0;
	float:left;	
}
#topFooter .centerFooter h2 a{
	color:#636363;
}
#topFooter .centerFooter h2:nth-child(2){
	text-align:right;
	float:right;	
}
#topFooter .centerFooter .contactList{
	width:60%;
	margin-bottom:15px;
	float:left;
}
#topFooter .centerFooter .contactList li{
	display:inline-block;
	width:40%;
	color:#808393;
	font-size:0.81em;
	font-family: 'Conv_BPG_Arial_2010';
	margin-right:3%;
	padding-right:3%;
	float:left;	
}
#topFooter .centerFooter .contactList li:first-child{
	width:27%;
	background:url(../images/fLine.png) no-repeat right center;
}
#topFooter .centerFooter .contactList li img{
	display:inline-block;
	margin-right:5%;
	float:left;	
}
#topFooter .centerFooter .contactList li a{
	display:block;
	color:#636363;	
	margin-bottom:5px;
}
#topFooter .centerFooter .socialMedia{
	width:40%;
	overflow:hidden;
	float:right;
}
#topFooter .centerFooter .socialMedia li{
	width:43px;
	height:37px;	
	margin-left:2%;
	margin-right:2%;
	float:right;
}
#topFooter .centerFooter .socialMedia li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;	
	background-size: contain;
}
#topFooter .centerFooter .socialMedia li a.sm{
	background:url(../images/sub.png) no-repeat center center;	
}
#topFooter .centerFooter .socialMedia li a.yt{
	background:url(../images/yt.png) no-repeat center center;	
}
#topFooter .centerFooter .socialMedia li a.twt{
	background:url(../images/twt.png) no-repeat center center;	
}
#topFooter .centerFooter .socialMedia li a.fb{
	background:url(../images/fb.png) no-repeat center center;	
}
footer .centerFooter .minMenu{
	width:60%;
	margin-top:15px;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
}
footer .centerFooter .minMenu li{
	display:inline-block;
	font-size:0.75em;
	margin-right:2%;
	float:left;	
}
footer .centerFooter .minMenu li a{
	color:#fff;
	font-family: 'Conv_BPG_Arial_2010';	
}
footer .centerFooter .minMenu li a:hover{
	opacity:0.8;
}
footer .centerFooter p{
	font-size:0.75em;
	color:#fff;
	font-family: 'Conv_BPG_Arial_2010';	
	margin-top:15px;
	margin-bottom:10px;
	float:right;	
}
/*----------------------------------End of home------------------------------------------------*/
/*----------------------------------about us------------------------------------------------*/
#content.innerContent{
	margin:0px auto 50px auto;
}
#content .pageMap{
	width:96%;
	margin:30px auto 14px auto;
	overflow:hidden;	
}
#content .pageMap li{
	display:inline-block;
	color:#f4d0b6;
	font-size:0.625em;
	font-family: 'Conv_BPG_Arial_2010';	
	padding-left:16px;
	margin-right:8px;
	margin-bottom:5px;
	background: url(../images/pageMapBg.png) no-repeat left center;
	float:left;		
}
#content .pageMap li a{
	color:#f4d0b6;
	font-family: 'Conv_BPG_Arial_2010';	
}
#content .pageMap li a.greyLast{
	color:#8a8d9b;
}
/*left inner contetn*/
#content .leftContent {
    width: 65.27%; /*940*/
    min-height: 400px;
    float: left;
    overflow: hidden;
}
#content .noLine {
    width: 96%;
    color: #b5221c;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    font-style: italic;
    padding: 15px 2% 0 2%;
}
#content .leftContent h2 {
    width: 96%;    
	color: #636363;
	font-size: 1em;
    font-family: 'Conv_bpg_nino_mtavruli_bold_5';
    line-height: 20px;
    padding: 0 2% 6px 2%;
    background: url(../images/titleLine.png) repeat-x bottom left;
    margin-bottom: 15px;
    font-weight: normal;
}
#content .leftContent .paragraph{
	width:96%;
	color:#636363;
	font-size:0.87em;
	font-family: 'Conv_BPG_Arial_2010';
	padding: 0 2%;
	/*overflow:hidden;*/
}
#content .leftContent .paragraph p{
	margin-bottom:20px;	
}
#content .leftContent .paragraph p > img{
	display:inline-block;
	max-width:100%;
	margin-right:2%;
	margin-bottom:10px;
	margin-top:10px;
	/*float:left;*/
}
#content .leftContent .paragraph >p:nth-child(even) > img{
	float:right;
}
#content .leftContent .paragraph .download{
	display:inline-block;
	height:29px;
	font-size:0.93em;
	margin-right:2%;
	margin-bottom:20px;
	border:1px solid #dbdbdb;
	float:left;
	background: rgb(253,253,253); 
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(211,215,226,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(211,215,226,1) 100%); 
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(211,215,226,1) 100%);
	overflow:hidden; 
}
#content .leftContent .paragraph .download:hover{
    background:rgba(211,215,226,0.8);
}
#content .leftContent .paragraph .download a{
	display:block;
	line-height:29px;
	vertical-align:middle;
	color:#b5221c;
	text-transform:uppercase;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	padding-right:15px;	
	background: url(../images/downloadLine.png) no-repeat 35px center;
}
#content .leftContent .paragraph .link a{
    background:none;
    padding-left:15px;
}
#content .leftContent .paragraph .download a span{
	display:inline-block;
	width:35px;
	height:29px;
	margin-right:10px;
	float:left;
	background: url(../images/downloadIcon.png) no-repeat center center;
	background-size: auto 14px;
}
#content .leftContent .paragraph .linkLine{
    border: 0;
    background: none;
}
#content .leftContent .paragraph .linkLine:hover{
    background:none;
}
#content .leftContent .paragraph .linkLine a{
    display: inline-block;
    line-height: 19px;
    background: none;
}
#content .leftContent .paragraph .linkLine a span{
    width: 20px;
    height: 19px;
    background: url(../images/companySite.png) no-repeat center center;
    background-size: 100% auto;
    transform: rotate(45deg)
	
}
/*Emd of left inner contetn*/
/*right inner Content*/
#content .rightContent{
	width:27.7%;/*400*/
	float:right;
}
#content .rightContent ul.rightMenu{
	width:96.25%;/*385*/
	margin:0 auto 55px auto;
}
#content .rightContent ul.rightMenu li{
	width:100%;
	font-size:0.93em;
	margin-bottom:10px;
	background:url(../images/menuBg.png) no-repeat center center;
	background-size:100% 100%;
}
#content .rightContent ul.rightMenu li a{
	display:inline-block;
	width:88.6%;
	color:#4d5e8a;	
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	padding: 15px 5.7% 10px 5.7%; 
	background:url(../images/ornament.png) no-repeat 97.40% 65%;
}
#content .rightContent ul.rightMenu li.curPageRight, #content .rightContent ul.rightMenu li:hover{
	color:#b5221c;
	background:url(../images/menuBgHover.png) no-repeat center center;
	background-size:100% 100%;
}
#content .rightContent ul.rightMenu li.curPageRight a, #content .rightContent ul.rightMenu li:hover a{
	color:#b5221c;
	background:url(../images/ornamentHover.png) no-repeat 97.40% 65%;
}
#content .rightContent h2{
	width: 84%;
	color: #636363;
	font-size: 1em;
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
	line-height: 20px;
	padding: 0px 8% 10px 8%;

}
#content .rightContent #calendar.k-calendar{
    margin: 45px auto 10px auto;
}
#content .rightContent ul.interestingLinks{
	width:96.25%;/*385*/
	margin:0 auto 55px auto;
}
#content .rightContent ul.interestingLinks li{
	width:100%;
	font-size:0.87em;
	margin-bottom:7px;
	background: url(../images/interestingLinksLine.png) no-repeat bottom center;
	background-size:110% 1px;
}
#content .rightContent ul.interestingLinks li a{
	display:inline-block;
	width:88.3%;
	color:#5e6d93;	
	line-height:17px;
	font-family: 'Conv_BPG_Excelsior_Light';
	padding: 10px 2% 10px 9.7%; 
	background:url(../images/interestingLinksArrow.png) no-repeat 4% center;
}
#content .rightContent ul.interestingLinks li a:hover{
	color: #b5221c;
}
/*End of right inner content*/
/*----------------------------------End of about us------------------------------------------------*/
/*----------------------------------news------------------------------------------------*/

#content.innerContent > h2{
	width: 98%;
	color: #636363;
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
	font-size: 1.125em;
	line-height: 20px;
	padding: 0 1% 6px 1%;
	background: url(../images/titleLine.png) repeat-x bottom left;
	margin-bottom: 15px;
	font-weight: normal;
	float: left;
	overflow: hidden;
}
/*filter*/
.filter{
	width:98%;
	min-height:59px;
	position:relative;
	clear:both;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
	box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
	border: 2px solid transparent;
   -webkit-border-image: url(../images/fillterLine.png) 3 round; 
    -o-border-image: url(../images/fillterLine.png) 3 round; 
    border-image: url(../images/fillterLine.png) 3 round;
	
	margin:0 auto 25px auto;
	background: url(../images/filterLine.png) no-repeat 5.3% center;
	background-size:1px 69%;
}
.filter form{
	width:97.84%;/*1418*/
	min-height:39px;
	padding:10px 1.3% 0 1.3%;
}
.filter form fieldset {
    width:100%;
	position:relative;
	clear:both;
    float: left;
}
.filter .filterIcon{
	display:inline-block;
	width:33px;
	height:30px;
	border:1px solid #fbede2;
	margin-right:2.8%;
	float:left;
	background: rgb(255,254,254);
	background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
	background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%); 
}
.filter .filterIcon span{
	display:inline-block;
	width:100%;
	height:100%;
	background:url(../images/filterIcon.png) no-repeat center center;
}
/*select*/
.view{
	display:inline-block;
	width: 25.5%;/*262*/
	height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right:4.23%;
	border: 1px solid #e2e2e2;	 
	float:left;
}
.viewStatistic{ /*new 07.02.18*/ 
    width: 50%;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
 /* border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;*/
  position: relative;
  overflow: hidden;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 6% 0 4%;	
	font-size: 12px;
	line-height: 30px;	
	color: #636363;	
	font-family: 'Conv_BPG_Excelsior_Light';
	height: 30px;	
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.selectric .button {
  display: block;
  position: absolute;
  right: 6%;
  top: 13px;
  width: 13px;
  height: 7px;
  text-indent:-9999px;
  background: url(../images/selectArrow.png) no-repeat center center;
}
.selectric-focus .selectric {
  border-color: #ffffff;
}
.selectric-hover .selectric {
  border-color: #ffffff;
}
.selectric-hover .selectric .button {
  color: #ffffff;
}
.selectric-hover .selectric .button:after {
  border-top-color: #ffffff;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;  
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 13px;
  color: #636363;
  font-family: 'Conv_BPG_Excelsior_Light';
  min-height: 13px;
}
.selectric-items li {
  display: block;
  padding: 9px 4%;
  color: #636363;
  cursor: pointer;
}

.selectric-items li.selected {
  color: #be2d2a;
}
.selectric-items li:hover {
   color: #be2d2a;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*End of select*/
.filter	 input{
	display:inline-block;
	width:20.56%;/*320*/
	height:30px;
	color: #636363;
	font-size: 12px;
	font-family: 'Conv_BPG_Excelsior_Light';
	border: 1px solid #e2e2e2;
	margin-bottom:10px;
	margin-right: 4.23%;
	padding:0 1%;
	float:left;
}
.filter	 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #636363;
}
.filter	 input::-moz-placeholder { /* Firefox 19+ */
  color: #636363;
}
.filter	 input:-ms-input-placeholder { /* IE 10+ */
  color: #636363;
}
.filter	 input:-moz-placeholder { /* Firefox 18- */
  color: #636363;
}
.filter	 input.sendButton{
	width:7%;/*80*/
	min-width:50px;
	color:#b5221c;
	border:1px solid #fbede2;
	background: rgb(255,254,254);
	background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
	background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%); 
	cursor:pointer;
}
.filter	 input.sendButton:hover{
	background:rgba(252,240,232,1);
}
/*End of filter*/
/*#content.innerContent .simpleNews:nth-child(3n+2){
	margin-right: 0%;
}*/
#content.innerContent .simpleNews:nth-child(3n+3){
	margin-right: 0%;
}
#content .pager{
	width:96%;
	margin-left: 2%;
	float:left;
}
#content .pager li{
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
	font-size:0.87em;
	/*margin-left:1%;*/
	margin-right:1.5%;
	margin-bottom:10px;
	float:left;	
}
#content .pager li a{
	color:#636363;
	font-family: 'Conv_BPG_Arial_Caps_2010';
}
#content .pager li a:hover, #content .pager li.active a {
    color: #b5221c;
}
#content .pager li.PagedList-skipToPrevious a, #content .pager li.PagedList-skipToNext a {
    display: block;
    text-indent: -9999px;
    width: 25px;
    height: 22px;
}
#content .pager li.PagedList-skipToPrevious a {
    background: url(../images/prevPage.png) no-repeat center center;
}
#content .pager li.PagedList-skipToNext a {
    background: url(../images/nextPage.png) no-repeat center center;
}
#content .pager li.PagedList-skipToLast, #content .pager li.PagedList-skipToFirst {
    display: none;
}
/*inner news*/
#content .leftContent .newsImage {
    display: inline-block;
    width: 27.95%;
    height: auto;
    max-height: 230px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 2%;
    position: relative;
    z-index: 1;
    padding: 0;
    /*overflow:hidden;*/
    clear: both;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.42);
    float: left;
}
#content .leftContent .newsImage:before{
	   content: "";
	   width:100%;
	   height:100%;
    position: absolute;
    top:3%;
    left:0;
    border:1px solid #ebc3c1;
    z-index:-1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#content .leftContent  .date{
	color:#be2d2a;
	font-size:14px;
	line-height:16px;
	vertical-align:middle;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-bottom:10px;
}
#content .leftContent .newsImage h3{
	color: #fff;
	font-size: 0.87em;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	line-height: 14px;
	font-weight: normal;
	padding: 9px 4% 6px 4%;
	top: 14px;
	left: -5%;
	position: absolute;
}
#content .leftContent .newsImage img{
	display:block;
	width:100%;
	height:auto;		
}
#content .leftContent .newsImage .galleryIcon{
	width:57px;
	height:55px;
	right:5px;
	bottom:5px;
	position:absolute;
    -webkit-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
}
#content .leftContent .newsImage .galleryIcon .img{
	width:100%;
	height:100%;
	background:url(../images/photoIcon.png) no-repeat center center;
	background-size:auto 100%;
	float:left;	
}
.counter{
	width:97%;
	color:#fff;
	font-size:0.87em;
	position:absolute;
	bottom:20px;
	font-family: 'Conv_BPG_Arial_2010';
	font-weight:normal;
	left:1.5%;	
}
.counter span{
	display:inline-block;
	margin-right:15px;	
}
/*pop up*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	/*width:100%  !important;*/
	max-width:1200px !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;	
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-outer{
	max-width:1200px;
	background-color: #fff;
}
.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading{
	background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position:  absolute;
	top: -13px;
	right: -14px;
	width: 29px;
	height: 28px;
	cursor: pointer;
	background:url(../images/close.png) no-repeat center center;
	background-size:100% auto;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: fixed;
	top: 50%;
	width: 29px;
	height: 28px;
	margin-top: -8px;
	cursor: pointer;
	z-index: 8040;
	visibility:  visible;
}
.fancybox-prev span {
	left: 30px;
	background: url(../images/prevBig.png) no-repeat center center;
}
.fancybox-next span {
	right:40px;
	background: url(../images/nextBig.png) no-repeat center center;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.75);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	width:100%;
	height:30%;
	visibility: hidden;
	position: absolute;	
	bottom: 0;
	text-shadow: none;
	z-index: 8050;
	color:#fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 57%, rgba(0,0,0,0.52) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 57%,rgba(0,0,0,0.52) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 57%,rgba(0,0,0,0.52) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b8000000',GradientType=0 ); 
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	top:0;	
	z-index: 8050;
	text-align: center;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
}
/*----------------------------------End of news------------------------------------------------*/
/*----------------------------------events------------------------------------------------*/
#content .leftContent .filter{
	    background: url(../images/filterLine.png) no-repeat 7.5% center;
}
#content .leftContent .filter .filterIcon{
	margin-right: 5.5%;
}
#content .leftContent .filter .largeView{
	width: 30.5%;
}
#content .leftContent .filter .smallView{
	width: 14.5%;
}
#content .leftContent .simpleEvent{
	display:inline-block;
	width:42%;/*405*/
	height:84px;
	margin-left:1%;
	margin-right:13%;
	margin-bottom:45px;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(181,33,28, 0.35);
	position:relative;
}
#content .leftContent .simpleEvent:before{
	display:block;
	content:'';
	width:	19px;
	height:19px;
	border-radius:19px;
	background-color:#fff;
	position:absolute;
	top:-10px;
	left:19.75%;
	margin-left:-10px;
	-webkit-box-shadow: inset 0px -2px 0.1px 0px rgba(181,33,28,0.35);
	-moz-box-shadow: inset 0px -2px 0.1px 0px rgba(181,33,28,0.35);
	box-shadow: inset 0px -2px 0.1px 0px rgba(181,33,28,0.35);
}
#content .leftContent .simpleEvent:after{
	display:block;
	content:'';
	width:	19px;
	height:19px;
	border-radius:19px;
	background-color:#fff;
	position:absolute;
	bottom:-10px;
	left:19.75%;
	margin-left:-10px;
	-webkit-box-shadow: inset 0px 2px 0.1px 0px rgba(181,33,28,0.35);
	-moz-box-shadow: inset 0px 2px 0.1px 0px rgba(181,33,28,0.35);
	box-shadow: inset 0px 2px 0.1px 0px rgba(181,33,28,0.35);
}
/*#content .leftContent .simpleEvent:nth-child(odd){
	margin-right:0%;
}*/
#content .leftContent .simpleEvent:nth-child(even){
    margin-right:0%;
}
#content .leftContent .simpleEvent a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;	
}
#content .leftContent .simpleEvent time{
	width:19.75%;/*80*/
	min-width:55px;
	height:100%;
	color:#b2221c;
	font-size:1.3em;
	text-align:center;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-right:7%;	
	float:left;
	border-right: 1px dashed #eeb588;
	background: rgb(255,254,254);
    background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
}
#content .leftContent .simpleEvent time span{
	display:block;
	font-size:29px;
	line-height:29px;
	font-weight:bold;
	margin-top:16px;
}
#content .leftContent .simpleEvent h2{
	width:70.6%;/*290*/	
	max-height:34px;
	color:#636363;
	font-size:0.93em;
	line-height:17px;		
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	padding:0;
	margin-bottom:10px;
	margin-top:16px;
	float:left;
	overflow:hidden;
	background:none;
}

#content .leftContent .simpleEvent h3{
	width:70.6%;/*290*/	
	max-height:15px;
	color:#a6a6a6;
	font-size:0.81em;
	line-height:15px;
	font-weight:normal;		
	font-family: 'Conv_BPG_Arial_2010';
	padding:0;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
	background:none;
}
#content .leftContent  .infoBlock{
	display:inline-block;
	width:67%;
	position:relative;
	float:left;
	
}
#content .leftContent  .infoBlock ul{
	width:100%;
	overflow:hidden;	
}
#content .leftContent  .infoBlock ul li{
	display:inline-block;
	font-size:14px;
	line-height:16px;
	vertical-align:middle;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-right: 4%;
	margin-bottom:15px;
	float:left;	
}
#content .leftContent  .infoBlock ul li.date{
	color:#be2d2a;
	font-size:14px;
	line-height:16px;
	vertical-align:middle;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-right: 4%;
	margin-bottom:15px;
}
#content .leftContent  .infoBlock ul li.date span{
    color: #65b04d;
}
#content .leftContent  .infoBlock ul li.country{
	color:#5e6d93;
}
#content .leftContent  .infoBlock ul li.type{
	color:#eeb588;
}
/*roght Content*/
#content .rightContent .eventBlock{
	width: 96.25%;
	height: 320px;	
	margin: 0 auto 55px auto;
}
/*----------------------------------End of events------------------------------------------------*/
/*----------------------------------gallery------------------------------------------------*/
#content .simpleGallery{
	width:31.38%;/*298*/
	height:270px;
	margin-left:1.7%;
	/*margin-right:1%;*/
	margin-bottom:50px;
	float:left;
	overflow:hidden;
	position:relative;
}
/*#content .simpleGallery:nth-child(3n+3){
	margin-right:0;	
}*/
#content .simpleGallery .imageBlock{
	width:92.28%; /*275*/
	max-height:205px;
	margin-top: 2px;
	margin-left:2px;	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
	overflow:hidden;
}
#content .simpleGallery .imageBlock img{
	display:block;
    width:100%;
	/*max-width:110%;*/
	/*margin-left: -5%;*/
  	height:auto;
  	/*max-height:110%;*/	
}
#content .simpleGallery .galleryTitle{
	width:93.60%; /*270*/
	height:91%; 
	position:absolute;
	left:3.75%;
	top:7%;
	border:1px solid #b5221c;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);	
}
#content .simpleGallery .galleryTitle .videoLink {
        display: block;
        width: 43px;
        height: 43px;
        text-indent: -9999px;
        background: url(../images/videoIcon.png) no-repeat center center;
        position: absolute;
        top: 55%;
        left: 75%;
    }
#content .simpleGallery  .galleryTitle .bottomT{
	width:100%;
	position:absolute;
	bottom:15px;
}
#content .simpleGallery  .galleryTitle .bottomT  h2{
	width:88%;
	height:31px;
	font-size:0.87em;
	line-height:17px;	
	margin:auto;
	overflow:hidden;
	background: none;
}
#content .simpleGallery  .galleryTitle .bottomT  h2 a{
	color:#636363;
	line-height:17px;
	font-family: 'Conv_BPG_Excelsior_Light';	
}
/*----------------------------------End of gallery------------------------------------------------*/
/*----------------------------------End of contact------------------------------------------------*/
#content .leftContent .contactForm{
	width: 88%;
	padding: 45px 4% 0 4%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    border: 2px solid transparent;
    -webkit-border-image: url(../images/fillterLine.png) 3 round;
    -o-border-image: url(../images/fillterLine.png) 3 round;
    border-image: url(../images/fillterLine.png) 3 round;
    margin: 40px auto 25px auto;
}
#content .leftContent .contactForm .formLine {
    width: 44.8%; /*370*/
    min-height: 60px;
    margin: 0 2.6% 40px 2.6%;
    float: left;
}
    #content .leftContent .contactForm .formLineLong {
        width: 95.4%;
        color: #636363;
        font-size: 14px;
        font-family: 'Conv_BPG_Arial_2010';
    }
.g-recaptcha {
    margin-top: 10px;
}
#content .leftContent .contactForm .formLine .errorMessage {
    display: block;
    color: #d10000;
    font-size: 12px;
    font-family: 'Conv_BPG_Arial_2010';
    margin-top: 5px;
    float: left;
}
#content .leftContent .contactForm input {
    display: inline-block;
    width: 95%; /*370*/
    height: 35.4px;
    color: #636363;
    font-size: 13px;
    font-family: 'Conv_BPG_Arial_2010';
    padding: 0 2%;
    border: 1px solid #e2e2e2;
}
/*#content .leftContent .contactForm input.largInput{
	width: 90.4%;
}*/
#content .leftContent .contactForm textarea{	
	display: inline-block;
	width: 95.4%;
	height: 136px;
	color: #636363;
	font-size: 13px;
	font-family: 'Conv_BPG_Arial_2010';
	padding: 10px 2%;
	border:1px solid #e2e2e2;
	float: left;
}
#content .leftContent .contactForm input.sendMessage{
	width: 132px;
	color: #b5221c;
    border: 1px solid #fbede2;
    background: rgb(255,254,254);
    background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(252,240,232,1) 100%);
    cursor: pointer;
	float: right;
}
#content .leftContent .contactForm input.sendMessage:hover{
	background:rgb(252,240,232);
}
#content .leftContent .contactForm  label{
	display: inline-block;
	width: 50%;
	color: #636363;
	font-size: 13px;
	font-family: 'Conv_BPG_Arial_2010';
	margin: 14px 2.6% 10px 2.6%;
	float: left;
}
/*contactInfo*/
#content .rightContent ul.contactInfo{
	width: 96.25%;
    margin: 65px auto 55px auto;
}
#content .rightContent ul.contactInfo li{	
	width: 92.75%;/*392*/
    min-height: 37px;
	color: #636363;
	font-size: 0.87em;
	font-family: 'Conv_BPG_Arial_2010';
   -webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    padding: 9px 2.49%;
    background: url(../images/filterLine.png) no-repeat 19% center;
    background-size: 1px 69%;
	margin-bottom: 25px;
	margin-left: 1%;
	overflow: hidden;
}
#content .rightContent ul.contactInfo li .contactIcon{
	display: inline-block;
	width: 41px;
	height: 37px;
	border: 1px solid #fbede2;
	margin-right: 9.97%;
	background: rgb(255,254,254);
background: -webkit-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
background: -o-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
background: linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
	float: left;
}
#content .rightContent ul.contactInfo li .contactIcon span{
	display: block;
	width: 100%;
	height: 100%;
}
#content .rightContent ul.contactInfo li.address .contactIcon span{
	background: url(../images/address.png) no-repeat center center;
}
#content .rightContent ul.contactInfo li.phoneNumber .contactIcon span{
	background: url(../images/phone.png) no-repeat center center;
}
#content .rightContent ul.contactInfo li.email .contactIcon span{
	background: url(../images/email.png) no-repeat center center;
}
#content .rightContent ul.contactInfo li.map .contactIcon span{
	background: url(../images/pin.png) no-repeat center center;
}
#content .rightContent ul.contactInfo li.share .contactIcon span{
	background: url(../images/share.png) no-repeat center center;
}
#content .rightContent ul.contactInfo li .linkBlock{
    display:inline-block;
    max-width:72%;
    margin-top:8px;
    float:left;
}
#content .rightContent ul.contactInfo li.phoneNumber .linkBlock{
    margin-top:4px;
}
#content .rightContent ul.contactInfo li.share a{
	display: inline-block;
	height: 29px;
	text-indent: -9999px;
	margin-right: 7%;	
	float: left;
	
}
#content .rightContent ul.contactInfo li.share a.fb{
	width: 19px;
	background: url(../images/fb.png) no-repeat center center;
	background-size: auto 100%;
	margin-top: 5px;
}
#content .rightContent ul.contactInfo li.share a.twt{
	width: 41px;
	background: url(../images/twt.png) no-repeat center center;
	background-size: auto 100%;
	margin-top: 5px;
}
#content .rightContent ul.contactInfo li.share a.yt{
	width: 41px;
	background: url(../images/yt.png) no-repeat center center;
	background-size: auto 100%;
	margin-top: 5px;
}
#content .rightContent ul.contactInfo li a{
	display: inline;
	color: #636363;
	font-family: 'Conv_BPG_Arial_2010';
	/*float: left;*/
    -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
#content .rightContent ul.contactInfo li.phoneNumber a, #content .rightContent ul.contactInfo li.share a{
	margin-top: 0px;
}
#content .rightContent ul.contactInfo li.phoneNumber a {
	margin-right: 2%;
    
}

#content .rightContent ul.contactInfo li a span{
	color:#a81f1a;
	font-size: 12px;
	font-style: italic;
}
/*----------------------------------End of contact------------------------------------------------*/
/*----------------------------------legislation------------------------------------------------*/
#content .leftContent .fileBlock{
	display: table;
	width: 96%;
    min-height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    margin: 0 auto 20px auto;
    overflow: hidden;
	position: relative;
	z-index: 5;
}
#content .leftContent .fileBlock:last-of-type{
	margin: 0 auto 40px auto;
}
#content .leftContent .fileBlock .contactIcon{
	display: inline-block;
	display: table-cell;
	width:8.84%;
	min-width: 40px;
	height: 100%;
	min-height: 50px;
	vertical-align: middle;
	border-right: 1px solid #fbede2;
    background: rgb(255,254,254);
    background: -webkit-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: -o-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
	/*left: 0;
	top: 0;
	position: absolute;*/
}
#content .leftContent .fileBlock .contactIcon span{
	display: block;
	width: 100%;
	height: 36px;;
	background: url(../images/file.png) no-repeat center center;
	background-size: 35% auto;
	
}
#content .leftContent .fileBlock h2{
	/*display: inline-block;*/
	display: table-cell;
	width: 62%;
	min-height: 60px;
	font-size: 0.87em; 	
	/*margin:10px 2% 10px 10.84%;
	padding:10px 2% 10px 0;*/
	/*position: relative;
	float: left;*/
	padding:15px 3% 15px 2%;
	vertical-align: middle;
	background: url(../images/fLine.png) no-repeat right center;
	background-size:1px 96%;
	
}
#content .leftContent .fileBlock h2 a{
	color:#636363;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	text-transform: uppercase;
}
#content .leftContent .fileBlock .linkCont{
	display: table-cell;
	padding:15px 2% 15px 2%;
	vertical-align: middle;
	text-align: center;
}
#content .leftContent .fileBlock a.moreInfo{
	/*display: inline-block;*/	
	color: #b5221c;
	font-size: 13px;
	font-family: 'Conv_BPG_Excelsior_Light';
	/*margin:20px 0 20px 3%;*/
	
	/*float: left;*/
}
/*----------------------------------End of legislation------------------------------------------------*/
/*----------------------------------link------------------------------------------------*/
#content .leftContent .simpleLink{
	width: 41.48%;/*390*/
	height: 225px;
	margin-right:6.8%; 
}
#content .leftContent .simpleLink .imageBlock{
	width:82.05%; 
	height: 160px;
	background-size: 80% auto !important;
}
/*----------------------------------End of link------------------------------------------------*/
/*----------------------------------programs------------------------------------------------*/
#content .leftContent .simpleProgram{
	width:47.34%;/*445*/
	height: 360px;
}
#content .leftContent .simpleProgram .imageBlock{
	width:87.64%; 
	height: 288px;
	max-height: 288px;
	background-size: cover !important;
}
/*----------------------------------End of programs------------------------------------------------*/
/*----------------------------------managment------------------------------------------------*/
#content .leftContent .simpleManager{
	width:23.08% ;/**/
	min-width: 200px;
	height: 225px;
	margin-left: 1.7%;
	margin-bottom: 34px;
	float: left;
	overflow: hidden;
	margin-top: 2px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 2px #fff;
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 2px #fff;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 2px #fff;
	position: relative;
}
#content .leftContent .simpleManager .imageBlock{
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
#content .leftContent .simpleManager .imageBlock:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  -webkit-box-shadow:  inset 0px 0px 0px 2px #fff;
	-moz-box-shadow:  inset 0px 0px 0px 2px #fff;
	box-shadow:  inset 0px 0px 0px 2px #fff;
}
#content .leftContent .simpleManager .imageBlock img {
    display: block;
    width:100%;
    max-width: 120%;
    height: auto;
    /*max-height: 110%;*/
	/*margin-left: -10%;*/	
}
#content .leftContent .simpleManager .managementTitle{
	width: 96%;
	text-align: center;
	left: 2%;
	bottom: 5px;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	transition:all 0.3s ease;
}
#content .leftContent .simpleManager .managementTitle:hover{
	height:215px; 
}
#content .leftContent .simpleManager .managementTitle h2{
	width: 98%;
	font-size: 0.93em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	background: url(../images/menuHover.png) no-repeat bottom center;
	background-size: 60% 1px;
}
#content .leftContent .simpleManager .managementTitle:hover h2{
	margin-top: 68px;
}
#content .leftContent .simpleManager .managementTitle h2 a{
	color: #706f6f;
	line-height: 17px;
	font-family: 'Conv_BPG_Arial_Caps_2010';
}
#content .leftContent .simpleManager .managementTitle h3{
	width: 98%;
	color: #8d96ae;
	font-size: 0.75em;
	font-weight: normal;
	font-family: 'Conv_BPG_Arial_2010';
	text-align: center;
	margin-bottom: 5px; 
}
#content .leftContent .simpleManager .managementTitle:hover h3{
	margin-bottom: 20px;
}
#content .leftContent .simpleManager .managementTitle > a{
	display: none;
	color: #be2d2a;
	font-size: 12px;
	font-family: 'Conv_BPG_Arial_2010';
}
#content .leftContent .simpleManager .managementTitle:hover a{
	display: block;
}
#content .leftContent .managerPos{
	display: inline-block;
	color: #969eb6;
	font-size: 14px;
	font-family: 'Conv_BPG_Arial_2010';
	margin-bottom: 10px;
}
#content .leftContent .paragraph .managerImage{
    width: 23.08%;
    min-width: 200px;
    height:auto;
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
    margin-top: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23), inset 0px 0px 0px 2px #fff;
    position: relative;
}
#content .leftContent .paragraph .managerImage::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
#content .leftContent .paragraph .managerImage img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*----------------------------------End of managment------------------------------------------------*/
/*----------------------------- site map---------------------------------------------*/
#content.innerContent .siteMap{
	width:100%;
}
#content.innerContent .siteMap>ul{
	width: 98%;
	overflow: hidden;
	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;	
	margin-left: 1%;
}
#content.innerContent .siteMap>ul > li{
	display:block;
	width:23%;
	font-family: 'Conv_BPG_Arial_2010';	
	min-height:200px;	
	float:left;
	margin-right:2%;
	margin-bottom:15px;
	flex: 1 auto;
	
}
#content.innerContent .siteMap>ul > li>a{
	display: block;
	font-weight:bold;
	color: #616161;
	margin-bottom:8px;
	font-size: 14px;
}
#content.innerContent .siteMap>ul > li li {
    display: block;
	width:100%;
    color: #616161;
    margin-bottom: 8px;
    margin-right: 0%;
    float: left;
}
#content.innerContent .siteMap>ul > li li a{
	color: #616161;
	font-size: 13px;
}
#content.innerContent .siteMap ul a:hover {
    color: #be2d2a;
    position: relative;
}
/*-----------------------------End of  site map---------------------------------------------*/
/*-----------------------------Grape varieties---------------------------------------------*/
#content .grapeVarieties{
    width: 96.6%;
    height: 290px;
   /* margin-left: 1.7%;*/
    /* margin-right: 1%; */
	margin: 0 1.7% 24px 1.7%;
    /*margin-bottom: 24px;*/
    float: left;
    overflow: hidden;
    position: relative;
}
#content .grapeVarieties .imageBlock{
	width: 42.57%;/*390*/
	height: 286px;
	max-height: 286px;
	background-size: cover !important;
}
#content .grapeVarieties:nth-child(odd) .imageBlock{
	margin-left: 0px;
	margin-right: 2px;
	float: right;
}
#content .grapeVarieties .galleryTitle {
    width: 95.60%;
    height: 80%;
    position: absolute;
    left: 3.75%;
    top: 10%;
	background: url(../images/grapeOrnamentRight.png) no-repeat right top;
	background-size: auto 100%;
}
#content .grapeVarieties.white .galleryTitle{
	border: 1px solid #eeb588;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
}
#content .grapeVarieties:nth-child(odd) .galleryTitle{
	background: url(../images/grapeOrnamentLeft.png) no-repeat left top;
	background-size: auto 100%;
	right: 3.75%;
	left: auto;
}
#content .grapeVarieties .galleryTitle .bottomT {
    width: 43%;
    left: 46%;
	top: 45%;
	bottom: auto;
}
#content .grapeVarieties:nth-child(odd) .galleryTitle .bottomT {
   left: 14%;
	
}
#content .grapeVarieties .galleryTitle .bottomT h2{	
	width: 100%;
	height: auto;
	font-size: 0.93em;
	padding: 0;
}
#content .grapeVarieties .galleryTitle .bottomT h2 a{
	font-family: 'Conv_BPG_Arial_Caps_2010';
}
/*inner page*/
#content .leftContent .simpleGrape{
	width: 96.6%;
    height: 240px;
    margin: 0 1.7% 20px 1.7%;
    overflow: hidden;
    position: relative;
}
#content .leftContent .simpleGrape .grapeDesc{
	display: table;
   width: 91.60%;
    height: 69%;
    margin-left:5px;
    margin-top: 35px;
	padding: 0 3.5%;
    background: url(../images/grapeOrnamentLeft.png) no-repeat left top;
    background-size: auto 100%;
	border: 1px solid #b5221c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	overflow: hidden;
}
#content .leftContent .simpleGrape:hover .grapeDesc{
	 background: url(../images/grapeOrnamentLeft.png) no-repeat left top, url(../images/grapeOrnamentRight.png) no-repeat right top;
    background-size: auto 100%;
}
#content .leftContent .simpleGrape.white .grapeDesc{
	border: 1px solid #eeb588;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
    box-shadow: 0px 0px 5px 0px rgba(238,181,136,0.35);
}
#content .leftContent .simpleGrape .grapeDesc .leftBlock{
	 display: table-cell;
    vertical-align: middle;	
	width:27.29%; /*250*/
	padding-right: 2%;
}
#content .leftContent .simpleGrape .grapeDesc .leftBlock h2{
	width: 100%;
	max-height:55px; 
    color: #636363;
    font-size: 0.93em;
	text-align: center;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
    font-family: 'Conv_bpg_nino_mtavruli_bold_5';
    padding:0;
    background: none;
    margin-bottom: 10px;  
	overflow: hidden;
	
}
#content .leftContent .simpleGrape .grapeDesc .leftBlock h2 a{
	color: #636363;
	font-family: 'Conv_bpg_nino_mtavruli_bold_5';
}

#content .leftContent .simpleGrape .grapeDesc .leftBlock h3{
	width: 80%;
	max-height:34px; 
	color: #b5221c;
	font-size: 0.87em;
	text-align: center;
	line-height: 17px;
	margin: auto;
	text-transform: uppercase;
    font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	overflow: hidden;
}
#content .leftContent .simpleGrape.white .grapeDesc h3{
	color:#eeb588;
}
#content .leftContent .simpleGrape .grapeDesc .paragraph{
	display: table-cell;
	width: 38%;	
	padding-right: 12%;
	padding-left: 0;
	font-size: 13px;
	line-height: 15px;
    vertical-align: middle;	
	background: url(../images/fLine.png) no-repeat 92% center;
	background-size:1px 60%;
}
#content .leftContent .simpleGrape .grapeDesc .paragraph p{	
	max-height: 75px;
	overflow: hidden;
	margin-bottom: 0;
	
}
#content .leftContent .simpleGrape .grapeDesc .linkCenter{
	display: table-cell;
	width: 16%;
	vertical-align: middle;
}
#content .leftContent .simpleGrape .grapeDesc .linkCenter a{
	color: #b5221c;
    font-size: 13px;
    font-family: 'Conv_BPG_Excelsior_Light';
}
#content .leftContent .simpleGrape .imageBlock{
	width: 28.38%;
	height: 229px;
	position: absolute;
	top: 2px;
    right: 3%;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
    overflow: hidden;
	background-size: cover !important;
} 
#content .leftContent .simpleGrape:hover .imageBlock{
	display: none;
}  
/*17.05.2023 for Training Blanks /HarvestTraining Registration*/
#content .leftContent p.textP {
	margin-bottom:20px; 
	color: #636363;
	font-size: 0.87em;
	font-family: 'Conv_BPG_Arial_2010';
}
#content .leftContent .trainingBlank {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	height:100%;
	padding-left:10px;
}
#content .leftContent .harvestTraining {
	display: flex;
	width: 96%;
	height: 100px;
	margin-bottom: 20px;
	background: url(../images/grapeOrnamentLeft.png) no-repeat left top;
	background-size: auto 100%;
	box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
} 
#content .leftContent .harvestTraining .grapeDesc {
	display:flex;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	justify-content:space-between;

}
	#content .leftContent .harvestTraining .grapeDesc .leftTrainingBlock {
		display: flex;
		width: 60%;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
		#content .leftContent .harvestTraining .grapeDesc .leftTrainingBlock h2 {
			background: none;
			width: 50%;
			height: 100%;
			padding: 0;
			margin-bottom: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			padding-top: 5px;
			color: #4d5e8a;
			font-family: 'Conv_bpg_nino_mtavruli_bold_5';
            text-transform: uppercase;
		}
	#content .leftContent .harvestTraining .grapeDesc .leftTrainingBlock p {
		width: 45%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #636363;
		font-size: 0.87em;
		font-family: 'Conv_BPG_Arial_2010';
	}
		#content .leftContent .harvestTraining .grapeDesc .trainingLeft {
			display: flex;
			width: 30%;
			/*background:url(../images/titleLine.png) no-repeat bottom left;
	background-size:20% 10px;*/
			align-items: center;
			position: relative;
		}

	#content .leftContent .harvestTraining .grapeDesc .trainingLeft h2 {
		background: none;
		display: flex;
		align-items: center;
		font-size:16px;
		margin:0;
		margin-top:16px;
		color: #4d5e8a;
		font-family: 'Conv_bpg_nino_mtavruli_bold_5';
		text-transform:uppercase;
		line-height:20px;
		padding-left:10%;
		
	}
	#content .leftContent .harvestTraining .grapeDesc .trainingLeft h2 a {
		font-family: 'Conv_bpg_nino_mtavruli_bold_5';
		margin: 0;
		font-size: 0.93em;
		position: relative;
		color: #4d5e8a;
		
	}
#content .leftContent .harvestTraining .grapeDesc .linkCenter {
	display: flex;
	font-size: 13px;
	font-family: 'Conv_BPG_Excelsior_Light';
	margin: 0;
	justify-content: center;
	background: url(../images/fLine.png) no-repeat 1% center;
	background-size: 1px 60%;
	min-width: 207px;
	width: 30%;
	align-items: center;
}
#content .leftContent .harvestTraining .grapeDesc .linkCenter a {
	text-align: center;
	color: #b5221c;
	font-family: 'Conv_BPG_Excelsior_Light';
	font-size:12px;			
}
#content .leftContent .harvestTraining .grapeDesc .linkCenter.endReg {
	color: #818E94;
}
#content .leftContent .harvestTraining .grapeDesc .paragraph {
	margin-bottom: 0;
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: center;
}
	#content .leftContent .harvestTraining .grapeDesc .paragraph p {
		margin-bottom: 0;
		text-align: center;
		
	}
#content .leftContent .harvestTraining:hover  {
	background: url(../images/grapeOrnamentLeft.png) no-repeat left top, url(../images/grapeOrnamentRight.png) no-repeat right top;
	background-size: auto 100%;
}
#content .leftContent .contactForm.forTraining {
	padding: 20px 4% 0 4%;
	position:relative;
}
#content .leftContent .contactForm.forTraining span.freeSpaces {
	margin-bottom: 20px;
	color: #818E94;
	font-size: 17px;
	padding-left: 20px;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	
	} 
#content .leftContent .contactForm.forTraining fieldset {
	margin-top:20px;
} 
#content .leftContent .contactForm.succesView {
	display:flex;
	justify-content:center;
	align-items:center;
	height:300px;
	padding:0;
}
	#content .leftContent .contactForm.succesView span {
		font-family: 'Conv_bpg_nino_mtavruli_bold_5';
		font-size: 17px;
		line-height: 20px;
		color:#636363;
	}
#content .leftContent .contactForm.forTraining span.specialError {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #b5221c;
	display:flex;
}
	/* End OF 17.05.2023 for Training Blanks /HarvestTraining Registration*/
	.popUp {
		width: 95%;
		padding: 35px 2.5%;
		overflow: hidden;
	}
.popUp img{
	display: inline-block;
	width: 32%;
	max-width: 320px;
	height: auto;
	margin-right: 3%;
	margin-bottom: 15px;
	float: left;
}
.popUp h2{
	color: #636363;
    font-size: 15px;
	line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Conv_bpg_nino_mtavruli_bold_5';
    margin-bottom: 10px;
}
.popUp h3 {
    color: #b5221c;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	margin-bottom: 10px;
}
.popUp.white h3{
	color: #eeb588;
}
.popUp .paragraph {
    color: #636363;
    font-size: 14px;
    font-family: 'Conv_BPG_Arial_2010';
}
.popUp .paragraph p{
	margin-bottom: 10px;
}
/*-----------------------------End of grape varieties---------------------------------------------*/
/*-----------------------------Wine Etiduette---------------------------------------------*/
#content .leftContent .wineEtiduette{
	width: 46.48%;/*440*/
    height: 375px;	
    margin-right: 1.8%;
}
#content .leftContent .wineEtiduette .galleryTitle{
	width: 90.85%;
	left: 6.5%;
}
#content .leftContent .wineEtiduette .imageBlock{
	width: 88.63%; /*390*/
	height: 288px;
	max-height: 288px;
	background-size: cover !important;
}
#content .leftContent .wineEtiduette .galleryTitle h2{
	max-height:  45px;
	font-size: 1em;
	line-height: 18px;
	font-weight: normal;
	
}
#content .leftContent .wineEtiduette .galleryTitle h2 a{
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	line-height: 18px;
}
/*inner*/
#content .leftContent .wineEtiduetteInner .galleryTitle{
	overflow: hidden;
	background: none;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT{
	width: 50%;
	position: initial;
	float: right;
	margin-right: 3.75%;
	overflow: hidden;
}
#content .leftContent .wineEtiduetteInner:nth-child(odd) .galleryTitle .bottomT{
	height: 100%;
	margin-left:  3.75%;
	float: left;
}

#content .leftContent .wineEtiduetteInner .galleryTitle .galleryIcon {
	display: block;
    width: 57px;
    height: 55px;
    left: 32.2%;
    bottom: 10px;
    position: absolute;
	z-index: 1;
    -webkit-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
}
#content .leftContent .wineEtiduetteInner:nth-child(odd) .galleryTitle .galleryIcon{
	right: 32.2%;
    bottom: 10px;
	left: auto;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .galleryIcon .img {
    width: 100%;
    height: 100%;
    background: url(../images/photoIcon.png) no-repeat center center;
    background-size: auto 100%;
    float: left;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT h2{
	max-height: 34px;
	font-size: 1em;
	line-height: 18px;	
	text-transform: uppercase;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	padding: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT h2 a{
	line-height: 18px;	
	text-transform: uppercase;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT ul{
	overflow: hidden;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT ul li{
	display: inline-block;
	color: #eeb588;
	font-size: 0.93em;
	text-transform: uppercase;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	margin-right: 2%;
	padding-right: 2%;
	margin-bottom: 8px;
	float: left;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT ul li:first-of-type{
	max-height: 32px;
	color: #4d5e8a;
	line-height: 16px;
	background: url(../images/fLine.png) no-repeat right center;
	background-size: 1px 100%;
	padding-right: 4%;
	margin-right: 3%;
	overflow: hidden;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT .paragraph{
	max-height: 80px;
	padding: 0;
	line-height: 16px;
	overflow: hidden;
}
.shortView{
	width: 20%;
}
.filter	 input.largeInput{
	width: 25%;
}
.filter	 input.shortInput{
	width: 14%;
}
/*-----------------------------End of Wine Etiduette---------------------------------------------*/
/*-----------------------------Qvevri Wine---------------------------------------------*/
#content .leftContent .wineEtiduetteInner .galleryTitle .qvevriWine h2{
	margin-top: 45px;
	margin-bottom: 20px;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .qvevriWine .paragraph {
    max-height: 64px;
	margin-bottom: 20px;
}
#content .leftContent .wineEtiduetteInner .galleryTitle .qvevriWine a.moreInfo {
    display: inline-block;
    color: #b5221c;
    font-size: 13px;
    font-family: 'Conv_BPG_Excelsior_Light';
    float: left;
}
#content .leftContent iframe {
    width: 100%;
    height: 493px;
    margin-bottom: 20px;
}
/*-----------------------------End of Qvevri Wine---------------------------------------------*/
/*-----------------------------Wine Regions---------------------------------------------*/
#content .leftContent .simpleRegion .grapeDesc{
	border: 0;
}
#content .leftContent .simpleRegion .grapeDesc .leftBlock h3{
	color: #4d5e8a;
}
/*-----------------------------End of Wine Regions---------------------------------------------*/
/*-----------------------------Wine grape varieties---------------------------------------------*/
#content .leftContent .simpleWine{
	display: table;
	width: 37%;/*405*/
    height: 130px;
    margin:5px 5.8% 50px 5px;
    padding: 5px 3%;
	background: url(../images/grapeWine.png) no-repeat right top;
	background-size: auto 115%;
    border: 1px solid #b5221c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	float: left;
}
#content .leftContent .simpleWine > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	clear: both;
	
}
#content .leftContent .simpleWine h2{
	width: 100%;
    max-height: 35px; /*09.02.18*/
    color: #636363;
    font-size: 0.93em;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Conv_bpg_nino_mtavruli_bold_5';
    padding: 0;
    background: none;
    margin-bottom: 9px;
    overflow: hidden;
}
#content .leftContent .simpleWine h2 a {
    color: #636363;
    font-family: 'Conv_bpg_nino_mtavruli_bold_5';
}
#content .leftContent .simpleWine h2 a:hover{
	color: #b5221c;
}
#content .leftContent .simpleWine .paragraph{
	font-size: 0.8em;
	line-height: 14px;
	max-height: 42px;
	overflow: hidden;
	padding: 0;
}
#content .leftContent .simpleWine .paragraph p{
	margin-bottom: 0;
}
#content .leftContent .simpleWine a.moreInfo{
	display: inline-block;
	color: #b5221c;
    font-size: 13px;
    font-family: 'Conv_BPG_Excelsior_Light';
	padding: 6px 15px;
	border: 1px solid #b5221c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	position: absolute;
	right: 0;
	bottom: -20px;
	background-color:#fff;
}
#content .leftContent .simpleWine a.moreInfo:hover{
	-webkit-box-shadow:0px 0px 5px 0px rgba(181,33,28,0.35), inset 0px 0px 3px 0px rgba(181,34,28,1);
	-moz-box-shadow:0px 0px 5px 0px rgba(181,33,28,0.35), inset 0px 0px 3px 0px rgba(181,34,28,1);
	box-shadow:0px 0px 5px 0px rgba(181,33,28,0.35), inset 0px 0px 3px 0px rgba(181,34,28,1);
}
#content .leftContent h2 .mapLink{
	display: inline-block;
	color: #b5221c;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: middle;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	padding-left:33px;
	padding-top: 2px;
	margin-left: 3%;
	margin-top: -2px;
	background: url(../images/map.png) no-repeat left center;
	background-size: auto 14px;
	position: relative;
}
#content .leftContent h2 .mapLink:before{
	display: inline-block;
	content: '';
	width: 1px;
	height: 120%;
	background: pink;
	position: absolute;
	left: -6%;
	top: -2px;
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(181,34,28,1) 50%, rgba(255,255,255,0.32) 84%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 15%,rgba(181,34,28,1) 50%,rgba(255,255,255,0.32) 84%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 15%,rgba(181,34,28,1) 50%,rgba(255,255,255,0.32) 84%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
/*-----------------------------End of Wine grape varieties--------------------------------------*/
/*----------------------------search--------------------------------------*/ /*09.02.18*/
#content .leftContent .searchResult {
    height: 155px;
    width: 40%;
    margin: 5px 4.8% 50px 5px;
    padding: 5px 2%;
}
#content .leftContent .searchResult h3 {
    max-height: 16px;
    line-height: 16px;
    color: #4d5e8a;
    font-weight: normal;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_Caps_2010';
    margin-bottom: 5px;
    overflow: hidden;
}
#content .leftContent .searchResult h2 {
    font-size: 0.87em;
    line-height: 17px;
    max-height: 32px;
   margin-bottom: 5px;
}
#content .leftContent .searchResult time {
    color: #be2d2a;
    font-size: 0.8em;
    font-family: 'Conv_BPG_Arial_2010';
    margin-bottom: 5px;
    font-family: 'Conv_BPG_Arial_Caps_2010';
}
#content .leftContent .searchResult a.moreInfo {
    bottom: -23px;
}
/*-----------------------------End of search--------------------------------------*/
/*-----------------------------wine companies and wineries---------------------------------------------*/
#content .leftContent h2 .regAuth{
	background: url(../images/regAuth.png) no-repeat left center;
}
.filter	.largestInput{
	width: 27%;
}
#content .leftContent .wineCompany{
	width: 98%;
}
#content .leftContent .wineCompany .contactIcon span{
	color: #b5221c;
	height: auto;	
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Conv_BPG_Excelsior_Light';
	white-space: -moz-pre-wrap !important;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	white-space: pre-wrap;       
	word-wrap: break-word;       
	white-space: -webkit-pre-wrap; 
	word-break: break-all;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	/*padding-top: 22%;*/
	background: none;
}
#content .leftContent .wineCompany  h2{
	display: table-cell;
	width: 33%;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	font-size: 1em;
	font-weight: bold;
	padding: 15px 2% 15px 2%;
}
#content .leftContent .wineCompany  h3{
	/*display: inline-block;*/
	display: table-cell;
    width: 33%;
    font-size: 0.93em;
	color: #4d5e8a;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	line-height: 16px;
   /* margin: 13px 2% 7px 0%;*/
    padding: 15px 2% 15px 2%;
   /* position: relative;
    float: left;
	overflow: hidden;*/
	vertical-align: middle;
	background: url(../images/fLine.png) no-repeat right center;
    background-size: 1px 96%;
}
#content .leftContent .wineCompany .linkCont{
	text-align: left;
}
#content .leftContent .wineCompany .companySite{
	display: inline-block;
	padding: 5px 29px;
	border-right: 1px solid #faece0;
    background: rgb(255,254,254);
    background: -webkit-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: -o-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
	position: absolute;
	right:-20px;
	top: 7px;
	-webkit-transform: rotate(35deg); 
    -moz-transform: rotate(35deg);
	transform: rotate(35deg);
}
#content .leftContent .wineCompany .companySite img{
	display: block;
	width: 27px;
	height: 11px;
}
/*pop up*/
.wineCompanyDesc{
	width:65%;
	float: right;
}
.popUp .wineCompanyDesc h2 span{
    display: inline-block;
    color: #b5221c;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: middle;
    font-family: 'Conv_BPG_Arial_2010';
    padding-left: 14px;
    padding-top: 2px;
    margin-left: 3%;
    margin-top: -7px;
    position: relative;
}
.popUp .wineCompanyDesc h2 span:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 120%;
    background: pink;
    position: absolute;
    left: -6%;
    top: -1px;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(181,34,28,1) 50%, rgba(255,255,255,0.32) 84%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(181,34,28,1) 50%, rgba(255,255,255,0.32) 84%, rgba(255,255,255,0) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(181,34,28,1) 50%, rgba(255,255,255,0.32) 84%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.popUp .wineCompanyDesc h3 {
	color: #636363;
	font-family: 'Conv_BPG_Arial_2010';
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
}
.popUp .wineCompanyDesc .contactList{
	width:100%;
	margin-bottom:15px;
	float:left;
}
.popUp .wineCompanyDesc .contactList li{
	display:inline-block;
	/*width:40%;*/
	color:#808393;
	font-size:0.87em;
	font-family: 'Conv_BPG_Arial_2010';
	margin-right:3%;
	padding-right:3%;
	float:left;	
}
.popUp .wineCompanyDesc .contactList li:first-child{
	background:url(../images/fLine.png) no-repeat right center;
}
.popUp .wineCompanyDesc .contactList li a{
	display:block;
	color:#636363;	
	margin-bottom:3px;
}
.popUp .regAuth{
	display: inline-block;
    color: #b5221c;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: middle;
    font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	margin-left: 4%;
	float: left;
}
/*-----------------------------End of wine companies and wineries---------------------------------------*/
/*-----------------------------rtveli---------------------------------------*/
#content .leftContent .rtveliButton{
	/*display: inline-block;*/
	width: 29.8%; /*280*/
	margin: 0 1.53% 25px 2%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
	float: left;
}
#content .leftContent .rtveliButton a{
	display: table-row;
	vertical-align: middle;
}
#content .leftContent .rtveliButton:last-of-type{
	margin: 0 1.53% 25px 2%;
}
#content .leftContent .rtveliButton .contactIcon{
	width:23.21%;/*65*/
}
#content .leftContent .rtveliButton .contactIcon span{
	background: url(../images/rtveli.png) no-repeat center center;
	background-size: 60% auto;
}
#content .leftContent .rtveliButton  h2{
	width: 70%;
	font-size: 1.05em;
	text-align: center;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';	
	background: none;
}
/*inner rtveli*/
#content .rightContent .rtveliButton{
	display: table;
	width: 95%;
    min-height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    margin: 0 auto 50px auto;
    overflow: hidden;
	position: relative;
}
#content .rightContent .rtveliButton a {
    display: table-row;
    vertical-align: middle;
}
#content .rightContent .rtveliButton .contactIcon {
    display: table-cell;
    width: 17.21%;
    min-width: 40px;
    height: 100%;
    min-height: 50px;
    border-right: 1px solid #fbede2;
    background: rgb(255,254,254);
    background: -webkit-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: -o-linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    background: linear-gradient(rgba(255,254,254,1) 0%, rgba(252,240,232,1) 100%);
    left: 0;
    top: 0;
    position: absolute;
}
#content .rightContent .rtveliButton .contactIcon span {
    display: block;
    width: 100%;
    height: 100%;
       background: url(../images/rtveli.png) no-repeat center center;
    background-size: 60% auto;
}
#content .rightContent .rtveliButton h2{
	display: table-cell;
	width: 79%;
	color: #b5221c;
    padding: 15px 3% 15px 5%;
    font-size: 1.05em;
	letter-spacing: 2px;
	line-height: 16px;
	vertical-align: middle;
    font-family: 'Conv_bpg_nino_mtavruli_normal_0';
}
/*statistic*/
/*--tabs--*/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 45px auto 0 auto;
	width: 96%;	
}

.tabs nav ul {
	position: relative;
	width:100%;
	border-bottom:1px solid #ecebeb;
	/*overflow:hidden;*/
}
.tabs nav ul li {
	display:inline-block;
	/*width:15%;*/
	width: auto;
	position: relative;
	font-size:0.87em;
	z-index: 1;
	/*margin-left:-2%;*/
	border:0;
	/*float:left;*/
}
/*.tabs nav ul li:first-child{
	margin-left:0.1%;
}*/	
/*.tabs nav ul li.tab-current{	
	z-index: 5;
}*/
.tabs nav a {
	position: relative;
	/*width:88%;*/
	/*height:18px;*/
	font-family: 'Conv_BPG_Excelsior_Light';
	display: block;
	/*overflow: hidden;*/
	line-height:14px;
	padding:0px 9px 10px 9px;
	text-align:left;
}
.tabs nav li.tab-current a{
	color: #b5221c;
	border-bottom: 1px solid #b5221c;
}
.tabs nav a:focus {
	outline: none;
}
/* Content */
.content-wrap {
	position: relative;
}
.content-wrap section {
	width:100%;
	display: none;
	margin: 0 auto;
	
}
.content-wrap section.content-current {
	display: block;
}
/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	/*border-bottom: 1px solid rgba(255,255,255,0.6);*/
	
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 20%;
	display: inline-block;
}
/*****************************/
/* Bar */
/*****************************/
.tabs-style-tzoid {
	max-width:100%;
}
.tabs-style-tzoid nav {
	/*padding: 0 1em;*/
	margin-bottom:30px;
}
.tabs-style-tzoid nav ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tabs-style-tzoid nav ul li a {
	color: #636363;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;	
}
.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
	color: #b5221c;
	border-bottom: 1px solid #b5221c;
}
.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
	color: #b5221c;
	
}
.tabs-style-tzoid nav ul li.tab-current a:after, .tabs-style-tzoid nav ul li a:hover:after, .tabs-style-tzoid nav ul li a:focus:after{
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border-left: 1px solid #b5221c;
	border-bottom: 1px solid #b5221c;
	position: absolute;
	/*z-index: 5;*/
	left: 48%;
	bottom: -7px;
	border-top-right-radius: 230px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tabs-style-tzoid .content-wrap {
	background:none;
	box-shadow:none;	
}
/*--End oftabs--*/
#content .leftContent .grapesWeight, #content .leftContent .grapesGel, #content .leftContent .grapesGel:last-of-type{
	width:41.2%;/*378*/
	margin: 35px 4% 50px 4.2%;
	float: left;
}
#content .leftContent .grapesWeight .contactIcon, #content .leftContent .grapesGel .contactIcon{
	width:17.19% ;/*65*/
}
#content .leftContent .grapesWeight .contactIcon span{
	background: url(../images/weight.png) no-repeat center center;
	background-size: 69% auto;
}
#content .leftContent .grapesGel .contactIcon span{
	background: url(../images/gel.png) no-repeat center center;
	background-size: 41% auto;
}
#content .leftContent .grapesWeight h2, #content .leftContent .grapesGel h2{
	width: 74%;
	color: #636363;
	font-size: 1.25em;
	line-height: 17px;
	font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	letter-spacing: 2px;
	vertical-align: middle;
	font-weight: bold;
	padding: 20px 3% 10px 5%;
	background: none;
}
/*qvevri*/
#content .leftContent .qvevri{
	display: inline-block;
	width: 23.23%;/*205*/
	height: 350px;
	margin-left: 3.6%;
	margin-right: 6%;
	margin-bottom: 50px;
	float: left;
	overflow: hidden;
}
/*#content .leftContent .qvevri:nth-child(5n+4){
	margin-right: 0;
}*/
#content .leftContent .qvevri:nth-last-child(2){
	margin-left: 20%;
}
#content .leftContent .qvevri .imageBlock{
	width:84.39%;/*173*/
	height: auto;
	max-height: 235px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
	background-color:#fff;
}
#content .leftContent .qvevri .imageBlock span{
	display: block; 
	width: 100%;
	background-color: #fff;
	position: absolute; 
	bottom: 10%;
}
#content .leftContent .qvevri .imageBlock img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;

}
#content .leftContent .qvevri  .rqatsiteli span{
	background: rgb(224,107,1);
	background: -moz-linear-gradient(top, rgba(224,107,1,1) 0%, rgba(239,160,2,1) 78%);
	background: -webkit-linear-gradient(top, rgba(224,107,1,1) 0%,rgba(239,160,2,1) 78%);
	background: linear-gradient(to bottom, rgba(224,107,1,1) 0%,rgba(239,160,2,1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06b01', endColorstr='#efa002',GradientType=0 );
	
}
#content .leftContent .qvevri .saperavi span{
	background: rgb(106,19,16);
	background: -moz-linear-gradient(top, rgba(106,19,16,1) 0%, rgba(181,34,28,1) 78%);
	background: -webkit-linear-gradient(top, rgba(106,19,16,1) 0%,rgba(181,34,28,1) 78%);
	background: linear-gradient(to bottom, rgba(106,19,16,1) 0%,rgba(181,34,28,1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a1310', endColorstr='#b5221c',GradientType=0 );
}
#content .leftContent .qvevri .kakhetianGreen span{
	background: rgb(253,170,2);
	background: -moz-linear-gradient(top, rgba(253,170,2,1) 0%, rgba(254,218,0,1) 78%);
	background: -webkit-linear-gradient(top, rgba(253,170,2,1) 0%,rgba(254,218,0,1) 78%);
	background: linear-gradient(to bottom, rgba(253,170,2,1) 0%,rgba(254,218,0,1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdaa02', endColorstr='#feda00',GradientType=0 );
}
#content .leftContent .qvevri .alexandralMujuretuli span{
	background: rgb(242,163,1);
	background: -moz-linear-gradient(top, rgba(242,163,1,1) 0%, rgba(242,192,1,1) 78%);
	background: -webkit-linear-gradient(top, rgba(242,163,1,1) 0%,rgba(242,192,1,1) 78%);
	background: linear-gradient(to bottom, rgba(242,163,1,1) 0%,rgba(242,192,1,1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a301', endColorstr='#f2c001',GradientType=0 );
}
#content .leftContent .qvevri .other span{
	background: rgb(75,12,19);
	background: -moz-linear-gradient(top, rgba(75,12,19,1) 0%, rgba(103,17,34,1) 78%);
	background: -webkit-linear-gradient(top, rgba(75,12,19,1) 0%,rgba(103,17,34,1) 78%);
	background: linear-gradient(to bottom, rgba(75,12,19,1) 0%,rgba(103,17,34,1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0c13', endColorstr='#671122',GradientType=0 );
}
#content .leftContent .qvevri h2{
	width: 100%;
	max-height: 34px;
	color: #636363;
	font-size: 0.93em;
	text-align: center;
	line-height: 17px;
	font-family: 'Conv_BPG_Excelsior_Light';
	padding: 0 0 8px 0;
	background: none;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}
#content .leftContent .qvevri h2:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: url(../images/menuHover.png) no-repeat center center;
    background-size: 100% 1px;
	position: absolute;
	bottom: 0;
}
#content .leftContent .qvevri h3{
	width: 100%;
	max-height: 30px; 
	color:#b5221c;
	font-size: 0.87em;
	line-height: 15px;
	text-align: center;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-bottom: 5px;
	overflow: hidden;
}
#content .leftContent .qvevri h3:last-child{
	color: #4d5e8a;
}
 /*new 07.02.18*/
 .highcharts-credits{
     font-size:1px !important;
 }
/*-----------------------------End of rtveli---------------------------------------*/
/*-----------------------------Structure---------------------------------------------*//*12.02.18*/

#content .structureTree{
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    position:relative;
}
#content .org-chart *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#content .cf:before, #content .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#content .cf:after {
    clear: both;
}
/**For IE 6/7 only * Include this rule to trigger hasLayout and contain floats.*/
.cf{
    *zoom: 1;
    width: 100%; 
    float: left; 
}
#content .structureTree .org-chart  ul{
    padding: 0;
    margin: 0;
    list-style: none;    		
}
#content .structureTree .org-chart ul a {
    display: table;
    width: 96%;
    text-align: center;
    font-size: 14px;
    color: #4e342a;
    height: 80px;
    font-family: 'Conv_BPG_Arial_Caps_2010';
    margin-bottom: -35px;
    border: 1px solid #b5221c;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(181,33,28,0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(181,33,28,0.35);
    box-shadow: 0px 0px 3px 0px rgba(181,33,28,0.35);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    padding: 0 2%;
    margin-left: -2px;
    cursor: default;
    background:#fff;
    overflow:hidden;
    z-index: 5;
}
#content .structureTree .org-chart  ul a span{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
    position:relative;
   
}
#content .structureTree .org-chart > ul > li:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 61px;
    border-left: 2px solid #f8e5d6;
    z-index: 1;
    top:80px;
    left: 50%;
    margin-left: -1px;
}
#content .structureTree .org-chart > ul > li > a{
    width: 30%;
    margin: 0 auto 60px auto;
}

#content .structureTree .org-chart > ul > li > ul{
    width: 100%;
    padding-top: 35px;
}
#content .structureTree .org-chart > ul > li > ul:after{
    content: "";
    display: block;
    position: absolute;
    width: 74.9%;
    height: 35px;
    border-top: 2px solid #f8e5d6;
    border-right: 2px solid #f8e5d6;
    border-left: 2px solid #f8e5d6;
    margin: 0 auto;
    top: 0px;
    left: 12.3%;
}

#content .structureTree .org-chart > ul > li > ul > li{
    width: 24%;
    float: left;
    margin-left: 1%;
    margin-bottom: 60px;
}
#content .structureTree .org-chart > ul > li > ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 95%;
    border-left: 2px solid #f8e5d6;
    z-index: 1;
    top: 0;
    left: -1px;
    margin-left: -2px;
}
#content .structureTree .org-chart > ul > li > ul > li:last-child:after, #content .structureTree .org-chart > ul > li > ul > li:only-of-type:after {
    border-left: 0px solid #f8e5d6;
}
#content .structureTree .org-chart > ul > li > ul > li ul{
    float:left;
    margin-left:-2px;
    margin-bottom: 65px;
}
#content .structureTree .org-chart > ul > li > ul > li ul li:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 120px;
    border-left: 2px solid #f8e5d6;
    z-index: 1;
    top: -25px;
    left:0%;
    margin-left: -1px;
}
#content .structureTree .org-chart > ul > li > ul > li ul li:last-of-type:before{
    height: 82px;
}
#content .structureTree .org-chart > ul > li > ul > li:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 35px;
    border-left: 2px solid #f8e5d6;
    z-index: 1;
    top: -35px;
    left: 48%;
    margin-left: -2px;
}
#content .department > ul{
    margin-top: 0px;
    margin-bottom: 0px;
}

#content .structureTree .org-chart > ul > li > ul > li li{	
    width: 94%;
    padding-left: 6%;
    border-bottom: 2px solid #f8e5d6;	
}
#content .structureTree .org-chart > ul > li > ul > li li a{
    margin-top: 60px;
    margin-bottom:-45px;
    width: 103%;
    height: 100px;
    vertical-align: middle;
    margin-right: -2%;
}
#content .structureTree .org-chart > ul > li > ul > li li li a{
    width:110%;
}

/*-----------------------------End of  Structure---------------------------------------------*/

/*-------------------------------responcive--------------------------------------------*/
/*1675*/
@media screen and (max-width: 1675px) {
	#topLine, #head .headCenter,#sliderWrapper .slideContent, #content, #bottomBlock, footer .centerFooter  {
		width: 85%;
	}
}
/*1580*/
@media screen and (max-width: 1675px) {
/*content*/
	.bx-wrapper {
    	max-width: 300px!important;
	}
/*footer*/
	#topFooter .centerFooter .contactList li:first-child {
    	width: 30%;
	}
}
/*1480*/
@media screen and (max-width: 1480px) {
	#topLine, #head .headCenter,#sliderWrapper .slideContent, #content, #bottomBlock, footer .centerFooter  {
		width: 90%;
	}
/*inner content*/
	#content .leftContent .simpleLink{
		width: 45.34%;
		max-width: 385px;
		margin-left: 1%;
		margin-right: 3%;
	}
	#content .leftContent .simpleLink .imageBlock {
		width: 88.05%;
		background-size: 75% auto !important;
	}
	/*events*/
	#content .leftContent .simpleEvent{
		width: 46%;
		margin-left: 1%;
		margin-right: 5%;
	}
	
}
/*1400*/
@media screen and (max-width: 1400px) {
	#topLine, #head .headCenter,#sliderWrapper .slideContent, #content, #bottomBlock, footer .centerFooter  {
		width: 96%;
	}
/*innner content*/
	/*contact*/ 
	#content .leftContentContact{
		width: 60.27%;
	}
	#content .rightContentContact {
		width: 33.7%;
		float: right;
	}
	#content .leftContent .contactForm label {
    	width: 55%;
		margin: 5px 2% 10px 2.6%;
	}
}
/*1315*/
@media screen and (max-width: 1315px) {
/*menu*/
	.nav > li {
		font-size: 0.81em;
	}
	.nav a {
		padding: 0 0.91em 0 0.93em;
		margin-right: 0.5%;
	}
/*content*/
	#content .eventBlock {
    	width: 29.5%;
		margin-right: 0;
	}
	#content .simpleNews {
		width: 29.77%;
		margin-right: 4.28%;
	}
/*footer*/
	#topFooter .centerFooter .contactList li:first-child {
    	width: 32%;
	}
	#bottomBlock .linkBlock {
		width: 21.8%;
		margin-left: 1%;
		margin-right: 2.3%;
	}
	#bottomBlock .linkBlock a h2 {
		height: 65%;
		padding: 35% 2% 10% 2%;
	}
/*inner Content*/
	#content .simpleGallery {
    	width: 43.3%;
		max-width: 295px;
		margin-right: 5%;
	}
	#content .grapeVarieties {
		width: 96.6%;
		max-width: none;
		margin: 0 1.7% 24px 1.7%;
	}
	/*wine varieties*/
	#content .leftContent .simpleWine {
		width: 40%;
		margin: 5px 1.8% 40px 5px;
	}
	#content .leftContent .simpleWine h2 {
		max-height: 34px;
	}
	/*Wine comp*/
	.filter	input {
		width: 22.56%;
		margin-right: 2.23%;
	}
	.filter	.largestInput {
		width: 33%;
	}
	/*comp*/
	#content .leftContent .wineCompany .contactIcon span{
		font-size: 18px;
	}
	#content .leftContent .wineCompany  h2{
		font-size: 0.87em;
	}
	#content .leftContent .wineCompany  h3{
		font-size: 0.87em;
	}
	/*wine etiwuettes*/
	#content .leftContent .wineEtiduette{
		max-width: none;
	}
	/*program*/
	#content .leftContent .simpleProgram {
		width: 47.34%;
		max-width: 440px;
		margin-left: 1%;
    	margin-right: 1%; 
	}
	#content .leftContent .simpleProgram .imageBlock {
    	width: 93.64%;
	}	
	/*links*/
	#content .leftContent .simpleLink{
		width: 47.34%;
		margin-left: 1%;
		margin-right: 1%;
	}
	#content .leftContent .simpleLink .imageBlock {
		width: 93.05%;
		background-size: 70% auto !important;
	}
	/*events*/
	#content .leftContent .simpleEvent{
		width: 47%;
		margin-left: 1%;
		margin-right: 3%;
	}
	/*statistics*/
	#content .leftContent .qvevri {
		width: 26.23%;
		margin-left: 3.6%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
}
/*1200*/
@media screen and (max-width: 1200px) {
/*menu*/
	.nav > li {
		font-size: 0.8em;
	}
	.nav a {
		padding: 0 0.7em 0 0.7em;
		margin-right: 0.5%;
	}
/*content*/
	#content .eventBlock {
    	width: 31.5%;
		margin-right: 0;
	}
	.bx-wrapper {
		max-width: 280px!important;
	}
	#content .simpleNews {
		width: 31.77%;
		margin-right: 1.28%;
	}
	#content .simpleNews .imageBlock {
		width: 85.75%;
		max-height: 250px;
	}
/*footer*/
	#topFooter .centerFooter .contactList li:first-child {
    	width: 35%;
	}
/*content Inner*/
	#content .leftContent .simpleGrape .grapeDesc .leftBlock{
		width: 27.29%;
		padding-right: 9%;
	}
	#content .leftContent .simpleGrape .grapeDesc .paragraph{
		display: none;
	}
	#content .leftContent .simpleGrape .grapeDesc .linkCenter{
		background: url(../images/fLine.png) no-repeat left center;
    	background-size: 1px 60%;
		padding-left: 5%;
	}
	#content .leftContent .simpleGrape .imageBlock{
		width: 38%;
		max-width: 255px;
		right: 3%;
	}
}
/*1125*/
@media screen and (max-width: 1125px) {
/*menu*/
	.nav > li {
		font-size: 0.8em;
	}
	.nav a {
		padding: 0 0.5em 0 0.6em;
		margin-right: 0.5%;
	}
	/*comp*/
	#content .leftContent .wineCompany  h3{
		display: none;
	}
	#content .leftContent .wineCompany  h2{
		width: 50%;
		font-size: 0.93em;
	}
	#content .leftContent .fileBlock .contactIcon {
    	width: 12.84%;		
	}
	#content .leftContent .wineCompany .linkCont{
		text-align: center;
	}
/*inner contetn*/
	/*contact*/
	#content .leftContentContact{
		width: 57.27%;
	}
	#content .rightContentContact {
		width: 38.7%;
		float: right;
	}
	/*#content .leftContentContact .contactForm input{
		margin: 0 2% 40px 2.6%;
	}*/
}
/*1085*/
@media screen and (max-width: 1085px) {
/*header*/
	#head .headCenter h1{
		position: relative;
		z-index: 40;
	}
    /*menu*/
    .mainMenu {
        width: 95%;
		position: absolute;
		right: 0;
		margin-right: 3%;
		z-index: 35;
    }
   .nav{
	   display: none;
	   width: 35%;
		position:absolute;
		margin-top:20px;
	   margin-right: 0;
		/*border-bottom: 2px solid #85b83a;*/
        background: rgba(255, 255, 255, 0.95);
        transition: all 0.42s ease-in-out, background 0.42s ease-in-out;
	   right: 0;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		font-size: 0.87em;
		text-align: center;
		
		
    }
	.toggleMenu{
		display:inline-block;	
	}
    #headerWrapper.scrolledHeader .toggleMenu {
            margin-top: 45px;
    }
    .nav > li > .parent,  .nav > li >a{
		width:92%;
        background-position: 95% 50%;
		padding: 0.5em 5% 0.5em 3%;
		margin:0;
    }
    /*.nav > li > .parent{
        background: url("../images/download.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }*/
	
	
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
        border-top:0;
        border-bottom:1px solid #be2d2a;
	 
    }	
	
	.nav li li a, .nav > li > a:hover, .nav > li > a.curPage{
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow:none;
	}
	.nav > li.hover > a{
		color: #be2d2a;
	}
	.nav > li.hover > a:before, .nav > li > a.active:before, .nav > li.hover > a:after, .nav > li > a.active:after{
		/*display:none;*/	
	}	
	/* Icon 1 */		
		#nav-icon1{
		  display:inline-block;
		  width: 20px;
		  height: 20px;
		  /*position: relative;*/
		  margin-right:10px;
		  margin-top:2px;
		  -webkit-transform: rotate(0deg);
		  -moz-transform: rotate(0deg);
		  -o-transform: rotate(0deg);
		  transform: rotate(0deg);
		  -webkit-transition: 0.5s ease-in-out;
		  -moz-transition: 0.5s ease-in-out;
		  -o-transition: 0.5s ease-in-out;
		  transition: 0.5s ease-in-out;
		  /*cursor: pointer;*/
		  float:left;
		}
		
		#nav-icon1 span{
		  display: block;
		  position: absolute;
		  height: 2px;
		  width: 100%;
		  background: rgb(173,32,27);
		  border-radius: 2px;
		  opacity: 1;
		  left: 0;
		  -webkit-transform: rotate(0deg);
		  -moz-transform: rotate(0deg);
		  -o-transform: rotate(0deg);
		  transform: rotate(0deg);
		  -webkit-transition: 0.25s ease-in-out;
		  -moz-transition: 0.25s ease-in-out;
		  -o-transition: 0.25s ease-in-out;
		  transition: 0.25s ease-in-out;
		}
		
		#nav-icon1 span:nth-child(1) {
		  top: 0px;
		}
		
		#nav-icon1 span:nth-child(2) {
		  top: 5px;
		}
		
		#nav-icon1 span:nth-child(3) {
		  top: 10px;
		}
		
		#nav-icon1.open span:nth-child(1) {
		  top: 5px;
		  -webkit-transform: rotate(135deg);
		  -moz-transform: rotate(135deg);
		  -o-transform: rotate(135deg);
		  transform: rotate(135deg);
		}
		
		#nav-icon1.open span:nth-child(2) {
		  opacity: 0;
		  left: -60px;
		}
		
		#nav-icon1.open span:nth-child(3) {
		  top: 5px;
		  -webkit-transform: rotate(-135deg);
		  -moz-transform: rotate(-135deg);
		  -o-transform: rotate(-135deg);
		  transform: rotate(-135deg);
		}
/*search*/
	.sb-search {
   	 top: 31px;
	}
/*slider*/
	#sliderWrapper {
    	height: 400px;
	}
	.da-slider {
		height: 400px;
	}
	#sliderWrapper .slideContent{
			margin: 13% auto 0 auto;
	}
	#sliderWrapper .slideContent h2.ornamentTitle{
		width: 85%;
		text-align: center;
		font-size: 2.4em;
		padding-bottom: 36px;
	}
/*content*/
	#content {
		margin: 450px auto 50px auto;
	}
	#content > h2 {
		width: 45.3%;
	}
	#content .simpleNews {
		width: 45.77%;
		max-width: 400px;
		margin-right: 6.8%;
	}	
	#content .simpleNews .imageBlock {
		max-width: 330px;
	}
	#content .eventBlock {
		width: 45.5%;
		max-width: 389px;
		margin-bottom: 60px;
	}
	/*#content .simpleNews:nth-child(5n+3), #content .simpleNews:last-child{
		display: none;
	}*/
	#content .simpleNews:nth-child(5n+2){
		margin-right: 0;
	}
	#content.innerContent .simpleNews, #content.innerContent .simpleNews:nth-child(3n+3){
		width: 45.77%;
		max-width: 400px;
		margin-right: 3%;
	}
	#content.innerContent .simpleNews:nth-child(5n+3), #content.innerContent .simpleNews:last-child{
		display: block;
	}
	#content.innerContent .simpleNews:nth-child(2n+2){
		float: right;
	}	
	.filter{
		background: url(../images/filterLine.png) no-repeat 8% center;
	}
	.filter .filterIcon{
		margin-right: 6%;
	}
	.filter	input{
		width: 36.56%;
	}
	#content .leftContent .newsImage {
		width: 47.95%;
		max-width: 250px;
		margin-right: 3%;
	}
	#content .leftContent .infoBlock {
		width: 49%;
	}
/*footer*/
	#bottomBlock .linkBlock {
		width: 29.8%;
		margin-left: 1%;
		margin-right: 2.3%;
	}
	#bottomBlock .linkBlock:last-child{
		display: none;
	}
	#topFooter .centerFooter .contactList li:first-child {
		width: 42%;
	}
/*contetn inner*/
	/*wine etiwuettes*/
	#content .leftContent .wineEtiduette{
		width: 94%;
		max-width: 430px;
		margin-bottom: 30px;
	}
	/*program*/
	#content .leftContent .simpleProgram {
		width: 94%; 
	}
	#content .leftContent .simpleProgram .imageBlock {
    	width: 87.64%;
	}
	/*events*/
	#content .leftContent .simpleEvent{
		width: 96%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	/*rtveli*/
	#content .leftContent .rtveliButton{
		width: 43.8%;
		margin: 0 4% 25px 2%;
	}
	#content .leftContent .fileBlock .contactIcon {
		width: 18.84%;
	}
	#content .leftContent .grapesWeight, #content .leftContent .grapesGel, #content .leftContent .grapesGel:last-of-type {
		width: 45.4%;
		margin: 15px 2% 30px 2%;
		float: left;
	}
	#content .leftContent .qvevri {
		display: inline-block;
		width: 28.83%;
		height: 330px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#content .leftContent .qvevri .imageBlock {
		width: 92.39%;
		margin: 0 auto 10px auto;
	}
}
/*1030*/
@media screen and (max-width: 1030px) {
/*content Inner*/
	#content .leftContent .simpleManager{
		width: 45%;
		max-width: 215px;
		margin-right: 10%;
	}
	
	
}
/*960*/
@media screen and (max-width: 960px) {
/*menu*/
	.nav {
    	width: 45%;
	}
/*footer*/
	#bottomBlock .linkBlock {
		width: 29.8%;
		margin-left: 1%;
		margin-right: 2.3%;
	}
	#bottomBlock .linkBlock:last-child{
		display: none;
	}
	#topFooter .centerFooter .contactList li:first-child {
		width: 48%;
	}
/*content Inner*/
	#content .leftContent .simpleManager{
		width: 45%;
		max-width: 215px;
		margin-right: 3%;
	}
/*inner Content*/
	#content .simpleGallery {
    	width: 93.3%;
		max-width: 295px;
		margin-right: 5%;
	}
	#content .grapeVarieties {
		width: 96.6%;
		max-width: none;
		margin: 0 1.7% 24px 1.7%;
	}
	#content .grapeVarieties .imageBlock {
    width: 46.57%;
	}
	#content .grapeVarieties .galleryTitle {
		width: 97.60%;
		left: 1.75%;
	}
	#content .grapeVarieties:nth-child(odd) .galleryTitle{
		right: 1.75%;
	}
	#content .grapeVarieties .galleryTitle .bottomT {
		width: 50%;
		left: 48%;
		top: 45%;
		bottom: auto;
	}
	#content .grapeVarieties:nth-child(odd) .galleryTitle .bottomT{
		    left: 2%;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT{
		margin-right: 1.75%;
	}
	#content .leftContent .wineEtiduetteInner:nth-child(odd) .galleryTitle .bottomT {
		margin-left: 1.75%;
	}
	/*Wine comp*/
	#content .leftContent .filter {
		background: none;
	}
	#content .leftContent .filter .filterIcon{
		    margin-right: 2.23%;
	}
	.filter	input {
		width: 22.56%;
		margin-right: 2.23%;
	}
	.filter	.largestInput:first-of-type{
		width: 23%;
	}
	.filter	.largestInput {
		width: 42%;
	}
	/*contact*/
	#content .leftContentContact{
		width: 55.27%;
	}
	#content .rightContentContact {
		width: 41.7%;
	}
	/*#content .leftContentContact .contactForm input{
		margin: 0 2% 40px 2.6%;
	}*/
}
/*950*/
@media screen and (max-width: 950px){
/*slider*/
	#sliderWrapper {
    	height: 300px;
	}
	.da-slider {
		height: 300px;
	}
	#sliderWrapper .slideContent{
			margin: 15% auto 0 auto;
	}
	#sliderWrapper .slideContent h2.ornamentTitle{
		width: 96%;
		text-align: center;
		font-size: 1.92em;
		padding-bottom: 29px;
	}
/*content*/
	#content {
		margin: 350px auto 50px auto;
	}
/*footer*/
	footer .centerFooter .minMenu {
    	width: 50%;
	}
	footer .centerFooter .minMenu li {
		font-size: 0.68em;
			
	}
	footer .centerFooter p {
		font-size: 0.68em;
	}
/*content Inner*/
	#content .leftContent {
		width: 62.27%;
	}
	#content .rightContent {
		width: 34.7%;
	}
	/*links*/
	#content .leftContent .simpleLink{
		width: 94.34%;
		margin-left: auto;
		margin-right: auto;
		float: left;
	}
	#content .leftContent .infoBlock {
		width: 45%;
	}
	/*contact*/
	#content .leftContentContact{
		width: 52.27%;
	}
	#content .rightContentContact {
		width: 45.7%;
	}
	#content .leftContent .contactForm label {
    	width: 50%;
		margin: 5px 2% 10px 2.6%;
		font-size: 12px;
	}
}
/*805*/
@media screen and (max-width: 805px){
/*content*/
	#content {
		margin: 350px auto 30px auto;
		padding-bottom: 429px;
	}
/*footer*/
	#bottomBlock > h2, #content > h2 {
		font-size: 0.93em;
	}
	#footerWrapper {
		width: 100%;
		max-height: 429px;
		position: absolute;
		margin-top: -429px;
	}
	#bottomBlock {
		margin-bottom: 30px;
	}
	#bottomBlock .linkBlock {
		width: 44.7%;
		margin-left: 1%;
		margin-right: 4.3%;
	}
	#bottomBlock .linkBlock:nth-child(3){
		display: none;
	}
	#topFooter .centerFooter h2 {
		margin: 19px 2% 13px 0;
	}
	#topFooter .centerFooter .contactList li:first-child{
		display: none;
	}
	#topFooter .centerFooter .contactList li {
    	display: inline-block;
		width: 100%;
	}
	footer .centerFooter .minMenu {
    	width: 35%;
		 margin-top: 10px;
		margin-bottom: 10px;
	}
	footer .centerFooter .minMenu li:first-child {
		display: none;
			
	}
	footer .centerFooter p{
		margin-top: 10px;
		margin-bottom: 10px;
	}
/*content Inner*/
	#content .leftContent {
		width: 60.27%;
	}
	#content .rightContent {
		width: 36.7%;
	}
	/*management*/
	#content .leftContent .simpleManager{
		width: 50%;
		max-width: 215px;
	}
	/*contact*/
	#content .leftContentContact{
		width: 96%;
		margin: auto;
		float: none;
	}
	#content .leftContent .contactForm{
		max-width: 88%;
		padding: 20px 2% 0 2%;
	}
	#content .rightContentContact {
		width: 96%;
		max-width: 480px;
		margin: auto;
		float: none;
	}
	#content .rightContent ul.contactInfo{
		    margin: 0px auto 20px auto;
	}
	#content .rightContent ul.contactInfo li{
		margin-bottom: 10px;
	}
	#content .leftContent .contactForm label {
    	width: 50%;
		margin: 5px 2% 10px 2.6%;
		font-size: 12px;
	}
    #content .leftContent .contactForm .formLine {
		margin: 0 2% 20px 2.6%;
	}
	/*#content .leftContent .contactForm textarea{
		margin: 0 2.6% 20px 2.6%;
	}*/
}
/*768*/
@media screen and (max-width: 768px) {
/*header*/
	#head .headCenter {
		height: 80px;
	}
	#head .headCenter h1 {
		width: 136px;
		height: 60px;
		margin-top: 9px;
	}
	#head .headCenter h1 a{
		background:  url(../images/logo136x60.png) no-repeat center center;
	}
/*menu*/	
    .mainMenu {
		margin-right: 6%;
		margin-top: 32px;
	}
	.nav {
    	width: 55%;
	}
/*search*/
	.sb-search {
		top: 24px;
	}

/*slider*/
	#sliderWrapper {
		top: 124px;
	}
/*content*/
	#content > h2 {
		width: 98%;
	}
	#content .simpleNews,#content .simpleNews:nth-child(5n+2), #content .simpleNews:last-child {
		width: 96%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		float: none;
	}
	#content .simpleNews .imageBlock {
		max-width: 330px;
	}
    #content .simpleNews:nth-child(9) {
    margin-right: auto;
    }
    
    #content .simpleNews:nth-child(5n+3), #content .simpleNews:last-child {
    display: block;
    }
	#content.innerContent .simpleNews:nth-child(2n+2), #content.innerContent .simpleNews,#content.innerContent .simpleNews, #content.innerContent .simpleNews:nth-child(3n+3){
		display: block;
		width: 96%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		float: none;
	}
	#content .eventBlock {
		width: 96%;
    	max-width: 400px;
		height: 120px;
		margin:0 auto 30px auto;
		background-size: cover;
		float: none;
	}
	.bx-wrapper {
		max-width: 94% !important;
		margin: 15px auto 15px auto !important;
	}
	#content .eventBlock > a {
		margin-right: 5%;
	}
/*content Inner*/
	#content .leftContent {
		width: 100%;
	}
	#content .rightContent {
		display: none;
	}
	/*management*/
	#content .leftContent .simpleManager{
		width: 35%;
		max-width: 215px;
		margin-right: 12%;
	}
/*content Inner*/
	#content .leftContent .simpleGrape .grapeDesc{
		display: block;
		width: 94.3%;
		padding: 0 2%;
		overflow: hidden;
		background: url(../images/grapeOrnamentLeft.png) no-repeat left top, url(../images/grapeOrnamentRight.png) no-repeat right top;
		background-size: auto 100%;
	}
	#content .leftContent .simpleGrape .grapeDesc .leftBlock,#content .leftContent .simpleGrape .grapeDesc .linkCenter{
		display: block;
		width: 52%;
		padding: 0%;
		background: none;
		text-align: center;
		float: left;
	}
	#content .leftContent .simpleGrape .grapeDesc .leftBlock h2{
		margin-top: 50px;
		margin-bottom: 10px;
		max-height: 35px;
	}
	#content .leftContent .simpleGrape .grapeDesc .leftBlock h3{
		margin-bottom: 10px;
	}
	#content .leftContent .simpleGrape .imageBlock{
		width: 47%;
		max-width: 255px;
		right: 3%;
	}
	#content .leftContent .simpleGrape:hover .imageBlock{
		display: block;
	}
/*inner Content*/
	#content .simpleGallery {
    	width: 43.3%;
		max-width: 295px;
		margin-right: 5%;
	}
	#content .grapeVarieties {
		width: 96.6%;
		max-width: none;
		margin: 0 1.7% 24px 1.7%;
	}
	/*wine varieties*/
	#content .leftContent .simpleWine {
		width: 42%;
		margin: 5px 1.8% 40px 5px;
		padding: 5px 2%;
	}
	/*comp pop up*/
	.popUp img {
		width: 42%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.wineCompanyDesc {
		width: 100%;
		float: left;
	}
	/*wine etiwuettes*/
	#content .leftContent .wineEtiduette{
		margin-right:auto;
		margin-left: auto;
		float: none;
	}
	/*program*/
	#content .leftContent .simpleProgram {
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	/*links*/
	#content .leftContent .simpleLink{
		width: 94.34%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#content .rightContentEx{
		display: block;
		width: 96%;
		max-width: 395px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#content .rightContentEx ul.rightMenu {
		margin: 0 auto 30px auto;
	}
	#content .rightContentEx ul.rightMenu li{		
		font-size: 0.87em;
		margin-bottom: 5px;
	}
	#content .rightContentEx ul.rightMenu li a{
		padding: 10px 5.7% 10px 5.7%;
	}
	#content .rightContentEx ul.interestingLinks, #content .rightContentEx h2{
		display: none;
	}
	/*events*/
	#content .leftContent .simpleEvent{
		width: 91%;
		margin-left: 4.5%;
		margin-right: 4.5%;
		float: none;		
	}
	#content .leftContent .infoBlock {
		width: 52%;
	}
	/*contact*/
	#content .rightContentContact {
		display: block;
	}
	/*rtveli*/
	#content .rightContent .rtveliButton{
		min-height: 40px;
		margin: 0 auto 20px auto;
	}
	#content .rightContent .rtveliButton .contactIcon span{
		background-size: 50% auto;
	}
	#content .leftContent .qvevri {
		display: inline-block;
		width: 28.83%;
		height: 350px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#content .leftContent .qvevri .imageBlock {
		width: 88.39%;
		margin: 0 auto 10px auto;
	}
/*structure*//*12.02.18*/
    
    /*structure*/
    #content .structureTree {
        width: 96%;
        max-width: 480px;
    }
    #content .structureTree .org-chart > ul > li > ul {
        padding-top: 0px;
    }
    #content .structureTree .org-chart>ul {
        margin: 0 0 30px 0;
    }
    #content .structureTree .org-chart > ul > li > a {
        width: 96%;
        margin: 0 auto 20px 1px;
        text-align:left;
    }
    #content .structureTree .org-chart > ul > li:before{
        left:1px;
        margin-left: 0px;
        top:70px;
    }
    #content .structureTree .org-chart ul a{
        text-align:left;
        margin-bottom:0px;
        
        height: 70px;
    }
    #content .structureTree .org-chart > ul > li > ul > li li a{
        margin-top: 40px;
        height: 70px;
        margin-bottom: -30px;
    }
    #content .structureTree .org-chart > ul > li > ul > li{
        width: 100%;
        margin-bottom:0px;
    }
    #content .structureTree .org-chart > ul > li > ul > li:before, #content .structureTree .org-chart > ul > li > ul:after{
        display:none;
    }
    #content .structureTree .org-chart > ul > li > ul > li ul{
        width:100%;
        border-left: 2px solid #f8e5d6;
        margin-left: -3px;
    }
    /*#content .structureTree .org-chart > ul > li > ul > li ul ul{
        border-left: 0px solid #e7e6e6;
    }*/
        #content .structureTree .org-chart > ul > li > ul > li li {
            width: 93.5%;
           
        }
   #content .structureTree .org-chart > ul > li > ul > li ul li:before{
       display:none;
   }     
    #content .structureTree .org-chart > ul > li > ul > li ul li:last-of-type:before{
        display:none;
    }
    #content .structureTree .org-chart > ul > li > ul >li:before{
            content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 80px;
        background:#e7e6e6;
        z-index: 1;
        top: -60px;
        left: -1px;
    }
    #content .structureTree .org-chart > ul > li > ul >li{
        margin-bottom: 20px;
        margin-left: 3px;
    }
    #content .structureTree .org-chart > ul > li > ul >li:first-of-type:before {
        display:none;
    }
    #content .structureTree .org-chart > ul > li > ul > li li li a {
        width: 111.5%;
    }
}
/*660*/
@media screen and (max-width: 660px) {
/*content Inner*/
	#content .leftContent .simpleGrape{
		height: 180px;
	}
	#content .leftContent .simpleGrape .grapeDesc{
		display: block;
		width: 92%;
		height: 170px;
		margin: 5px;
		padding: 0 3%;
	}
	#content .leftContent .simpleGrape .imageBlock{
		display: none;
	}
	#content .leftContent .simpleGrape .grapeDesc .leftBlock,#content .leftContent .simpleGrape .grapeDesc .linkCenter{
		display: block;
		width: 80%;
		margin: auto;
		float: none;
	}
	#content .leftContent .simpleGrape:hover .imageBlock{
		display: none;
	}
	/*inner Content*/
	#content .simpleGallery {
    	width: 95%;
		max-width: 295px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#content .grapeVarieties {
		width: 96.6%;
		max-width: none;
		margin: 0 1.7% 24px 1.7%;
	}
	#content .leftContent .infoBlock {
		width: 49%;
	}
}
/*600*/
@media screen and (max-width: 600px) {
/*top line*/
	#topLine ul.communication{
		display: none;
	}
	#topLine a.linkToWebPages{
		display: none;
	}
	#topLine a.loginRegister{
		display: block;
	}
	#topLine  .line{
		display: none;
	}
 /*menu*/
    .mainMenu {
		margin-right: 8%;
	}
	.nav {
    	width: 80%;
		top: 25px;
	}
/*search*/
	.sb-search {
    	max-width: 94%;
	}
/*slider*/
	#sliderWrapper {
    	height: 250px;
	}
	.da-slider {
		height: 250px;
	}
	#sliderWrapper .slideContent{
			margin: 19% auto 0 auto;
	}
	#sliderWrapper .slideContent h2.ornamentTitle{
		width: 96%;
		text-align: center;
		font-size: 1.61em;
		padding-bottom: 24px;
	}
/*content*/
	#content {
		margin: 300px auto 50px auto;
	}
#content .leftContent .harvestTraining .grapeDesc .leftTrainingBlock {
flex-direction:column;
width:80%;
}
#content .leftContent .harvestTraining .grapeDesc .linkCenter {
min-width:140px;
}
#content .leftContent .harvestTraining .grapeDesc .leftTrainingBlock h2 {
width: 100%;
height: initial;
}
#content .leftContent .harvestTraining .grapeDesc .leftTrainingBlock p {
width: 100%;
height: initial;
}
/*footer*/
#topFooter .centerFooter h2,#topFooter .centerFooter h2:nth-child(2){
width: 100%;
text-align: center;
float: none;
}
	#topFooter .centerFooter .contactList, #topFooter .centerFooter h2:first-child{
		display: none;
	}
	#topFooter .centerFooter .socialMedia {
		width: 212px;
		margin:0 auto 20px auto;
		float: none;
	}
	#topFooter .centerFooter .socialMedia li{
		margin-left: 5px;
		margin-right: 5px;
	}
	footer .centerFooter .minMenu{
		display: none;
	}
	footer .centerFooter p {
		font-size: 0.6em;
		width: 100%;
		text-align: center;
	}
/*contact inner*/
	/*management*/
	#content .leftContent .simpleManager{
		width: 45%;
		margin-right: 5%;
	}
	/*wine varieties*/
	#content .leftContent .simpleWine {
		width: 92%;
		max-width: 400px;
		margin: 5px auto 40px auto;
		padding: 5px 3%;
		float: none;
	}
	/*legistation*/
	#content .leftContent .fileBlock .linkCont{
		display:none;
	}
	#content .leftContent .fileBlock h2{
		background: none;
		padding: 15px 1.5% 15px 1.5%;
	}
	/*comp*/
	#content .leftContent .wineCompany .linkCont{
		display: table-cell;
		text-align: left;
	}
	#content .leftContent .wineCompany h2{
		background: url(../images/fLine.png) no-repeat right center;
	}
	/**/
	#content .leftContent .infoBlock {
		width: 45%;
	}
	/*rtveli*/
	#content .leftContent .grapesWeight, #content .leftContent .grapesGel, #content .leftContent .grapesGel:last-of-type {
		width: 94%;
		max-width: 300px;
		margin: 15px auto 30px auto;
		text-align: center;
		float: none;
	}
	#content .leftContent .qvevri {
		display: block;
		width: 210px;
		height: auto;
		min-height: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
	}
	#content .leftContent .qvevri .imageBlock {
		width: 82.39%;
		margin: 0 auto 10px auto;
	}
	#content .leftContent .qvevri:nth-last-child(2) {
		margin-left: auto;
	}
}
/*535*/
@media screen and (max-width: 535px){
/*content Inner*/
	/*management*/
	#content .leftContent .simpleManager{
		width: 215px;
		margin:0 auto 20px auto;
		float: none;
		
	}
	/*Wine comp*/
	.filter {
		height: 135px;
	}
	.filter .filterIcon{
		   display: none;
	}
	.filter	input, .filter	.largestInput:first-of-type, .filter	.largestInput, .view, #content .leftContent .filter .largeView{
		display: block;
		width:94%;
		max-width: 400px;
		margin:0 auto 10px auto;
		float: none;
	}
	.view, .largeView{
		max-width: 410px;
	}
	.filter	input.sendButton {
    	width: 45%;
	}
	/*comp*/
	#content .leftContent .fileBlock .contactIcon {
		width: 18.84%;
	}
	#content .leftContent .wineCompany .linkCont{
		display:none;
	}
	#content .leftContent .wineCompany h2{
		width: 79%;
		background:none;
		padding: 15px 3% 15px 3%;
	}
	#content .leftContent .wineCompany .companySite{
		right: -30px;
    	top: 0px;
	}
    .filter.diffFilter {
        display: flex;
        width: 90%;
        align-items: center;
        height: 60px;
        padding-left: 1%;
    }
    .filter.diffFilter input {
        margin: 0;
        margin-right: 1%;
        width: 50%;
    }
    .filter.diffFilter input.sendButton {
        width: 72px!important;
    }
		/*comp pop up*/
		.popUp img {
			width: 72%;
			margin-bottom: 15px;
		}
	/*rtveli*/
	#content .leftContent .rtveliButton{
		width: 94%;
		max-width: 320px;
		margin: 0 auto 25px auto;
		float: none;
	}
}
/*480*/
@media screen and (max-width: 480px) {

 /*menu*/
    .nav {
    	width: 92%;
	}
/*content*/
	#content {
		padding-bottom: 147px;
	}
/*footer*/
	#bottomBlock{
		display: none;
	}
	#footerWrapper {
		width: 100%;
		height: 147px;
		position: absolute;
		margin-top: -147px;
	}
/*content Inner*/
	#content .leftContent .simpleGrape .grapeDesc {
		display: block;
		width: 94%;
		padding: 0 1.5%;
	}
	#content .leftContent .simpleGrape .grapeDesc .leftBlock,#content .leftContent .simpleGrape .grapeDesc .linkCenter{
		display: block;
		width: 96%;
		margin: auto;
		float: none;
	}
	/*grapeVarieties*/
	#content .grapeVarieties{
		height: 330px;
		
	}
	#content .grapeVarieties .imageBlock {
		width: 99%;
		/*max-width: 380px;*/
		height: 256px;
    	max-height: 256px;
	}
	#content .grapeVarieties .galleryTitle, #content .grapeVarieties:nth-child(odd) .galleryTitle{
		width: 93.4%;
		height: 96%;
		top: 3%;
		left: 3%;
		background: none !important;
	}
	#content .grapeVarieties:nth-child(odd) .galleryTitle {
		right: auto;
	}
	#content .grapeVarieties .galleryTitle .bottomT {
		width: 96%;
		left: 2%;
		top: 266px;
	}
	#content .grapeVarieties .galleryTitle .bottomT h2{
		width: 94%;		
		max-height: 34px;
		overflow: hidden;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT {
		width: 96%;
		left: 2%;
		top: 266px;
		position: absolute;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .qvevriWine h2{
		margin-top: 0px;
    	margin-bottom: 5px;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT .paragraph, #content .leftContent .wineEtiduetteInner .galleryTitle .qvevriWine a.moreInfo{
		display: none;
	}
    #content .leftContent .wineEtiduetteInner .galleryTitle .qvevriWine .paragraph{
        display:block;
        max-height:35px;
    }
	/*wine etiwuettes*/
	#content .leftContent .wineEtiduette{
		margin-right:auto;
		margin-left: auto;
		float: none;
	}
	#content .leftContent .wineEtiduette .imageBlock{
		width: 99%;
	}
	#content .leftContent .wineEtiduette .galleryTitle{
		width: 93.4%;
    	top: 3%;
    	left: 3%;
	}
	#content .leftContent .wineEtiduette .galleryTitle h2{
		padding: 0;
	}
	#content .wineEtiduetteInner{
		height: 350px;
	}
	
	#content .leftContent .wineEtiduetteInner .galleryTitle .galleryIcon, #content .leftContent .wineEtiduetteInner:nth-child(odd) .galleryTitle .galleryIcon {
		right: 3%;
		bottom: auto;
		top: 180px;
		left: auto;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT {
		top: 256px;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT h2{
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}
	#content .leftContent .wineEtiduetteInner .galleryTitle .bottomT ul li:first-of-type{
		font-size:0.8em;
		max-width: 60%;
	}
	#content .leftContent .newsImage {
		width: 94%;
		max-width: 250px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	/*program*/
	#content .leftContent .simpleProgram .imageBlock {
		width: 99%;
	}
	#content .leftContent .simpleProgram .galleryTitle {
		width: 93.4%;
		height: 96%;
		top: 3%;
		left: 3%;
	}
	/*links*/
	#content .leftContent .simpleLink{
		width: 94.34%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#content .leftContent .simpleLink .imageBlock{
		width: 99%;
		background-size: 80% auto !important;
	}
	#content .leftContent .simpleLink .galleryTitle {
		width: 93.4%;
		height: 96%;
		top: 3%;
		left: 3%;
	}
	/*events*/
	#content .leftContent .simpleEvent{
		width: 94%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		float: none;		
	}
	#content .leftContent .infoBlock {
		width:100%;
	}
	/*contact*/

    #content .leftContent .contactForm .formLine{
		width: 94.8%;
	}
	#content .leftContent .contactForm label{
		width: 90.4%;
		text-align: center;
	}
	#content .leftContent .contactForm input.sendMessage{
		display: block;
		    margin: 0 auto 20px auto;
		float: none;
	}
} 

/*400*/
@media screen and (max-width: 400px) {
    .filter.diffFilter input {
		width:70%
    }
	/*menu*/
	.mainMenu {
		margin-right: 10%;
	}
	/*inner content*/
	#content .simpleNews .imageBlock {
		width: 92.75%;
	}
    /*contact*/
    #content .rightContent ul.contactInfo{
        width: 100%;
    }
    #content .rightContent ul.contactInfo li{
        background: none;
    }
    #content .rightContent ul.contactInfo li .contactIcon{
        margin-right: 7.97%;
    }
    /*new 07.02.18*/highcharts-credits
    .tabs nav ul li{
        font-size: 0.81em;
    }
    .tabs nav a{
        padding: 0px 5px 10px 5px;
    }
} 

.trainingEvent {
    display: flex;
    width: 99%;
    height: 120px;
    margin-left: 0.7%;
}

.trainingEvent h4 {
    display: flex;
    width: 100%;
    height: 100%;
}

.trainingEvent h4 a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: url(../images/grapeOrnamentLeft.png) no-repeat left top;
    background-size: auto 100%;
    box-shadow: 0px 0px 5px 0px rgba(181,33,28,0.35);
    color: #4d5e8a;
    font-family: 'Conv_bpg_nino_mtavruli_bold_5';
    font-size: 16px;
    line-height: 18px;
	text-align:center;
}

.trainingEvent:hover h4 a {
    background: url(../images/grapeOrnamentLeft.png) no-repeat left top, url(../images/grapeOrnamentRight.png) no-repeat right top;
    background-size: auto 100%;
} 

 /*15.09 2023*/ 
 .filter.diffFilter {
     display: flex;
     width: 98%;
     align-items: center;
 }
.filter.diffFilter input {
	margin:0;
    margin-right: 4.23%;
    width: 77%;
}

#content .leftContent .filter.diffFilter .filterIcon {
    margin-left: 1.57%;
}
.filter.diffFilter input.sendButton {
    width: 97px;
    margin-right: 1%;
	
}
/*21.12.2023 international exhibitions */
#content .leftContent.intContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   
}
#content .leftContent.intContent .simpleNews {
    width: 48%;
    height: 365px;
    margin: 0;
    margin-bottom: 50px;
    /*margin-left:20px;*/
}
/*#content .leftContent.intContent .simpleNews:nth-child(3n-1) {
    
    margin-left: 0;
}*/
	#content .leftContent.intContent .simpleNews .imageBlock {
		max-width: 410px;
        width: 90.75%;
	}
#content .leftContent.intContent .simpleNews .imageBlock img {
    display: Flex;
    width: 100%;
    height: 100%;
}
		#content .leftContent.intContent .simpleNews .newsTitle .bottomT h2 {
			display: flex;
			max-height: 52px;
			height: 54px;
			font-size: 15px;
			line-height: 18px;
			padding: 0;
		}
#content .simpleNews .newsTitle .bottomT time {
    font-size: 0.78rem;
} 
/*inner exhibitions */
.regInfo {
    display: block;
    
    
}

.regInfo .regStartDate {
    font-weight: bold;
    color: green;
}
.regInfo .regEndDate {
    font-weight: bold;
    color: red;
}
.regInfo .compNumb {
    font-weight: bold;
}
#content .leftContent .paragraph .linkLine.diffReg {
		margin-top: 20px;
		border: 1px solid rgba(181, 34, 28,0.3);
		padding-top: 10px;
		padding-left: 10px;
		border-radius: 4px;
    margin-left: 10px;
	} 
/*inner exhibition registration*/
#content .leftContent .contactForm .formLine.diffFormLine {
    width: 95%;
} 
/*succesView*/
#content .leftContent .contactForm.succesView.diffSucces {
    display: Flex;
    flex-wrap: wrap;
    
}
	#content .leftContent .contactForm.succesView.diffSucces span.intResult {
		display: flex;
		justify-content: Center;
		width: 100%;
		margin-bottom: 20px;
		font-weight: normal;
		font-family: 'Conv_bpg_nino_mtavruli_normal_0';
	}
	#content .leftContent .contactForm.succesView.diffSucces span.intCompany {
		display: flex;
		width: 100%;
		font-weight: normal;
		font-family: 'Conv_bpg_nino_mtavruli_normal_0';
		text-align: center;
	}
		@media screen and (max-width: 1220px) {
			#content .leftContent.intContent .simpleNews .imageBlock {
        height: 240px;
    }
}
@media screen and (max-width: 1000px) {
    #content .leftContent.intContent .simpleNews {
        max-width: none;
        width: 96%;
        height: 400px;
		
    }
    #content .leftContent.intContent .simpleNews .imageBlock {
        max-width: 550px;
        height: 280px;
        max-height: none
    }
    #content .leftContent.intContent .simpleNews .imageBlock img {
        object-fit: cover;
    }
} 
@media screen and (max-width: 768px) {
    #content .leftContent.intContent .simpleNews {
        max-width: none;
        width: 48%;
        height: 365px;
		
    }
    #content .leftContent.intContent .simpleNews .imageBlock {
        max-width: 410px;
        width: 90.75%;
        height: 240px;
    }

    #content .leftContent.intContent .simpleNews .imageBlock img {
        display: Flex;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 620px) {
    #content .leftContent.intContent .simpleNews {
        max-width: none;
        width: 96%;
        height: 400px;
    }

    #content .leftContent.intContent .simpleNews .imageBlock {
        max-width: 550px;
        height: 280px;
        max-height: none;
    } 
}