/*@font-face { font-family: menu; src: url('../../assets/fonts/bpg_supersquare_mtavruli.ttf'); }*/
@font-face { font-family: nino; src: url('../../assets/fonts/bpg-arial.woff'); }
@font-face {
  font-family: bpg-arial;
  src: url(../../assets/fonts/bpg-arial.woff);
}

/**********************/

*{
    font-size: 15px;
    font-family: bpg-arial;
}

h1, h2, h3, h4, h5, h6, *, ul, p{
    margin: 0;
    padding: 0;
}

textarea{
    resize: none;
}

footer{
    text-align: center;
}

body{
    min-width: 100%;
    background-color: #AFBF73 !important;
    background-image: url(/assets/images/bg-icons3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/**********************/

/* Header */

.container{
    max-width: 1200px;
}

.menu-list{
    background: #d9d9d9;
    /*height: 50px;*/
    /*max-width: 1000px;*/
}

/*.menu-list .navbar{
    height: 50px;
    padding: 0;
}*/



.tour-wine h1 a span{
    font-size:32px !important;
    color: #008000;
}

.tour-wine h2 a span{
    font-size:24px !important;
}

.tour-wine h3 a span{
    font-size:18px !important;
}

.tour-wine h4 a span{
    font-size:16px !important;
}

.tour-wine h5 a{
    font-size:13px !important;
}

.tour-wine h6 a{
    font-size:10px !important;
}

.tour-wine h1 a{
    font-size:32px !important;
}

.tour-wine h2 a{
    font-size:24px !important;
}

.tour-wine h3 a{
    font-size:18px !important;
}

.tour-wine h4 a{
    font-size:16px !important;
}

.tour-wine h5 a{
    font-size:13px !important;
}

.tour-wine h6 a{
    font-size:10px !important;
}

.menu-list ul{
    width: 100%;
}
.mr-auto {
    background: #d9d9d9;
}

img#logo{
    max-height: 90%;
}
/*.menu-list .navbar {
    z-index: 99;
}*/

.header-poster iframe{
    width: 100%;
}

.menu-list a, .menu-list span{
    color: #3f8540 !important;
    text-transform: capitalize;
    text-decoration: none;
    height: 100%;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    height: 40px;
    font-family: nino, Helvetica;
}

.menu-list span.active{
    background: #AFBF73;
}

/* 
.navbar {
    max-width: 1140px;
    margin: 0 auto;
}

.bg-light {
    background-color: #D9D9D9 !important;
}

 */

/*.navbar-left > img {
    height: 40px;
}*/
.menu-list a:hover, li.show a{
    color: #000 !important;
}

/*.menu-list .navbar-expand-md .navbar-nav .nav-link{*/
/*    padding: 0 10px;*/
/*}*/

.menu-list li:hover, li.show{
    background: #cacaca;
    color: #000;
    transition: 0.7s;
}

.menu-list li:active, li.show{
    background: #AFBF73;
    color: #000;
    transition: 0.7s;
}

.dropdown-toggle::after{
    margin-left: 7px;
    margin-top: 4px;
}

.menu-list .dropdown-item{
    color: #000 !important;
    height: auto;
}

.menu-list .dropdown-menu{
    background-color: #cacaca;
    margin: 0px;
    border-radius: 0%;
    border-color: #cacaca;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.5s;
}

.menu-list .dropdown-item:hover{
    background: #d9d9d9;
    color: #000;
    transition: 0.5s;
}

.menu-list .dropdown-item:active{
    background: #AFBF73;
    color: #000;
    transition: 0.5s;
}

.header-poster{
    padding: 0!important;
}

.header-poster img{
    width: 100%;
    max-height: 600px;
}


/* SECTION MAIN - HOME*/

.owl-nav, .owl-dots{
    display: none !important;
}

.main-container{
    background: #fff;
    padding-bottom: 35px;
}

.main-header{
    text-align: center;
    margin: 30px 0;
}

.main-header h1, .main-header h1 > span{
    font-size: 28px;
    color: #3f8540 ;
}

.main-t{
    display: flex;
    align-items: center;
    padding: 0 5px;
}

section .col-md-12{
padding-left:25px !important ;
padding-right:25px !important;
}


.header-poster{
    padding-left:0 !important;
    padding-right:0 !important;
}

.mt-image{
    width: 20%;
}

.mt-image img{
    max-width: 100%;
}

.mt-desc{
    width:100% !important;
}

.mt-desc h2 a{
    font-size: 1em;
}

.mt-desc p{
    font-size: 16px;
}

.main-a{
    text-align: center;
    margin: 10px 0 30px;
}

.main-a p, .main-a strong{
    font-size: 22px;
}

.main-f, .main-flyer{
    display: flex;
    align-items: center;
    /*margin-left: 120px;*/
}

.mf-desc{
    width: 100%;
}

.mf-desc p{
    color: #b22222;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}

.mf-desc a{
    font-size: 20px;
    color: #3f8540 ;
}

.mf-desc iframe{
    margin: 20px auto;
    max-width: 800px;
    width: 100%;
    min-height: 530px;
    height: auto;
}

.mf-image{
    max-width: 150px;
    width: 35%;
}

.mf-image img{
    width: 100%;
}

.main-flyer{
    margin-top: 50px;
    margin-bottom: 150px;
}

.main-flyer p{
    font-size: 22px;
}

.main-flyer a{
    color: #428bca;
    font-size: 22px;
    font-weight: 600;
}

.main-social{
    background: #faf2f8;
    min-height: 100%;
    width: 100%;
}

.mc-icons{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.mc-icons > div{
    margin: 0 5px;
}


/*SECTION CONFERENCE*/

.conf-wrapper{
    background: #fff;
    padding-bottom: 50px;
}
.conference-header{
    padding: 0 45px;
    margin: 30px 0;
}

.conference-header h1, .conference-desc h1 span{
    font-size: 28px;
    text-align: center;
    color: #000;
    font-weight: 700;
    line-height: 30px;
}

.checkbox_text textarea {
    resize: none;
    border: 2px solid #dce0e0;
    padding: 15px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.conference-a{
    padding: 0 8px;
    margin-bottom: 30px !important;
}

.conference-a p {
    font-size: 20px;
    font-style: none;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    text-align: center;
}

.conference-desc p{
    margin-bottom: 15px !important;
    font-size: 16px;
    color: #000;
}

.conference-desc ul{
    list-style: none !important;
    list-style-type: unset;
}

.conference-desc li:before {
    content: "■";
    font-family: FontAwesome;
    color: #008000; 
    margin-right: 4px;
}


.conference-desc ul{
    padding-left: 15px;
}

label{
    width:99%;
}

.gallery{
    background:white;
    padding-top:50px;
    padding-bottom:50px;
}


.line{
    padding-bottom:50px;
}

.checkbox .checkbox_label{
    width:5%;
}

iframe{
    /*height:570px !important;*/
    width:100%;
}

.programme-i table tbody tr:last-child td:first-child{
        display: flex;
    height: unset !important;
}

/*PROGRAMME*/
.programme-wrapper{
    background: #fff;
    padding-bottom: 50px;
}

.programme-header{
    font-weight: 700;
    margin: 30px 0;
}

.programme-header > *{
    font-size: 14px;
    line-height: 1em;
}

.programme-wrapper ul{
    margin-left: 20px;
}

.programme-header p{
    margin: 8px 0;
}

.programme-i{
    margin: 10px 0 50px;
}

.pi-title h4{
    padding: 15px 0;
    font-weight: 600;
    font-size: 1.8em;
    color: #000;
}

.pi-title{
    text-align: center;
    border: 1px solid #000;
    border-right: none;
    border-top: none;
}

.pi-title:first-child{
    border-top: 1px solid #000;
}

.pi-title:after{
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background: #ccc;
    border-top: 1px solid #000;
}


.pi-e{
    display: flex;
}

.pi-e > div{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.pi-time{
    width: 20%;
}

.pi-time p{
    padding-left: 10px;
    font-size: 13px;
}
.pi-info{
    width: 80%;
}

.pi-info p {
    padding-left: 25px ;
    font-size: 13px;
}

.pf-h h4{
    font-size: 14px;
    font-weight: 600;
}

.pf-b li{
    font-size: 13px;
}

.pf-o{
    margin-top: 20px;
}

.pf-o h4{
    font-size: 14px;
}

.pf-o li{
    font-size: 13px;
}

.pi_info_except{
    justify-content: column;
}

/*GENERAL INFORMATION*/

.gi-wrapper{
    padding-bottom: 50px;
    background: #fff;
}

.gi-header{
    margin: 30px 0;
    text-align: center;
}

.gi-header h1{
    font-size: 28px;
    text-decoration: underline;
}

.gi-a p{
    font-size: 16px;
}


.wrapper_name1 > h2 {
        font-size: 1.5rem;
        text-align: center;
}
 
.checkbox {
    display:flex;
    margin: 10px 0;
}

.checkbox > p  {
    width:100%;
    font-weight: 600;
}

/*CONTACT*/

.contact-wrapper{
    padding-bottom: 50px;
    background: #fff;
}

.cw-header{
    margin: 30px 0;
}

.cw-a p{
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
}

.wrapper_name {
	color: #000000;
}

.wrapper_name > h2 {
    font-size: 1.5rem;
}

.wrapper, .wrapper2 {
  margin: 30px 0;
  width: 100%;
  /*max-width: 680px;*/
  padding: 0px;
  box-sizing: border-box;
}
 

.content {
  text-align: center;
}
 
.content h1 {
  letter-spacing: 1px;
}
 
.form {
  width: 100%;
  margin: 25px 0;
}
 

.middle-form,
.bottom-form {
  width: 100%;
  min-height: 65px;
  margin: 10px 0;
}
 
.form input[type="text"],
.form textarea {
  border: 2px solid #dce0e0;
  padding: 15px 5px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  border-radius: 5px;
}
 
.form input:focus,
.form textarea:focus {
  border-color:#008000;
  border-radius: 5px;
  outline: none;
 }
 
.form .label {
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #000000;
}
 
.top-form .inner-form {
  width: 29.9%;
  float: left;
  margin-right: 5%;
}
 
.top-form .inner-form:last-child {
  margin-right: 0;
}
 
.middle-form {
  clear: both;
}
 
.bottom-form textarea {
  height: 120px;
}
 
.btn {
  background: #008000;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
  margin: 0 auto;
}

.btn:hover {
  background: #D9D9D9;
  width: 150px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.5s;
}

.btn:active {
  background: #000;
  width: 150px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.5s;
}

/*TRAVEL*/

.travel-wrapper{
    padding-bottom: 50px;
    background: #fff;
}

.travel-header{
    text-align: center;
    margin: 30px 0;
}

.travel-header h1{
    text-decoration: underline;
    font-size: 28px;
    color: #000;
}

.travel-a{
    margin-top: 70px;
}

.ta-title{
    margin: 30px 0
}

.ta-title h3{
    font-size: 28px;
    text-decoration: underline;
    color: #000;
}

.ta-b{
    margin-bottom: 25px;
}

.ta-b h4{
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.ta-o{
    margin-top: 30px;
}

.ta-o p{
     text-decoration: underline;
 }

.travel-b{
    margin-top: 70px;
}


/*LOCATION*/

.conf-loc-wrapper{
    padding-bottom: 80px;
    background: #fff;
}

.cl-map{
    margin: 30px 0 80px;
    text-align: center;
}

.cl-map img{
    width: 85%;
    margin-bottom: 10px;
}

.clm-a{
    margin-bottom: 50px;
}

.clm-title{
    text-align: center;
    margin: 20px 0;
}

.clm-title h4{
    font-size: 22px;
    font-weight: bold;
}

.clm-b p{
    margin-bottom: 20px;
}

.clm-blog{
    margin-top: 50px;
}

.clmb-title{
    margin: 20px 0;
}

.clmb-title h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.clmb-o{
    margin-bottom: 20px;
}

.clmb-l{
    text-align: center;
    margin-bottom: 30px;
}

.clmb-l a{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #428bca;
}

.clmb-image img{
    width: 100%;
    margin-bottom: 20px;
}

.clmb-i p{
    margin-bottom: 20px;
}

/*accommodation*/

.accommodation-wrapper{
    padding-bottom: 50px;
    background: #fff;
}

.aw-title{
    margin: 30px 0 50px;
}
.aw-title h4{
    font-size: 18px;
    color: #000;
}
.aw-text1 {
    margin-bottom: 30px;
}
.aw-text1 h2 {
    font-size:20px;
}
.aw-text1 p {
    font-size:14px;
    padding: 30px 0 30px;
}
.form_title {
    font-size:20px;
}

table {
    border-collapse: collapse;
}

/*table, th, td {*/
/*    border: 1px solid black;*/
/*    text-align: center;*/
/*}*/


/* ONLINE REGISTRATION */

.gi_options{
    margin-top: 25px;
}

.gi_options > p{
    font-weight: 600;
}

.gi-wrapper{
    padding-top: 30px;
}

.gi-wrapper p{
    text-indent: 0 !important;
}

.wrapper_name1{
    margin-bottom: 30px;
}

.gi-wrapper input{
    border: 2px solid #dce0e0;
    padding: 15px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.label2{
    padding: 5px 0;
}

label.checkbox_label{
    min-width: 90px;
    text-align: center;

}

.gi_options  > p{
    margin-bottom: 15px;
}

.gi_option{
    display: flex;
    align-items: center;
}

.gi_option input{
    max-width: 80px;
}

.gi_option_rooms{
    display: flex;
    flex-direction: column;
}

.gi_option_rooms .checkbox_label{
    text-align: left;
}

.gi_option > P{
    font-weight: 600;
}

.checkbox_label input{
    max-width: 77px;
}

.gi_option_rooms .checkbox_label{
        font-weight: 600;
    display: flex;
}

.arrive, .departure{
    margin: 30px 0;
}

.arrive > p, .departure > p, .questionary > p{
    font-weight: 600;
}

.arrive .checkbox_label, .departure .checkbox_label{
    display: flex;
    align-items: center;
    font-weight: 600;
}

.arrive .inner-form2, .departure .inner-form2{
    margin-bottom: 20px;
}

.questionary{
    margin: 15px 0;
}

.questionary > p{
    font-weight: 600;
    margin: 5px 0;
}

.questionary textarea{
    height: 150px;
}

#arr_ticket_num, #dep_ticket_num{
    max-width: 200px;
    margin-left: 20px;
}



/*ARCHIVE*/

.archive_info p{
    margin-bottom: 10px;
}

.archive_info ul{
    padding-left: 15px;
    margin-bottom: 10px;
}


/*TOURS INFO*/

.tours-info, .tour_desc{
    margin: 30px 0;
}

.tour_desc p{
    margin-bottom: 12px;
}

.tour_desc img{
    margin: 15px 0;
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}

.conference-location{
    padding: 0 15px 30px;
    background: #fff;
}


/*#navbarsExampleDefault {*/
/*    width:100%;*/
/*}*/
/*@media only screen and (max-width: 992px) {*/
/*    #navbarsExampleDefault {*/
/*    width:unset;*/
/*}*/
    
/*    .collapse {*/
/*        display:block !important;*/
/*    }*/
    
/*    .nav-item {*/
/*        display:none;*/
/*    }*/
    
/*    .nav-item.active{*/
/*        display:block;*/
/*    }*/
    
/*    .navbar button{*/
/*        margin-left:unset !important;*/
/*        margin-top: 10px;*/
/*        margin-right: auto;*/
/*        outline:none;*/
/*    }*/
/*     .navbar button:focus{*/
        
/*        outline:none;*/
/*    }*/
    
/*    .navbar-collapse {*/
/*        margin-left:auto;*/
/*    }*/
    
/*    .dropdown-item {*/
      
/*        padding: 3px 0.5rem !important;*/
/*        width:150px !important;*/
/*        font-size:11px !important;*/
/*    }*/
    
/*    .cl-i p {*/
/*        word-wrap:break-word;*/
/*    }*/
   
    
    
/*}*/

/*CSS STYLES FOR NEW PAGES AND SOME MINOR CHANGES TO OLD ONES*/
h1, h2, h3, h4, h5, h6, p, a, li, ul, span, btn, input, textarea {
    font-family: 'bpg-arial' !important;
}

h1 {
    font-size: 29px !important;
}

h2 {
    font-size: 27px !important;
}

h3 {
    font-size: 25px !important;
}

h4 {
    font-size: 23px !important;
}

h5 {
    font-size: 21px !important;
}

h6 {
    font-size: 19px !important;
}

p, li, ul, a {
    font-size: 15px !important;
}




















