@font-face {
    font-family: 'bpg_banner';
    src: url("fonts/bpg_font/BPGBannerQuadroSquareCaps.eot");
    src: url("fonts/bpg_font/BPGBannerQuadroSquareCaps.eot#iefix") format("embedded-opentype"),
    url("fonts/bpg_font/BPGBannerQuadroSquareCaps.woff") format("woff"),
    url("fonts/bpg_font/BPGBannerQuadroSquareCaps.ttf") format("truetype"),
    url("fonts/bpg_font/BPGBannerQuadroSquareCaps.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.bpg{font-family: 'bpg_banner';}
@font-face {
    font-family: "bpg_nino_mtavruliregular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/bpg_nino_mtavruli_normal.eot?#iefix") format("embedded-opentype"), url("fonts/bpg_nino_mtavruli_normal.woff") format("woff"), url("fonts/bpg_nino_mtavruli_normal.ttf") format("truetype"), url("fonts/bpg_nino_mtavruli_normal.svg#bpg_nino_mtavruliregular") format("svg");
}
@font-face {
    font-family: "bpg_banner_capsregular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/bpg_banner_caps.eot?#iefix") format("embedded-opentype"), url("fonts/bpg_banner_caps.woff") format("woff"), url("fonts/bpg_banner_caps.ttf") format("truetype"), url("fonts/bpg_banner_caps.svg#bpg_banner_capsregular") format("svg");
}

.show-positions{
  border: 2px solid;
  border-color: yellow;
  display: block;
 }
.slider-li{
    text-align: center;
}
/*#8A0917*/
.article-header h2 a, .review-content h2 a,.video-blocks h2 a{
    font-family: 'bpg_banner_capsregular';
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}
.article-content p{
    padding-bottom: 5px;
    line-height: 18px;
}
.main-menu a{
    font-size: 13px;
    font-family: 'bpg_banner_capsregular';
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}








/*poll css*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

div.container {
    width: 310px;
    margin: 0 auto;
}




/*poll*/
.hidden {
    display: none;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

/*div.poll {*/
    /*width: 100%;*/
    /*position: relative;*/
    /*margin: 0 auto 20px;*/
    /*border: 1px solid #8A0917;*/
    /*box-shadow: 0px 0px 3px 0px  #8A0917;*/
/*}*/

/*div.poll h3 {*/
    /*margin: 0;*/
    /*display: block;*/
    /*background: #8A0917;*/
    /*color: #fff;*/
    /*line-height: 110%;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    /*font-size: 12px;*/
    /*padding: 7px 10px 9px 10px;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
/*}*/


/*div.poll-area {*/
    /*width: 100%;*/
    /*position: relative;*/
/*}*/

/*!*poll form*!*/
/*div.poll-form {*/
    /*width: 100%;*/
    /*position: relative;*/
    /*padding: 10px;*/
    /*box-sizing: border-box;*/
/*}*/
/*div.poll-form div.input-group {*/
    /*margin-bottom: 5px;*/
/*}*/

/*div.poll-form div.input-group label,*/
/*div.poll-form div.input-group input {*/
    /*cursor: pointer;*/
/*}*/

/*!*input type=radio*!*/
/*!*div.poll-form input[type=radio]:not(old) {*!*/
    /*!*width   : 28px;*!*/
    /*!*margin  : 0;*!*/
    /*!*padding : 0;*!*/
    /*!*opacity : 0;*!*/
    /*!*cursor: pointer;*!*/
/*!*}*!*/

/*!*div.poll-form input[type=radio]:not(old) + label{*!*/
    /*!*display      : inline-block;*!*/
    /*!*margin-left  : -28px;*!*/
    /*!*padding-left : 28px;*!*/
    /*!*background   : url('/images/checks.png') no-repeat 0 0;*!*/
    /*!*line-height  : 24px;*!*/
    /*!*cursor: pointer;*!*/
/*!*}*!*/

/*!*div.poll-form input[type=radio]:not(old):checked + label{*!*/
    /*!*background-position : 0 -48px;*!*/
    /*!*color: #77a14d;*!*/
/*!*}*!*/

/*!*input buttons*!*/
/*div.poll-form div.poll-btns {*/
    /*margin-top: 15px;*/
    /*padding-left: 5px;*/
/*}*/

/*input.poll-btn {*/
    /*background: #8A0917;*/
    /*background-image: -webkit-linear-gradient(top, #8A0917, #5c0610);*/
    /*background-image: -moz-linear-gradient(top, #8A0917, #5c0610);*/
    /*background-image: -ms-linear-gradient(top, #8A0917, #5c0610);*/
    /*background-image: -o-linear-gradient(top, #8A0917, #5c0610);*/
    /*background-image: linear-gradient(to bottom, #8A0917, #5c0610);*/
    /*-webkit-border-radius: 7;*/
    /*-moz-border-radius: 7;*/
    /*border-radius: 7px;*/
    /*font-family: Arial;*/
    /*color: #ffffff;*/
    /*font-size: 13px;*/
    /*padding: 7px 15px 7px 15px;*/
    /*text-decoration: none;*/
    /*outline: none;*/
    /*cursor: pointer;*/
    /*border: none;*/
    /*position: relative;*/
/*}*/

/*input.poll-btn:hover {*/
    /*background: #77a14d;*/
    /*background-image: -webkit-linear-gradient(top, #77a14d, #60853c);*/
    /*background-image: -moz-linear-gradient(top, #77a14d, #60853c);*/
    /*background-image: -ms-linear-gradient(top, #77a14d, #60853c);*/
    /*background-image: -o-linear-gradient(top, #77a14d, #60853c);*/
    /*background-image: linear-gradient(to bottom, #77a14d, #60853c);*/
    /*text-decoration: none;*/
/*}*/

/*input.poll-btn:active {*/
    /*top: 1px;*/
/*}*/

/*poll results*/
/*div.poll-results {*/
    /*width: 100%;*/
    /*position: relative;*/
    /*padding: 0;*/
    /*box-shadow: 0px -0px 5px 0px  #8A0917;*/
/*}*/

/*div.poll-results {*/
/*}*/

/*div.poll-results ul {*/
    /*margin-top: 0;*/
    /*list-style-type: circle;*/
    /*padding-left: 20px;*/
/*}*/

/*div.poll-results ul li {*/
    /*margin-top: 0;*/
    /*padding-right: 10px;*/
/*}*/

/*div.poll-results ul li label {*/
/*}*/

/*div.poll-results ul li span {*/
    /*!*float: right;*!*/
/*}*/

/*div.poll-results div.poll-results-footer {*/
    /*padding: 0px 10px 0 20px;*/
/*}*/

/*div.poll-results div.poll-results-footer strong {*/
    /*font-style: italic;*/
    /*line-height: 30px;*/
/*}*/

/*div.poll-results span.question {*/
    /*width: 80%;*/
/*}*/

/*div.poll-results span.share-button {*/
    /*width: 20%;*/
/*}*/

/* POLL PANEL */
div.poll .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding-bottom: 0;
}

div.poll .panel-primary {
    border-color: #8A0917;
}

div.poll .panel-primary > .panel-heading {
    color: #fff;
    background-color: #8A0917;
    border-color: #8A0917;
}

div.poll h3.panel-title  {
    padding: 7px 10px 9px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

div.poll h3.panel-title span.question {
    display: inline-block;
    width: 210px;
}
div.poll h3.panel-title span.social-share {
    display: inline-block;
    width: 70px;
}

div.poll h3.panel-title span.social-share div {
    float: right;
}

div.poll .panel-body:not(.two-col) {
    padding: 0px;
}

div.poll .panel-body {
    padding: 15px;
}

div.poll .panel-body .list-group {
    margin-bottom: 0;
}

div.poll .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

div.poll .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

div.poll .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

div.poll .radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

div.poll .panel-body .radio, .panel-body .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.poll .panel-body .radio label, .panel-body .checkbox label {
    display: block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

div.poll .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.poll .panel i {
    position: relative;
    top: 3px;
}

div.poll .btn {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    text-transform: none;
    box-sizing: border-box;
    align-items: flex-start;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    font: 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.poll .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

div.poll .btn-primary {
    color: #fff;
    background-color: #8A0917;
    border-color: #8A0917;
}

div.poll .btn:hover {
    background: #77a14d;
    background-image: -webkit-linear-gradient(top, #77a14d, #60853c);
    background-image: -moz-linear-gradient(top, #77a14d, #60853c);
    background-image: -ms-linear-gradient(top, #77a14d, #60853c);
    background-image: -o-linear-gradient(top, #77a14d, #60853c);
    background-image: linear-gradient(to bottom, #77a14d, #60853c);
    text-decoration: none;
    border: 1px solid #77a14d;
}

div.poll .btn:active {
    top: 1px;
}

div.poll a {
    color: #428bca;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}

/*Results page*/
div.poll li.poll-result p.ans-label {
    margin-bottom: 5px;
}

div.poll div.poll-ans {
    width: 100%;
    height: 30px;
}

div.poll div.poll-ans-bar {
    height: 10px;
    background: #1e74bd;
}

div.poll div.panel-footer strong.total-votes {
    float: right;
    line-height: 29px;
}




