@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'BPG Rioni';
    src: url('fonts/bpg-rioni-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/bpg-rioni-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/bpg-rioni-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/bpg-rioni-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/bpg-rioni-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/bpg-rioni-webfont.svg#bpg_rioniregular') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'BPG Square';
    src: url('fonts/bpg-square-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/bpg-square-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/bpg-square-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/bpg-square-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/bpg-square-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/bpg-square-webfont.svg#bpg_squareregular') format('svg'); /* Legacy iOS */
}



@font-face 
{
    font-family: 'BPGNinoMtavruliBold';
    src: url('fonts/bpg_nino_mtavruli_bold-webfont.eot');
    src: local('☺'), 
    url('fonts/bpg_nino_mtavruli_bold-webfont.woff') format('woff'), 
    url('fonts/bpg_nino_mtavruli_bold-webfont.ttf') format('truetype'), 
    url('fonts/bpg_nino_mtavruli_bold-webfont.svg#webfontSZkzbTV1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPG Banner';
    src: url('fonts/bpg-banner-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/bpg-banner-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/bpg-banner-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/bpg-banner-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/bpg-banner-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/bpg-banner-webfont.svg#bpg_bannerregular') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'BPG Banner Caps';
    src: url('fonts/bpg-banner-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/bpg-banner-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/bpg-banner-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/bpg-banner-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/bpg-banner-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/bpg-banner-caps-webfont.svg#bpg_banner_capsregular') format('svg'); /* Legacy iOS */
}
.Nino{font-family:'BPGNinoMtavruliBold';}
.Banner{font-family:'BPG Banner Caps';}
.Banner2{font-family:'BPG Banner';}
.Rioni{font-family:'BPG Rioni';}
.Square{font-family:'BPG Square';}
.f08{font-size:08px;}
.f09{font-size:09px;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.cp{cursor:pointer;}
.light-logo{margin-top:-8px; margin-right:1px;}
.bsma-text{letter-spacing: 1px; font-size:22px;font-family:'BPG Banner Caps';}
.topbar .top-navbar .profile-pic img {width: 37px; border-radius: 5px;}
.sidebar-nav ul li a {font-size:15px;}
.tooltip-inner {
  background: #004274;
  color: #FFFFFF;
  max-width:340px;	
}
.tooltip .arrow::before {
  border-bottom-color: #004274;
  border-top-color: #004274;
}
.ctF{color:#e46a76;}
.ctA,.ctB,.ctC,.ctD,.ctE{color:#00c292;}
.blq{border-left: 5px solid #fa7953;}
.badge-nav{margin-right:-20px;}
.bsma-color{color:#24668e;}
.bdg{right: 15px;position: absolute; padding: 5px 10px; color:white; font-size:12px;}

* {scrollbar-width: auto;scrollbar-color: #004274 #ffffff;}
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #004274;border-radius: 10px;border: 3px solid #ffffff;}
::-webkit-scrollbar-thumb:hover {background: #555;}
::-moz-selection {color: white;background: #004274;}
::selection {color: white;background: #004274;}