/*
 * Globals
 */

@font-face {
    /*font-family: mtavrulicapital;*/
    src: url('assets/mtavrulicapital.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'BPG_Arial';
    src: url('/assets/fonts/BPGArial.eot');
    src: url('/assets/fonts/BPGArial.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/BPGArial.woff2') format('woff2'),
    url('/assets/fonts/BPGArial.woff') format('woff'),
    url('/assets/fonts/BPGArial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPG_Nino_Mtavruli';
    src: url('/assets/fonts/BPGNinoMtavruli-Bold.eot');
    src: url('/assets/fonts/BPGNinoMtavruli-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/BPGNinoMtavruli-Bold.woff2') format('woff2'),
    url('/assets/fonts/BPGNinoMtavruli-Bold.woff') format('woff'),
    url('/assets/fonts/BPGNinoMtavruli-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.fontnino{
    font-family: BPG_Nino_Mtavruli;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    color: #555;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: rgba(0, 125, 219, 0.32);
    margin: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

p {
    margin: 0 0 10px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    color: #333;
}

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

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover, a:focus {
    color: #337ab7;
    text-decoration: none;
}

button, input, select, textarea {
    /*font-family: inherit;*/
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

table {
    /*font-family: arial, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*
 * Responsive Friendly
 */

/*@media (max-width: 1560px) {*/
/*    .top-page {*/
/*        height: 100%!important;*/
/*        padding: 35px 35px 0px 35px!important;*/
/*    }*/
/*}*/

/*@media (max-width: 1373px) {*/
/*    .main-page-image {*/
/*        background-position: 0% -200%!important;*/
/*        height: 100%!important;*/
/*    }*/
/*}*/

/*@media (max-width: 1205px) {*/
/*    .container {*/
/*        width: 1170px!important;*/
/*        padding: 10px;*/
/*    }*/
/*}*/


/*@media (max-width: 1170px) {*/
/*    #blog-header {*/
/*        width: 100%!important;*/
/*    }*/

/*    .top-menu-container {*/
/*        width: 100%!important;*/
/*    }*/

/*    .top-page {*/
/*        width: 100%;*/
/*    }*/

/*    .top-page-left {*/
/*        display: none!important;*/
/*    }*/

/*    .top-page-right {*/
/*        float: none!important;*/
/*        width: 500px!important;*/
/*    }*/

/*    .container {*/
/*        width: 100%!important;*/
/*    }*/
/*}*/

/*@media (max-width: 900px) {*/
/*    .mobile-nav-open {*/
/*        display: inline!important;*/
/*    }*/

/*    .main-menu-nav {*/
/*        display: none!important;*/
/*    }*/
/*}*/

/*@media (max-width: 820px) {*/
/*    .partners-footer ul {*/
/*        display: block!important;*/
/*    }*/

/*}*/

/*@media (max-width: 768px) {*/
/*    .main-page-left {*/
/*        width: 100%!important;*/
/*    }*/

/*    .main-page-right {*/
/*        width: 100%!important;*/
/*        margin-top: 30px;*/
/*    }*/

/*    .main-single-post {*/
/*        width: 100%!important;*/
/*    }*/

/*    .details-single-page {*/
/*        width: 100%!important;*/
/*    }*/

/*    .main-single-page {*/
/*        width: 100%!important;*/
/*    }*/

/*}*/
/*@media (max-width: 631px) {*/
/*    .blog-title {*/
/*        width: 300px!important;*/
/*    }*/
/*}*/

/*@media (max-width: 570px) {*/
/*    .top-page-right {*/
/*        width: 100%!important;*/
/*    }*/
/*}*/

/*@media screen and (max-height: 450px) {*/
/*    .sidenav {*/
/*        padding-top: 15px;*/
/*    }*/

/*    .sidenav a {*/
/*        font-size: 18px;*/
/*    }*/

/*}*/

/*@media (max-width: 466px) {*/
/*    .header-right {*/
/*        display: none!important;*/
/*    }*/

/*    .mobile-languages {*/
/*        display: flex!important;*/
/*    }*/
/*}*/

/*@media (max-width: 440px) {*/
/*    #top-menu {*/
/*        margin-top: 0px!important;*/
/*    }*/

/*    .searchform {*/
/*        width: 160px!important;*/
/*    }*/

/*}*/




/* Registration Form */

.form-registration {
    width: 768px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-general-header {
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px 0px;
    text-align: center;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;
}

.form-general-header span {
    background:#fff;
    padding:0 10px;
}

.form-group label {
    display: block;
    text-transform: uppercase;
    /*font-family: mtavrulicapital;*/
}

.form-group {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 10px 30px 9px 22px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.form-group input {
    display: block;
    height: 40px;
    width: 100%;
    background: transparent;
    /*font-family: Montserrat-SemiBold, FontAwesome;*/
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-right: 15px;
    outline: none;
    border-bottom: 1px solid grey;
    border-left: none;
    border-top: none;
    border-right: none;
}

.form-group select {
    width: 100%;
    height: 30px;
    font-size: 16px;
    border: none;
    background: #f7f7f7;
    outline: none;
}

.iframe-registration {
    width: 100%;
    height: 32px;
    border: none;
}

.btn-default {
    border: none;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #337ab7;
    border-radius: 25px;
    /*font-family: Montserrat-SemiBold, FontAwesome;*/
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-default:hover {
    cursor: pointer;
}

.fa-input:hover {
    cursor: pointer;
}

/* Mobile Nav */
.mobile-nav-open {
    font-size: 49px;
    padding: 10px;
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 46px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 40px;
    text-align: right;
    padding: 0px 30px 0px 0px;
}

.mobile-menu-nav ul {
    list-style: none;
    padding-left: 0;
    /*font-family: mtavrulicapital;*/
}

.mobile-menu-nav ul li {
    margin-bottom: 15px;
}


/*
 * Masthead for nav
 */

#top-menu {
    background-color: #f3f7f9;
    height: 70px;
    /*margin-top: 30px;*/
}

.top-menu-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mobile-languages {
    list-style: none;
    display: none;
    padding: 0px 0px 5px 15px;
    border-bottom: 1px solid;
}

.mobile-languages a {
    padding: 0px 0px 0px 15px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.mobile-languages img {
    width: 20px;
}

/* Nav links */
.main-menu-nav {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: 73px;
}
.main-menu-nav a:hover,
.main-menu-nav a:focus {
    color: #fff;
    text-decoration: none;
}

.main-menu-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.main-menu-nav li {
    display: inline;
}

.main-menu-nav ul li a {
    text-decoration:none;
    padding: 29px 40px 25px 20px;
    color: black;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;
}

.main-menu-nav ul li a:hover {
    color: white;
    background: #337ab7;
}

.current-menu-item a {
    color: white!important;
    background: #337ab7;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
    color: #fff;
}
.blog-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

#blog-header {
    padding: 20px 10px;
    max-width: 1500px;
    margin: 0 auto;
    display: flow-root;
}

.header-left {
    float: left;
}

.header-image {
    width: 70px;
    float: left;
    margin-right: 300px;
}

.header-image-pat {
    /*width: 100px;*/
    float: left;
    margin-right: 20px;
}

.header-right {
    float: right;
    list-style: none;
}

.header-right img {
    width: 50px;
}

.blog-title {
    position: absolute;
    margin-left: 78px;
    padding-left: 104px;
    padding-top: 24px;
    /*text-align: center;*/
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;
    /*font-family: mtavrulicapital;*/
    width: 600px;
    display: table-cell;
}

.blog-description {
    font-size: 20px;
    color: #999;
    line-height: 0;
}

.main-page-image {
    /*background-image: url("images/Tbilisi.jpg");*/
    width: 100%;
    background-size: cover;
    background-position: 0 -120%;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /*height: 700px;!important;*/
}

.main-page-image .owl-carousel{
    position: absolute;
    /*width: 100%;*/
    /*height: 100%;*/
}

.main-page-image:before {
    position: absolute;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.7);
}

/*
 * Main column and sidebar layout
 */

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}

.category-title {
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    position: relative;
    text-transform: uppercase;
    /*font-family: mtavrulicapital*/
}

.blog-main {
    font-size: 18px;
    line-height: 1.5;
}

.top-page {
    /*background-color: rgba(0,0,0, 0.6);*/
    font-weight: bold;
    padding: 0px 73px 0px 73px;
    /* display: table; */
    color: white;
    height: 467px;
    /*height: 600px;!important;*/
    position: relative;
    z-index: 1;
}

.top-page-name {
    background-color: rgba(0,0,0, 0.6);
    color: white;
    font-size: 22px;
    padding: 20px 20px 15px;
    text-align: center;
    border-bottom: 1px solid grey;
    /*font-family: 'mtavrulicapital',sans-serfi;*/
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.top-page-left {
    float: left;
    width: 25%;
}

.top-page-right {
    float: right;
    width: 45%;
    line-height: 40px;
}

.about-header {
    color: white;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;
}

.about-text {
    font-size: 19px;
    font-weight: 100;
    color: #ccccccad;
}

.main-conf-list {
    list-style: none;
    padding-left: 0px;
}

.main-conf-list .dammenu {
    color: white;
    padding: 18px 25px;
    background: #337ab7;
    margin-bottom: 15px;
    font-weight: 100;
    border-radius: 5px;
    font-size: 14px;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;
}

.main-conf-list-dam{
    list-style: none;
    padding-left: 0px;
    margin-left: 315px;
    margin-top: -40px;
    width: 200px;
    position: absolute;
}

.main-conf-list-dam li {
    color: white;
    padding: 5px 10px;
    background: #337ab7;
    margin-bottom: 5px;
    font-weight: 100;
    border-radius: 5px;
    font-size: 14px;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;

}

.main-page-left {
    float: left;
    width: 65%;
}

.main-page-right {
    float: right;
    width: 30%;
}


/* Single Post */

.main-single-post {

    width: 100%;
    font-size: 17px;
}

.single-post-title {
    color: black;
    /*font-family: mtavrulicapital;*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.single-post-meta {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    font-size: 12px;
}

/* Single Page */

.main-single-page {
    float: left;
    width: 65%;
}

.single-page-title {
    color: black;
    /*font-family: mtavrulicapital;*/
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.details-single-page {
    width: 80%;
    margin: 0 auto;
}

.details-table-title {
    background: #337ab7;
    color: white;
    font-size: 17px;
}


/* Committee Page */
.committee-single {
    float: left;
    width: 500px;
    text-align: justify;
    padding: 20px;
    background: #337ab7;
    margin-bottom: 10px;
    color: white;
}

.committee-name {
    /*font-family: mtavrulicapital;*/
    color: white;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.committee-meta ul li {
    margin-top: 20px;
}

.speaker-single {
    float: left;
    width: 500px;
    text-align: justify;
    padding: 20px;
    background: #337ab7;
    margin-bottom: 10px;
    color: white;
}

.speaker-name {
    /*font-family: mtavrulicapital;*/
    color: black;
    border-bottom: 1px solid;
    text-transform: uppercase;
    background: white;
    text-align: center;
    margin-top: 5px;
}

.speaker-meta ul li {
    margin-top: 10px;
    font-size: 20px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

.sidebar-module-inset li {
    padding: 15px;
    list-style: none;
    background: #618191;
    text-align: center;
    margin-bottom: 10px;
}

.sidebar-module-inset li a {
    font-size: 20px;
    color: white;
}

.sidebar-module-inset li:hover {
    background-color: #337ab7;
    color: white;
    padding: 15px;
}


.post-sidebar {
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}

.post-sidebar li {
    padding: 15px;
    list-style: none;
    background: #337ab7;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    width: 158px;
}


/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 20px;
}

.blog-post-title {
    margin-bottom: 5px;
    /*font-size: 35px;*/
    /*font-family: mtavrulicapital;*/
    /*text-transform: uppercase;*/
}

.blog-post-meta {
    margin-bottom: 20px;
}

.date-day {
    padding: 3px 8px 10px 8px;
    background: #337ab7;
    color: white;
    font-size: 35px;
}

.date-month, .date-year {
    font-size: 20px;
}


/* Search Box Form */

.searchform {
    float: right;
    width: 201px;
    line-height: 48px;
}

form.searchform input[type=text] {
    padding: 11px;
    font-size: 17px;
    border: 0px solid grey;
    float: left;
    width: 75%;
    background: #f1f1f1;
    outline: none;
}

form.searchform button {
    float: left;
    width: 25%;
    padding: 10px;
    background: #337ab7;
    color: white;
    font-size: 17px;
    border: 1px solid #337ab7;
    border-left: none;
    cursor: pointer;
}

form.searchform button:hover {
    background: #0b7dda;
}

form.searchform::after {
    content: "";
    clear: both;
    display: table;
}

/*
 * Footer
 */

#button {
    display: inline-block;
    background-color: #337ab7;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    /*font-family: FontAwesome;*/
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 47px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

.partners-footer {
    background: #555d66;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

.partners-footer-inner {
    width: 100%;
    margin: 0 auto;
}

.partners-footer ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}

.partners-footer img {
    width: 200px;
    height: 115px;
}

.partners-middle img {
    padding: 0px 45px;
    width: 380px;
    height: 115px;
}

.blog-footer {
    /*padding: 40px 0;*/
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
    margin-bottom: 0;
}
