* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    font-family: arial, sans-serif;
}

form,
input,
textarea,
span,
ul,
li,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px;
}

body {
    overflow-x: hidden;
}

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

.wrapper {
    width: 1120px;
    margin: 0 auto;
}

.headerWrapper {
    float: left;
    width: 100%;
    position: relative;
}

.page-group-uzurpime .mainContainer .mainNav ul li:hover a,
.page-group-uzurpime .mainContainer .mainNav ul li.active a {
    color: #6f2c91;
    border-bottom: 10px solid #6f2c91;
}

.page-group-uzurpime .mainContainer .menuHolder {
    margin-top: 20px;
}

.topLine {
    float: left;
    width: 100%;
    height: 20px;
    overflow: visible;
    background: 0 0;
    margin-bottom: 10px;
    border: 1px solid #e6e6e5;
}

.topLine ul {
    float: left;
    padding-left: 8px;
    padding-top: 1px;
}

.topLine ul li {
    float: left;
}

.topLine ul li a,
.topLine ul li a span {
    color: grey;
    font-size: 10px;
    line-height: 1.6em;
    font-family: 'Antenna-Regular';
}

.topLine ul li a:after {
    content: '/';
    padding: 0 5px;
    display: inline-block;
}

.topLine ul li:last-child a:after {
    display: none;
}

.topLine ul li:last-child a {
    padding-right: 5px;
}

.topLine ul.language-list {
    float: right;
    margin-right: 10px;
}

.topLine ul li.active a span,
.topLine ul li a span:hover {
    color: #b01116;
}

.logo-area {
    float: left;
    width: 100%;
}

a.logo {
    display: inline-block;
    max-width: 350px;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
}

a.logo img {
    max-width: 100%;
}

.mainContainer {
    float: left;
    width: 100%;
    margin-top: 0;
}

.mainContainer .menuHolder {
    float: left;
    width: 100%;
    border-bottom: 3px solid #A7A9AB;
    position: relative;
    margin-top: 70px;
}

.mainContainer .mainNav {
    float: left;
}

.mainContainer .mainNav ul {
    float: left;
    margin-left: 20px;
    margin-bottom: 1px;
}

.mainContainer .mainNav ul li {
    float: left;
    margin-right: 1px;
}

.mainContainer .mainNav ul li:hover a,
.mainContainer .mainNav ul li.active a {
    color: #b01116;
    border-bottom: 10px solid #b01116;
    padding-bottom: 6px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    position: relative;
}

.mainContainer .mainNav ul li a {
    font-size: 18px;
    color: #a7a9ab;
    float: left;
    position: relative;
    padding-right: 17px;
    padding-left: 12px;
    padding-bottom: 6px;
    font-family: 'Stag-Book';
}

.mainContainer .mainNav ul li a:after {
    content: '\/';
    position: absolute;
    right: -2px;
    top: 0;
    color: #ecf4ea;
}

.mainContainer .mainNav ul li:last-child a:after {
    display: none;
}

.mainContainer .mainNav ul li:first-child a {
    padding-left: 0;
}

.mainContainer .mainNav ul li a {
    border-bottom: 10px solid #a7a9ab;
}

.otherMenu {
    float: right;
    margin-top: 16px;
}

.otherMenu li {
    float: left;
}

.otherMenu li a {
    display: block;
    color: #a7a9ab;
    position: relative;
    padding-right: 10px;
    font-family: 'Antenna-Light';
    padding-left: 5px;
}

.otherMenu li.current-menu-item a,
.otherMenu li a:hover {
    color: #b01116;
}

.otherMenu li a:after {
    content: '/';
    position: absolute;
    right: -2px;
    top: 0;
    color: #ecf4ea;
}

.otherMenu li:last-child a:after {
    content: ''
}

.otherMenu li:last-child a {
    padding-right: 0;
}

.homeReports {
    float: left;
    width: 720px;
    margin-left: 20px;
    margin-top: 20px;
}

body.report-single .left-side-content {
    margin-left: 0;
}

.homeReports article,
.oneColReport article {
    width: 220px;
    float: left;
    height: 400px;
    margin-right: 20px;
    overflow: hidden;
    background: #e6e6e6;
    position: relative;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.contentHolder {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.contentHolder .oneColReport article a,
.contentHolder .homeReports article a {
    display: block;
    padding: 20px;
    padding-top: 40px;
    height: 100%;
    box-sizing: border-box;
}

.contentHolder .reportThinCol li:hover,
.contentHolder .homeReports article:hover,
.contentHolder .oneColReport article:hover {
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    -moz-box-shadow: 5px 5px 5px #a7a9ac;
    -webkit-box-shadow: 5px 5px 5px #a7a9ac;
    box-shadow: 5px 5px 5px #a7a9ac;
    transition: all 250ms;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.article-open .report-status {
    width: auto;
    font-size: 14px!important;
}

.article-open .report-status:after {
    display: none;
}

.singleReports .report-status {
    width: 100%;
}

.report-status {
    float: left;
    width: 100%;
    font-family: 'Antenna-Medium'!important;
    font-size: 9px!important;
    color: rgba(255, 255, 255, .5)!important;
    text-transform: uppercase;
    line-height: 100%;
    padding: 6px 9px;
    background: grey;
    margin-bottom: 20px;
}

.contentHolder .homeReports article h1 {
    font-family: 'AntennaCond-Black';
    font-size: 24px;
    color: #000;
    margin-top: 0;
}

.contentHolder .oneColReport article p,
.contentHolder .homeReports article p {
    font-family: 'AntennaCond-Medium';
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 20px;
    height: 175px;
    float: left;
    overflow: hidden;
}

.bottomLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e6e6e6;
    padding: 20px;
}

.oneColReport ul.BroadC,
.homeReports ul.BroadC {
    width: auto;
}

.oneColReport .date-time-comments,
.homeReports .date-time-comments {
    width: 100%;
    float: left;
    margin-top: 8px;
}

.oneColReport .date-time-comments span,
.homeReports .date-time-comments span {
    color: #000;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'AntennaCond-Regular';
}

.oneColReport ul.BroadC li,
.homeReports ul.BroadC li {
    font-size: 10px;
    float: left;
    padding-right: 3px;
    text-transform: uppercase;
    font-family: 'AntennaCond-Regular';
}

.BroadC li:first-child {
    color: #757575!important;
}

.homeReports ul.BroadC li:after,
.oneColReport ul.BroadC li:after {
    content: '/';
    padding-left: 2px;
}

.reportThinCol {
    width: 140px;
    margin-right: 20px;
    height: 400px;
    margin-top: 20px;
    float: left;
}

.reportThinCol li {
    margin-bottom: 20px;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    width: 100%;
    height: 120px;
    padding: 20px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    background: #E6E6E5;
}

.oneColReport article h1 {
    font-family: 'AntennaCond-Black';
    font-size: 24px;
    color: #000;
    margin-top: 0;
    line-height: 1.1em;
    height: auto;
    float: left;
    overflow: hidden;
    width: 100%;
}

.reportThinCol li h1 {
    font-family: 'AntennaCond-Black';
    font-size: 16px;
    color: #000;
    margin-top: 0;
    line-height: 1.1em;
    height: 94px;
    overflow: hidden;
}

.oneColReport {
    float: left;
    width: 220px;
    margin-top: 20px;
}

.report-status.report-verified {
    background: #BFD730;
}

.report-status.report-verified:after {
    -ms-background-position-x: -15px;
    background-position-x: -15px;
}

.report-status:after {
    content: " ";
    width: 15px;
    height: 13px;
    position: absolute!important;
    top: 4px;
    right: 8px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url('images/status-sprites.png');
    background-repeat: no-repeat;
    -ms-background-position-x: 0;
    background-position-x: 0;
}

.form-devider {
    float: left;
    width: 378px;
    margin-left: 20px;
}

.form-devider h1 {
    font-family: 'AntennaCond-Black';
    color: #000;
    font-size: 40px;
    color: black;
    line-height: 1em;
    font-family: 'AntennaComp-Bold';
    text-transform: uppercase;
}

.form-devider h1 span {
    font-family: 'AntennaCond-Black';
    color: #000;
    font-size: 40px;
    color: black;
    line-height: 1em;
    font-family: 'AntennaComp-Bold';
    text-transform: uppercase;
    max-width: 190px;
    float: left;
}

.form-devider form {
    border: 1px solid #AFB5BC;
    margin-top: 24px;
    float: left;
}

.form-devider input {
    border: 0;
    outline: 0;
}

.form-devider input[type="text"] {
    float: left;
    width: 100%;
    padding: 15px;
}

.form-devider input[type="submit"] {
    float: right;
    width: 8%;
    border-left: 1px solid #AFB5BC;
    color: #fff;
    font-size: 28px;
    font-family: 'AntennaComp-Bold';
    height: 44px;
    border-radius: 0;
    cursor: pointer;
}

.form-devider textarea {
    border: 0;
    resize: none;
    outline: 0;
    width: 100%;
    height: 250px;
    padding: 15px;
}

.bottom-form-raports {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bottom-form-raports .homeReports article:last-child {
    margin-right: 0;
}

.bottom-form-raports .homeReports {
    width: 700px;
    float: right;
}

.load-more-videos {
    display: none;
}

.load-more.hide {
    display: none;
}

.reportSteps {
    float: left;
    width: 50%;
    list-style: none;
    margin-top: 4px;
}

.reportSteps>li.currentStep,
.reportSteps>li.currentStep:after {
    color: #B11116;
}

.reportSteps>li:after {
    content: "/";
    margin-left: 3px;
    margin-right: 1px;
}

.reportSteps>li:after,
.reportSteps>li {
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    font-family: 'Antenna-Light';
}

.reportSteps>li:last-child:after {
    display: none;
}

.raportime-header {
    float: left;
    width: 100%;
    padding-left: 20px;
}

.raportime-header h1 {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 11px;
    font-family: 'AntennaCond-Black';
    margin-top: 11px;
}

.raportimeFilter {
    float: left;
    width: 100%;
    padding: 20px 0 10px;
}

.raportimeFilter .selectReports {
    width: 343px;
    padding: 5px;
    height: auto;
    border-color: #ddd;
    margin-bottom: 20px;
}

.raportimeFilter .selectReports[type="date"],
.raportimeFilter .selectReports:focus, {
    border-color: #ddd;
    outline-width: 0;
    outline: none;
}

.raportimeFilter select {
    float: left;
    border: 1px solid grey;
    font-family: 'Stag-Book';
    font-size: 14px;
    color: #000;
    height: 20px;
    padding-top: 2px;
    cursor: pointer;
    margin-right: 10px;
}

span.nothing-found {
    float: left;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.filter-posts option,
.filter-posts select,
.raportimeFilter option {
    font-family: 'Stag-Book';
    color: #000;
    font-size: 14px;
}

.raportimeFilter #locname {
    width: 100px;
}

.left-side-content {
    float: left;
    width: 696px;
    margin-left: 20px;
}

.full-width-content {
    float: left;
    width: 100%;
    margin-left: 20px;
}

.map-content {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.map-content span {
    font-family: 'Antenna-Light';
    color: #808080;
    margin-top: 10px;
    display: block;
}

.reports-holder {
    float: left;
    width: 100%;
    margin-top: 42px;
}

.reports-holder h1 {
    font-family: 'Antenna-Light';
    font-size: 25px;
    color: #808080;
    font-weight: 100;
    text-transform: uppercase;
}

.reports-holder>ul {
    float: left;
    width: 100%;
    margin-top: 17px;
}

.reports-holder>ul>li {
    float: left;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #A7A9AB;
}

.reports-holder>ul>li h2 {
    float: left;
    width: 60%;
    font-family: 'AntennaCond-Black';
    font-size: 24px;
    color: #000;
}

.reports-holder ul li ul {
    float: right;
    width: auto;
    max-width: 40%;
}

.reports-holder>ul>li ul li {
    float: left;
    font-family: 'AntennaCond-Light';
    font-weight: 100;
    color: #808080;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    margin-top: 5px;
}

.reports-holder>ul>li ul li:first-child {
    color: #B3B3B3;
}

.reports-holder>ul>li ul li:before {
    content: "/";
    color: #B3B3B3;
    float: right;
    margin: 0 3px;
}

.reports-holder>ul>li ul li:last-child:before {
    display: none;
}

.right-side-bar {
    float: right;
    width: 380px;
    margin-left: 20px;
}

.right-side-bar .form-devider.reportForm form {
    float: left;
    width: 380px;
    margin-left: 0;
}

.right-side-bar .form-devider {
    float: left;
    width: 100%;
    margin-left: 0;
}

.right-side-bar .form-devider form {
    padding-bottom: 20px;
}

.right-side-bar .form-devider textarea {
    height: 180px;
    outline: 0;
    font-size: 15px;
    box-sizing: border-box;
}

.right-side-bar .form-devider select,
.right-side-bar .form-devider input {
    font-family: 'Antenna-Light';
    font-weight: 100;
    color: #B3B3B3;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
}

.right-side-bar .form-devider input.data-btn {
    float: left;
    width: 45%;
    outline: 0;
}

.right-side-bar .form-devider input.ora-btn {
    float: left;
    width: 55%;
    outline: 0;
}

.right-side-bar .form-devider select.vendi {
    float: left;
    width: 100%;
    border: 0;
    padding: 10px;
    outline: 0;
}

.right-side-bar .form-devider select.kategoria {
    float: left;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 10px;
}

.right-side-bar .form-devider select.instituti {
    float: left;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 10px;
}

.right-side-bar .form-devider .upload-devider {
    float: left;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}

.right-side-bar .form-devider .upload-devider label.myLabel {
    float: left;
    width: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.right-side-bar .form-devider .upload-devider label.myLabel .big {
    font-family: 'Antenna-Light';
    font-weight: 100;
    color: #B3B3B3;
    font-size: 15px;
    text-transform: uppercase;
}

.right-side-bar .form-devider .upload-devider label.myLabel .small {
    float: left;
    width: 100%;
    font-family: 'Antenna-Light';
    font-size: 10px;
    margin-top: 4px;
}

.right-side-bar .form-devider .upload-devider input.file-btn {
    display: none!important;
}

.right-side-bar .form-devider input.emri {
    float: left;
    width: 100%;
    border-right: 1px dashed #AFB5BC;
    outline: 0;
    position: relative;
    height: 100%;
    padding-top: 0;
}

.right-side-bar .form-devider input.mbiemri {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    outline: 0;
    padding-top: 0;
}

.right-side-bar .form-devider input.email-btn {
    float: left;
    position: relative;
    width: 100%;
    border-right: 1px dashed #AFB5BC;
    outline: 0;
    height: 100%;
    padding-top: 0;
}

.right-side-bar .form-devider input.tel-btn {
    position: relative;
    float: left;
    width: 100%;
    outline: 0;
    height: 100%;
    padding-top: 0;
}

.right-side-bar .form-devider label.small {
    float: left;
    width: auto;
    font-family: 'Antenna-Light';
    font-size: 10px;
    margin-top: 4px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    height: 10px;
}

.captcha-holder {
    float: left;
    width: 100%;
    outline: 0;
    padding: 15px;
    box-sizing: border-box;
}

.captcha-holder label {
    font-family: 'Antenna-Light';
    font-weight: 100;
    color: #B3B3B3;
    font-size: 15px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.input-holder {
    float: left;
    width: 45%;
    position: relative;
    height: 60px;
    border-bottom: 1px dashed #AFB5BC;
}

.input-holder.lg {
    width: 55%;
}

.captcha-holder .img-area {
    border: 1px solid #CCCCCB;
    float: left;
    width: 130px;
    height: 40px;
    margin-top: 12px;
}

.captcha-holder .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.captcha-holder input.captcha-input {
    border: 1px solid #CCCCCB;
    width: 220px;
    padding: 5px;
    margin-top: 8px;
    display: block;
    float: left;
}

.raport-devider {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.raport-devider input.raport-input {
    border: 1px solid #CCCCCB;
    color: #B01116;
    float: left;
    background: transparent;
    width: auto;
    padding: 10px;
    margin-left: 15px;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
}

.warning {
    float: left;
    width: 100%;
    margin-top: 37px;
}

.warning p {
    font-family: 'Antenna-Light';
    font-size: 12px;
    color: #989898;
}

.warning p span {
    color: #B01116;
    font-family: 'Antenna-Light';
    font-size: 12px;
}

.about-us-content {
    float: left;
    width: 92%;
}

.about-us-content ul,
.about-us-content ol {
    padding-left: 30px;
    list-style-type: disc;
}

.about-us-content strong {
    font-family: 'Antenna-Bold';
    font-weight: bold;
    font-size: inherit;
}

.about-us-content h1 {
    font-family: 'Antenna-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #989898;
    margin-top: 14px;
    line-height: 1.5em;
}

.about-us-content a {
    color: #000;
    padding: 5px 10px;
    background-size: 19px;
    /*border: 1px solid #000;*/
    font-family: 'Antenna-Light';
    font-weight: 100;
    font-size: 14px;
}

.about-us-content,
.about-us-content li a,
.about-us-content li,
.about-us-content span,
.about-us-content p {
    font-family: 'Antenna-Light';
    font-weight: 100;
    font-size: 14px;
    color: #989898;
    margin-top: 14px;
    text-align: justify;
    line-height: 1.5em;
}

.partners {
    float: left;
    width: 100%;
}

.partners h1 {
    margin-bottom: 32px;
}

.partners ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.partners ul li {
    float: left;
    margin-right: 28px;
}

.article-open {
    float: left;
    width: 100%;
}

.article-open .oneColReport {
    float: left;
    width: 100%;
}

.article-open .oneColReport article {
    width: 100%;
    background: none;
    height: auto;
}

.article-open .oneColReport article a {
    padding-left: 0;
    height: auto;
}

.article-open .oneColReport article p {
    color: #808080;
    font-family: 'Stag-Book';
    font-size: 16px;
    height: auto;
}

.article-open .oneColReport .report-status.report-verified {
    width: auto;
    font-size: 14px!important;
}

.article-open .oneColReport article:hover {
    transform: translate(0px, 0px);
    box-shadow: none;
}

.place-dateTime {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 37px;
}

.place-dateTime li {
    float: left;
    float: left;
    font-family: 'AntennaCond-Light';
    font-weight: 100;
    color: #808080;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    margin-top: 5px;
}

.place-dateTime li:before {
    content: "/";
    color: #B3B3B3;
    float: right;
    margin: 0 3px;
}

.place-dateTime li:first-child {
    color: #B3B3B3;
}

.place-dateTime li:last-child:before {
    display: none;
}

.bottom-form-raports .singleReports {
    float: left;
    margin-left: 0;
}

.bottom-form-raports .form-devider form {
    width: 100%;
}

#commentsBox p.success {
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: #ffffff;
    background: #808080;
    font-family: 'AntennaCond-Regular';
}

.comment-form-area {
    float: left;
    width: 460px;
    margin-top: 20px;
}

.comment-form-area h1 {
    font-family: 'AntennaCond-Regular';
    font-size: 24px;
    color: #808080;
    margin-bottom: 20px;
}

.comment-form-area form {
    float: left;
    width: 100%;
}

.comment-form-area form .input-box {
    height: auto;
    float: left;
    margin-right: 20px;
    width: 140px;
    outline: none;
    border: 1px solid #CDCCCC;
}

.comment-form-area form .input-box p.text-danger {
    padding: 0 10px;
}

.comment-form-area form .input-box input {
    font-family: 'Antenna-Light';
    font-weight: 100;
    color: #B3B3B3;
    font-size: 15px;
    float: left;
    width: 100%;
    border: 0;
    padding: 10px;
}

.comment-form-area form .textare-box {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #CDCCCC;
    margin-top: 20px;
}

.comment-form-area form .textare-box p.text-danger {
    padding: 0 10px;
}

.comment-form-area form textarea {
    resize: none;
    width: 100%;
    height: 120px;
    border: 0;
    outline: none;
    font-size: 15px;
}

.comment-form-area form .mob-phone {
    margin-right: 0;
}

.comment-form-area form input {
    font-family: 'Antenna-Light';
    font-weight: 100;
    color: #B3B3B3;
    font-size: 15px;
}

.comment-form-area form .captcha-holder {
    float: left;
    padding-left: 0;
    width: 50%;
}

.koment-btn {
    float: left;
    width: 100px;
    height: 40px;
    text-align: center;
    color: #B01116;
}

.comment-form-area .raport-devider input.raport-input {
    margin-left: 0;
}

.footerWrapper {
    float: left;
    width: 100%;
    padding: 80px 0 0;
}

.insideFooter {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 1100px;
    background: #000000;
    padding: 20px 20px 100px;
    position: relative;
    box-sizing: border-box;
}

.insideFooter:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    float: left;
    top: 0;
}

.insideFooterWrapper {
    float: left;
    width: 100%;
    background: #000000;
}

a.footerLogo {
    float: left;
    margin-right: 20px;
}

p.firstP {
    float: left;
    color: #fff;
    width: 290px;
    font-size: 10px;
    line-height: 14px;
    margin-right: 40px;
    font-family: 'Antenna-Regular';
}

p.firstP b {
    color: #b01116;
    font-family: 'Antenna-Regular';
}

p.footerP {
    width: 140px;
    float: left;
    color: #808080;
    line-height: 14px;
    font-size: 12px;
    margin-left: 20px;
    font-family: 'Antenna-Regular';
}

p.footerP a {
    color: #fff;
    font-weight: normal;
    font-family: 'Antenna-Regular';
}

.footerMenu {
    float: left;
    width: 100%;
}

.footerMenu ul {
    float: left;
    margin-left: 20px;
    margin-bottom: 17px;
}

.footerMenu li {
    float: left;
    margin-right: 25px;
}

.footerMenu li a {
    color: #a7a9ab;
    font-size: 18px;
    font-family: 'Stag-Book';
    font-weight: normal;
}

.reportForm form {
    float: right;
    width: 300px;
    margin-left: 12px;
    position: relative;
}

html body.single-jnk-dnk .reportForm form {
    height: auto;
    overflow: visible;
    width: 300px
}

body.post-type-archive-dnk .reportForm form,
body.post-type-archive-dnk .reportForm form textarea,
body.post-type-archive-jnk .reportForm form,
body.post-type-archive-jnk .reportForm form textarea {
    width: 300px
}

.reportForm form textarea {
    padding: 15px;
    float: left;
    width: 100%;
    resize: none;
    color: #A7A7A6;
    border-color: #A7A7A6 !important;
    height: 210px;
}

html body.single-jnk-dnk .reportForm form textarea {
    border-top: 1px dashed #e7e8e8;
    border-bottom: 1px solid #e7e8e8;
    font-family: Antenna-Light;
    font-weight: 100
}

body.post-type-archive-dnk .reportForm form input,
body.post-type-archive-jnk .reportForm form input {
    width: 270px
}

body.post-type-archive-dnk .reportForm form .report_date,
body.post-type-archive-dnk .reportForm form .report_time,
body.post-type-archive-jnk .reportForm form .report_date,
body.post-type-archive-jnk .reportForm form .report_time,
body.single-jnk-dnk .reportForm form .report_date,
body.single-jnk-dnk .reportForm form .report_time {
    width: 135px
}

.reportForm form input,
body.error404 .page-content form input.search-field,
body.tag .page-content form input.search-field {
    font-family: 'Antenna-Light';
    padding: 15px;
    color: #A7A7A6;
    border: 0;
    border-bottom: 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-transform: uppercase
}

.reportForm form option,
.reportForm form select {
    color: #A7A7A6;
    padding: 15px 10px 15px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}

.report_date {
    border-right: 0!important
}

.reportForm form .institution,
.reportForm form .report_category {
    width: 100%;
    border: 0;
}

.reportForm form .report_category {
    border-right: 0
}

.report_place {
    border-top: 0!important
}

.reportForm form .report-step,
.reportForm form .success-step {
    display: none;
    min-height: 314px;
    position: relative
}

.reportForm form .report-step .finalFormContent {
    min-height: 134px
}

.reportForm form .report-step.step1 {
    display: block
}

.report_document {
    display: none
}

header .step1 {
    display: block
}

.step2,
.step3,
.step4 {
    display: none
}

.reportForm form .captchaStep.report-step label {
    float: left;
    color: grey;
    font-size: 21px;
    padding-top: 13px;
    font-family: 'Stag-Book';
}

.reportForm label.error,
.reportForm span.error,
.step3>span,
.step3>span>a {
    font-size: 10px;
    font-family: 'Antenna-Light';
    color: #B11116
}

.reportForm form .captchaStep.report-step .google-recaptcha-insert {
    margin-top: 46px
}

.reportForm form .captchaStep.report-step input.nextBtn {
    float: right
}

.reportForm label.error,
.reportForm span.error {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 5px;
}

.step3>span {
    float: left;
    width: 50%;
    margin-top: 6px;
    position: relative;
    z-index: 3
}

.reportSteps>li,
.reportSteps>li:after {
    color: #ccc;
    font-size: 12px;
    font-family: 'Antenna-Light'
}

.reportSteps {
    float: left;
    width: 50%;
    list-style: none;
    margin-top: 4px;
    position: absolute;
    bottom: -21px;
    left: 10px;
}

.reportSteps>li {
    display: inline-block
}

.reportSteps>li:after {
    content: "/";
    margin-left: 3px;
    margin-right: 1px
}

.reportSteps>li.currentStep,
.reportSteps>li.currentStep:after {
    color: #B11116
}

.reportSteps>li:last-child:after {
    display: none
}

.finalFormContent {
    float: left;
    width: 100%;
    padding: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.finalFormContent span {
    float: left;
    font-family: 'Antenna-Black';
    font-size: 30px;
    font-weight: 900;
    color: #CCC;
    margin-right: 13px
}

.prejshpis-holder ul li h3,
.prejshpis-holder ul li h3 a,
.prejshpis-holder ul li p,
.prejshpis-holder ul li p a,
.vrnText h2 a,
.vrnText p a {
    font-weight: 400;
    font-family: 'AntennaCond-Regular'
}

.capchaHolder,
.finalFormContent p {
    color: #ccc;
    font-family: 'Antenna-Light';
    font-size: 12px;
    float: left
}

.finalFormContent p {
    margin-top: 3px;
    line-height: 14px
}

.capchaHolder {
    width: 100%;
    background: #E6E6E5;
    text-align: center;
    padding: 9px;
    margin-top: 5px
}

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

.report_document+label {
    font-family: 'Antenna-Light';
    padding: 15px;
    color: #A9A9A9;
    font-size: 12px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #fff
}

.step4 {
    background: #fff
}

.report_name {
    border-top: 0!important
}

.report_email {
    border-right: 0!important
}

.report_phone {
    border-left: 1px dashed #e7e8e8!important
}

body.error404 .page-content form input.search-field,
body.tag .page-content form input.search-field {
    padding: 15px
}

.reportForm form input.nextBtn,
.reportForm form input.submit,
body.error404 .page-content form input.search-submit,
body.tag .page-content form input.search-submit {
    max-width: 30px;
    font-size: 28px;
    color: #fff;
    background: grey;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    border: 1px solid grey;
    font-family: 'AntennaComp-Bold';
    text-transform: uppercase;
    height: 46px
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
    background: 0 0
}

body.error404 .page-content form input.search-submit {
    padding: 5px 10px;
    width: 100px;
    min-width: 100px
}

body.error404 .page-content form input.search-field {
    border-bottom: 1px solid #e7e8e8
}

body.tag .page-content form input.search-submit {
    padding: 5px 10px
}

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

textarea {
    color: #000!important
}

textarea:focus:-moz-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #fff
}

.reportForm form input.nextBtn {
    max-width: 30px;
    font-size: 28px;
    color: #fff;
    background: #dddddd;
    border: 0;
    text-align: center;
    padding: 5px 12px;
    cursor: pointer;
    font-family: 'AntennaComp-Bold';
    text-transform: uppercase;
    height: 46px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.reportForm form label[for="file"] {
    cursor: pointer;
}

.inputs-holder.full {
    float: left;
    width: 100%;
}

.inputs-holder {
    border-bottom: 1px dashed #AFB5BC;
}


/*.inputs-holder.full input{
    width: 100%;
}*/

.inputs-holder.half {
    float: left;
    width: 45%;
}

.inputs-holder.half-2 {
    width: 55%;
    border-left: 1px dashed #AFB5BC;
}

.right-side-bar .form-devider .inputs-holder.half input {
    width: 100%;
}

p.text-danger {
    padding: 0 15px;
    color: #b11116;
    margin-bottom: 10px;
}

.google-recaptcha-insert {
    float: left;
    margin-bottom: 5px;
}

.errors {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.textarea-holder {
    border-bottom: 0;
}

.load_more_holder {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.load_more_holder a {
    display: inline-block;
    background: #e6e6e6;
    font-family: 'AntennaCond-Black';
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
}

.pagination-reports {
    display: none;
}

.content {
    float: left;
    width: 100%;
}

.report-single #map_canvas {
    margin-bottom: 20px;
}


/*================================
=            UZURPIMI            =
================================*/

.uzurpime-content {
    width: 100%;
    float: left;
    clear: both;
    padding-left: 20px;
    padding-top: 20px;
}

.map_iframe_holder {
    float: left;
    width: 100%;
    position: relative;
}

.map_iframe_holder iframe {
    width: 100%;
    height: 580px;
    margin: 0;
    border: 0;
    padding: 0;
}

.report_uzp {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    text-transform: uppercase;
    font-family: 'Antenna-Black';
    font-size: 27px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #702b8f;
    padding: 0 14px;
    transition: background-color .25s ease-in-out;
}

.report_uzp:hover {
    background-color: #8b46af;
}

.legend_wrapper {
    float: left;
    width: 100%;
    clear: both;
}

.legend_wrapper h2 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-family: 'Antenna-Thin';
    color: black;
    margin-bottom: 42px;
    margin-top: 32px;
}

.legend_content_holder {
    float: left;
    width: 100%;
    clear: both;
}

.legend_col_4 {
    float: left;
    width: 33.3333333%;
    min-height: 1px;
}

.legend_col_12 {
    float: left;
    width: 100%;
    min-height: 1px;
}

.legend_col_8 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
}

.legend_row {
    float: left;
    width: 100%;
    border-top: 1px solid #b2b2b2;
}

.legend_row:last-child {
    border-bottom: 1px solid #b2b2b2;
}

.legend_col_content {
    float: left;
    width: 100%;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.legend_icon {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto;
    background-size: auto;
    width: 50px;
    height: 50px;
}

.legend_text {
    float: left;
    width: calc(100% - 50px);
    padding-left: 5px
}

.legend_text h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Antenna-Light';
    color: #b2b2b2;
    font-weight: 300;
    line-height: 1.335em;
}

.kembesori_col .legend_icon {
    background-image: url('images/feet_icon.png');
}

.karroca_col .legend_icon {
    background-image: url('images/cradle_icon.png');
}

.circle_red_col .legend_icon {
    background-image: url('images/circle_grad_red.png');
}

.circle_orange_col .legend_icon {
    background-image: url('images/circle_grad_orange.png');
}

.circle_gray_col .legend_icon {
    background-image: url('images/circle_grad_gray.png');
}

.purple_star .legend_icon {
    background-image: url('images/star_purple.png');
}

.circle_red_feet .legend_icon {
    background-image: url('images/circle_red_feet.png');
}

.circle_red_cradle .legend_icon {
    background-image: url('images/circle_red_cradle.png');
}

.circle_orange_feet .legend_icon {
    background-image: url('images/circle_orange_feet.png');
}

.circle_orange_cradle .legend_icon {
    background-image: url('images/circle_orange_cradle.png');
}

.square_gray_feet .legend_icon {
    background-image: url('images/square_gray_feet.png');
}

.square_gray_cradle .legend_icon {
    background-image: url('images/square_gray_cradle.png');
}

.legend_col_4 {
    border-right: 1px solid #b2b2b2;
}

.circle_gray_col {
    border-right: 0;
}

.karroca_col,
.circle_orange_col {
    padding-left: 23px;
}

.circle_gray_col {
    padding-left: 5px;
}


/* UZURPIME CATEGORY */

.uzurpime-content .left-side-content {
    margin-left: 0;
}

.uzurpime-content h1 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-family: 'Antenna-Regular';
    color: #b2b2b2;
    font-weight: normal;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 28px;
}

.uzurpime_content_wrap p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Antenna-Light';
    font-weight: 300;
    color: #999999;
    line-height: 1.19em;
}

.raporto_content p a {
    font-size: 14px;
    font-family: 'Antenna-Light';
    font-weight: 300;
    color: #4386ac;
    text-decoration: underline !important;
}

.article_link a {
    text-decoration: underline !important;
    border-bottom: 1px solid #4386ac;
}

.intro_text {
    margin-bottom: 60px;
}

.info_box {
    float: left;
    width: 100%;
    margin-bottom: 62px;
}

.info_box h4 {
    float: left;
    width: 100%;
    color: black;
    font-size: 24px;
    font-family: 'Antenna-Regular';
    font-weight: normal;
    line-height: 1.17em;
    margin-bottom: 40px;
}

.info_box_content {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_box .info_box_content h5 {
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Antenna-Bold';
    font-size: 18px;
    color: #999;
    margin-bottom: 0;
}

.left_info_head {
    float: left;
    max-width: 480px;
    width: 100%;
}

.right_info_head {
    float: left;
    max-width: calc(100% - 480px);
    width: 100%;
}

.info_box .left_info {
    float: left;
    max-width: 480px;
    width: 100%;
}

.info_box .right_info {
    float: left;
    max-width: calc(100% - 480px);
    width: 100%;
}

.info_list {
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 17px;
}

.info_list li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 11px;
    margin-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.info_box_icon {
    width: 90px;
    height: 35px;
}

div.right_info {
    padding-left: 0;
}

.notice_text {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Antenna-Light';
    font-weight: 300;
    color: #999999;
    line-height: 1.19em;
    margin-top: 42px;
}

.uzurpime_content_wrap h5 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    font-family: 'Antenna-Bold';
    margin-bottom: 20px;
}

.uzurpime_content_wrap h5 i {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url('images/star_purple.png');
    background-repeat: no-repeat;
    -webkit-background-size: 23px;
    background-size: 23px;
    position: relative;
    background-position: center;
    top: 2px;
    margin-left: 5px;
}

.outro_text {
    float: left;
    width: 100%;
}

.outro_text h5 {
    font-size: 20px !important;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 41px;
}

.uzurpime_content_wrap {
    float: left;
    max-width: 620px;
}


/* Uzurpime Shembuj */

.uzurpim_shembuj_wrap {
    float: left;
    width: 100%;
    background: #e5e5e5;
    padding: 20px 25px 49px 15px;
}

.uzurpim_shembuj_wrap h2 {
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Antenna-Bold';
    line-height: 100%;
    margin-bottom: 44px;
}

.shembuj_list {
    float: left;
    width: 100%;
    text-align: left;
}

.shembuj_list li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.shembuj_list li:last-child {
    margin-bottom: 0;
}

.shembuj_list li .shembuj_icon {
    float: left;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    -webkit-background-size: 43px;
    background-size: 43px;
    background-position: center;
}

.shembuj_icon.cradle_big {
    background-image: url('images/circle_red_cradle_big.png');
}

.shembuj_icon.feet_big {
    background-image: url('images/circle_orange_feet_big.png');
}

.shembuj_icon.square_big {
    background-image: url('images/square_gray_feet_big.png');
}

.shembuj_icon.star_big {
    background-image: url('images/star_purple_big.png');
}

.shembuj_list li p {
    float: left;
    width: calc(100% - 44px);
    padding-left: 17px;
    font-size: 16px;
    font-family: 'Stag-Book';
    color: #b2b2b2;
    line-height: 1.19em;
}


/* Uzurpime Apliko */

.apliko_wrap h1 {
    font-size: 34px;
}

.apliko_wrap p {
    margin-bottom: 14px;
}

.apliko_wrap p a {
    font-family: 'Antenna-Medium';
    font-size: 16px;
    color: #999;
}


/* Per ne Uzurpim */

.page-10 .reportForm {
    display: none;
}


/* Raporto Uzurpimet */

.raporto_content h5 {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Antenna-Light';
    text-transform: none;
}

.raporto_content p {
    font-size: 14px;
}

.report_intro {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.report_info_box {
    float: left;
    width: 100%;
    margin-bottom: 37px;
}

.report_info_box h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Antenna-Bold';
    text-transform: uppercase;
    color: #999;
    margin-bottom: 14px;
    line-height: 100%;
}

.report_info_box p {
    margin-bottom: 17px;
}

.report_info_box p:last-child {
    margin-bottom: 0;
}

.raporto_content h5 a,
.report_info_box p a {
    font-weight: bold;
    font-family: 'Antenna-Bold';
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.report_info_box p span {
    float: left;
    width: 100%;
    font-size: 12px !important;
    font-family: 'Antenna-Light';
    font-weight: 300;
}

.page-10 .about-us-content h1 {
    font-size: 14px;
    margin-top: 0;
}


/*=====  End of UZURPIMI  ======*/


/* Form msgs */

.report-form-alert {
    float: left;
    width: 100%;
    padding: 4px 7px;
    background: #999;
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Antenna-Bold';
    transition: all .3s ease-in-out;
}

.report-form-alert.report-form-alert-success {
    background: #37ce7a;
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    .wrapper {
        float: left;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .topLine {
        width: 100%;
    }
    .left-side-content {
        width: 54%;
    }
    .right-side-bar {
        float: left;
        width: 40%;
    }
    body.about-us .left-side-content {
        float: left;
        width: 100%;
    }
    .homeReports {
        width: 100%;
    }
    .reportThinCol {
        margin-left: 20px;
        margin-top: 20px;
    }
    .oneColReport {
        margin-top: 20px;
    }
    .right-side-bar .form-devider form {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .google-recaptcha-insert {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0.89);
        -ms-transform: scale(0.89);
        -o-transform: scale(0.89);
        transform: scale(0.89);
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        float: left;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .topLine {
        width: 100%;
        height: auto;
        display: none;
    }
    .page-7 .contentHolder {
        margin-top: 10px;
    }
    .page-7 .uzurpime-content {
        padding-top: 0;
    }
    .uzurpime-content {
        padding-left: 0 !important;
    }
    .legend_wrapper h2 {
        margin-top: 15px;
        font-size: 27px;
        margin-bottom: 20px;
    }
    .topLine ul li a {
        font-size: 9px;
    }
    .left_info_head,
    .info_box .left_info {
        width: calc(100% - 150px);
    }
    .info_box .left_info {
        width: calc(100% - 110px)!important;
    }
    .right_info_head {
        max-width: 100% !important;
        width: 111px;
    }
    .legend_col_4,
    .legend_col_8,
    .legend_col_12 {
        width: 100%;
        padding-left: 5px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #b2b2b2;
        border-left: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
    }
    .report_uzp {
        float: left;
        width: 100%;
        position: static;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }
    .map_iframe_holder iframe {
        height: 300px;
    }
    .karroca_col,
    .circle_gray_col,
    .legend_col_12 {
        border-bottom: 0 !important;
    }
    div.right_info {
        max-width: 100% !important;
        width: 70px !important;
    }
    a.logo {
        max-width: 210px;
        float: left;
        margin-left: 0;
    }
    .mainNav {
        display: none;
    }
    .menu-icon {
        float: left;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -60px;
        right: 0;
        z-index: 99999;
    }
    .logo_uzurpime {
        max-width: 160px !important;
    }
    .menu-icon span {
        float: left;
        width: 100%;
        height: 4px;
        margin-bottom: 5px;
        background: #b11116;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
    }
    .otherMenu {
        display: none;
    }
    body.active .menu-icon span:nth-child(1) {
        -webkit-transform: rotate(-50deg) translate(-12px, 12px);
        -ms-transform: rotate(-50deg) translate(-12px, 12px);
        -o-transform: rotate(-50deg) translate(-12px, 12px);
        transform: rotate(-50deg) translate(-12px, 12px);
    }
    body.active .menu-icon span:nth-child(3) {
        -webkit-transform: rotate(50deg) translate(0px, -1px);
        -ms-transform: rotate(50deg) translate(0px, -1px);
        -o-transform: rotate(50deg) translate(0px, -1px);
        transform: rotate(50deg) translate(0px, -1px);
    }
    body.page-group-uzurpime .menu-icon span {
        background: #6f2c91;
    }
    body.active .menu-icon span:nth-child(2) {
        opacity: 0;
    }
    .mainContainer .mainNav ul {
        width: 90%;
        padding-bottom: 10px;
    }
    .mainContainer .mainNav ul li {
        width: 100%;
    }
    .mainContainer .menuHolder {
        margin-top: 40px;
    }
    .mainContainer .mainNav ul li a {
        width: 100%;
        padding-top: 5px;
        border-bottom: 1px solid #a7a9ab;
        box-sizing: border-box;
    }
    .mainContainer .mainNav ul li:first-child a {
        padding-left: 12px;
    }
    .mainContainer .mainNav ul li:last-child a {
        border-bottom: 0;
    }
    .mainContainer .mainNav ul li a:after {
        display: none;
    }
    .left-side-content {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .right-side-bar {
        float: left;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .bottom-form-raports .singleReports {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .homeReports article,
    .oneColReport article {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        height: 300px;
    }
    .form-devider {
        margin-left: 0;
        max-width: 100%;
    }
    .comment-form-area {
        width: 100%;
        margin-left: 0;
    }
    .comment-form-area form input.text-btn {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    p.footerP {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        padding-right: 15px;
    }
    .insideFooter {
        padding-bottom: 10px;
    }
    .raportime-header {
        padding-left: 0;
    }
    .homeReports {
        margin-left: 0;
        width: 100%;
    }
    .reportThinCol {
        width: 60%;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .oneColReport {
        width: 100%;
    }
    .bottom-form-raports .homeReports {
        width: 100%;
    }
    .about-us-content {
        width: 100%;
    }
    .reports-holder>ul>li h2 {
        font-size: 18px;
        float: left;
        max-width: 100%;
    }
    .reports-holder ul li ul {
        max-width: 100%;
        float: left;
    }
    .reports-holder>ul>li ul li {
        font-size: 16px;
    }
    p.firstP {
        width: 100%;
    }
    .partners ul li {
        float: left;
        margin-right: 5px;
        width: 48%;
    }
    .footerWrapper,
    body {
        overflow-x: hidden;
    }
    .raportimeFilter .selectReports {
        width: auto;
        margin-bottom: 20px;
        border-radius: 0;
    }
    .bottom-form-raports .form-devider form {
        position: relative;
        margin-left: 0;
    }
    body.single.form-devider input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
    }
    .reportSteps {
        margin: 10px 0;
        bottom: -28px;
    }
    .footerWrapper {
        padding-top: 20px;
    }
    .form-devider form {
        float: left;
        width: 100%;
    }
    .rc-anchor-normal {
        width: 100%;
    }
    .captcha-holder iframe {
        float: left;
        width: 100%;
    }
    .captcha-holder .rc-anchor-normal {
        width: 100%!important;
    }
    .raportimeFilter .selectReports {
        margin-bottom: 10px;
    }
    .mainContainer .mainNav ul li:hover a,
    .mainContainer .mainNav ul li.active a {
        border-bottom: 2px solid #b01116;
    }
    .right-side-bar .form-devider.reportForm form {
        width: 100%;
    }
}

.report-single .report-comments {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.report-single .report-comments h1 {
    color: #808080;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'AntennaCond-Regular';
}

.report-comments {
    position: relative;
    float: left;
    width: 100%;
}

.report-single ul.comments-list li:first-child {
    margin-top: 0 !important;
}

.report-single ul.comments-list li {
    float: left;
    width: 100%;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.report-single ul.comments-list li .comment-info {
    display: block;
}

.report-single ul.comments-list li.created {
    color: #000;
    padding: 10px;
    margin-top: 0;
    background: #e6e6e6;
}

.report-single ul.comments-list li span.comment-author {
    font-weight: bold;
    font-family: 'Antenna-Bold';
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #808080;
}

.report-single ul.comments-list li span.comment-date {
    float: right;
    font-family: 'Antenna-Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #808080;
}

.report-single ul.comments-list div.comment-description {
    margin-top: 13px;
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: 'Antenna-Light';
    font-weight: 300;
    color: #999999;
    line-height: 1.19em;
}
.report-comments .text-center {
    float: left;
    width: 100%;
    text-align: center;
}

.report-comments .btn {
    display: inline-block;
    padding: 0 14px;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #B01116;
    border: 1px solid #B01116;
    font-family: 'Antenna-Regular';
    font-weight: normal;
    cursor: pointer;
    margin-top: 20px;
}
#infscr-loading {
    display: none !important;
}
/*
    width: 50px;
    height: 50px;
    background: url();
    text-indent: -9999em;
    background-size: 100%;
    position: absolute;
    bottom: -6px;
    left: 180px;

#infscr-loading img {
    display: none;
}*/

.reports-chart-holder {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.reports-charts-canvas {
    float: left;
    margin-top: 10px;
}

.reports-charts-canvas.only-for-image {
    display: none !important;
}

.reports-charts-legend {
    float: left;
    margin-left: 20px;
}

.reports-charts-legend ul li .color-block {
    margin: 0;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.statistics-results {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 100;
    font-family: 'Antenna-Light';
}

.statistics-results .full-width-content {
    margin: 0;
}

.statistics-results .toolbar {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.statistics-results .toolbar .right-side-buttons {
    float: right;
}

.statistics-results .toolbar a.download-excel {
    float: left;
    color: #000;
    padding: 5px 10px;
    margin-right: 6px;
    padding-left: 30px;
    background: url('../site/images/download-icon.png') no-repeat 5px 5px;
    background-size: 19px;
    border: 1px solid #000;
}

.statistics-results .toolbar span.total-nr {
    margin: 0;
    color: #000;
    float: left;
    padding: 5px 10px;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #000;
}

.statistics-results .toolbar label.chart-type-labels {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Antenna-Light';
}

.statistics-results .toolbar select#chartType {
    float: left;
    color: #fff;
    background: #a7a9ab;
    padding: 7px 10px 6px;
    font-size: 14px;
}

.stats-filter-form {
    float: left;
    width: 100%;
    font-weight: 100;
    font-family: 'Antenna-Light';
}

.stats-filter-form a,
.stats-filter-form button {
    float: left;
    color: #fff;
    background: #a7a9ab;
    padding: 5px 10px;
    margin-right: 6px;
    font-size: 14px;
    font-family: 'Antenna-Light';
    border: none;
}

.stats-filter-form a.active {
    background: #757474;
}

.stats-filter-form .stats-date {
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    background: #a7a9ab;
    padding: 5px 7px;
}

.stats-filter-form .date-range .pick-d {
    margin: 0;
    margin-bottom: 10px;
}

.stats-filter-form .date-range,
.stats-filter-form .selects {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.stats-filter-form .selects select {
    float: left;
    color: #fff;
    background: #a7a9ab;
    padding: 5px 10px;
    margin-right: 6px;
    font-family: 'Antenna-Light';
    font-weight: 100;
    font-size: 14px;
}

.canvas-holder {
    height: 410px;
    width: 500px;
    float: left;
    overflow: hidden;
}

.download-buttons-holder {
    float: right;
    width: 200px;
}
.download-buttons-holder select {
    color: #fff;
    float: right;
    font-size: 14px;
    background: #a7a9ab;
    padding: 7px 10px 6px;
    font-family: 'Antenna-Light';
}

.stats-filter-form .submit-button-holder {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.stats-filter-form .submit-button-holder a,
.stats-filter-form .submit-button-holder button {
    font-size: 16px;
    background-color: #b11116;
}

.stats-filter-form .submit-button-holder a {
    padding: 6px 10px 7px;
}

.stats-filter-form button[type="submit"] {
    border: 0;
    cursor: pointer;
    padding: 8px 10px 7px;
}

.close-message-box {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.close-message-content {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.close-message-box h3 {
    font-family: 'AntennaCond-Black';
    font-size: 19px;
    color: #000;
    margin-top: 0;
    line-height: 1.1em;
    height: auto;
    float: left;
    overflow: hidden;
    width: 100%;
}
