/*
Theme Name: MTV-UP
Theme URI: mtv
Description: Thema za MTV UP energy drink 
Version: 1.0 or any other version you want
Author: Weblogic Studio
Author URI: www.weblogic-studio.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    margin:0;
    background: #1d1d1b;
	font-family: 'Source Sans Pro', sans-serif;
}
a{
	text-decoration:none !important;
    color:#b5b5b7;
    font-weight: 600;
}

a.visited {
	text-decoration:none !important;
    color:#b5b5b7;
}

strong{
	font-weight: bold;
}
.clr{
	clear: both;
}

.header{
    height:96px;
    background: #1d1d1b;
	border-bottom: solid 1px #343432;
}

#logo {
    padding-top:19px;
    padding-left:20px;
    width:14%;
    float:left;
}

/* Meni */

.menu-menu-1-container {
    display: inline;
    float: left;
    width: 48%;
}
ul#menu-menu-1 li {
    float:left;
    list-style: none;
}

ul#menu-menu-1 li a{
	display: inline-block;
    text-decoration: none;
	text-transform: uppercase;
    color:#d1d1d3;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 96px;
	padding: 0 25px;
    letter-spacing: normal;
}
ul#menu-menu-1 li.current-menu-item a, ul#menu-menu-1 li.current_page_item a{
	padding: 0 24px;
	border-left: solid 1px #343432;
	border-right: solid 1px #343432;
	border-bottom: solid 1px #1d1d1b;
}
ul#menu-menu-1 li a:hover{
	padding: 0 24px;
	border-left: solid 1px #343432;
	border-right: solid 1px #343432;
}

/* trazilica */

.search {
    width: 25%;
    display: inline;
    float:right;
    padding-top:20px;
    padding-right:15px;
}

.okvir_search {
	position: relative;
}

.s {
    background: transparent;
    border:none;
    width:100%;
    height:56px;,
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color:#f7f7f7;
    font-size: 20px;
    padding-left: 15px;
	padding-right: 56px;
	border: 1px solid rgba(255,255,255,0.04);
	box-sizing: border-box;
}
.okvir_search .s:hover, .okvir_search .s:focus{
	border: 1px solid #F7F7F7;
}

.searchsubmit {
	position: absolute;
    top: 50%;
	margin-top: -12px;
	right: 17px;
}

/* kraj trazilice */


/* jezik */
#language {
	font-family: 'Source Sans Pro', sans-serif;
    max-width:123px;
    width:20%;
    float:right;
    height:100%;
	border-bottom: solid 1px #1d1d1b;
}
#language .lang-menu{
	overflow: hidden;
	position: relative;
	padding-top: 96px;
	border-left:1px solid #343432;
	background-color: #141413;
	z-index: 22;
}
#language .lang-menu:hover{
	border-bottom: solid 1px #4a4a49;
}
#language a{
	display: none;
	width:62px;
	font-size: 16px;
	line-height: 70px;
	color: #d1d1d3;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 50%;
	padding-left: 50%;
	padding-right: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #1d1d1b;
	border-bottom: solid 1px #141413;
	z-index: 6;
}
#language a:hover{
	background-color: #141413;
}
#language .lang-menu:hover a{
	display: block;
}
#language a.current_language{
	display: block;
	position: absolute;
	top: 0;
	line-height: 96px;
	border-bottom: 0;
}
#language a img{
	float: right;
	margin-top: 27px;
}
#language a.current_language img{
	margin-top: 40px;
}

.home .home-news{
	float: left;
	display: block;
	position: relative;
	width: 50%;
	padding-top: 28.2%;
	overflow: hidden;
}
.home .home-news img{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	 -o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.home .home-news:hover img{
	height: 110%;
	 -o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.51s;
    transition: all 0.5s;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home .home-news .title{
	position: absolute;
	width: 100%;
	font-size: 26px;
	line-height: 30px;
	bottom: 0;
	left: 0;
	padding: 40px 30px;
	background: rgba(29, 29, 27, 0.8);
	color: #fff;
	box-sizing: border-box;
}
.home .home-news:hover .title{
	color:#99999b;
}
.home .news-0{
	width: 50%;
	padding-top: 28.2%;
}
.home .news-1{
	width: 25%;
	padding-top: 28.2%;
}
.home .news-2{
	float: right;
	width: 25%;
	padding-top: 40.7%;
}
.home .news-3{
	width: 25%;
	padding-top: 40.7%;
}
.home .home-logo{
	float: right;
	position: relative;
	width: 50%;
	padding-top: 12.5%;
	overflow: hidden;
}
.home .home-logo img{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.home .news-4{
	width: 25%;
	padding-top: 28.2%;
}
.home .news-5{
	width: 50%;
	padding-top: 28.2%;
}
.home .news-0 .title, .home .news-5 .title{
	padding-left: 90px;
	padding-right: 90px;
}

.table-news{
	display: table;
	width: 100%;
	border-bottom: solid 1px #343432;
}
.table-news .row{
	display: table-row;
}
.archive-news{
	display: table-cell;
	width: 50%;
	padding: 60px 90px 60px 50px;
	border-bottom: solid 1px #343432;
	vertical-align: top;

}
.archive-news.odd{
	padding: 60px 50px 60px 90px;
	border-right: solid 1px #343432;
	text-align: right;
}
.products .archive-news.odd{
	/*text-align: left;*/
}
.table-news .row:first-child .archive-news{
	padding-top: 80px;
}
.table-news .row:last-child .archive-news{
	border-bottom: 0;
}
.archive-news a{
	display: inline-block;
	width: 100%;
	max-width: 620px;
	text-align: left;
}
.products .archive-news a{
	position: relative;
	width: auto;
	max-width: none;
}
.table-news.products .archive-news .limenka img{
	position: absolute;
	width: auto;
	height: 89%;
	top: 6%;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	 -o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.table-news.products .archive-news a:hover .limenka img{
	top: 0;
	height: 100%;
	 -o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.archive-news .title{
	font-size: 38px;
	line-height: 40px;
	margin: 15px 0;
	color: #ffffff;
	text-decoration: none;
}
.archive-news a:hover .title{
	color: #99999b;
}
.archive-news .lang{
	font-size: 16px;
	line-height: 15px;
	color: #99999b;
}
.archive-news .lang img{
	float: left;
	margin-right: 8px;
}

.single-news{
	padding-top: 1px;
}
.single-news .cover{
	position: relative;
	overflow: hidden;
}
.single-news .cover .attachment-news_cover{
	width: 100%;
	height: auto;
}
.single-news .cover .caption{
	position: absolute;
	width: 100%;
	padding: 32px 95px;
	left: 0px;
	bottom: 0px;
	background: rgba(22, 20, 21, 0.8);
	box-sizing: border-box;
}
.single-news .cover .caption .title{
	font-size: 68px;
	line-height: 68px;
	margin-bottom: 14px;
	color: #ffffff;
}
.single-news .cover .caption .lang{
	font-size: 16px;
	line-height: 15px;
	color: #99999b;
}
.single-news .cover .caption .lang img{
	float: left;
	margin-right: 8px;
}
.single-news .cover .back{
	position: absolute;
	top:35px;
	left: 90px;
	font-size: 16px;
	line-height: 18px;
	padding-left: 28px;
	background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/back1.png) no-repeat left center;
	color: #e1e1e1;
}
.single-news .content{
	font-size: 22px;
	font-weight: 300;
	line-height: 34px;
	padding: 50px 96px 15px 96px;
	color: #f7f7f7;
}
.single-news .content p{
	padding: 20px 0;
}

.more-news{
	width: 100%;
	display: table;
	border-top: solid 1px #343432;
	border-bottom: solid 1px #343432;
	position: relative;
}
.more-news.products{
	margin-top: 50px;
}
.more-news .row{
	display: table-row;
}
.more-news .column{
	display: table-cell;
	width: 50%;
	padding: 0 62px;
}
.more-news .column.prev{
	border-right: solid 1px #343432;
	padding-left: 95px;
}
.more-news .column.next{
	padding-right: 95px;
}
.more-news .attachment-news_small{
	float: left;
	margin-right: 19px;
}
.more-news a{
	display: block;
	width: 604px;
	height: 146px;
	margin: 80px 0;
	box-sizing: border-box;
}
.more-news .column.prev a{
	padding-left: 60px;
}
.more-news .column.prev a::after{
	display: none;
	position: absolute;
	content: '';
	/*display: block;*/
	width: 32px;
	height: 30px;
	background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/prev.png) no-repeat left center;
	top: 50%;
	margin-top: -15px;
	left: 95px;
}
.more-news.products .column.prev a::after{
	left: 0;
}
.more-news .column.next a{
	padding-right: 60px;
}
.more-news .column.next a::after{
	display: none;
	position: absolute;
	content: '';
	/*display: block;*/
	width: 32px;
	height: 30px;
	background: url(images/next.png) no-repeat left center;
	top: 50%;
	margin-top: -15px;
	right: 95px;
}
.more-news.products .column.next a::after{
	right: 0;
}
.more-news .title{
	display: block;
	font-size: 26px;
	line-height: 28px;
	padding-top: 10px;
	margin-bottom: 15px;
	color: #ffffff;
}
.more-news .column:hover .title{
	color: #99999b;
}
.more-news .lang{
	display: block;
	font-size: 16px;
	line-height: 15px;
	color: #99999b;
}
.more-news .lang img{
	margin-right: 8px;
}

.more-news.products a{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
}
.more-news.products .next a{
	text-align: right;
}
.more-news.products .thumb{
	display: block;
}
.more-news.products img{
	width: auto;
	height: 354px;
	margin-right: -60px;
}
.more-news.products .prev img{
	margin-left: -60px;
}
.more-news.products .caption{
	position: absolute;
	top:150px;
}
.more-news.products .prev .caption{
	left: 303px;
}
.more-news.products .next .caption{
	right: 303px;
}
.more-news.products .title{
	top: 150px;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none!important;
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
}
.more-news.products .subtitle{
	top: 204px;
	font-size: 18;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	color: #d1d2d4;
}

.table-news.products .archive-news{
	padding: 0!important;
	position: relative;
}
.table-news.products .archive-news .caption{
	position: absolute;
	bottom: 162px;
	left: 64px;
}
.table-news.products .archive-news .title{
	font-size: 88px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none!important;
	margin: 0;
}
.table-news.products .archive-news .subtitle{
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.table-news.products .archive-news.odd .caption{
	left: 128px;
}

.single-news.products{
	overflow: hidden;
}
.single-news.products .cover{
	overflow: initial;
}
.single-news.products .cover .attachment-news_cover{
	width: auto!important;
	margin-left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.single-news.products .cover .limenka img{
	position: absolute;
	width: auto;
	height: 98%;
	top: 4%;
	margin-left: -8px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-news.products .cover:hover .limenka img{
	top:-2%;
	height: 110%;
	-o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.products .cover .label1, .products .cover .label2, .products .cover .label3{
	position: absolute;
	height: 50px;
	font-size: 21px;
	line-height: 50px;
	text-transform: uppercase;
	left: 50%;
	margin-left: 66px;
	padding: 0 40px;
	color: #fff;
	-o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.products .cover:hover .label1, .products .cover:hover .label2, .products .cover:hover .label3{
	left: 50.5%;
	-o-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.products .cover .label1{
	top:170px;
}
.products .cover .label2{
	top:220px;
}
.products .cover .label3{
	top:270px;
}
.single-news.products .cover .caption{
	width: auto;
	padding: 0;
	background: none;
	left: 90px;
	bottom: 74px;
}
.single-news.products .cover .caption .title{
	font-size: 130px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
}
.single-news.products .cover .caption .subtitle{
	font-size: 32px;
	font-weight: 300;
	margin-top: -15px;
	text-transform: uppercase;
	color: #d1d2d4;
}
.products .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
	border: none;
	color: #ffffff;
}
.products .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a{
	color: #fff;
}
.products .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
	border: none;
	color: #ffffff;
}
.products .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a{
	color: #fff;
}
.products .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	background: none;
	border: none;
}
.products .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel{
	border-bottom: solid 1px #343432;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before{
	border-color: #fff!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
	background: none!important;
}

   .single-kontakt .cover {
        display:inline-block;
        width:100%;
    }

.single-kontakt.onama #uvodni-tekst {
    color:#f7f7f7;
}
    
.single-kontakt .cover .title {
    color: #ffffff;
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 14px;
    top:165px;
    left:94px;
    position: absolute;
}

    .single-kontakt .cover img {
        float:right;
    }
    
    .alignright {
        float:right;
    }
    
.single-kontakt.onama .vc_row {
    margin-bottom:0px;
}

 .single-kontakt.onama .content {
        padding-top: 80px;
        padding-bottom:80px;
    }

   .single-kontakt .content {
        border-top: 1px solid #343432;
        max-width: 90%;
        width:100%;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom:76px;
        display:flex;
    }
    
    .single-kontakt {
        border-bottom: 1px solid #343432;
    }
    
    .kontakt-lijevo {
        width:49%;
        float:left;
    }
    
    .kontakt-desno {
       width:49%;
         float:right;
    }
    
    .single-kontakt label {
        font-family: Source Sans Pro;
        font-size:22px;
        display:block;
        color:#f7f7f7;
        font-weight: 300;
       
    }
    
   .kontakt-lijevo select {
        border:1px solid #f7f7f7;
        padding:10px;
        background:none;
        color:#f7f7f7;
        font-family: Source Sans Pro;
        font-size: 22px;
        font-weight: 300;
         margin-top:5px;
        width:93%;
    }

	.kontakt-lijevo option {
        background:#1d1d1b;
    }
    
    .kontakt-lijevo textarea {
        border:1px solid #f7f7f7;
        padding:10px;
        background:none;
        color:#f7f7f7;
        font-family: Source Sans Pro;
        font-size: 22px;
        font-weight: 300;
         margin-top:5px;
        width:93%;
		box-sizing:border-box;
    }
    
   .kontakt-lijevo input {
        border:1px solid #f7f7f7;
        padding:10px;
        background:none;
        color:#f7f7f7;
        font-family: Source Sans Pro;
        font-size: 22px;
        font-weight: 300;
         margin-top:5px;
        width:93%;
	   box-sizing: border-box;
    }
    
    #mali, #malif {
        width:20%;
        float:left;
    }
    
    
    #veliki, #velikif {
        width: 78%;
        float:left;
        
    }
    
    #small-text {
          color: #8b8b8b;
    font-size: 12px;
    padding-top: 5px;
    text-align: right;
    width: 93%;
    margin-bottom:24px;
    }
    
    #selectid, #razmak {
        margin-bottom:40px;
    }
    
    .single-kontakt input.wpcf7-submit {
        width:93%;
        border:2px solid #656565;
        text-transform: uppercase;
        font-weight: 600;
        font-family: Source Sans Pro;
        font-size:22px;
		height:70px;
		line-height: 66px;
		padding: 0;
    }
    
    #uvodni-tekst {
        margin-bottom:50px;
        color:#d1d2d4;
        font-size:22px;
        font-family:Source Sans Pro;
        font-weight: 300;
        width:93%;
        line-height: 30px;
    }
    
    .single-kontakt .wpb_wrapper {
        color:#d1d2d4;
        font-family: Source Sans Pro;
        font-size:20px;
        font-weight: 300;
        line-height:27px;
    }
    
    .single-kontakt h3.vc_custom_heading {
         font-family: Source Sans Pro !important;
        font-size:20px;
        font-weight:bold;
        padding-bottom:30px;
        
    }
    
    .single-kontakt .vc_row {
        border-left:2px solid #2F2F2E;
        padding-left:30px;
        margin-left:20px;
        margin-bottom:70px;
    }


/* kraj jezika */

footer{
    display: block;
    clear: both;
}

/* social */

#social {
    width:20%;
    float:left;
}

#fb, #in, #yt {
    float:left;
    padding-right:10px;
}

#group {
    padding-top:80px;
    padding-left: 83px;
}

/* footer logo */
#footer_logo {
    width:80%;
    float:right;
    text-align: center;
    padding-top:78px;
}

/*footer socket */
.footer_socket {
    width:100%;
    clear: both;
    padding-top:23px;
   
}

#copyright {
    float:left;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color:#8b8b8b;
    margin-left:30px;
	margin-top: 9px;
    font-weight:300;
}

#poweredby {
    float:right;
    margin-right:30px;
     margin-bottom: 27px;
}



/* proizvodi zadnji red */

.dostupnost_proizvodi {
    background:#121211;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.dostupnost_proizvodi.vc_column_container {
    padding-left:20px;
    padding-right:20px;
	min-height: 440px;
}

.dostupnost_proizvodi .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px;
    border-bottom:1px solid #2A2A29;
}

.opis_zastupnik_proizvodi { 
    font-family:Source Sans Pro;
    font-weight: 300;
    font-size:20px;
    color:#ffffff;
    line-height: 25px;
    margin-bottom:10px !important;
    margin-top: -20px;
    }

.naslov_zastupnik_proizvodi {
    font-family: Source Sans Pro;
    font-size:24px;
    color:#ffffff;
    font-weight: 600;
	margin-top: 40px;
}
.gumb_zastupnik_proizvodi{
	margin-top: -30px;
	margin-bottom: 0!important;
}

.gumb_zastupnik_proizvodi a {
     background: url(../../../../wp-content/themes/mtv/images/bgbtnpartner.png) no-repeat !important;
    color:#ffffff !important;
    font-family: Source Sans Pro;
    font-weight:600;
    font-size:22px !important;
    padding:0 28px;
    height:80px;
    line-height:76px;
    display:inline-block;
    border-right: 0;
    box-sizing:border-box;
    padding-right: 48px;
    position:relative;
    
}

.gumb_zastupnik_proizvodi a::after {
    display: block;
    content: "";
    height:80px;
    position: absolute;
    width:40px;
    top:0;
    right:0;
     background: #1D1D1B url(../../../../wp-content/themes/mtv/images/bg_right.png) no-repeat top right !important;
}

.gumb_vlasnik_proizvodi{
	margin-top: -30px;
}

.gumb_vlasnik_proizvodi a{
    color:#b5b5b7 !important;
    font-family: Source Sans Pro;
    font-weight:600;
    font-size:22px !important;
    background: url(../../../../wp-content/themes/mtv/images/bgbtnvlasnik.png) no-repeat !important;
    padding:28px;
}

.naslov_vlasnik_proizvodi {
     font-family: Source Sans Pro;
    font-size:24px;
    color:#99999b;
    font-weight: 600;
	margin-top: -15px;
}

.opis_vlasnik_proizvodi {
    font-family:Source Sans Pro;
    font-weight: 300;
    font-size:20px;
    color:#99999b;
    line-height: 25px;
    margin-bottom:10px !important;
    margin-top: -20px;
}



.partneri_proizvodi .vc_sep_holder .vc_sep_line {
    border-color:#343432 !important;   
}

.slider{
	 position: relative;
	 overflow: hidden;
 }
 .slider .slider-box{
	 margin-left: -16%;
	 margin-right: -16%;
 }
 .slider .table{
	 display: table;
	 position: relative;
	 width: 100%;
 }
 .slider .column{
	 display: table-cell;
	 width: 33.3%;
	 border: solid 1px #343432;
	 border-left: 0;
	 box-sizing: border-box;
	 overflow: hidden;
 }
 .slider .column a{
	 display: block;
	 position: relative;
 }
 .slider .column img{
	 width: 100%;
	 height: auto;
 }
.slider .column .caption{
	position: absolute;
	left: 48px;
	bottom: 25.5%;
}
 .slider .column .title{
	 font-size: 100px;
	 font-weight: 900;
	 line-height: 1;
	 text-transform: uppercase;
	 text-decoration: none;
	 color: #fff;
 }
.slider .column a:hover .title{
	color:#99999b;
}
  .slider .column .subtitle{
	 font-size: 24px;
	 font-weight: 300;
	 line-height: 1;
	 text-transform: uppercase;
	 text-decoration: none;
	 color: #d1d2d4;
 }
 .slider .column.semi a{
	 opacity: 0.4;
 }
 .slider .column.semi .title, .slider .column.semi .subtitle{
	 display: none;
 }
 .slider .column.semi.left{
	 display: block;
	 position: absolute;
	 left: -33.3%;
	 top: 0;
 }
 .slider .column.semi.right{
	 display: block;
	 position: absolute;
	 right: -33.3%;
	 top: 0;
 }
 .slider .items{
	 display: none;
 }
.slider .prev, .slider .next{
	 position: absolute;
	 width: 32px;
	 height: 30px;
	 top: 50%;
	 margin-top: -15px;
	 cursor: pointer;
	 z-index: 9;
 }
 .slider .prev{
	 left: 21%;
	 background: url(images/home-prev.png) no-repeat center;
 }
.slider .next{
	 right: 21%;
	 background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/home-next.png) no-repeat center;
 }


.slicknav_menu{
	display: none;
}

.dostupnost_proizvodi img {
    height: 15px !important;
    width: 30px !important;
}
.gumb_vlasnik_proizvodi a {
    background: rgba(0, 0, 0, 0) url("http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/bgbtnvlasnik.png") no-repeat scroll 0 0 !important;
    border-right: 0 none;
    box-sizing: border-box;
    color: #b5b5b7 !important;
    display: inline-block;
    font-family: Source Sans Pro;
    font-size: 22px !important;
    font-weight: 600;
    height: 80px;
    line-height: 76px;
    padding: 0 48px 0 28px;
    position: relative;
}
.gumb_vlasnik_proizvodi a::after {
    background: #1d1d1b url("http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/bgbtnpartner.png") no-repeat scroll right top !important;
    display: block;
	content: '';
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.kontakt-desno a.suradnja::after {
    background: #1d1d1b url("http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/bgbtnpartner.png") no-repeat scroll right top !important;
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
 
.kontakt-desno a.suradnja {
    background: rgba(0, 0, 0, 0) url("http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/bgbtnpartner.png") no-repeat scroll 0 0 !important;
    border-right: 0 none;
    box-sizing: border-box;
    color: #ffffff !important;
    display: inline-block;
    font-family: Source Sans Pro;
    font-size: 22px !important;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    padding: 0 48px 0 30px;
	padding-right: 180px;
    margin-left:20px;
    position: relative;
}

.kontakt-desno a.suradnja:hover, .gumb_vlasnik_proizvodi a:hover, .gumb_zastupnik_proizvodi a:hover{
	background-image: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/btn-hover.png)!important;
	color: #fff!important;
}
.kontakt-desno a.suradnja:hover::after, .gumb_vlasnik_proizvodi a:hover::after, .gumb_zastupnik_proizvodi a:hover::after{
	background-image: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/btn-hover.png)!important;
}

.more-news{
	overflow: hidden;
}

.social{
	position: absolute;
	top:180px;
	right: 72px;
	margin: 0;
	background: #1d1d1b;
	border: solid 1px #000;
	border-radius: 40px;
	z-index: 15;
}
.social .facebook{
	display: block;
	width: 40px;
	height: 40px;
	margin: 3px 2px;
	background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/facebook2.png) no-repeat center;
	background-color: #3b5998;
	border-radius: 20px;
	cursor: pointer;
}
.social .twitter{
	display: block;
	width: 40px;
	height: 40px;
	margin: 3px 2px;
	background: url(images/twitter2.png) no-repeat center;
	background-color: #2aa9e0;
	border-radius: 20px;
	cursor: pointer;
}
.social .google{
	display: block;
	width: 40px;
	height: 40px;
	margin: 3px 2px;
	background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/google+.png) no-repeat center;
	background-color: #dc4a3e;
	border-radius: 20px;
	cursor: pointer;
}

 .ucitajjos {
	display: inline-block;
	padding-left:30px;
	padding-right:30px;
	border:2px solid #4A4A49;
	text-decoration: none;
	font-family: Source Sans Pro;
	font-size: 20px;
	color:#ffffff;
	font-weight: 300;
	text-align: center;
	line-height: 64px;
	height: 64px;
}

.more_section {
text-align: center;
width: 100%;
}
.more_section.post{
	height: 190px;
	padding-top: 40px;
	padding-left: 95px;
	padding-right: 95px;
	padding-bottom: 80px;
	border-bottom: solid 1px #343432;
	box-sizing: border-box;
}

.rez_broj {
	float:left;
	color:#ffffff;
	font-family: Source Sans Pro;
	font-weight: 300;
	font-size: 20px;
}

.more_section.post .rez_broj{
	margin-top: 20px;
}

#trenutni {
	color:#99999b;
}

span.wpcf7-not-valid-tip{
	color: red!important;
}
div.wpcf7-validation-errors{
	color: red!important;
	border: 0!important;
}
div.wpcf7-mail-sent-ok {
    border: 0!important;
    color: #398f14!important;
	padding-left: 0!important;
}
.dostupnost_proizvodi{
	display: none;
}

@media all and (max-width:1789px){
	.slider .column img{
		width: 110%;
		margin-left: -5%;
	}
	.slider .column{
		overflow: hidden;
	}
}
@media all and (max-width:1679px){
	.slider .column img{
		width: 120%;
		margin-left: -10%;
	}
	#logo{
		width: 16%;
	}
	.products .archive-news img{
		width: 100%;
		height: auto;
	}
	.table-news.products .archive-news .caption{
		bottom: 27%;
	}
}
@media all and (max-width:1539px){
	ul#menu-menu-1 li a{
		font-size: 16px;
		padding: 0 25px;
	}
	ul#menu-menu-1 li a:hover{
		padding: 0 24px;
	}
	.single-news.products .cover .attachment-news_cover{
		width: 1520px!important;
	}
}
@media all and (max-width:1460px){
	.slider .slider-box{
		margin-left: -31%;
		margin-right: -31%;
	}
	.slider .prev{
		left: 11%;
	}
	.slider .next{
		right: 11%;
	}
	.more-news .column{
		padding: 0!important;
	}
	.more-news .attachment-news_small{
		margin-left: 30px;
	}
	.menu-menu-1-container{
		width: 48%;
	}
	.kontakt-desno a.suradnja{
		padding-right: 48px;
	}
	.kontakt-desno a.suradnja{
		padding-right: 48px;
	}
	#logo{
		width: 18%;
	}
	.search{
		width: 21%;
	}
	.more-news .column.prev a::after, .more-news.products .column.prev a::after{
		left: 10px;
	}
	.more-news .column.next a::after, .more-news.products .column.next a::after{
		right: 10px;
	}
	.table-news.products .archive-news .caption, .table-news.products .archive-news.odd .caption{
		
		left: 10%;
		
	}
}
@media all and (max-width:1300px){
	.slicknav_menu{
		display: block;
		margin: 0;
		padding: 0;
		background: #1d1d1b;
	}
	.menu-menu-1-container{
		display: none;
	}
	.slicknav_btn{
		float: left;
		width: 62px;
		height: 60px;
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
	}
	.slicknav_btn.slicknav_collapsed{
		background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/menu-open.png) no-repeat center;
	}
	.slicknav_btn.slicknav_open{
		background: url(http://mtvupenergydrink.com/sq/wp-content/themes/mtv/images/menu-close.png) no-repeat center;
	}
	.slicknav_btn.slicknav_open::after{
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #1d1d1b;
		bottom: -1px;
	}
	.slicknav_btn .slicknav_icon{
		display: none;
	}
	.slicknav_nav{
		border-top: solid 1px #343432;
		padding-top: 18px;
	}
	.header{
		position: relative;
		height: auto;
	}
	#logo{
		position: absolute;
		padding-top: 8px;
		padding-left: 0;
		top:0;
		left: 70px;
	}
	#logo img{
		height: 40px;
	}
	#language{
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
		border-bottom: 0;
	}
	#language a{
		line-height: 60px;
	}
	#language a img{
		margin-top: 22.5px;
	}
	#language .lang-menu{
		padding-top: 58px;
	}
	#language a.current_language{
		line-height: 60px;
	}
	#language a.current_language img {
		margin-top: 22.5px;
	}
	.header .search{
		display: none;
	}
	.more-news a{
		width: auto;
		height: auto;
	}
	.more-news.products .prev .title{
		margin-left: 0;
	}
	.single-news .cover .caption .title{
		font-size: 40px;
		line-height: 40px
	}
	.cover-search img{
		display: none;
	}
	.single-trazilica{
		height: 300px;
	}
	.cover-search .title{
		top: 30px!important;
		left: 5%!important;
	}
	.polje_pretrage{
		width: 90%!important;
		top: 130px!important;
		left: 5%!important;
	}
	.social{
		display: none;
	}
	.single-kontakt .cover{
		height: 200px;
	}
	.single-kontakt .cover img{
		display: none;
	}
}
@media all and (max-width:1179px){
	.slider .slider-box{
		margin-left: -51%;
		margin-right: -51%;
	}
	.slider .prev{
		left: 2%;
	}
	.slider .next{
		right: 2%;
	}
	.more-news .attachment-news_small{
		float: none;
	}
	.more-news .title, .more-news .lang{
		margin-left: 30px;
	}
	.gumb_zastupnik_proizvodi a{
		display: table-cell;
		height: 78px;
		line-height: 26px;
		padding-bottom: 4px;
		vertical-align: middle;
	}
	.gumb_vlasnik_proizvodi a{
		display: table-cell;
		height: 78px;
		line-height: 26px;
		padding-bottom: 4px;
		vertical-align: middle;
	}
	.kontakt-desno.o-nama{
		padding-left: 20px;
	}
	.kontakt-desno.o-nama .vc_row{
		margin-left: 0;
		margin-top: 20px;
	}
	.kontakt-desno a.suradnja{
		display: table-cell;
		height: 78px;
		line-height: 26px;
		padding-bottom: 4px;
		vertical-align: middle;
	}
	.more-news.products img{
		margin-right: -190px;
	}
	.more-news.products .prev img {
		margin-left: -190px;
	}
	.more-news.products .prev .caption{
		left: 173px;
	}
	.more-news.products .next .caption{
		right: 173px;
	}
}
@media all and (max-width:879px){
	.home .news-0{
		width: 100%;
		padding-top: 56.4%;
	}
	.home .news-1{
		width: 50%;
		padding-top: 56.4%;
	}
	.home .news-2{
		width: 50%;
		padding-top: 56.4%;
	}
	.home .home-logo{
		width: 100%;
		padding-top: 25%;
	}
	.home .news-3{
		width: 50%;
		padding-top: 56.4%;
	}
	.home .news-4{
		width: 50%;
		padding-top: 56.4%;
	}
	.home .news-5{
		width: 100%;
		padding-top: 56.4%;
	}
	.single-news .cover{
		height: 400px;
	}
	.single-news.products .cover{
		height: auto;
	}
	.single-news .cover .attachment-news_cover{
		width: auto;
		height: 100%;
		margin-left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.single-news .cover .caption{
		padding: 20px;
		height: auto;
	}
	.single-news.products .cover .attachment-news_cover{
		margin-left: -630px;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.single-news.products .cover .limenka img{
		top: 4%;
		left: -3.5%;
		margin-left: 0;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.products .cover .label1, .products .cover .label2, .products .cover .label3{
		left: 198px;
		margin-left: 0;
	}
	.products .cover:hover .label1, .products .cover:hover .label2, .products .cover:hover .label3{
		left: 223px;
	}
	.products .cover .label1{
		top: 140px;
	}
	.products .cover .label2{
		top: 190px;
	}
	.products .cover .label3 {
		top: 240px;
	}
	.single-news.products .cover .caption{
		left: 230px;
		padding: 0;
	}
	.more-news .column.prev a{
		padding-left: 50px;
	}
	.more-news .column.next a{
		padding-right: 50px;
	}
	.single-news.products .cover .caption .title{
		font-size: 80px;
	}
	.more-news.products .columns{
		overflow: hidden;
	}
	.single-news.products .cover .back{
		left: 40px;
	}
}
@media all and (max-width:739px){
	
	.single-news.products .cover .attachment-news_cover{
		width: 206%!important;
		margin-left: -85.5%;
		z-index: -1;
	}
	.products .cover .label1, .products .cover .label2, .products .cover .label3{
		left: 27%;
	}
	.products .cover:hover .label1, .products .cover:hover .label2, .products .cover:hover .label3{
		left: 30.6%;
	}
	.single-news.products .cover .caption{
		z-index: 9;
		-webkit-transform:translateZ(0);
	}
	.more-news .attachment-news_small{
		width: 70%;
		height: auto;
	}
	.partneri_proizvodi .vc_column-inner{
		padding-left: 15px!important;
	}
	.more-news.products img{
		width: 140%;
		height: auto;
	}
	.more-news.products img {
		margin-right: -58%;
	}
	.more-news.products .prev img {
		margin-left: -58%;
	}
	.more-news.products .caption{
		top: auto;
		bottom: 30%;
	}
	.more-news.products .prev .caption{
		left: 40%;
	}
	.more-news.products .next .caption{
		right: 40%;
	}
}
@media all and (max-width:639px){ 
	.single-news.products .cover .caption{
		left: 32%;
	}
	.single-news.products .cover .caption .title{
		font-size: 54px;
	}
	.single-news.products .cover .caption .subtitle{
		font-size: 18px;
	}
	.products .cover .label1, .products .cover .label2, .products .cover .label3{
		font-size: 12px;
		line-height: 26px;
		height: 26px;
		padding: 0 25px;
	}
	.products .cover .label1{
		top: 110px;
	}
	.products .cover .label2{
		top: 136px;
	}
	.products .cover .label3{
		top: 162px;
	}
	.more-news .title{
		font-size: 20px;
		line-height: 22px;
	}
	.slider .column .caption{
		left: 5%;
	}
	.single-trazilica{
		height: 280px;
	}
	.polje_pretrage{
		top: 110px!important;
	}
     .cover-search {
		position: relative;
	}
    
    .cover-search .title {
    font-size: 42px !important;
    line-height: 55px!important;
}
}
@media all and (max-width:549px){
	.more-news.products img {
		margin-right: -62%;
	}
	.more-news.products .prev img {
		margin-left: -62%;
	}
	.more-news.products .prev .caption{
		left: 36%;
	}
	.more-news.products .next .caption{
		right: 36%;
	}
}
@media all and (max-width:479px){
	.home .home-news .title{
		font-size: 19px;
		line-height: 21px;
		padding: 20px!important;
	}
	.more-news .column.prev a{
		padding-left: 0;
	}
	.more-news .column.next a{
		padding-right: 0;
	}
	.single-news .cover .back{
		top: 15px;
		left: 20px;
	}
	.single-news.products .cover .back{
		left: 30px;
	}
	.single-news.products .cover .caption{
		left: 5%;
		bottom: 0;
	}
	.products .cover .label1{
		top: 80px;
	}
	.products .cover .label2{
		top: 106px;
	}
	.products .cover .label3{
		top: 132px;
	}
	.single-news .cover .caption .title{
		font-size: 30px;
		line-height: 30px;
	}
	#language{
		width: 25%;
	}
	.more-news .column.prev a::after{
		top: 10%;
	}
	.more-news .column.next a::after{
		top: 10%;
	}
	.more-news.products img {
		margin-right: -40%;
	}
	.more-news.products .prev img {
		margin-left: -40%;
	}
	.more-news.products .prev .caption{
		left: 1%;
	}
	.more-news.products .next .caption{
		right: 1%;
	}
	.cover-search .title{
		font-size: 32px!important;
		line-height: 38px!important;
	}
	.polje_pretrage {
		top: 90px !important;
	}
	.pretraga_label{
		font-size: 16px!important;
		padding: 25px 15px!important;
	}
	#s_rez {
		padding-left: 90px!important;
		padding-right: 50px!important;
	}
	.single-trazilica {
		height: 240px;
	}
}



.lang-menu a[title="AL"]{
    display:none !important;
}



.subtitle.\36 {
    font-size: 21px !important;
}

.kontakt-desno.o-nama.gumbg-12 a.suradnja {
    padding-right: 140px !important;
}