/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 29, 2016, 8:31:28 PM
    Author     : veisss
*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    overflow: auto;
    margin:0;
    padding:0;
    position: relative;
    min-height: 100%;
    height: 100%;
}

strong {
    font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

.book_download{
    box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 29%);
    margin-left: 40px;
    margin-top: 10px;
    width: 281px;
    height: 47px;
    font-family: Arial;
    text-align: center;
    line-height: 47px;
    background-color: #4055a5;
    cursor: pointer;
    color: white;
    padding: 11px;
    font-size: 18pt;
    font-family: 'square';
    border-radius: 15px;
}

.book_name_v2{
    box-shadow: 0 0 12px #ccc;
    border: 0px;
    outline: none;
    margin-top: 14px;
    margin-left: 42px;
    width: 278px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    padding: 11px;
    font-family: Arial;
    color: rgb(114, 114, 116);
    background: rgba(255, 255, 255, 0.85) !important;
}

.content_v2 {
    width: 370px;
    height: 545px;
    position: absolute; /*Can also be `fixed`*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}


.content_v2_book {
    width: 830px;
    height: 379px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 50px;
}


.content_v2_opened {
    width: 950px;

}


.anim_v2 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.absolutecentertab {
    margin: auto;
    width: 100%;
    height: 100% ;
    right: 0;
    top: 0;
    min-height: 100%; 
    bottom: 0;
    left: 0;
    /* max-width: 100%; */
    margin-bottom: -50px;
}

.newshadow{
    box-shadow: 0 0 12px #ccc;
}


.absolutecentertab:after {
  content: "";
  display: block;
}
.site-footer, .absolutecentertab:after {
  height: 50px; 
}


@font-face {
    font-family: 'Conv_BPG-Georgian-Pure-DejaVu';
    src: url('../fonts/BPG-Georgian-Pure-DejaVu.eot');
    src: local('☺'), 
        url('../fonts/BPG-Georgian-Pure-DejaVu.woff') format('woff'), 
        url('../fonts/BPG-Georgian-Pure-DejaVu.ttf') format('truetype'), 
        url('../fonts/BPG-Georgian-Pure-DejaVu.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPG WEB 002 Caps';
    src: url('../fonts/bpg-web-002-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-web-002-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bpg-web-002-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bpg-web-002-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bpg-web-002-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bpg-web-002-caps-webfont.svg#bpg_web_002_capsregular') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'bpg_banner_caps';
    src: url('../fonts/bpg_banner_caps.eot');
    src: url('../fonts/bpg_banner_caps.eot') format('embedded-opentype'),
        url('../fonts/bpg_banner_caps.woff2') format('woff2'),
        url('../fonts/bpg_banner_caps.woff') format('woff'),
        url('../fonts/bpg_banner_caps.ttf') format('truetype'),
        url('../fonts/bpg_banner_caps.svg#bpg_banner_caps') format('svg');
}


@font-face {
    font-family: 'square';
    src: url('../fonts/Square721_Cn_BT_Bold.ttf');
}


.main_view_photo img {
    -webkit-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.75);
}

.main_view_photo {
    background: #525659;
    position: relative;
}

.awaitingModeration {
    border: 1px solid #ffa62b !important;
    background: #ffa62b !important;
}

.prev-photo {
position: absolute;
    font-size: 40pt;
    left: 40px;
    top: 40%;
    color: white;
    cursor: pointer;
}

.next-photo {
    cursor: pointer;
position: absolute;
    font-size: 40pt;
    right: 40px;
    top: 40%;
    color: white;
    
}

.tag  {
    position: relative;
    background: #525659;
    display: inline-block;
    margin-left: 10px;
    min-width: 160px;
    padding: 5px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
    text-transform: lowercase;
    font-family: Arial;
    
}

.removeTag {
        position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
    font-size: 8pt;
}

.request-tag {
    border: 0px;
    background: rgb(107, 109, 112);
    margin-top: 12px;
}

.photo_full_view {
    z-index: 9;
    display: none;
    height: calc(100% - 22%);
    position: absolute;
    top: 22%;
    width: 100%;
}

td.main_toolbar {
    background: #f2f8e8;
}

.view_separator tr td {
    vertical-align: middle !important;
}

.view_separator {
    border-spacing: 0px;
    width: 100%;
    height: 100%;
}


.back-to-top i {
    margin-top: 7px;
    font-size: 35pt;
    color: white;
}

.back-to-top {
    opacity: 0.5;
    cursor: pointer;
    position: fixed;
    width: 70px;
    height: 65px;
    background: #4055a5;
    right: 20px;
    bottom: -100px;
    text-align: center;
}

.anim.incressFontSize * {
    font-size: 18px !important;
}
html[lang="ge"] .anim.incressFontSize * {
    font-size: 15px !important;
}


.about_custom {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    border: 0px solid rgba(255, 255, 255, 0.43) !important;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.43) !important;
    border-radius: 15px;
    margin: 0 auto 0 auto;
}

.search-holder input[type="text"] {
    position: relative;
    color: #5d5d5d;
    padding: 9px;
    width: 300px;
    outline: none;
     border: 1px solid #f1f1f1;

    -moz-box-shadow: 0 0 12px #ccc;
    -webkit-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
    padding-left: 40px;
    font-size: 13pt;
    font-family: 'bpg_banner_caps';
}

input { font-family: 'FontAwesome'; } /* This is for the placeholder */
.search-holder {
    position: relative; 
}

.ui-autocomplete li:hover {
    background: #eaeaea !important;
}

.search-holder:before {
font-family: 'FontAwesome';
    color: #c9c9c9;
    position: absolute;
    right: 324px;
    z-index: 15;
    content: "\f002";
    top: 9px;
    font-size: 17pt;
}
.search-holder-tag:before {
font-family: 'FontAwesome';
    color: #c9c9c9;
    position: absolute;
    right: 660px !important;
    z-index: 15;
    content: "\f002";
    top: 9px;
    font-size: 17pt;
}


.entrance {
    position: absolute;
    background: rgba(230, 230, 230, 0.77);
    width: 244px;
    height: 222px;
    top: 0px;
    font-family: 'bpg_banner_caps';
    display: none;
    font-size: 15pt;
    color: #007ded;
    font-weight: bold;
}



.bx-viewport {
    height: 575px !Important;
}

.entrance .gifsLink.active, .entrance .photosLink.active {
       
    font-weight: bold;
    color: #007ded;
    font-size: 18pt;

}

.entrance .gifsLink {
    padding: 42.9px;
}

.entrance .photosLink {
        padding: 42.8px;
    border-top: 1px solid #ffffff;
}

.gal_icon {
    position: relative;
}

.menu_right ul {
    list-style: none;
}

html[lang="en"] .menu_right ul li a {
    font-family: 'square', "Times New Roman";
    font-size: 18pt;
    line-height: 82%;
}

  .menu_right.white ul li {
    background-color: rgba(255, 255, 255, 0.43) !important; 
}

.menu_right ul li {
      margin-top: 15px;
    padding: 9px;
    width: 200px;
    padding-left: 0px;
    background: rgba(0, 0, 0, 0.43);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}



.menu_right {
    display: none;
    position: fixed;
    z-index: 10;
    right: 0px;
    top: 150px;
}

.menu_item{
    
    font-family: 'BPG WEB 002 Caps';
    display: block;
    padding: 5px;
    margin-left: 25px;
    height: 20px !important;
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: bold;
    cursor:  pointer;
    color: white;
    text-decoration: none;
}



.menu{
    float: right;
    margin-top: 40px;
}

.dark_footer {
        display: inline-block;
    margin-top: 20px;
}



.footer_fb{
    
    width: 34px;
    height:  34px;
    background-image: url(../img/facebook_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.footer_inst{
    
    width: 34px;
    height:  34px;
    background-image: url(../img/instagram.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

html[lang="en"] .footer_menu {
    
        font-family: 'square', "Times New Roman";
    cursor:  pointer;
    text-decoration: none;
    color: white;
    font-size: 15pt;
}

.dark_footer .footer_menu {
    color: #6d6d6d !important;
}

.footer_menu{
      font-family: 'BPG WEB 002 Caps';
    cursor:  pointer;
    text-decoration: none ;
    font-size: 15pt !important;
    color: #4055a5;
    float: left;
    margin-left: 17px;
    font-size: 14px;
    margin-top: 10px;
}

.footer_menu_item{
    text-decoration: none;
  
}




.dark_footer .footer_menu_item {
    color: #6d6d6d;
}
.footer_menu_item { 
    color: #4055a5;
    font-size: 13pt;
}      /* unvisited link */



.footer_s{
    margin-left: 5px;
    margin-right: 5px;
    color: #4055a5;
    font-size: 14pt;
    float: left;
    font-family: 'bpg_banner_caps';

}



.text-page {
    width: 1280px;
    background: none;
    min-height: 640px;
    color: #5d5d5d;
} 

.text-page .actual-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
}

.text-page h2 {
    font-family: 'bpg_banner_caps';
    font-size: 15pt;
    padding: 10px;
}

.text-page .actual-text ol {
    padding-left: 30px;
}


.text-page hr {
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 1260px;
}


.footer_copy{
    font-family: Arial;
    float: left;
    position: absolute;
    margin-top: 22px;
    margin-left: 50px;
    font-size: 12px;
}

.dark_footer .footer_pow {
    color: #6d6d6d;
}

.footer_pow{
   font-family: 'square', "Times New Roman";
    cursor:  pointer;
    text-decoration: none;
    color: #4055a5;
    font-size: 15pt;
    float: right;
    margin-top: 10px;
}





.dwnl_bg{
    height: -moz-calc(100% - 160px);
    height: -webkit-calc(100% - 160px);
    height: -o-calc(100% - 160px);
    height: calc(100% - 160px);
    box-shadow: 0 0 12px #ccc;
    overflow: hidden;
    opacity: 0;
}

.dwnldw{
    width: 48px;
    height: 45px;
    background-image: url(../img/dwnldw.png);
    cursor: pointer;
    margin-right: 62px;
    margin-top: 0px !important;
    
}



.dwnlback{
    width: 48px;
    height: 48px;
    background-image: url(../img/back.png);
    cursor: pointer;
    margin-right: 20px;
    margin-top: 15px !important;
}

.ui-dialog { z-index: 5000 !important ;}



.dwnlfb{
    width: 48px;
    height: 48px;
    background-image: url(../img/dwnlfb.png);
    cursor:pointer;
       margin-left: 232px;
    margin-top: 15px !important;
    
}

.err_txt{
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    line-height: 300px;
    font-size: 31px;
    font-family: Arial;
}
.dwnl_ok{
    box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 29%);
    margin: 10px;
    width: 320px;
    height: 47px;
    font-family: Arial;
    text-align: center;
    line-height: 47px;
    background-color: #4055a5;
    margin-top: 7px;
    cursor: pointer;
    color: white;
    padding: 11px;
    opacity: 0;
    font-size: 18pt;
    font-family: 'square';
    border-radius: 15px;
}

.dwnl_ok:hover{
    background-color: #5068c7;
}


.exit-from-gallery {
    position: fixed;
    font-size: 25pt;
    left: 40px;
    text-decoration: underline;
    top: 325px;
    color: #59687d;
}

.gal_text{
    width: 100%;
    display: block;
    font-size: 30px;
    color: #000;
    font-family: 'bpg_banner_caps';
}

.gal_bg{
    width: 1280px;
    height: -moz-calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: -o-calc(100% - 150px);
    height: calc(100% - 150px);
    max-height: 640px;
    background-image: url(../img/galerea_1.jpg);
    overflow: hidden;
    opacity: 0;
}

.anim, .anim * {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

/** Pagination **/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #007ded;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: 'bpg_banner_caps' !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}




.gallery_description {
    padding-top: 10px;
    text-align: center;
    padding-left: 10px;
    font-family: 'bpg_banner_caps';
    font-size: 11pt;
    color: #737373;
    word-wrap: break-word;
    margin-top: 30px;
    padding-right: 20px;
    
}

.anim  * 
{
    font-size: 17px !important;
}

.actual-text-about * {
    
    width: 100% !important;
    font-size: 18px !important;
}

.gal_icon{
    cursor: pointer;
    width: 244px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    height: 200px;
    border: 1px solid #f1f1f1;
    text-align: center;
    padding-top: 22px;
        -moz-box-shadow: 0 0 12px #ccc;
    -webkit-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
}

.gal_icon.color1 {
    text-align: center;
    padding-top: 22px;
}



.gal_icon.color2 {
    text-align: center;
    padding-top: 22px;
}

.gal_icon.color3 {
    text-align: center;
    padding-top: 22px;
}

.gal_icon.color4 {
    text-align: center;
    padding-top: 22px;
}
.gal_icon.color5 {
    text-align: center;
    padding-top: 22px;
}

.gal_v_bg{
    margin-left: 158px;
    overflow: hidden;

    min-height: -moz-calc(100% - 270px);
    min-height: -webkit-calc(100% - 270px);
    min-height: -o-calc(100% - 270px);
    min-height: calc(100% - 270px);


}

#fancybox-title-over {
    position: absolute;
    top: 38px;
    right: -134px;
}


.gal_v_item{
    float: left;
    height: 211px;
    cursor: pointer;
   
    margin-right: 10px;
    margin-top: 10px;
  
    border: 1px solid #ccc;
    text-align: center;
-webkit-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
}


.home_bg{
    width: 100%;
    height: -moz-calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: -o-calc(100% - 150px);
    height: calc(100% - 150px);
    max-height: 640px;
    overflow: hidden;
    opacity: 1;

}


#about_text1, #about_text2 {
    background: none !important;
    line-height: 200%;
}

.home_bg .bxslider img {
    width: 100% !important;
}

.home_bg *:not(.bx-pager-item):not(.bx-pager-link)
{

}

.about_bg{
    width: 1280px;
    height: -moz-calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: -o-calc(100% - 150px);
    height: calc(100% - 150px);
    max-height: 640px;

    overflow: hidden;

}


.input_contact_4 {
    margin-top: 5px;
    border: 5px solid #e1849f;
    border-radius: 15px;
    width: 250px !important;
    background: #eaeaea;
    outline: none;
    padding: 7px;
    font-size: 10pt;
}


.input_contact_3 {
    margin-top: 5px;
    border: 5px solid #59687d;
    border-radius: 15px;
    width: 250px;
    background: #eaeaea;
    outline: none;
    padding: 7px;
    font-size: 10pt;
}

.input_contact_2 {
    margin-top: 5px;
    border: 5px solid #ffc120;
    border-radius: 15px;
    width: 250px;
    background: #eaeaea;
    outline: none;
    padding: 7px;
    font-size: 10pt;
}

.input_contact_1 {
    border: 5px solid #1b8d8e;
    border-radius: 15px;
    width: 250px;
    background: #eaeaea;
    outline: none;
    padding: 7px;
    font-size: 10pt;
}


.personal_field {
    border: 5px solid #ffc120 !important;
    border-radius: 21px;
    width: 274px;
    position: relative;
}

.event_field {
    border: 5px solid #43b5b5 !important;
    border-radius: 21px;
    width: 274px;
    position: relative;
}

html[lang="ge"] .personal_field .rotated_title {
        left: -124px;
    top: 99px;
}

html[lang="ge"] .event_field .rotated_title {
    left: -140px;
    top: 116px;
}


html[lang="ge"] .info_field .rotated_title {
       left: -120px;
    top: 69px;
}


html[lang="ge"] .additional_field .rotated_title2 {
left: -143px;
    top: 120px;
}

.rotated_title {
        font-family: 'Arial';
    left: -84px;
    top: 55px;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    position: absolute;
    transform: rotate(-90deg) ;
    -webkit-transform: rotate(-90deg) ;
    -moz-transform: rotate(-90deg) ;
    -o-transform: rotate(-90deg) ;
    -ms-transform: rotate(-90deg) ;
}

.rotated_title2 {
        font-family: 'Arial';
    left: -105px;
    top: 75px;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    position: absolute;
    transform: rotate(-90deg) ;
    -webkit-transform: rotate(-90deg) ;
    -moz-transform: rotate(-90deg) ;
    -o-transform: rotate(-90deg) ;
    -ms-transform: rotate(-90deg) ;
}

.info_field {
      border: 5px solid #e1849f !important;
    border-radius: 21px;
    width: 274px;
    position: relative;
}

.additional_field {
          border: 5px solid #59687d !important;
    border-radius: 21px;
    width: 274px;
    position: relative;
}

.custom_input {
        margin-top: 5px;
        border: 5px solid #eaeaea;
    border-radius: 15px;
    width: 250px;
    background: #eaeaea;
    outline: none;
    padding: 7px;
    font-size: 8pt;
}

.select-contact {
    top: -17px;
    left: 443px;
}

.border-ac {
    position: relative;
border: 1px solid rgba(255, 255, 255, 0.43) !important;
    width: 420px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.43) !important;
    border-radius: 15px;
}


.active-tab {
       background: #ffa62a !important;
}

.select-booking {

        top: -17px;
    left: 251px;
}

.tab-cus {
    
    border-radius: 15px;
    position: absolute;
    background: #d9d9d9;
    color: white;   
    width: 150px;
    
    padding: 10px; 
    text-align: center;
    cursor: pointer;
    display: inline-block;
    z-index: 111111;
}



.g_a{
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;   
}

.g_a5{
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;   
}

.book_bg{
    
  
    background-size: cover;
    overflow: hidden;
    opacity: 0;


}  

.triggerCheckbox {
    cursor: pointer;
}

.triggerCheckbox input[type="checkbox"] {
    display: none;
}

fieldset { border:1px solid rgb(179, 112, 165);
width: 200px;
padding: 15px;
}

legend {
  padding: 0.2em 0.5em;
  color: rgb(179, 112, 165);
  font-size:90%;
  text-align:left;
  }
  
  .HasError {
       border: 1px solid #d52f2f !important;
  }
  
.failed-text span.tbl {
      display: table-cell;
    vertical-align: middle;
  }
  
  
.failed-text {
    display: table;
    font-family: 'bpg_banner_caps';
    color: #F44336;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    height: calc(100% - 160px);
    text-align: center;
    font-size: 15pt;
    display: none;
}

  .success-text span.tbl {
      display: table-cell;
    vertical-align: middle;
  }
  
  
.success-text {
    display: table;
    font-family: 'bpg_banner_caps';
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    height: calc(100% - 160px);
    text-align: center;
    font-size: 15pt;
    display: none;
}

.Red-Border {
    border: 1px solid #a73838;
}

.add-tag input[type="text"] {
    border: 0px;
        outline: none;
    background: none;
    color: white;
       text-align: center;
    font-size: 14px;
    font-style: italic;
    text-transform: lowercase;
    font-family: Arial;
}

.book_input{
    display: block;
    width: 400px;
    height: 47px;
    font-size: 16px;
    padding-left: 5px;
    color: white;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 0.22);
    border: 0px;
    outline: none;
    border-bottom: #fff solid 1px;
}

.big-background {
    background: none !important;
    height: 100% !important;
   
}

.heightLarge {
    min-height: 100% !important;
    background: #ffffff;
    height: auto !important;
    background-size: cover !important;
}




#book_body {
    resize: none;

}


.book_mail {color:#fff;text-decoration: none;}      /* unvisited link */
.book_mail:visited {color:#fff;}  /* visited link */
.book_mail:active {color:#fff;}  /* selected link */
.book_mail:hover { 
    text-decoration: underline; 
}

.center_arr{
    width: 26px;
    height: 49px;
    background-image: url(../img/arrow.png);
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lang a{ 
    color: #4055a5 !important;
    text-decoration: none !important;
    font-weight: bolder;
}

.lang{
width: 33px;
    height: 24px;
    float: right;
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    margin-right: 25px;
    color: white;
}

.lang_item{
    font-size: 15px;
    font-family: Arial;
    color: #5D5D5D;
    cursor: pointer;
    text-decoration: none;
}

.lang_item:hover { 
    text-decoration: underline;
    color: #007DED;
}

.lang_item {color:#5d5d5d;}      /* unvisited link */
.lang_item:visited {color:#5d5d5d;}  /* visited link */
.lang_item:active {color:#5d5d5d;}  /* selected link */