/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

nav {

}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-size: 18px;
	font-family: Oswald, Helvetica;
	color: #666;
}
a {
	color: #667AB1;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-family: 'Source Sans Pro', Helvetica;
	font-size: 16px;
	line-height: 1.4;
    color: #333333;
	font-weight: normal;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
ol {
	font-family: 'Source Sans Pro', Helvetica;
	font-size: 16px;
	font-weight: normal;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 13px;
    font-family: Source Sans Pro;
    margin-top: -23px;
    margin-bottom: 12px;
}

h6 a {
color: silver;
}

h6 a :hover {
color: gray;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

input[type=text] {
	-webkit-appearance: none;
	outline: none;
}
input[type="text"]::-webkit-search-decoration, 
input[type="text"]::-webkit-search-cancel-button {
	display: none;
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none;
}
input[type="submit"]::-webkit-search-decoration, 
input[type="submit"]::-webkit-search-cancel-button {
	display: none;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

#pagewrapheader {
	width: 984px;
	height: 54px;
	position: fixed;
    background-color: white;
    z-index: 9999;
    left: 50%;
    margin-left: -492px;
}

#praznomesto {
	height: 64px;
    display: block;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	top: 5px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 13px;
	left: 54px;
	float: left;
}
#site-logo a {
	font-weight: bold;
	font-size: 18px;
	color: black;
	text-decoration: none;
	letter-spacing: 1.1px;
	}

#univer
{
	font-size: 9px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
	color: gray;
	margin-top: -3px;
	letter-spacing: 0.5px;
}

#didyou
{

}

/* site description */
#site-description {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	width: 100%;
}
#searchform #s {
	font-weight: normal;
	font-size: 13px;
	font-family: Oswald, Helvetica;
	width: 100%;
	float: left;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 284px;
	top: 1px;
	z-index: 100;
	/* gradient */
}
#main-nav li {
	background: #667AB1;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	font-size :  15px;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	letter-spacing: 0.5px;
}
#main-nav a:hover {
	color: #fff;
	background: #D6264A;
	
}

.mustsee  {
	color: #000;
	font-size : 14px;
	font-weight: normal;
}

.mustseeGru {
	width: 100%;
	color: #000;
	font-size : 14px;
	font-weight: normal;
}

.grupisanje
{
float: left;
padding-left: 6px;
padding-right: 20px;
padding-bottom: 20px;
width: 30%;
overflow: hidden;
}

.grupisanje img
{
margin:1px; border: none;
width: 100%;
height: 100%;
}

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

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 4px 0 30px;
	padding: 20px 35px;
	width: 600px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#contentGrupe {
	background: #fff;
	margin: 4px 0 30px;
    padding: 20px 6px 0 28px;
    width: 97%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size: 32px;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 80%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

.datum {
	width: 100%;
	float: left;
	background: #fff;
	border: none;
	padding: 6px 10px;
	margin-top: 20px;
}

#KontLevo {
	font-size: 15px;
	clear: both;
	width: 15%;
	float: left;
	background: #fff;
	border: none;
	padding: 6px 10px;
	margin-top: 15px;
}

#KontDesno {
	width: 60%;
	float: left;
	background: #fff;
	border: none;
	padding: 6px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

#dugme {
	font-family: 'Source Sans Pro', Helvetica;
	font-size: 16px;
	clear: both;
	width: 16%;
	float: left;
	background: #667AB1;
	color: #fff;
	border: none;
	padding: 6px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.pcontent {
	font-family: 'Source Sans Pro', Helvetica;
	font-size: 16px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 4px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#senkaprefutera {
	clear: both;
    height: 18px;
	margin: 0 auto;
	margin-top: 4px;
	background: url('http://www.konfygurator.com/dodaci/Senka-za-sajt-1.jpg') no-repeat 50% 0px;
}

#senkaprefutera2 {
	width: 100%;
    height: 6px;
    position: fixed;
    background-color: white;
    z-index: 9998;
    top: 48px;
	-webkit-box-shadow: 0 3px 8px -2px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 3px 8px -2px rgba(0,0,0,.4);
            box-shadow: 0 3px 8px -2px rgba(0,0,0,.4);
}

#okofutera {
	clear: both;
	min-height: 320px;
	background: #667AB1;
}

#footer {
	width: 980px;
    margin: 0 auto;
	clear: both;
	color: #ccc;
	font-size: 85%;
}
#footer a {
	color: #fff;
}

.futer1 {
	margin: 0 0 10px;
	padding-top: 10px;
	float: left;
    width: 326px;
}

.futer1title {
	font-size: 24px;
    margin: 10px 0 25px;
	color: #CC0000;
	padding: 0;
	border-bottom: solid 1px #eee;
}
.futer1 ul {
	margin: 0;
	padding: 0;
}
.futer1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

.futergrupe {
  color: silver;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Oswald, Helvetica;
  font-size: 16px;
  margin: 4px 0 6px 0px;
  cursor: pointer;
  height: 31px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/*  ----------------------------------------------------------------------------
    social sharing
*/
.td-social-sharing {
  margin-bottom: 12px;
  text-align: center;
}
.td-social-sharing ul {
  margin: 0;
}
.td-social-sharing ul li {
  display: inline;
  list-style: none;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-social-sharing ul li {
    display: block;
    text-align: center;
  }
}
.td-social-sharing-buttons {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Source Sans Pro' ,sans-serif;
  font-size: 12.3px;
  margin: 6px 17px 6px 0px;
  cursor: pointer;
  height: 31px;
  /* responsive phone */
  /* responsive portrait */
}
@media (max-width: 767px) {
  .td-social-sharing-buttons {
    position: relative;
    left: -6px;
    margin: 3px 3px 0px 7px;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-social-sharing-buttons {
    font-size: 10px;
  }
}
.td-social-sharing-buttons div {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-right: 7px;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-social-sharing-buttons div {
    position: relative;
    left: -3px;
    padding: 0px;
    margin: 0px;
  }
}
.td-social-sharing-buttons div.td-social-but-text {
  position: relative;
  top: -11px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-social-sharing-buttons div.td-social-but-text {
    top: -12px;
  }
}
.td-social-sharing-buttons:hover {
  color: #FFFFFF;
  background-color: #474747;
}
.td-social-sharing-buttons:focus {
  color: #FFFFFF;
}
.td-social-twitter {
  background-color: #55acee;
}
.td-social-facebook {
  background-color: #47639e;
}
.td-social-google {
  background-color: #dd4b39;
}
.td-social-pinterest {
  background-color: #cb2027;
}
/* responsive phone */
@media (max-width: 767px) {
  div.td-social-but-text {
    display: none;
  }
}
.td-tags-and-social-wrapper-box {
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  background-color: #fcfcfc;
  padding: 4px 2px 4px 10px;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-tags-and-social-wrapper-box {
    text-align: center ;
    padding: 6px 2px 7px 10px;
  }
}
/* responsive phone */
@media (max-width: 767px) {
  .td-tags-and-social-wrapper-box ul li {
    display: inline-block;
    text-align: center ;
  }
}
.td-tags-and-social-wrapper-box-bottom-line {
  border-bottom: 1px solid #f5f5f5;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-tags-and-social-wrapper-box-bottom-line {
    padding-bottom: 3px;
  }
}

.td-sp,
.td-scroll-up-visible {
  background-image: url('/dodaci/elements.png');
  background-repeat: no-repeat;
  display: block;
}
.td-sp-share-facebook {
  width: 31px;
  height: 31px;
  background-position: -17px -2028px;
}
.td-sp-share-twitter {
  width: 31px;
  height: 31px;
  background-position: -17px -2079px;
}
.td-sp-share-google {
  width: 31px;
  height: 31px;
  background-position: -17px -2129px;
}
.td-sp-share-pinterest {
  width: 31px;
  height: 31px;
  background-position: -17px -2180px;
}
.td-sp-veceod {
  width: 10px;
    height: 10px;
    background-position: -17px -1018px;
    display: inline-block;
    position: relative;
    padding-right: 0px;
    left: 2px;
}