@import '../js/bxslider/jquery.bxslider.css';
@import url(//fonts.googleapis.com/css?family=Dosis:300,400,500,600,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Great+Vibes&subset=latin,latin-ext);

/*------------------ početak normalise (reset) ------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 *, *::after, *::before {
    box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
 /*------------------ kraj normalise ------------------*/
 
 
/*------------------ početak grid ------------------*/

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
  position: relative;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.col_12 {
  width: 100%;
}

.col_11 {
    width: 91.53%;
}
.col_10 {
    width: 83.06%;
}

.col_9 {
    width: 74.6%;
}

.col_8 {
    width: 66.13%;
}

.col_7 {
    width: 57.66%;
}

.col_6 {
    width: 49.2%;
}

.col_5 {
    width: 40.73%;
}

.col_4 {
    width: 32.26%;
}

.col_3 {
    width: 23.8%;
}

.col_2 {
    width: 15.33%;
}

.col_1 {
    width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {  margin: 1% 0% 1% 0%; }
    
    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
  width: 100%; 
  }
}

.wrapper{

  max-width:1090px;
  margin:0 auto;
  padding:0 15px;
}

.v{
  float:right;
}




/*------------------ kraj početak grid ------------------*/



/*------------------ početak css-a  ------------------*/

@font-face {
  font-family: 'Fontello';
  src: url('../font/fontello.eot');
  src: url('../font/fontello.eot') format('embedded-opentype'),
       url('../font/fontello.woff') format('woff'),
       url('../font/fontello.ttf') format('truetype'),
       url('../font/fontello.svg') format('svg');
}

body{
  width: 100%;
  height: 100%;
  color:#606060;
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

strong{
  color:#424242;
}

hr{color:#eee;}

.fontello {font-family:'Fontello';}

.header{
  position:relative; 
  margin-top: 15px;
}

#toggle{
  display:none;
  float:right;
}

h1, h2{
  font-family: 'Great Vibes', cursive;
  font-size:36px;
  font-weight: normal;
  margin:0;
  padding:0;
}

h3, .news h2{
  font-size:22px;
  font-weight: normal;
  margin-top:-3px;
  margin-bottom: -10px;
  color:#288fab;
  font-family: 'Dosis', sans-serif;
}

a{
  text-decoration:none;
  display: block;
  color:#f9eff6;
}

img{
  max-width: 100%;
}

p{
  line-height:22px;
}

ul.main-menu{
  list-style:none;
  float:right;
  background: linear-gradient(#dbabcc, #e8b8d8);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin:0;
  padding: 0;
}

ul.main-menu li{
  float:left;
  font-size:20px;
  border-right:1px solid #efd7e7;
  line-height: 55px;
  position:relative;
}

ul.main-menu li a{
  padding-left:30px;
  padding-right:30px;
  color:#f9eff6;
}

ul.main-menu li:first-child{
  padding-left: :0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

ul.main-menu li:last-child{
  border-right:none;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

ul.main-menu li:hover{
  background: linear-gradient(#b776a3, #cf92bb);
  display:block;
}

ul.main-menu li.mslc{ /*active link*/
  background: linear-gradient(#b776a3, #cf92bb);
  display:block;
}

ul{
  -webkit-padding-start: 0px;
  padding:0;
  margin:0;
}
.phones_top{
  color:#53cff3 !important;
}
 p.header-info{
  color:#53cff3 !important;
  font-size:20px;
  letter-spacing:1px;
  float:right;
  margin-top: 0;
  margin-bottom: 35px;
  position: relative;
}

a.mail {
  color:#53cff3; 
  display:inline-block;
}

.main-content{
  margin-top:20px;
  margin-bottom:40px;
}

.naruci-se{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top:0;
  margin-bottom:0;
  color:#ffffff;
  display: block;
  float: left;
  overflow: hidden;
  
}
.box{
  z-index: 5;
  position: relative;
  padding: 30px 15px 30px 60%;
}

.box p{
  margin-top: -5px;
  margin-bottom: 0;
}

.naruci-se .box{
  background: url('../images/pink-bg.png') no-repeat right bottom transparent;
  z-index: 5;
  padding: 30px 15px 30px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
  
.description, .description-pitaj{
  position: absolute;
  bottom: 59px;
  right: 7px;
  width: 100%;
  max-width: 185px;
}

.description-pitaj h2, .description h2{
  font-size: 34px;
}

.pitaj-doktoricu .box{
  background: url('../images/blue-bg.png') no-repeat right bottom transparent;
  z-index: 5;
  padding: 30px 15px 30px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.naruci-se img, .pitaj-doktoricu img{
  position: relative;
  z-index: 1;
  width: 100%;
}

.pitaj-doktoricu{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top:0;
  margin-bottom:20px;
  position:relative;
  color:#ffffff;
  overflow: hidden;
}

.naruci-se a, .pitaj-doktoricu a{
  color:#fff;
  display: block;
  position: relative;
}

.main-bottom{
  margin-top:30px;
}

.newsletter{
  margin-left:50%;
}

.newsletter p{
  padding-right:11%;
  margin-top: 8px;
  margin-bottom: 24px;
}
.newsletter-btn{
  display: inline-block;
  background: url(../images/newsletter-arrow.png) no-repeat center right 22px #41b9da;
  width: 95%;
  padding: 7px 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  letter-spacing:1px;
}

.newsletter-btn:hover{
  background-color: #267f98;
}

.footer-top {
  background: url(../images/footer-top-bg.png) no-repeat center center fixed #41B9DB; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  width:100%;

  color:#fff;
  position:relative;
  padding-top:20px;
  padding-bottom:40px;
}

.footer-top h2 {
  margin:0;
  padding:0;
}

.footer-top .gin-ord p{
  padding-right:15%;
}

.footer-top .gin-ord a{
  float:right;
  display:inline-block;
  padding-right:15%;
}

.footer-top .gin-ord a:hover{
  color:#1d738b;
}

.icon-right-dir:before { content: '\e800'; padding-left:5px; }

.icon-left-dir:before { content: '\e801'; padding-right:5px; }

.footer-top img{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position:absolute;
  right:0;
  top:55px;
}

.footer-top a.fotograf-partner{
  display:inline-block;
}

.footer-top a span.foto{
  position:absolute;
  right:0;
  top:16px;
}

a.button, a.button-facebook{
  background-color: #267f98;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:7px 22px;
  letter-spacing:1px;
  border:none;
  position:absolute;
  right:35%;
  top:119px;
}

a.button-facebook{
  top:160px;
  background: url(../images/facebook-btn.png) no-repeat left 20px center #267f98;
   padding:7px 43px;
}

a.button:hover, a.button-facebook:hover{
  background-color: #1d738b;
}

.footer{
  width:100%;
  position:relative;
  background:#f2f2ef;
  padding: 20px;
  width: 100%;
  float:left;
  color:#83868c;
  font-size:12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.bottom-list{
  width:70%;
  margin-top:10px;
  margin-bottom:20px;
  margin-left:0%;
  overflow:hidden;
  padding-left: 0;  
}
.bottom-list li{
  line-height:22px;
  float:left;
  display:inline;
}

.bottom-list li  { width:48%;} 

.bottom-list li a.mail{
  color:#f9eff6;
}

.bottom-list li a:hover{
  color:#1d738b;
}

img.photograph-logo {
  float: right;
  width:18%;
}

.none{
  display:none;
}



/*--------------------- stilovi za BxSlider ---------------------*/
ul.bxslider{
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border:  none;
  left: 0px;
  background:none !important;
  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius:10px;
  -moz-border-radius-topright: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
}

.bx-wrapper .bx-prev {
  left: 30px;
  background: url(../images/big-left-arrow.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: 30px;
  background: url(../images/big-right-arrow.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  padding:20px;
  outline: 0;
  width: 34px;
  height: 72px;
  z-index: 1000;
  text-indent: -9999px;
 }
 
 .bx-wrapper .bx-prev:hover {
  left: 27px;
  background: url(../images/big-left-arrow.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
  right: 27px;
  background: url(../images/big-right-arrow.png) no-repeat;
}


/*----------------- KRAJ stilovi za BxSlider ---------------------*/


/*----------------- small slider -----------------*/

.parent-corner{
  position:relative;
}

.parent-corner h2{
  margin-bottom:10px;
}

ul.bxslider-small{
  list-style:none;
  margin:0;
  padding:0;
}

ul.bxslider-small .bx-wrapper{
  margin:0;
  padding:0;
}


.ss-left-arrow {
  display: inline-block;
  background: url(../images/ss-left-arrow.png) no-repeat center center #41b9db;
  width: 35px;
  padding: 12px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  position:absolute;
  top:5px;
  right:35px;
}

.ss-left-arrow:hover {
  background: url(../images/ss-left-arrow.png) no-repeat center center #32accf;
}

.ss-right-arrow {
  display: inline-block;
  background: url(../images/ss-right-arrow.png) no-repeat center center #277e99;
  width: 35px;
  padding: 12px;
  margin-left: -4px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  position:absolute;
  top:5px;
  right:0;
}

.ss-right-arrow:hover {
  background: url(../images/ss-right-arrow.png) no-repeat center center #1a6d87;
}

.slide-desc{
  float:right;
  width:74%;
  margin-top: 15px;
}

.slide-desc h3{
  line-height: 20px;
}

.slide-desc h3:hover{
  color:#1d738b;
}

.slide-desc a, .odgovor a, .opis-usluge a, .o-doktorici a, .news a, .vijest a{
  color:#349dba;
  display:inline-block;
  padding-left:10px;
}

.slide-desc a:hover{
  color:#1d738b;
}

 a.ss-title {
  padding-left:0px;
}

ul.bxslider-small li img{
  width:23%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display:inline-block;
}

/*----------------- kraj small slider -----------------*/

/*------------Kontakt Forma------------*/


h1{
  font-family: 'Great Vibes', cursive;
  font-size:36px;
  font-weight: normal;
}

#kontakt-forma{
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-top:30px;
}

#kontakt-forma label, #kontakt-forma input,#kontakt-forma textarea,#kontakt-forma select {
  width: 100%;
  float: left;
  padding-top:5px;
  padding-bottom: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family:'Dosis', sans-serif;
}

#kontakt-forma input,#kontakt-forma textarea, #kontakt-forma select{
  border:1px solid #eeeeee;
  padding: 4px 10px;
}  
#kontakt-forma select{
  background: url(../images/arrow-down.png) no-repeat right 10px center;  
}
#kontakt-forma select:hover{
  cursor: pointer;
}
.txt_error {
  background-image: url(../images/error.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
}

.error {
  background-image: url(../images/error.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding:15px;
  margin-bottom:15px;
}

.success {
  background-image: url(../images/sucess-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #7ac143;
  padding: 15px 15px 15px 55px;
}

.txt_error_img {
  background-image: url(../images/error-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px 15px 15px 55px; 
}

.btn.send{
  background: linear-gradient(#dbabcc, #e8b8d8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  border:none;
}

.btn.send:hover {
  background: linear-gradient(#e4b0d3, #f0bcdf);
  color: #FFF;
  cursor:pointer;
}

input[type="text"]:focus, textarea:focus, button:focus, a.button:focus, select:focus, input[type="file"]:focus, input[type="password"]:focus {}

input[type="text"], textarea, button, a.button, a, input[type="file"] {
  transition: all ease 0.4s;
}



/*--------Kraj Kontakt Forma---------*/

/*--------  Kontakt info --------*/

.kontakt-info{
  padding:0px 30px;
}

.kontakt-info h2{
  margin-bottom: 40px;
}

ul.info{
  width:100%;
  margin-bottom:20px;
  margin-right:0;
  overflow:hidden;
  padding-left: 0;
  margin-top:0;
}
.info li{
  line-height:22px;
  float:left;
  display:inline;
}
.info li  { width:50%;} 

.map{
  margin-left:0;
}

.map iframe{
  height:269px;
}


/*-------- KRAJ Kontakt info --------*/


.background{
    background:#fff;
    padding:30px 30px 10px 30px;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    margin-top:-20px;
    margin-bottom:20px;
    height:auto;
    border:1px solid #eeeeee;
}

.izjave h1{
  margin-bottom:20px;
}

.izjave p{
    font-style: italic;
}

.naruci-info, .pitaj-info{
  padding:0px 30px;
}

.naruci-info h2, .pitaj-info h2{
  margin-bottom:32px;
}

.naruci-info p, .pitaj-info p{
  margin-top:20px;
}

.pitanja{
  margin-left:0;
  margin-top:20px;
}

.pitanja a, .usluge a, .o-nama a{
  color:#288fab;
}

.pitanja a:hover, .usluge a:hover, .o-nama a:hover{
  color:#49c2e4;
}

.pitanja h3{
  font-size:17px;
}

.odgovor{
  padding-right:30px;
  margin-top:43px;
}

.odgovor h1, .opis-usluge h1, .vijest h1{
  font-size: 34px;
  font-weight: normal;
  font-family:'Dosis', sans-serif;
  margin-top: -3px;
  margin-bottom: 20px;
  color: #288fab;
}

.odgovor h1{
  font-size: 18px;
}

.odgovor span{
  font-weight:bold;
}

.postavi-pitanje{
  margin-top:12px;
}

.usluge .col_6 p, .usluge .col_6 h3{
  padding-right:10px;
}

.opis-usluge span{
  font-weight:bold;
}

.o-nama a{
  display:inline-block;
}

.slika-doktorica{
  padding-top:60px;
}

.slika-doktorica img{
  width:80%;
  margin-left:12%;
}

.o-nama{
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  margin-bottom:30px;
}

.o-nama img, .ustanove img{
  width:65%;
  margin-top:60px;
  margin-left:20%;
}

.o-nama p.citat{
  font-style:italic;
  font-weight:500;
}

.o-nama p.citat span{
  float:right;
  margin-top:20px;
}

.o-nama:last-child{
  border-bottom:none;
  margin-bottom: 0;
}

.slika-sigurnost img{
  margin-top:0px;
}

.ustanove p{
  margin:0;
  padding:0;
  width: 100%;
}


.news .col_12{
  padding:10px 0;
  margin:0;
  border-bottom:1px solid #eee;
}

.news .col_12:last-child{
  border-bottom:none;
}

.news .col_10{
  padding-right:5%;
}

.news a, .vijest a, .odgovor a, .opis-usluge a, .o-doktorici a{
  padding-left:0px;
}

.news a:hover, .vijest a:hover, .odgovor a:hover, .opis-usluge a:hover, .o-doktorici a:hover, a.mail:hover{
  color:#1d738b;
}

.background {
  padding-bottom:20px;
}

.vijest .col_12{
  margin:0;
}

.news .col_2 img{
  width:100%;
}

.vijest .col_9{
  margin-top:-8px;
  padding-left:10px;
}

.slider-header{
  background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
/*  width: 51%;*/
}

.slider-header span{
  color: #424242;
  float: right;
  font-family: "Great Vibes",cursive;
  font-size: 28px;
  padding: 15px 50px;
}

/*-------------- dropdown menu ------------------*/
ul.main-menu li ul.fallback {
  position: absolute;
  width: 100%;
  background: linear-gradient(#b776a3, #cf92bb);
  display: none;
  list-style:none;
  z-index:1000;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding:0;
}

ul.main-menu li ul.fallback li {
  width: 100%;
  border-right: none;
 }


 ul.main-menu li ul.fallback li:last-child {
   -webkit-border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
 }

ul.main-menu li ul.fallback li a {
  display: block;
  color: #fff; 
  font-size: 16px;
}

ul.main-menu li ul.fallback li:hover a {
  background: linear-gradient(#b776a3, #cf92bb);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

ul.main-menu li ul.fallback {
  display: none; 
  position: absolute;
  top: 55px;
}

ul.main-menu li:hover ul.fallback {
  display: block; 
}

/*--------- end dropdown menu ------------------*/

.col.col_6.naruci-info.right, .col .col_6 .pitaj-info .right{
    float: right !important;
}

.logo{
  max-width: 185px;
  float: left;
}

.nav{
  display: inline-block;position: relative;float: right;
}
p.mobile{
  display: none;
}

.clearfix{
  width:100%;
  display:block;
  clear:both;
  margin-top:20px;
}

.pitanja .line, .izjave .line{
  border-top:1px solid #eee;
  margin-bottom:20px;
}

.pitanja .line:last-child, .izjave .line:last-child{
  border-top:none;
}

.main-content ul{
  padding-left:30px;
}

.kontakt-info ul{
  padding-left:0;
}

.kontakt-info ul a{
  color:#277e99;
  letter-spacing: 1px;
}

.gallery a img{
  max-width: 100%;
}


select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 5px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

img.galerija-logo{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:14%;
  margin-top:21px;
}


a span.galerija-foto{
  color:#288fab;
  font-weight:600;
}

.group:last-child{
  margin-bottom: 30px;
}

.facebook-header{
  display:inline-block;
  margin-left: 10px;
  color:#53cff3;
  background: url(../images/facebook-header.png) no-repeat left 10px center #fff;
  padding: 5px 5px 5px 24px;
  width: 13px;
  height: 30px;
  text-indent: -9999px;
}
.mobile .facebook-header{
  margin-left: 0;
  text-indent: 0 !important;
  float: left;
  width: auto;
}
@media screen and (max-width: 1024px){

  body{
    font-size:15px;
  }
   .logo {
    max-width: 125px;
    float: left;
    margin-top: 15px;
  }
  .wrapper{
    padding-left:20px;
    overflow: hidden;
    padding-right:20px;
    padding-bottom: 20px;
  }
  
  p{
    line-height: 20px;
  }

  .nav{
    width: 100%;
    float: right;
  }

  ul.main-menu{
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2500;
    position: absolute;
    top: 117px;
    width: 100%;
  }

  ul.main-menu li{
    width: 100%;
    border-right:none;
    border-bottom:1px solid #efd7e7;
    font-size: 20px;
    line-height: 43px;
  }
ul.main-menu li:hover ul.fallback {
    display: none;
    position: relative;
    top: 0px;
}
  ul.main-menu li:first-child{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  ul.main-menu li:last-child{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  ul.main-menu li ul.fallback{
    display: none;
    position: relative;
    top: 0;
  }

  #toggle{
    display:block;
    height: 55px;
    margin-top: 40px;
  }
   p.header-info{
    display: none;
  }

  p.mobile{
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size:20px;
    color:#53cff3;	margin-left:0 !important;	margin-bottom:0;
    line-height: 25px;
  }

  .mobile .facebook-header {
    float: right;
    margin-left: 0;
    text-indent: 0 !important;
    width: auto;
    font-size: 17px;
  }

  ul.main-menu li ul.fallback li:first-child {
    border-top:1px solid #efd7e7;
    border-radius: 0;
  }

  ul.main-menu li ul.fallback li:last-child {
    border-radius: 0;
    border-bottom:none;
  }

  ul.main-menu li ul.fallback li:hover a {
    border-radius: 0;
  }
   ul.main-menu li a.sub-toggle{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    float: left;
   }
  .background{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .bottom-list li{
    line-height:20px;
  }
  
  .bx-wrapper .bx-caption span {
    font-size: 26px;
  }
  
  .naruci-se img, .pitaj-doktoricu img {
    width: 100%;
  }
  
  .button {
    top: 121px;
    right:34%;
  }

  .footer{
    padding:20px 0 20px 0;
  }

  .bx-wrapper .bx-viewport {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  ul.bxslider-small li img {
    width: 23.5%;
  }

  .footer-top img {
    top: 61px;
  }

  img.galerija-logo {
    width: 19%;
  }

}

@media screen and (max-width: 980px){

  .box {
    padding: 30px 27px 30px 57%;
  }
  
  ul.bxslider-small li img {
    width: 25%;
  }

  .slide-desc{
    width:73%;
    margin-top:19px;
  }
  
  ul.bottom-list {
    width: 74%;
  }
  
  .bottom-list li {
    width: 50%;
  }
  
  a.button, a.button-facebook {
    right: 29.5%;
    top: 110px;
    padding: 6px 20px;
  }

  a.button-facebook{
    top:147px;
    padding: 6px 40px;
  }

  p.mobile {    margin-left: 62.5%;  }    ul.main-menu {    top: 117px;  }
  
}
@media screen and (max-width: 900px){
  .box {
    padding: 30px 12px 30px 53%;
  }

  ul.bxslider-small li img {
    width: 27%;
  }

  .slide-desc {
    margin-top:0;
    width: 70%;
  }

  ul.bottom-list {    
    width: 78%;  
  }

  .bottom-list li {
    width: 47%;
  }

  a.button {
    right: 27%;
    top: 112px;
  }

  a.button-facebook {
    right: 27%;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .footer-top a span.foto {
    text-align: center;
    top: 5px;
    width: 23%;
  }

  .news .col_2{
    width:18%;
  }

  .news .col_10{
    width:80%;
    padding-right:0;
  }    

  p.mobile {    margin-left: 59%;  }

  .info li {
      width: 55%;
  }

  .footer-top a span.foto {
    width: 19%;
  }

}


@media screen and (max-width: 800px){

  .box{
    min-height:auto;
    padding: 30px;
    float:left;
    display: block;
    width:100%;
  }

  .naruci-se img, .pitaj-doktoricu img {
    width: 100%;
    display: block;
    z-index: 6;
    position: relative;
  }
  
  .naruci-se .box {
    background: #ddadcd;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    padding: 18px 15px;
  }
  .description, .description-pitaj {
    position: relative;
    bottom: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
}
  .pitaj-doktoricu .box{
    background: #41b9da;
    position: relative;
    width: 100%;
    min-height: 120px;
    padding: 18px 15px;
    max-width: 100%;
  }

  .bx-wrapper .bx-caption span {
    line-height:25px;
  }
  
  .newsletter input {
    width: 75%;
  }
  
  ul.bxslider-small li img {
    width: 27%;
  }
  
  .slide-desc {
    width: 70%;

  }

  ul.bottom-list{
    margin-top:13px;
  }
  
  .bottom-list li {
    width: 65%;
  }

  .footer-top{
    padding-bottom:20px;
  }
  
  .footer-top .gin-ord a {
    margin-top: -14px;
  }
  
  a.button {
    right: 0%;
    top: 144px;
  }

  a.button-facebook {
    right: 0%;
    top: 180px;
    padding: 6px 38px 6px 42px;
  }
  
  img.photograph-logo {
    width: 25%;
    top:36px;
    margin-top: -2px;
  }

  .footer-top a span.foto {
    width: 100%;
    right:-33%;
  }

  .wrapper {
    padding-bottom: 40px;
  } 

  .o-nama img {
    width: 80%;
  }

  .info li {
    width: 100%;
  }

  .map iframe {
    height: 226px;
  }

  .news .col_12 {
    padding-bottom:10px;
  }
  p.mobile {    margin-left: 53.5%;  }
}

@media screen and (max-width: 768px){
  p.mobile {    margin-left: 51.5%;  }

  .newsletter p {
    margin-bottom: 31px;
  }

  ul.bxslider-small li img {
    width: 29%;
  }
  .slide-desc {
    width: 68%;
  }

  .contact {
    margin-left: 5%;
    width: 44.2%;
  }

  .bottom-list li {
    width: 69%;
  }

  img.photograph-logo {
    top: 50px;

  }

  .footer-top .gin-ord a {
    padding-right: 4%;
  }

  .footer-top a span.foto {
    width: 38%;
    top:16px;
    right:0;
  }


}

@media screen and (max-width: 640px){  

  .wrapper{
    padding-bottom: 50px;
 }

  p.mobile {    
    margin-left: 0;
    text-align: center;

  }

  .bx-wrapper .bx-controls-direction a {
    top: 42%;
  } 

  .bx-wrapper .bx-controls-direction a {
    top: 48%;
  }

  .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../images/s-big-left-arrow.png") no-repeat scroll 0 0;
    left: 30px;
  }

  .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../images/s-big-right-arrow.png") no-repeat scroll 0 0;
    right: 10px;
  }

   .bx-wrapper .bx-prev:hover {
    left: 27px;
    background: url(../images/s-big-left-arrow.png) no-repeat;
  }

  .bx-wrapper .bx-next:hover {
    right: 7px;
    background: url(../images/s-big-right-arrow.png) no-repeat;
  }
  .newsletter{
    width:100%;
  }

  .newsletter p {
    padding-right:0;
  }

  .newsletter-btn {
    width: 100%;
  }

  .parent-corner{
    width:100%;
    margin-left:0;
    margin-top:30px;
  }

  ul.bxslider-small li img {
    width: 23%;
  }

  .slide-desc {
    margin-top: 7px;
    width:75%;
  }

  .footer-top .gin-ord{
    width:100%;
  }
  .slider-header span {
    padding: 10px;
    font-size: 23px;
    line-height: 20px;
    width: 100%;
    min-height: 60px;
}
.slider-header {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0px 0px;
    border-top-left-radius: 10px;
    bottom: 0px;
    float: left;
    position: relative;
    right: 0px;
    display: block;
    width: 100%;
    text-align: left;
}
  .footer-top .gin-ord p {
    padding-right: 0%;
  }

  .footer-top .gin-ord a {
    padding-right: 0;
  }

  .contact{
    width:100%;
    margin-left:0;
  }

  ul.bottom-list {
    margin-top:10px;
    width: 76%;
  }

  .bottom-list li {
    width: 50%;
  }

  a.button, a.button-facebook {
    right: 36.5%;
    top: 112px;
  }

  a.button-facebook {
    top:150px;
  }

  img.photograph-logo {
    top: 61px;
    width: 13%;
  }

  .footer-top {
    height:100%;
  }

  .slika-sigurnost img {
    margin-top: 35px;
  }

  .odgovor, .postavi-pitanje, .naruci-info, .kontakt, .pitaj-info, .kontakt-info{
    width:100%;
  }

  .postavi-pitanje{
    margin-top:40px;
  }

  .odgovor{
    padding-right:0px;
    margin-top:0;
  }

  .naruci-info, .pitaj-info{
    padding:0 20px 30px 0;
  }

  .kontakt-info{
    padding:0 20px 0px 0;
  }

  .naruci-info h2, .pitaj-info h2, .kontakt-info h2{
    margin-bottom:0;
  }

  ul.info{
    margin-top:30px;
  }

  .vijest .col_3{
    width:50%;
  }

  .vijest .col_9{
    width:100%;
    margin-left:0;
    padding-left:0;
  }

  .news .col_2{
    width:25%;
  }

  .news .col_12 {
    padding-bottom:10px;
  }

  .news .col_10 {
    padding-left: 5px;
    width: 72%;
  }

  .main-bottom {
    margin-top: 0;
  }

  .main-content{  
    margin-bottom: 20px;  
  }

  .footer-top a span.foto {
    top: 20px;
    width: 20%;
  }

  img.galerija-logo {
    width: 24%;
  }

}

@media screen and (max-width: 600px){
  
  .animation{
    display:block;
  }    
  .slider-header span{
    padding: 10px;
    font-size: 23px;
    line-height: 20px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .copy{
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .v {
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }
  p.mobile {    margin-left: 37%;  }    

  .main-content{	margin-top:19px;  }
  .box {
    padding:20px;
  }

  ul.bxslider-small li img {
    width: 29%;
  }

  .slide-desc {
    width: 69%;
    margin-top:0;
  }

  .kontakt{
    margin:0;
  }

  .contact{
    margin-top:20px;
  }

  img.photograph-logo {
    width: 14%;
  }

  a.button, a.button-facebook {
    right: 34.5%;
  }

  .footer-top {
    padding-bottom: 26px;
  }

  .slika-doktorica img {
    width: 88%;
  }

  .o-nama img {
    width: 80%;
  }

  .slika-sigurnost img {
    margin-top: 44px;
  }

  .footer-top a span.foto {
    top: 6px;
    width: 15%;
  }

}

@media screen and (max-width: 550px){ 
  p.mobile {   	font-size:18px;  }

  .background{
    margin-top:15px;
  }    

  ul.main-menu {    
    margin-right: 0px;  
  }   
  .newsletter input {    
    width: 93%;   
  }      

  ul.bxslider-small li {    
    overflow: visible;    
    max-height: 100%;  
  }      
      
  a.button,  a.button-facebook {    
    right: 31.5%; 
  } 

  .slika-sigurnost img {
    margin-top: 64px;
  }

  .kontakt-info{
    padding-right: 14px;
  }

  img.photograph-logo {
    width: 15%;
  }

  img.galerija-logo {
    width: 28%;
  }

}

@media screen and (max-width: 480px){ 	

  p.mobile {
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }		

  ul.main-menu {		top: 130px;	}

  .background{
    margin-top:20px;
  }
  .naruci-info, .pitaj-info{
    padding:0 0 30px 0;
  }

  .naruci-se{
    margin-bottom:20px;
  }
  
  .newsletter input {
    width: 92%;
  }
  ul.bxslider-small li img {
    width: 48%;
  }

  .slide-desc {
    width: 100%;  margin-top:10px;
  }

  ul.bottom-list {
    width: 75%;	
  }

  img.photograph-logo {
    width: 18%;
  }

  a.button,  a.button-facebook {
    right: 27.5%;
  }

  .slika-doktorica {
    padding: 20px 0;
  }

  .slika-doktorica img{
    margin-left:10%;
  }

  .o-nama img{
    margin:30px 10%;
  }

  .kontakt-info {
    padding-right: 0px;
  }

  .vijest .col_3{
    width:100%;
  }

  .news .col_2{
     width:50%;
  }

  .news .col_10 {
     width: 100%;
     margin:10px 0 0 0;
     padding-left:0;
  }


  .main-content {
    margin-bottom: 0;
  }

  .footer-top a span.foto {
    width: 19%;
  }

  img.galerija-logo {
    width: 33%;
  }

}

@media screen and (max-width: 360px){
  p.mobile{
    margin-left:0;
    line-height: 20px;
  }

  .background {
    margin-top: 5px;
  }

  .newsletter input {
    width: 87%;
  }

  ul.bxslider-small li img {
    width: 100%;
  }

  .ss-left-arrow {
    top: 66px;
    z-index: 1000;
    right: 44px;
  }

  .ss-right-arrow {
    top: 66px;
    z-index: 1000;
    right: 9px;
  } 

  .slide-desc a {
    padding-left: 0px;
  }

  .footer-top {
    padding-bottom: 40px;
  }

  a.button,  a.button-facebook {
    width:100%;
    right: 0px;
    top: 172px;
    text-align:center;
  }

   a.button-facebook{
    top: 215px;
    background: #267f98 url("../images/facebook-btn.png") no-repeat scroll left 103px center;
   }

  img.photograph-logo {
    top: 66px;
    width: 29%;
  }

  ul.bottom-list {
    width: 82%;
  }
  
  .bottom-list li {
    width: 65%;
  }


  .opis-usluge h1, .vijest h1 {
    font-size: 25px;
  }

  .news .col_2{
     width:100%;
     margin-top:10px;
  }

  .footer-top a span.foto {
    width: 40%;
    top:35px;
  }

  img.galerija-logo {
    width: 48%;
  }

  .mobile .facebook-header {
    margin-top: 6px;
  }

}
@media screen and (max-width: 400px){
  .contact a.button, .contact  a.button-facebook {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .contact a.button-facebook {
    top:10px;
  }
}


@media screen and (max-width: 320px){

  .background {
    margin-top: 0px;
  }

  p.mobile{
    font-size:15px;	
    margin-left:3px;
    color:#53cff3;
    text-align: center;
  }
  .ss-left-arrow {
    width: 25px;
    right: 25px;
  }

  .ss-right-arrow {
    width: 25px;
  }

  .bottom-list li {
    width: 76%;
  }

  img.photograph-logo {
    top: 66px;
    width: 33%;
  }

  .copy{
    margin-left:21%;
  }

  .v{
    margin-left:5%;
  }

  .footer-top a span.foto {
    width: 44%;
  }

  img.galerija-logo {
    width: 55%;
  }

  a.button-facebook{
   background: #267f98 url("../images/facebook-btn.png") no-repeat scroll left 83px center;
  }


}