/*
Theme Name: WP_Ogitive
Theme URI: http://ww.ogitive.com
Author: Ogitive
Author URI: http://www.ogitive.com
Description: Blank template
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpog
Tags:
*/

a.txtlink { font-size: 11px !important;}

html, body {
    font-family: 'Tahoma', sans-serif;
}

p {
    font-size: 11px;
    color: #333;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

img {
    display: block;
}

h1 {
    color: #000;
    font-size: 80px;
}

h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Georgia', sans-serif;
    color: #333;
    margin-bottom: 10px;
}

h3 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Georgia', sans-serif;
}
#menu-button {

    display: none;

    cursor: pointer;

    color: #fff;

    font-size: 32px;

}

.page-content ul li {
    font-size: 11px;
    margin-bottom: 5px;
}
.page-content ol li {
    font-size: 11px;
    margin-bottom: 5px;
}
.single-box-con ul li {
    font-size: 11px;
    margin-bottom: 5px;
}
.single-box-con ol li {
    font-size: 11px;
    margin-bottom: 5px;
}
a.button {
    background: #333;
    display: inline-block;
    padding: 5px 20px 5px 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 18px;
    font-size: 11px;
    border-left: #980000 5px solid;
    transition: 0.2s all ease-in-out;
}

a.button:hover {
    background: #980000;
}

a.button-basic {
    display: inline-block;
    color: #3d267a;
    font-size: 10px;
    text-transform: none;
    margin-top: 10px;
/*     text-decoration: underline; */
}

a.button-full {
    display: block;
    text-transform: none;
    color: #fff;
    background: #203471;
    font-size: 10px;
    padding: 6px 0;
    text-align: center;
}
.page-content {
    padding: 40px 0px;

}
.page-content a:link {
    text-decoration: none;
    line-height: 1.4em;
    font-size: 11px;
    color: #990000;
}
a:visited { 
/*     color: #990000; */
}
.page-content a:hover {
    text-decoration: underline;
}

.page-content p {
    margin-bottom: 15px;
    line-height: 1.4em;
    font-size: 11px;
    text-align: justify;
}
.page-content h1{
    color: #333;
    font-size: 24px;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #999;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: Georgia;
}
/* HEADER */

.top-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#565656+1,363635+100 */
    background: #565656; /* Old browsers */
    background: -moz-linear-gradient(top, #565656 1%, #363635 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #565656 1%, #363635 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #565656 1%, #363635 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#363635', GradientType=0); /* IE6-9 */
    padding: 10px 0 12px 0;
    border-bottom: 1px solid #fff;
}

.top-nav li {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px 6px 0;
    border-right: solid 2px rgba(255, 255, 255, 0.25);
    position: relative;
}
.top-nav li:last-child {
    border-right: none;
}

.top-nav li a {
    color: #fff;
}

.top-nav li a:hover {
    color: #ccc;
}

.top-nav li > ul {
    display: none;
    position: absolute;
    top: 23px;
    left: -15px;
    width: 200px;
    z-index: 999999;
    background: #424241;
    padding: 12px 0px 5px 12px;
}

.top-nav li > ul > li > ul {
    display: none;
    position: absolute;
    top: -12px;
    left: 155px;
    width: 170px;
    z-index: 999999;
    background: #565656;
}

.top-nav li:hover > ul {
    display: block;
    margin: 0;
}

.top-nav li > ul > li {
    display: block;
    margin: 0;
    border-right: none;
}

.top-nav li > ul > li > a {
    font-size: 10px;
    transition: all .1s ease;
}

.top-nav li > ul > li > a:hover {
    transition: all .1s ease;
    border: none;
    color: #ccc;
}

.time-zone p {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    margin-left: 14px;
}

.time-zone img {
    display: inline-block;
    width: 12px;
    margin-left: 8px;
}
#clockbox {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin-left: 5px;
}
#clockbox2 {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin-left: 5px;
}

.bottom-header {
    position: relative;
    height: 177px;
    background: #0e152f;
}

.bottom-header img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.bottom-header .logo-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
}

.bottom-header .logo-holder img {
    margin: 0;
}

.bottom-bar {
    padding: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0170d+0,650804+100 */
    background: #b0170d; /* Old browsers */
    background: -moz-linear-gradient(top, #b0170d 0%, #650804 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b0170d 0%, #650804 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b0170d 0%, #650804 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0170d', endColorstr='#650804', GradientType=0); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 15px;
    z-index: 2;
}

.bottom-nav .fa-home {
    font-size: 22px;
    color: #fff;
    border-right: solid 2px rgba(255, 255, 255, 0.25);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.search-bar {
    width: 254px;
    position: relative;
}

.search-bar input {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    font-size: 12px;
}

.search-bar .fa-search {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #595959;
    font-size: 12px;
}

.bottom-nav li {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px 6px 0;
    border-right: solid 2px rgba(255, 255, 255, 0.25);
    position: relative;
}

.bottom-nav li a {
    color: #fff;
}

.bottom-nav li a:hover {
    color: #ccc;
}

.bottom-nav nav {
    display: inline-block;
    vertical-align: middle;
}

.bottom-nav li > ul {
    display: none;
    position: absolute;
    top: 23px;
    left: -15px;
    width: 200px;
    z-index: 999999;
    padding: 12px 0px 5px 12px;
    background: #7e0d07;
    transition-delay: 1s; /* delays for 1 second */
    -webkit-transition-delay: 1s; /* for Safari & Chrome */
}

.bottom-nav li > ul > li > ul {
    display: none;
    position: absolute;
    top: -12px;
    left: 155px;
    width: 170px;
    z-index: 999999;
    background: #565656;
}

.bottom-nav li:hover > ul {
    display: block;
    margin: 0;
}

.bottom-nav li > ul > li {
    display: block;
    margin: 0;
    height: 25px;
    border-right: none;
}

.bottom-nav li > ul > li > a {
    font-size: 10px;
    transition: all .1s ease;
}

.bottom-nav li > ul > li > a:hover {
    transition: all .1s ease;
    border: none;
    color: #ccc;
}

.slider-holder {
    margin-top: 40px;
    margin-bottom: 25px;
}

.news-slider {
    background: #ddd9d2;
    padding: 15px;
}

.news-slider .slide-img {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.news-slider .slide-content {
    display: inline-block;
    vertical-align: top;
    width: 59%;
}

.news-slider .slide-content h2 {
    text-transform: none;
    line-height: 1.2;
}

.news-slider .slide-info {
    margin-bottom: 0px;
}

.news-slider .slick-dots {
    top: -23px;
    right: 0;
    bottom: auto;
    text-align: right;
}

.news-slider .slick-dots li button:before {
    content: '';
}

.news-slider .slick-dots li {
    background: #ddd8d2;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.news-slider .slick-dots li.slick-active {
    background: #970100;
    border: 1px solid #ddd8d2;
}

.offer-holder h2 {
    margin-bottom: 3px;
}

.offer-holder p.large {
    font-size: 12px;
    text-transform: uppercase;
}

.banner-box {
    border: solid 2px #ddd9d2;
    margin: 18px 0;
    text-align: center;
}

.banner-box p {
    padding: 6px 0;
    color: #363b83;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.banner-box p:last-child {
    padding-top: 0;
}
.banner-box p.llink {
    font-size: 12px;
    padding-top: 10px;
    text-transform: none;
}
.banner-box h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.offer-holder p {
	margin-bottom: 0px;
}

.offer-box {
    margin-bottom: 13px;
}

.offer-info {
/*     padding-bottom: 8px; */
    border-bottom: solid 1px #333333;
}

.offer-info .url-p {
    font-size: 10px;
    text-transform: uppercase;
    color: #979797;
}

.offer-content {
    padding: 10px 10px 20px 10px;
    background: #eee;
	margin-bottom: 25px;
}

.related-info {
    margin-top: 30px;
}

.related-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.related-box {
    height: 64px;
    position: relative;
    border-width: 8px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#01033e), to(#131b9b)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #01033e, #131b9b) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #01033e, #131b9b) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #01033e, #131b9b) 1 100%;
    border-image: linear-gradient(to top, #01033e, #131b9b) 1 100%;
    border-right: none;
    background: #ddd8d2;
    padding: 0 12px;
    margin-bottom: 10px;
}

.banner-box.bckg {
    border: none;
    background: #ddd9d2;
}

.banner-box.bckg h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

.banner-box.bckg p.upper {
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 11px;
    color: #333;
    line-height: 1.3;
}

.banner-box.bckg img {
    padding: 15px 25px;
    background-image: linear-gradient(to bottom, #ae170d, #650804);
    background-size: 100% 34%;
    background-repeat: no-repeat;
    background-position-y: center;
}

.banner-box.bckg a p {
    color: #363b83;
    font-size: 12px;
    font-weight: 700;
    color: #ad170d;
    padding: 5px 0 15px 0;
    text-transform: none;
}

.related-box.red {
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#62060b), to(#9b131b)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #62060b, #9b131b) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #62060b, #9b131b) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #62060b, #9b131b) 1 100%;
    border-image: linear-gradient(to top, #62060b, #9b131b) 1 100%;
}

.banner-place {
    margin-top: 20px;
}

.tik-rf {
    background: #eeece8;
    padding: 40px 10px 20px 10px;
}

.tik-single {
    margin-bottom: 25px;
}
.tik-single:last-child {
    margin-bottom: 0;
}

.tik-single a.button-basic {
    color: #970100;
}

.tik-single h3 {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 300;
}

.tik-single img {
    margin-bottom: 10px;
}

.tik-list {
    margin-top: 10px;
}

.tik-list ul li:before {
    content: '»';
    margin-right: 3px;
}

.tik-list ul li {
    color: #970100;
    font-size: 11px;
    margin-bottom: 3px;
}

.tik-list ul li a {
    color: #970100;
}

.jugosovero {
    padding: 40px 0;
}

.staff-box {
    background: #ddd8d2;
    padding: 20px;
    margin-bottom: 30px;
}

.staff-box p {
    color: #970100;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}

.staff-box a.button {
    display: block;
    text-align: center;
}

footer {
    background: #ddd9d2;
    padding-bottom: 30px;
    margin-top: 90px;
}

footer h2 {
    font-weight: 600;
}

.margin-box {
    margin-top: -45px;
}

.footer-slider {
    padding: 15px 40px;
    background: #fff;
}

.footer-slider .slick-slide {
    width: 160px;
    margin: 0 10px;
}

.footer-slider p {
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
}

.footer-slider-h {
    position: relative;
    margin-bottom: 30px;
}

.footer-slider .slick-slide img {
    margin: 0 auto;
}

.footer-slider-h .prev {
    position: absolute;
    left: 0;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    height: 100%;
    color: #fff;
    bottom: 0;
    padding: 75px 8px;
    background-image: linear-gradient(to bottom, #b0170d, #650804);
}

.footer-slider-h .next {
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    height: 100%;
    color: #fff;
    bottom: 0;
    padding-top: 65px;
    padding: 75px 8px;
    background-image: linear-gradient(to bottom, #b0170d, #650804);
}

.contact-holder {
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    margin-bottom: 10px;
}

.contact-holder h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.copyright p {
    text-align: center;
    color: #fff;
}


/* ARCHIVE */

.archive-box {
    margin-top: 40px;
}
.archive-content h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 22px;
    font-weight: normal;
}
.cat {
    margin-left: 20px;
}


.archive-img {
    border: 1px #eeece8 solid !important;
}

.archive-img img {
    margin: 0 auto;
}

.post-info {
    margin-bottom: 10px !important;
}

.archive-content p {
    line-height: 1.4 !important;
}
.page-name {
    margin-top: 40px;
    margin-bottom: 30px;
}
.page-name h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Georgia', sans-serif;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.single-box {
    margin-bottom: 30px;
}
.single-box .single-box-con {
    background: #eeece8;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
}
.single-box .single-box-con iframe {
    width: 100%;
}
.single-box .single-box-con h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}
.single-box .single-box-con a.button {
    padding: 5px 40px 5px 25px;
}
.paginacija {
    font-size: 13px;
    margin-top: 60px;
    font-family: 'Tahoma', sans-serif;
}
.paginacija .wp-pagenavi a, .wp-pagenavi span {
    background: #eeece8;
    border: none;
    display: inline-block;
}
.paginacija .wp-pagenavi span.current {
    font-weight: normal;
    background: #980000;
    color: #fff;
}


.banner-box.bckg33 img {
    padding: 15px 25px;
    background-image: linear-gradient(to bottom, #2a69b0, #113d6f);
    background-size: 100% 34%;
    background-repeat: no-repeat;
    background-position-y: center;
}