body {
  margin: 0;
  padding: 0;  
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1,h2,h3,h4 {
  font-weight: 900;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

a{
  color: #d1deeb;
  text-decoration: none;
}

a:hover
{
  color:white;
}

header {
  background-color:#1c2d40;
  opacity: 0.9;
  color: white;
  min-height: 60px;
}

.lijevi-menu {
  display: inline-block;
  color: d1deeb;
}

.lijevi-menu p {
  text-align: center;
  color: d1deeb;
}

.title {
  color: white;
  font-weight: 800;
}
nav {
  display: block;
  float: right;
}

nav ul {
  list-style: none;
  display: inline-block;
  margin: 0px;
}

nav ul li {
  display: inline-block;
  width: 100px;
  text-align: center;
}

.red {
  color: red;
}


.welcome, .about-djakovo, .cjenik, .lokacija {
  margin-top:-16px;
  padding: 20px;
  text-align: center;
  background-color: #f9fbfc;
}

.opisni-3-stupca {
  text-align: justify;
}

div p {
  text-align: justify;
}

.gallery, .ocjene, .footer {
  margin-top:0px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: #6891be;
  color: white;
  
}

.footer
{
  background-color: #1c2d40;
  padding-top: 20px;
  margin-bottom: 0px;
}
.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #fff;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
}

.pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
}

.pricing-table {
  margin: 0 10px;
  text-align: center;
  /*width: 300px;*/
  /*float: left;*/
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #fff;
  background:#d1deeb;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table.recommended .pricing-title {
  background:#4b7bae;
}

.pricing-table.recommended .pricing-action {
  background: #2db3cb;
}

.pricing-table .price {
  background: #403e3d;
  color: white;
  font-size: 1.4em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.table-list {
  background: #fff;
  color: #403d3a;
  list-style: none;
}

.table-list li {
  font-size: 0.8em;
  font-weight: 700;
  padding: 12px 8px;
}

.table-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
}

.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #fff;
  background: #273f5a;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}

.table-list li:nth-child(2n) {
  background: #f1f5f9;
}

.table-buy {
  background: #fff;
  padding: 15px;
  text-align: left;
  overflow: hidden;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
  float: right;
  color: #fff;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;
}

.star{
  color:goldenrod;
  vertical-align: super;
  font-size: small;
}

q {
  text-align: justify;
}
q p{
  font-weight: 100;
  font-style: italic;  
}

q:before, q:after{ content: "";}