<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background:  #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/*---start-wrap----*/
.wrap{
	width:100%;
	margin:auto;
}
/*---start-content----*/
.left-content{
width:100%;
}
.status-grid{
margin-top:30px;
	background: #FFF;
	position: relative;
	min-height: 240px;
}

.status-grid2{
	background: #FFF;
	position: relative;
	min-height: 90px;
}


.status-people-pic{
	position: absolute;
	top: 45%;
	left: 10%;
	right: 10%;
}
.stat-people{
	background: #FAFAFA;
	padding: 7px;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	position: relative;
	display: block;
	margin: 0 auto;
}
.status-people-pic h2,.status-people-pic h3{
	text-align:center;
}
.status-people-pic h2{
	width:100%;
	color: #565656;
	font-weight: 600;
	font-size: 1em;
	text-align:center;
	
}

.status-people-pic h3{
	width:100%;
	
	color: #BEBEBE;
	font-size: 0.7em;
	
}

.tabs-menu {
	margin-bottom:5px;
    height: 30px;
    float: left;
    clear: both;
	width: 100%;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
		width:12.5%;
		display:inline-block;
		text-align:center;
    float: left;
    margin-right: 0px;
    background-color: #ccc;
}

.tabs-menu li.current {
    position: relative;
    background-color: #efefef !important;
    z-index: 5;
}

.tabs-menu li a {
	outline:none;
	width:100%;
    padding: 10px;
    text-transform: uppercase;
	font-weight:bold;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
	
	width:100%;
    background-color: #efefef;
    margin-bottom: 20px;
  
}

.tab-content {
   
    display: none;
}

#tab-1 {
 display: block;   
}

#datumnaslov {
	display:block;
	background: #e4e4e4;
	}

	#datumnaslov .datumgore{
	font-weight: bold;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:6px;
	padding-right:6px;
	color:#ffffff;
	background: #00689C;
	display:inline-block;
	}
	
		#datumnaslov .kategorijagore{
		font-weight: bold;
		font-size:12px;
		padding:4px;
	display:inline-block;
	padding-top:8px;
	padding-bottom:8;
	padding-left:6px;
	padding-right:6px;
	}

#vijest {
	margin:10px;
	}
	
#vijest	.naslovandroid {
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 8px;
	}
	
	#vijest	.tekstandroid {
	font-size:13px;
	margin-bottom: 10px;
	}
	
	
#downloaddugmici {
	display:block;
	}
	
	#downloaddugmici .dugme{
	display:inline-block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;
	background:#e4e4e4;
	font-size: 14px;
	font-weight:bold;
	-moz-border-radius: 4px;
border-radius: 4px;
	
	}
	
		
	#downloaddugmici a{
	color:#666666;
	
	}
	
#brojacstranica {
margin:auto;
text-align:center;
background:#ffffff;
margin-top:15px;
margin-bottom:15px;
padding-bottom:15px;
font-size:12px;
	font-weight:bold;
	width:90%;
	color: #999999;
}



#brojacstranica a{
    background-color: #ffffff;
    border-color: #e4e4e4;
    color: #222222;
	width:50px;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
	background-color: #e4e4e4;
}

.status-grid-head{
	background: url(../images/status-head-pic.png) no-repeat 0px 0px;
	height: 165px;
	background-size:100% 100%;
}

.status-grid-head2{
	background: url(../images/headerstrana.png) no-repeat 0px 0px;
	height: 90px;
	background-size:100% 100%;
}

.people-avilabel{
	background: #fff;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	padding: 4px;
	position: absolute;
	top: 43%;
	right: 30%;
}
/*--status-corrent--*/
.start-left-content-colum1{
}
.status-corrent ul li{
	display:inline-block;
	float:left;
	width:20%;
	text-align:center;
}
.status-corrent ul li a{
	display: block;
	color: #FFF;
	font-size: 0.75em;
	padding: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.appont{
	background:#B63C6B;
}
.appont:hover{
	background:#9B355D;
}
.client{
	background:#F13D6D;
}
.client:hover{
	background:#DC3663;
}
.report{
	background:#FE7BA3;
}
.report:hover{
	background:#E46C91;
}
.status-corrent {
	position: absolute;
	bottom: 0;
	width: 100%
}
/*---start-chat-section---*/
.chat-header{
	background: #00829C;
	padding: 0.6em 1.3em;
}
.chat-people-grid {
	margin: 0 4%;
	border-bottom: 1px solid #bcbcbc;

}
.chat-header-left{
	float:left;
}
.chat-header-right{
	float:right;
}
.chat-header-left span,.chat-header-right span a.chat-setting{
	width: 28px;
	height: 28px;
	display: block;
}
.chat-header-left span{
	background:url(../images/add-chat.png) no-repeat 0px 0px;
}
.chat-header-right span a.chat-setting{
	background:url(../images/chat-setting-icon.png) no-repeat 0px 0px;
}
/*----*/
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
  	position: absolute;
	top: 34px;
	left: -78px;
	z-index: 1000;
	display: none;
	min-width: 120px;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }
.menu ul { display: none; } /* Hide before plugin loads */
.menu ul.dropit-submenu {
    background-color: #fff;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}          
.menu ul.dropit-submenu a {
    display: block;
	font-size: 0.9em;
	line-height: 25px;
	color: #7a868e;
	padding: 0.3em 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.menu ul.dropit-submenu a:hover {
    background:#147386;
    color: #fff;
    text-decoration: none;
}
.menu ul li a label{
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4em;
}
.user-set{
	background: url(../images/chat-setting-icons.png) no-repeat -66px 0px;
}
.user-pro{
	background:url(../images/chat-setting-icons.png) no-repeat 0px 0px;
}
.user-sett{
	background: url(../images/chat-setting-icons.png) no-repeat -45px 0px;
}
.user-logout{
	background: url(../images/chat-setting-icons.png) no-repeat -23px 0px;
}
/*--//--*/
.chat-section {
	margin: 1em 0;
	background: #efefef;
}
.chat-people-pic-grid{
	float:left;
	width:20%;
	margin-top: 1em;
}
.chat-people-pic-grid{
	position:relative;
}
.chat-people-pic-grid img{
width:55px;
	cursor:pointer;
}
.chat-people-cstatus{
	position: absolute;
	background: url(../images/atachment.png) no-repeat 0px 0px;
	height: 18px;
	width: 19px;
	display: inline-block;
	padding: 0px;
	top: 64%;
	right: 7px;
}
.chat-people-message{
	float: left;
	width: 55%;
	padding: 3% 0 3% 4%;
}
.chat-people-message h3 a{
font-weight: bold;
	color: #6d6e75;
	font-size: 0.9em;
	line-height: 0.7em;
}
.chat-people-message p{
	color: #9095AA;
	font-size: 0.9em;
	padding: 0.2em 0;
	line-height: 1.5em;
}
.chat-people-message-post-date a{
	color:#9095AA;
	font-size: 0.8em;
}
.chat-people-message-post-date {
	float: right;
	font-size: 0.6em;
	color:#9095AA;
	padding-top:15px;
	width: 18%;
}

.vazno {
width:40px;
text-align:center;
	margin-top:9px;
	font-size: 0.9em;
	font-weight:bold;
	color:#ffffff;
	background:#DC3663;
	padding:4px;

}

.chat-loder-grid{
	background: #FFF;
	text-align: center;
	padding: 0.8em 0 0em 0;
	width: 100%;
}
.chat-loder-grid span{
	width:26px;
	height:6px;
	display:inline-block;
	background:url(../images/loder.png) no-repeat 0px 0px;
}

.chat-loder-grid a{
	width:86px;
	height:12px;
	font-size:12px;
	display:inline-block;
padding:8px;
background:#e4e4e4;
font-weight: bold;
color:#999999;
}

.yellow{
	background: url(../images/chat-icons.png) no-repeat -1px -21px;
}
.green{
	background: url(../images/chat-icons.png) no-repeat -1px -40px;
}
/*----start-start-left-content-colum2----*/
.start-left-content-colum2{
}
.calender-left{
	float: left;
	width: 35%;
	background: url(../images/calender-wather-bg.png) no-repeat 0px 0px;
	min-height: 252.5px;
}
.calender-right{
	float: right;
	width: 65%;
}
.cal-wather h2{
	font-size: 2.5em;
	position: relative;
	font-weight: 100;
	color: #FFF;
	margin-left: 4%;
}
.cal-wather{
	position:relative;
}
.cal-wather span{
	font-size: 1em;
	vertical-align: super;
	position: absolute;
	top: 3%;
	right: 39%;
	color: #FFF;
}
.cal-wather p{
	color: #FFF;
	font-size: 0.9em;
	width: 65%;
	margin-left: 8%;
	font-weight: 600;
}
/*----*/
.upload-download-status-grids{
	background: #FFF;
	margin: 1em 0;
	padding: 1.8em 1.8em 1.5em;
}
.upload-status h4{
	color:#9095AA;
	font-size:1.2em;
	font-weight:300;
	margin-bottom: 0.3em;
}
.upload-status span{
	background:#D8D8D8;
	height:10px;
	width:100%;
	display:block;
}
.upload-status span label{
	background:#FBBE3F;
	width:30%;
	height:10px;
	display:block;
}
.upload-status p{
	color: #D8D8D8;
	font-size: 0.8em;
	margin-top: 0.2em;
}
/*--//--*/
/*----*/
.download-status h4{
	color:#9095AA;
	font-size:1.2em;
	font-weight:300;
	margin-bottom: 0.3em;
}
.download-status span{
	background:#D8D8D8;
	height:10px;
	width:100%;
	display:block;
}
.download-status span label{
	background:#F13D6C;
	width:60%;
	height:10px;
	display:block;
}
.download-status p{
	color: #D8D8D8;
	font-size: 0.875em;
	margin-top: 0.2em;
}
.upload-status {
	margin: 0 0 1em 0;
}
/*--//--*/
/*---alert-message----*/
.alert-message{
	
}
.success-msg,.err-msg,.stand-msg{
	background: #FFF;
	color: #9095AA;
	padding: 5px 10px;
	margin-bottom: 1em;
}
.success-msg span,.err-msg span,.stand-msg span{
	width: 41px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
.success-msg span{
	background: url(../images/message.png) no-repeat 0px 12px;
}
.green-alert{
	background: url(../images/message.png) no-repeat 3px -49px;
}
.stand-alert{
	background: url(../images/message.png) no-repeat 3px -110px;
}
/*---//alert-message----*/
/*----start-pagenation----*/
.pagenation {
	margin: 1.5em 0 1.2em;
}
.pagenation ul li{
	float: left;
	margin-right: 0.3em;
}
.pagenation ul li a{
	color: #FFF;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 2em;
	background: #F13D6D;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	display: inline-block;
}
.pagenation ul li a:hover{
	background:#B63C6B;
}
.frist{
	width:32px;
	height:32px;
	background:url(../images/pagnation-arrows.png) no-repeat 0px 0px;
	display:inline-block;	
	cursor:pointer;
}
.last{
	width: 32px;
	height: 32px;
	background: url(../images/pagnation-arrows.png) no-repeat -34px 0px;
	display:inline-block;	
	cursor:pointer;
}
/*---start-search-form---*/
.search-form {
	margin-top: 1em;
}
.search-form input[type="text"]{
	width: 66%;
	background: #FFFFFF;
	color: #9095AA;
	font-family: 'Roboto Condensed', sans-serif;
	outline: none;
	border: 1px solid #E7E7E7;
	font-size: 1em;
	padding: 0.6em 1em;
	border-radius: 0.5em 0 0 0.5em;
	-webkit-border-radius: 0.5em 0 0 0.5em;
	-moz-border-radius: 0.5em 0 0 0.5em;
	-o-border-radius: 0.5em 0 0 0.5em;
	float: left;
	-webkit-appearance:none;
}
.search-form input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat #F13D6D 50%;
	border: none;
	outline: none;
	padding: 1em 2em;
	border-radius: 0 0.5em 0.5em 0;
	-webkit--border-radius: 0 0.5em 0.5em 0;
	-moz-border-radius: 0 0.5em 0.5em 0;
	-o-border-radius: 0 0.5em 0.5em 0;
	float: left;
	margin-left: 0px;
	margin-top: 3px;
	cursor:pointer;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-webkit-appearance:none;
	-moz-transition: 0.5s all;
}
.search-form input[type="submit"]:hover{
	background: url(../images/search-icon.png) no-repeat #B63C6B 50%;
}
/*----//End-start-left-content-colum2----*/
/*----start-navigation----*/
.navigation {
	margin-top: 0.7em;
}
.navigation ul li {
		float:none;
		display:block;
	}
	.navigation ul li:nth-child(1) a {
		border-radius: 0.5em 0.5em  0 0;
		-webkit-border-radius: 0.5em 0.5em  0 0;
		-moz-border-radius: 0.5em 0.5em  0 0;
		-o-border-radius: 0.5em 0.5em  0 0;
	}
	.navigation ul li:nth-child(6) a {
		border-radius: 0 0 0.5em 0.5em;
		-webkit--border-radius: 0 0 0.5em 0.5em;
		-moz-border-radius: 0 0 0.5em 0.5em;
		-o-border-radius: 0 0 0.5em 0.5em;
	}
.navigation ul li a{
	color: #B1DFE7;
	background: url(../images/border-line.png) no-repeat 100% 50% #00829C;
	padding: 0.8em 1em;
	display: block;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-size: 1em;
}
.navigation li&gt; a:hover {
	background:url(../images/border-line.png) no-repeat 100% 50% #00677C;
}
.navigation li.active&gt; a{
	background:#00677C;
}
/*----//End-navigation----*/
/*---strat-right-content----*/
.right-content{
	margin-top:1em;
}
/*----start-form-section----*/
.form-btn{
	width:100%;
	margin-right: 0em;
	margin-top: 1em;
}
.form-btn input[type="button"]{
	padding: 0.8em 1em 0.8em 2em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	border-radius: 0.3em;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	font-size: 1em;
	margin-bottom: 1.3em;
}
.download{
	background: url(../images/download-arrow.png) no-repeat #F13D6D 10% 56%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.download:hover{
	background: url(../images/download-arrow.png) no-repeat #E63C6A 10% 60%;
}
.upload{
	background: url(../images/upload-arrow.png) no-repeat #FFBB41 20% 46%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.upload:hover{
	background: url(../images/upload-arrow.png) no-repeat #ECAE40 20% 40%;
}
/*--form-text-box--*/
.form-text-box{
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 1em;
}
.form-text-box textarea{
	width: 87.8%;
	background: #F8F8F8;
	color: #9095AA;
	font-family: 'Roboto Condensed', sans-serif;
	outline: none;
	resize: none;
	border: 1px solid #fff;
	height: 40px;
	padding: 1em;
	font-size: 1em;
	font-weight: 100;
	-webkit-appearance:none;
}
.add-map {
	float: left;
	margin-top: 0.5em;
}
.send-post{
	float:right;
}
.map{
	float:left;
}
.add{
	float:left;
}
.map a,.add a{
	width: 20px;
	height: 22px;
	display: inline-block;
}
.map a{
	background:url(../images/post-icons.png) no-repeat 0px 0px;
}
.add a{
	background: url(../images/post-icons.png) no-repeat -30px 0px;
}
.add-map-send {
	background: #fff;
	padding: 0.2em 0.5em;
	margin-top: -5px;
}
.send-post input[type="submit"]{
	background: #00829C;
	color: #B1DFE7;
	padding: 0.3em 1em;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	border: none;
	outline: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;
	cursor:pointer;
	-webkit-appearance:none;
}
.send-post input[type="submit"]:hover{
	background:#0A7287;
}
/*--//form-text-box--*/
/***** Social Likes **********/
.social_network_likes {
	margin: 0em 0 1em;
	text-align: center;
}
.social_network_likes li{
	float:left;
	width:25%;
}
.social_network_likes li a{
	display:block;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.social_network_likes li a p{
	padding:15px 0;
	font-size:0.8em;
}
.social_network_likes li a span{
	display:block;
	font-size:2em;
}
.social_network_likes li a{
	border-left:2px solid #FFF;
}
.social_network_likes li a div.followers{
	border-bottom: 2px solid #FFFFFF;
}
.social_network_likes li:first-child a {
	border-left:none;
}
.social_network_likes li a.tweets{
	background:#2da5da;
}
.social_network_likes li a.tweets:hover{
  background:#1A91C5;
}
.social_network_likes li a.facebook-followers{
	background:#b6c710;
}
.social_network_likes li a.facebook-followers:hover{
	background:#9EAD0B;
}
.social_network_likes li a.email{
	background:#27c1b9;
}
.social_network_likes li a.email:hover{
  background:#0BB1A8;
}
.social_network_likes li a.dribble{
	background:#cf2555;
}
.social_network_likes li a.dribble:hover{
  background:#B3103E;
}
.social_network_likes li a div.social_network{
	padding:10px 0;
}
.social_network i{
	width:45px;
	height:45px;
	display:block;
	background:url(../images/social-icons.png) no-repeat;	
	margin:0 auto;
}
.social_network i.twitter-icon{
	background-position: 0px 0px;
}
.social_network i.facebook-icon{
	background-position: -47px 0px;
}
.social_network i.email-icon{
	background-position: -104px 0px;
}
.social_network i.dribble-icon{
	background-position: -156px 0px;
}
/*----//End-form-section----*/
/*-- end scrollpane --*/
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 100%; height: 460px; overflow: hidden; }
.spacer { text-align:center }
/*------copy-right----*/
.copy-right {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.copy-right p{
	color:#9095AA;
	font-size: 0.5em;
}
.copy-right p a{
	color:#9095AA;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right p a:hover{
	color:#F13D6D;
}
/*---//End-content----*/
</pre></body></html>