/* -----------------------------------------------------------------------------
*
* CSS 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, 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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* -----------------------------------------------------------------------------
*
* MIXINS
*
------------------------------------------------------------------------------*/
.dot-sprite, .dot-blue, .dot-green, .dot-orange, .dot-purple, .dot-red {
  background: url('../images/dot-se905a21aaa.png') no-repeat;
}

.dot-blue {
  background-position: 0 -46px;
}

.dot-green {
  background-position: 0 -138px;
}

.dot-orange {
  background-position: 0 -92px;
}

.dot-purple {
  background-position: 0 0;
}

.dot-red {
  background-position: 0 -184px;
}

.title-sprite, .title-blue, .title-gray, .title-green, .title-orange, .title-purple, .title-red {
  background: url('../images/title-sfd3ec6c4fb.png') no-repeat;
}

.title-blue {
  background-position: 0 -6px;
}

.title-gray {
  background-position: 0 0;
}

.title-green {
  background-position: 0 -4px;
}

.title-orange {
  background-position: 0 -8px;
}

.title-purple {
  background-position: 0 -10px;
}

.title-red {
  background-position: 0 -2px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
html, body {
  height: 100%;
}

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -187px;
}
.layout .layout_footer {
  height: 187px;
}

footer {
  clear: both;
  position: relative;
  height: 187px;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
*
* BASE
*
------------------------------------------------------------------------------*/
html {
  background: #EAEAEA;
}

body {
  background: url('../images/top-bgr.png?1337831516') repeat-x;
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
  min-width: 1000px;
  /* mobile Safari fix*/
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  width: 900px;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #6a6a6a;
}

a {
  color: #6a6a6a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:active {
  position: relative;
  top: 1px;
}
a:hover {
  color: #8cbc38;
}

p {
  margin-bottom: 20px;
  text-align: justify;
}

strong {
  color: black;
  font-weight: 600;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-moz-selection {
  background: #8abb3c;
  color: white;
  text-shadow: none;
}

::selection {
  background: #8abb3c;
  color: white;
  text-shadow: none;
}

.center {
  margin: 0 auto;
  text-align: center;
}

em {
  font-style: italic;
  color: #6a6a6a;
}

/* -----------------------------------------------------------------------------
*
* LAYOUT
*
------------------------------------------------------------------------------*/
header {
  height: 156px;
}
header .container {
  height: 156px;
  position: relative;
}

nav.main-nav {
  height: 60px;
  line-height: 60px;
  display: inline;
}
nav.main-nav ul {
  float: left;
  overflow: hidden;
}
nav.main-nav ul li {
  float: left;
}
nav.main-nav ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #8cbc38;
  padding: 25px 10px 12px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.main-nav ul li a:hover {
  color: white;
  background: #F69322;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.logo {
  width: 463px;
  height: 88px;
  position: absolute;
  top: 40px;
  right: 10px;
  float: right;
  background: url('../images/logo.png?1345557069') no-repeat 0 0;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.logo:active {
  position: absolute;
  top: 41px;
}

.sub-nav {
  float: left;
  padding-bottom: 5px;
  margin-bottom: 80px;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  font-size: 13px;
}
.sub-nav > ul > li {
  float: left;
}
.sub-nav li {
  margin-right: 20px;
  position: relative;
  display: block;
}
.sub-nav li ul {
  display: none;
}
.sub-nav li ul li {
  margin-top: 10px;
}
.sub-nav li a {
  color: #0d428b;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-nav li a:hover {
  color: #8cbc38;
}
.sub-nav li a.dropdown {
  padding-right: 15px;
  background: url('../images/arrow.png?1337850076') no-repeat 100% 0;
}
.sub-nav li:hover .dropdown {
  color: #8cbc38;
  background: url('../images/arrow.png?1337850076') no-repeat 100% -15px;
}
.sub-nav li:hover ul {
  width: 100%;
  display: block;
  position: absolute;
  padding-bottom: 10px;
}
.sub-nav li:hover ul a:hover {
  margin-left: 10px;
}

footer {
  background: url('../images/footer-bgr.png?1337843946') repeat-x 0 100%;
  width: 100%;
  height: 137px;
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  position: relative;
}
footer nav {
  background: url('../images/footer-nav.png?1337845206') repeat-x 0 100%;
}
footer ul {
  height: 72px;
  line-height: 72px;
}
footer li {
  float: left;
  margin-right: 20px;
}
footer a {
  text-transform: uppercase;
  color: #6a6a6a;
}
footer a:hover {
  color: #8cbc38;
}
footer p {
  float: left;
  clear: both;
  line-height: 62px;
}
footer aside {
  float: right;
  padding: 5px;
  margin-top: 8px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
footer aside a {
  width: 218px;
  height: 37px;
  float: left;
  text-indent: -9999px;
  background: url('../images/just-one-studio.png?1337847378') no-repeat 0 0;
}
footer aside a:hover {
  background-position: 0 -37px;
}

/* -----------------------------------------------------------------------------
*
* CONTENT
*
------------------------------------------------------------------------------*/
.content {
  display: block;
  margin-top: -20px;
}
.content .container {
  padding: 30px;
  padding-bottom: 60px;
  background: #fff;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.content .main-content {
  clear: both;
  overflow: hidden;
}
.content .main-content .left {
  float: left;
  width: 580px;
}
.content aside {
  float: right;
  width: 290px;
  font-size: 12px;
}
.content aside li {
  text-transform: uppercase;
  padding: 20px 0;
  line-height: 1;
  border-top: 1px solid #efefef;
}
.content aside li:first-child {
  border-top: none;
}
.content aside li:hover {
  background: #fafafa;
}
.content aside li a {
  padding-left: 20px;
}
.content aside li a:hover {
  margin-left: 5px;
}

.sub-content .container {
  padding: 0 30px;
  width: 920px;
  margin-top: -37px;
  height: 37px;
  background: url('../images/content-bottom.png?1337848832') no-repeat 50% 100%;
}

.title-line {
  width: 250px;
  height: 2px;
  display: block;
  margin-bottom: 30px;
}

dl {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  width: 500px;
  font-size: 12px;
}
dl dd {
  float: left;
  clear: left;
  margin-right: 40px;
}
dl dt {
  float: right;
  clear: right;
  width: 380px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 600;
}
dl.radno-vreme {
  margin-bottom: 40px;
}
dl.radno-vreme dt {
  color: #f69322;
}

iframe {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
}

a.gmaps {
  color: #8cbc38;
}
a.gmaps:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.savet {
  color: #5a8a06;
  text-transform: uppercase;
  display: block;
}

.left ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 30px;
}
.left ul li {
  margin-bottom: 10px;
}

.linkovi {
  padding: 0 !important;
}
.linkovi li {
  list-style: none;
  height: 100px;
  width: 168px;
  padding: 5px;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkovi li:hover {
  border-color: #c8c8c8;
}
.linkovi li:first-child {
  margin-left: 0;
}
.linkovi img {
  float: left;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkovi img:hover {
  border-color: #f69322;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.linkovi span {
  width: 168px;
  height: 38px;
  display: block;
  line-height: 38px;
  text-align: center;
}

.slika {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #cdcdcd;
  background: #efefef;
  overflow: hidden;
  -webkit-box-shadow: #cdcdcd 0 0 5px;
  -moz-box-shadow: #cdcdcd 0 0 5px;
  box-shadow: #cdcdcd 0 0 5px;
}
.slika img {
  border: 3px solid white;
  margin-bottom: 15px;
}
.slika h5 {
  margin-bottom: 15px;
}
.slika p {
  font-style: italic;
  font-size: 11px;
}
.slika span {
  font-size: 10px;
  color: #a1a1a1;
  float: right;
}
.slika span strong {
  color: #a1a1a1;
}

/* OBJECT EMBEED */
object {
  width: 580px;
  height: 425px;
}

/* RADOVI */
.radovi table {
  border-collapse: collapse;
}
.radovi tbody tr {
  border-bottom: 1px solid #eee;
}
.radovi th, .radovi td {
  padding: 5px 10px;
  text-align: center;
}
.radovi th {
  background: #f3f3f3;
}
.radovi .right {
  text-align: left;
}
.radovi .col1 {
  background: #fafafa;
}
.radovi p {
  padding: 0 20px;
}
.radovi p span {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 5px;
}
.radovi .knjiga {
  overflow: hidden;
  margin-bottom: 30px;
}
.radovi .knjiga img {
  float: left;
  margin-right: 30px;
}
.radovi .knjiga img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.radovi .knjiga p {
  margin-top: 20px;
  font-style: italic;
}
.radovi .accordion {
  clear: both;
  margin-top: 30px;
}

.radovi2 .accordionButton {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.radovi2 h4 {
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
}

/* ACCORDIAN */
.accordion {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
}
.accordion .last {
  border-bottom: none;
}

.accordionButton {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  float: left;
  _float: none;
  /* Float works in all browsers but IE6 */
  background: #e1e1e1;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.accordionButton:first-child {
  border-top: none;
}
.radovi .accordionButton {
  width: 550px;
  line-height: 1.5;
  padding: 10px 15px;
  height: auto;
  background: #8cbc38;
  color: white;
}
.radovi .accordionButton.over {
  background: #0d428b;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
}

.accordionContent {
  width: 548px;
  padding: 15px;
  padding-bottom: 0;
  float: left;
  _float: none;
  /* Float works in all browsers but IE6 */
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.radovi .accordionContent {
  padding-bottom: 15px;
}

/* EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS */
.over {
  background: #8cbc38;
  color: white;
  padding-left: 20px;
}

.on {
  background: #0d428b;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  border: none;
}

/* GALERIJA */
.galerija a {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #ddd;
}
.galerija a:hover {
  border-color: #f69322;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* CASOPISI */
.casopisi li {
  list-style: disc;
  border: none;
}

/* -----------------------------------------------------------------------------
*
* CONTACT
*
------------------------------------------------------------------------------*/
form {
  overflow: hidden;
}
form li {
  list-style: none;
  display: block;
  margin-bottom: 30px;
}
form li.special {
  display: none;
}
form li.last {
  margin-bottom: 20px;
}
form label {
  display: block;
  margin-bottom: 2px;
  cursor: pointer;
}
form label:hover {
  color: #8cbc38;
}
form input, form textarea, form button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  background: #f9f9f9;
  border: 1px solid #cdcdcd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form input:hover, form textarea:focus {
  background: #efefef;
  outline: none;
}
form input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}
form textarea {
  width: 538px;
  height: 120px;
  padding: 5px;
  min-height: 120px;
  max-width: 540px;
  font-size: 13px;
  overflow: auto;
  resize: none;
}
form button {
  padding: 5px 20px;
  background: #8cbc38;
  color: #3c6c00;
  font-weight: bold;
  text-shadow: 1px 1px #aada56;
  border: none;
  cursor: pointer;
}
form button:hover {
  background: #cdcdcd;
  color: #6a6a6a;
  text-shadow: 1px 1px #efefef;
}
form button:active {
  margin-top: 2px;
  margin-left: 2px;
}

.contact {
  position: relative;
}

.message {
  color: #6a6a6a;
  display: none;
  width: 250px;
  position: absolute;
  top: 30px;
  right: 10px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #8cbc38;
}
.message ul {
  padding: 0;
  margin: 0;
}
.message li {
  margin: 4px 0;
  color: #f69322;
}
.message li i {
  font-weight: 500;
  color: #6a6a6a;
}

/* BIOGRAFIJA */
.cv {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cv li {
  list-style: none;
}
.cv dl {
  display: block;
  width: 100%;
}
.cv dd {
  float: left;
  width: 120px;
  text-align: right;
  margin-right: 20px;
  color: #8cbc38;
  font-weight: bold;
}
.cv dt {
  float: left;
  width: 440px;
  font-weight: normal;
}
.cv span {
  margin-left: 20px;
}
.cv strong {
  font-weight: bold;
  font-size: 14px;
}

/* BACK TO TOP */
#toTop {
  width: 120px;
  height: 40px;
  float: right;
  margin-right: -30px;
  margin-top: -40px;
  display: block;
  cursor: pointer;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#toTop:active {
  margin-left: 1px;
  margin-top: -35px;
}
