@charset "utf-8";
/* CSS Document */
@font-face {
font-family: "mtavruli";
src: url("fonts/bpg_mrgvlovani_2010-webfont.eot"); /* IE9 Compat Modes */
src: url("fonts/bpg_mrgvlovani_2010-webfont.eot?iefix") format("eot"), /* IE6-IE8 */
url("fonts/bpg_mrgvlovani_2010-webfont.woff") format("woff"), /* Modern Browsers */
url("fonts/bpg_mrgvlovani_2010-webfont.ttf") format("truetype"), /* Safari, Android, iOS */
url("fonts/bpg_mrgvlovani_2010-webfont.svg#mtavruli") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}

/* CSS Document */
@font-face {
font-family: "bpg_banner";
src: url("fonts/bpg_mrgvlovani_caps_2010.eot"); /* IE9 Compat Modes */
src: url("fonts/bpg_mrgvlovani_caps_2010.eot?iefix") format("eot"), /* IE6-IE8 */
url("fonts/bpg_mrgvlovani_caps_2010.woff") format("woff"), /* Modern Browsers */
url("fonts/bpg_mrgvlovani_caps_2010.ttf") format("truetype"), /* Safari, Android, iOS */
url("fonts/bpg_mrgvlovani_caps_2010.svg#bpg_banner") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}

/* CSS Document */
@font-face {
font-family: "lvg_bebas";
src: url("fonts/lvg-bebas-neue-regular.eot"); /* IE9 Compat Modes */
src: url("fonts/lvg-bebas-neue-regular.eot?iefix") format("eot"), /* IE6-IE8 */
url("fonts/lvg-bebas-neue-regular.woff2") format("woff2"), /* Modern Browsers */
url("fonts/lvg-bebas-neue-regular.ttf") format("truetype"), /* Safari, Android, iOS */
url("fonts/lvg-bebas-neue-regular.svg#lvg_bebas") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/*============================================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14px;
    vertical-align:baseline;
    background:transparent;
	font-family:mtavruli;
	font-weight:normal;
}

body {
    line-height:1,2;
}

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

nav ul {
    list-style:none;
}

ul li { list-style:none;}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#000;
	font-size:14px;
}

textarea:focus, input:focus{
    outline: 0;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
textarea {
	border:solid 1px #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

label {
    display: inline;
}
 
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    background-color: #fff;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 1px;
    display: inline-block;
    position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
} 
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;}

button { border:1px solid #CCCCCC; cursor:pointer; background:#F7F7F7; color:#272727; font-size:14px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
button:hover { background:#fff; border:solid 1px #ccc;}

/*TABLE*/
table a:link {
	color: #0074A2;
	text-decoration:none;
}
table a:hover {
	color: #0074A2;
	text-decoration:underline;
}
table {
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	background:#eaebec;
}
table th {
	padding:11px 25px 12px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;


	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table tr td {
	padding:0 18px;
	vertical-align:middle;
	border-top: 1px solid #ffffff;

}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{

}

table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


 