@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;subset=latin-ext');
*,*:before,*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {font-family: sans-serif; /* 1 */-ms-text-size-adjust: 100%; /* 2 */-webkit-text-size-adjust: 100%; /* 2 */}
body {margin: 0;font-family: 'Open Sans', sans-serif;font-size: 14px;line-height:20px;font-weight:400;color:#707070;padding:10px;/*background: url(../images/body-bg.jpg)no-repeat top center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;*/}
input:focus,select:focus,textarea:focus,button:focus {outline: none;}
/* 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;outline: none;}
/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover, a:focus {outline: none;}
/* 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;max-width: 100%;}
/*** 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"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}
/*** input color placeholder */
::-webkit-input-placeholder{color:#8D8D8D;opacity:1 !important;}
:-moz-placeholder{color:#8D8D8D;opacity:1;}
::-moz-placeholder{color:#8D8D8D;opacity:1;}
:-ms-input-placeholder{color:#8D8D8D;}
/*** 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;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;}
/* Grid–––––––––––––––––––––––––––––––––––––– */
.container {position: relative;width: 100%;max-width: 1150px;margin: 0 auto;padding: 10px;box-sizing: border-box;}
/* For devices larger than 400px */
@media (min-width: 1200px) {.container {width: 100%;padding:20px;}}
/* Base Style –––––––––––––––––––––––––––––––––––––––– */
/* NOTE html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */
html {font-size: 62.5%; }
/* Typography–––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 5px;font-weight: 400; }
h1 { font-size:22px;line-height:28px;letter-spacing: 0;margin-bottom:30px;text-transform: uppercase;color:#197dce;font-weight:600;}
h2 { font-size:20px;line-height:26px;letter-spacing: 0; }
h3 { font-size:18px;line-height:24px;letter-spacing: 0; }
h4 { font-size:16px;line-height:22px;letter-spacing: 0; }
h5 { font-size:14px;line-height:20px;letter-spacing: 0; }
h6 { font-size:14px;line-height:20px;letter-spacing: 0; }
p {margin-top: 0;font-family: 'Open Sans', sans-serif;color:#333;font-size: 14px;line-height: 20px;font-weight: 400; }
/* Links––––––––––––––––––––––––––––––––––––– */
a {color:#197dce;font-size:14px;line-height:20px;text-decoration: none;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
a:hover {color:#333;text-decoration: none;}
/* Buttons–––––––––––––––––––––––––––––––––––– */
.button,button,input[type="submit"],input[type="reset"],
input[type="button"] {display: inline-block;height: 35px;width: 100%;padding: 0 30px;color: #fff;text-align: center;font-size: 14px;line-height: 20px;font-weight: 400;letter-spacing: 0;text-decoration: none;white-space: nowrap;background-color:#197dce;border: 1px solid #197dce;cursor: pointer;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;box-sizing: border-box;margin:8px 0 0 0;border-radius:3px;float: right;}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus { color: #fff;border-color: #11578f188;background: #11578f188;outline: none; }
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary { color: #FFF;background-color: #1C567B;border-color: #1C567B; }
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus { color: #FFF;background-color: #1EAEDB;border-color: #1EAEDB; }
/* Forms––––––––––––––––––––––––––––––––––– */
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select {height: 35px;width: 100%;text-align: left;padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */background-color: #fff;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom: 1px solid #d9ecfb;box-shadow: none;box-sizing: border-box; border-radius:none;font-size:13px;letter-spacing: 0;color:#8D8D8D;}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],input[type="number"],input[type="search"],
input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea {-webkit-appearance: none;-moz-appearance: none; appearance: none; }
textarea {min-height: 85px;padding: 10px;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom: 1px solid #d9ecfb;color:#8D8D8D; }
input[type="email"]:hover,input[type="number"]:hover,input[type="search"]:hover,input[type="text"]:hover,input[type="tel"]:hover,input[type="url"]:hover,input[type="password"]:hover,textarea:hover {border: 1px solid #d9ecfb;outline: none; }
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus {border: 1px solid #d9ecfb;outline: none; }
label,legend {display: inline-block;margin-bottom: 7px;font-weight: 400;color:#4d4d4d;font-family: 'Open Sans', sans-serif; }
fieldset {padding: 0;border-width: 0; }
input[type="checkbox"],input[type="radio"] {display: inline;margin-right: 10px; }
label > .label-body {display: inline-block;margin-left: .5rem;font-weight: normal; }
/* Lists–––––––––––––––––––––––––––––––––––– */
ul {list-style-type: disc;list-style-position: inside; }
ol {list-style: decimal inside;list-style-position: inside; }
ol, ul {padding-left: 10px;margin-top: 0; }
ul ul,ul ol,ol ol,ol ul {font-size: 100%; }
li {margin-bottom: 5px;color:#666;font-size:14px;line-height:20px; }
/* Tables––––––––––––––––––––––––––––––––––– */
th, td {padding: 12px 15px;text-align: left;border-bottom: 1px solid #E1E1E1; }
th:first-child,td:first-child {padding-left: 0; }
th:last-child,td:last-child {padding-right: 0; }
/* Spacing––––––––––––––––––––––––––––––––––––– */
button,.button {margin-bottom: 10px; }
input,textarea,select,fieldset {margin-bottom: 15px;color:#585858;font-weight: 400;letter-spacing: 1px;font-size:13px;letter-spacing:0;}
pre,blockquote,dl,figure,table,p,ul,ol {margin-bottom: 15px; }
form {margin-bottom: 0; }
/* Misc–––––––––––––––––––––––––––––––––––– */
hr {margin-top: 30px;margin-bottom: 35px;border-width: 0;border-top: 1px solid #E1E1E1; }
/* Clearing––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,.row:after,.u-cf {content: "";display: table;clear: both; }
/* Main Style Start––––––––––––––––––––––––––––––––––––––– */
.error { background: #f9b9c5 url(../images/ex.svg) no-repeat scroll right 10px center;border: 1px solid #f9b9c5;color: #fe0937;font-size: 13px;line-height:19px;font-weight: 600;padding: 8px 10px;margin-bottom: 10px;border-radius: 3px;}
.txt_error { border:1px solid #f9b9c5 !important; }
.success {background: #a3f76c url(../images/tick.svg) no-repeat left 10px top 10px;color: #357808;font-size: 13px;line-height:19px;font-weight: 600;padding: 8px 10px 8px 40px;margin-bottom: 10px;border-radius:3px;}
.clearfix {display: block;clear: both;width: 100%;}
.content, .main-content {display: block;float: left;width: 100%;position: relative;}
.header { background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-top:10px;padding-top: 20px;z-index:1; }
.header, .home, .page { -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.2);box-shadow:0px 0px 15px rgba(0,0,0,0.2); }
.logo { display: block;float: left;width: auto;margin-left: 10px; }
.iso { display: block;float: right;width: 100%;max-width: 60px;margin-top: 12px; }
.breadcrumbs { display: block;float: right;width: 100%;list-style-type: none;margin:-20px 0 13px 0;padding:0;border-bottom:1px solid #ececec; }
.breadcrumbs li { display: inline;float: left;font-size:12px;line-height: 18px;margin-right:8px;}
.breadcrumbs li a { display: block;float: left;width: 100%;font-size:12px;line-height: 18px;color:#A8A8A8; }
.breadcrumbs li a:hover { color:#666; }
.info { display: block;float: left;width: 77%;list-style-type: none;margin:11px 0 0 0;padding:0; }
.info li { display: block;float:left;margin:0;padding:0;font-size:12px;line-height:18px;width:100%;color:#333; }
.info li a { color:#197dce;font-size:12px;line-height:18px; }
.navigation { display: block;float: left;width: 100%;background:#197dce;margin-top: 20px;position: relative; }
.toggle {display: block;float: left;margin-top:13px;margin-left: 10px;}
.toggle:hover {color:red;}
.main-menu { display: none;float: left;width: 100%;position: absolute;list-style-type: none;margin:0;padding:0;z-index:1;top:47px; background:#197dce;}
.main-menu li { display: inline;float: left;position: relative;margin:0;padding:12px 0 12px 14px;width:100%; }
.main-menu li a { display: block;float: left;width: 100%;color:#fff;font-size:15px;line-height: 21px;text-transform: uppercase;margin-bottom: 0; font-weight: 400;border-right:1px solid #269dfd; padding-right:14px;}
.main-menu li span { position: absolute;bottom:-5px;left:0;width:100%;height:5px;background:#fff000;opacity:0; }
.main-menu li.mslc a { font-weight:600; }
.main-menu li a:last-child { border-right:1px solid #197dce; }
.sub-menu { display: none;position: relative;width: 97%;padding:0; margin:16px 0 0 0;list-style-type: none;float: left;background:#269dfd;}
.sub-menu li { display: block;float: left;width: 100% !important;padding:0;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease; }
.sub-menu li a { display: block;float: left;width: 100%;padding:7px 10px;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;text-transform:none;font-size:13px;line-height: 19px; }
.sub-menu li:hover { background:#269dfd; }
.sub-menu li a:hover { border-right:1px solid #269dfd; }
.lang { display: block;float: right;padding:9px 0;margin:0 5px 0 0;position: relative;list-style-type: none;width: auto; }
.lang li { display: inline;float: left;margin:0 0 0 1px; }
.lang li a { display: block;float: left;width: 100%;color:#fff;font-size:15px;line-height: 21px;padding:3px 9px;font-weight: 400; }
.lang li a:hover { background:#208AE0; }
.lang li a.mslc { background:#208AE0;font-weight: 600; }
.slider { margin-top:5px;z-index:0; }
.slider .bx-wrapper {position: relative;margin: 0 auto;padding: 0; zoom: 1; }
.slider .bx-wrapper .bx-viewport {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;left: 0;background: none;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);border:none;}
.slider .bx-wrapper img {width: 100%;max-width:100%;display: block;}
.slider .bx-wrapper .bx-pager { text-align: center; }
.slider .bx-wrapper .bx-pager,.slider .bx-wrapper .bx-controls-auto { bottom: 10px; }
.slider .bx-wrapper .bx-pager .bx-pager-item, .slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item { float: none;}
.slider .bx-wrapper .bx-pager.bx-default-pager a { -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;width:7px;height:7px; }
.slider .bx-wrapper .bx-pager.bx-default-pager a {background: #fff;}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #208AE0; }
.main-slider { list-style-type: none;margin:0;padding:0; }
.main-slider li { margin:0;padding:0; }
.home { padding:40px 20px 20px 20px;position: relative;z-index:0;margin-top: -20px;background:#f6f6f6;}
.w30 { display: block;float: left;width: 100%;margin-bottom:10px;position:relative; }
.home-cont { box-sizing: border-box;margin: 0 auto;max-width: 363px;position: relative;width: 100%; }

.w30.tri { margin-right:0; }
.w100 { display: block;float: left;width: 100%;position: relative; }
.galler-link { display: block;float: left;width: 50%;position: relative; }

.gradient { position: absolute;left:0;top:0;width: 100%;height:100%;z-index:0;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */ }

.one a { position: absolute;top:0;left:0;width: 100%;height:100%;color:#fff;text-transform: uppercase;font-weight: 600;font-size:17px;line-height:23px;padding:20px;display: block;-webkit-transition:all 0.6s ease-in;-moz-transition:all 0.6s ease-in;-o-transition:all 0.6s ease-in;transition:all 0.6s ease-in;z-index:1; }
.tri a { position: absolute;top:0;left:0;width: 100%;height:100%;color:#fff;text-transform: uppercase;font-weight: 600;font-size:17px;line-height:23px;padding:20px;display: block;-webkit-transition:all 0.6s ease-in;-moz-transition:all 0.6s ease-in;-o-transition:all 0.6s ease-in;transition:all 0.6s ease-in;z-index:1; }
.one a:hover, .tri a:hover, .gallery-link h2:hover { color:#fff000; }
.page .w30 { margin-bottom: 10px;width: 100%; }
.page .one a { padding:20px 10px 0 20px; }
.two { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d0d0d0+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(208,208,208,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(208,208,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(208,208,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.two a { display: block;padding:10px 20px; }
.two h2, .new h2 { font-size:14px;line-height:20px;color:#197dce;text-transform:uppercase; }
.two p, .new p { font-size:13px;line-height:19px;color:#767676;margin-top: 5px;padding-top: 5px;display: inline;float: left;border-top:1px solid #b5b5b5; }
.detaljnije { color:#197dce;font-size:13px;line-height:19px;display: inline; margin-left: 5px;}
.two a.news { color:#fff;text-transform: uppercase;font-size:13px;padding:5px 0;background:#208AE0;display: block;width: 100%;max-width: 100px;text-align: center; }
.footer { background:#F6F6F6;margin-bottom: 20px;padding:0 20px 30px 20px; }
.gray-line { display: block;float: left;width: 100%;height:10px;background:#d0d0d0; margin-bottom: 25px;}
.copyright {color: #707070;float: left;font-size:13px;width:100%;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .copyright { margin-top: -18px; }
}
.rights{ display: block;float: left;width: 100%;text-align: center;margin-bottom: 7px;font-size:13px;line-height:19px; }
.v_link {display: inline-block;line-height: 29px;color: #707070;padding:2px 0px;font-size: 13px;font-weight: 400;float: right;width: 100%;}
.none {text-indent: -9999px;overflow: hidden;float: left;}
.v {display: block;padding: 0px;float: left;width: 100%;text-align: center;}
.v img {width: 221px;}
.copy { float: left;color:#707070;font-size:12px; }
.page { z-index:0;position: relative;margin-top: -20px;padding:60px 20px 30px 20px;min-height:450px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.kontakt, .forma { width: 100%;float: left; }
.forma { margin-top: 60px; }
.kontakt p { margin-bottom: 5px; }
.karta { display: block;float: left;width:100%;margin-top: 30px; }
#map { width: 100%;height: 400px; }
.gallery-holder { display: block;float: left;width: 100%;margin-bottom: 40px; }
.gallery-holder h2 { text-transform: uppercase; }
.gallery { display: block;float: left;width: 100%;border-top:1px solid #ccc;padding-top: 10px; }
.gallery a { display: block;float: left;width:49.6%;margin:0 1px 1px 0;opacity:1;}
.gallery a:hover { opacity:0.7; }
.novost .gallery { width: 100%;padding-left: 0;border-top:none; }
.novost .gallery a { width: 48%; }
.novost .gallery a:nth-of-type(5n+5) { margin-right:1px; }
.novost .gallery a:nth-of-type(6n+6) { margin-right:0; }
.gallery-txt { display: block;float: left;width:100%; }
.gallery-link { display: block;float: left;width:100%;position: relative;margin-right:10px;margin-bottom: 10px; }
.gallery-link h2 { position:absolute;width:100%;height:100%;text-align: left;text-transform: uppercase;padding: 20px 0 0 20px;color:#fff;font-weight:600;background: rgba(25,125,206,0.8) url(../images/photo.png)no-repeat bottom -30px right -30px;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;font-size:17px;line-height:23px;}
.gallery-link h2:hover { background: rgba(25,125,206,0.3) url(../images/photo.png)no-repeat bottom -30px right -30px; }
.images img {display: block;width: 100%;float: left;margin-right: 3px;margin-bottom: 3px;}
.images img:nth-of-type(3n+3) { margin-right:0; }
.doc-link { display: block;float: left;clear:left;width: auto;background:url(../images/doc-icon.svg)no-repeat top right;margin-bottom: 5px;color:#197dce;padding-right:30px;height:28px; }
.w50 { display: block;float: left;width: 48%; }
.new { margin-right:10px;margin-bottom: 25px; }
.new:nth-of-type { margin-right: 0; }
.video-holder {float: left;width: 100%;position: relative;padding: 3px;background:#197dce;}
.video { display: inline-block;height: 0;padding-bottom: 50%;
  position: relative;width: 100%;z-index: 1;}
.video iframe {bottom: 0;height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;z-index: 2;}
.sub-section { margin-top: 30px; }
.sub-section h4 { color:#333;font-size:15px; }

.cookie-container {
  background: rgba(0,0,0,0.8);
  bottom: 0;
  display: block;
  padding: 10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
}
.cookie-container .center {
  padding: 10px 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cookie-container .center span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.cookie-container .center p {
  display: inline;
  color: #fff;
  font-size:14px;
  line-height: 20px;
}
.cookie-container .center a {
  color: #446CB3;
  text-decoration: underline;
  transition: all 0.6s ease;
  font-size:14px;
  line-height: 20px;
}
@media (min-width:600px) {
  .cookie-container .center a {float: none;width: auto;}
}

.msg_1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom:20px;
}

.pregrada {
    display: block;
    float: left;
    width: 100%;
}

/* ------ Media Start ----- */
@media (min-width: 480px) {
  .button, button, input[type="submit"], input[type="reset"], input[type="button"] { width: 30%; }
  .novost .gallery a { width: 25%; }
}
@media (min-width: 500px) {
  .info { width: 100%; }
  .gallery a { width: 33%; }
}
@media (min-width: 600px) {
  .page .w30, .gallery-link { width: 48%;margin-right: 10px }
  .images img { width: 49%; }
}
@media (min-width: 700px) {
  .page .w30, .gallery-link { width: 48.4%; }
}
@media (min-width: 800px) {
  .header { margin-top: 50px;padding-top: 40px; }
  .toggle { display: none; }
  .main-menu { display: block;position: relative;top:0;background:none;width: auto; }
  .main-menu li { width: inline;width: auto; }
  .main-menu li a { font-size:13px;line-height: 19px; }
  .main-menu li:hover .sub-menu { display: block; }
  .main-menu li:hover span { opacity:1; }
  .main-menu li.mslc span { opacity:1; }
  .sub-menu { display: none;position: absolute;top:45px;left:0;max-width: 200px;min-width:200px; padding:0; margin:0;list-style-type: none;background:#197dce;border-top:5px solid #fff000; }
  .sub-menu li a { font-size:13px;line-height: 19px;padding:5px 10px; }
  .info { width: 42%;float: right; }
  .navigation { margin-top: 40px; } 
  .footer { margin-bottom: 100px; }
  .slider .bx-wrapper .bx-pager,.slider .bx-wrapper .bx-controls-auto { bottom: 40px; }
  .one a, .tri a { padding:75px 10px 30px 40px; }
  .page { padding:60px 40px 30px 40px; }
  .page .w30, .gallery-link { width: 48.5%; }
  .home-cont { max-width: 100%; }
  .home .w30.one { margin-right:10px; }
  .home .w30.one, .home .w30.two, .home .w30.tri { width: 48%; }
  .novost .gallery a { width: 16.5%; }
  .gallery a { width: 19.8%; }
  .gallery a:nth-of-type(5n+5) { margin-right:0; }
  .images img { width: 33%; }
  .video-holder { width: 50%; }
}
@media (min-width: 900px) {
  .copyright, .v, .v_link { width: auto;float: right; }
  .rights { width: auto;float: left; }
  .main-menu li a { font-size:15px;line-height: 21px; }
  .sub-menu li a { font-size:13px;line-height: 19px;padding:5px 10px; }
  .info { width: 50%; }
  .info li, .info li a { font-size:14px;line-height:20px; }
  .page .w30 { width: 32.5%; }
  .page .w30:nth-of-type(3n+3) { margin-right:0; }
  .home .w30.one, .home .w30.two, .home .w30.tri { width: 49%; }
  .kontakt, .forma { width: 50%; }
  .forma { margin-top: 0; }
  @media screen and (-webkit-min-device-pixel-ratio:0) { 
  .copyright { margin-top: 0; }
  }
  .gallery {border-left: 1px solid #ccc;display: block;float: left;padding-left: 10px;width: 75%;padding-top: 0;border-top:0;}
  .gallery-txt { display: block;float: left;width:25%; }
}
@media (min-width: 1000px) {
  .info { width: 56%; }
  .home .w30.one, .home .w30.two, .home .w30.tri { width: 32.7%; }
}
@media (min-width: 1100px) {
  .page .w30, .gallery-link { width: 32.7%; }
  .gallery-link:nth-of-type(3n+3) { margin-right: 0; }
  .home .w30.one, .home .w30.two, .home .w30.tri  { width: 32.7%; }
  .w30 { width: 32.7%;margin-right:10px; }
  .iso { max-width: 80px;margin-right:20px;margin-top: 0; }
  .home-cont { max-width: 100%; }
}
