
*,*:before,*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {
  font-family: 'Roboto',sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/*** Remove default margin. */
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 18px;
  background: #2c373d;
}
input:focus,select:focus,textarea:focus,button:focus {outline: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block; /* 1 */vertical-align: baseline; /* 2 */}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
/* Links ============ */
a {background-color: transparent;outline: none;}
a:active, a:hover, a:focus {outline: none;}
/* Text-level semantics ===================== */
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {font-size: 2em;margin: 0.67em 0;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
/* Embedded content ===================================== */
img {border: 0;max-width: 100%;width: auto;height: auto;}
svg:not(:root) {overflow: hidden;}
/* Grouping content ================================== */
figure {margin: 1em 40px;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
/* Forms ======================================== */
button,input,optgroup,select,textarea {color: inherit; 
  font: inherit; /* 2 */margin: 0; /* 3 */}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */}
/*** input color placeholder */
::-webkit-input-placeholder { color: #fff; opacity: 1 !important; }
:-moz-placeholder { color: #fff; opacity: 1;}
::-moz-placeholder {color: #fff; opacity: 1;}
:-ms-input-placeholder {color: #fff;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0; /* 1 */padding: 0; /* 2 */}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
/* Tables ================================ */
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
/* Grid––––––––––––––––––––––––––––––––––– */
.container {position: relative;width: 100%;max-width:1200px;margin: 0 auto;padding: 10px;}
/* For devices larger than 400px */

/* Base Style –––––––––––––––––––––––––––––––––––––––– */
html {font-size: 62.5%; }
/* Typography–––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 5px;}
h1{font-size:50px;line-height:56px;letter-spacing:0; margin-bottom:30px;color:#3d515c;font-weight: 600}
h2{font-size:22px;line-height:30px;letter-spacing:0;font-weight: 400;}
h3{font-size:24px;line-height:32px;letter-spacing:0;font-weight: 400;}
h4{font-size:32px;line-height:24px;letter-spacing:0;font-weight: 400;}
h5{font-size:16px;line-height:20px;letter-spacing:0;font-weight: 400;}
h6{font-size:14px;line-height:18px;letter-spacing:0;font-weight: 400;}
p{color:#666;font-size:16px;line-height:28px;font-weight:300;}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {color:#353d41;text-decoration: none;transition:all 0.6s ease;font-size:16px;line-height:22px; }
a:hover {color:#333;text-decoration: none;  }
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,button,input[type="submit"],input[type="reset"],
input[type="button"] {display: inline-block;width: auto;padding:12px;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: #3d515c;cursor: pointer;transition:all 0.6s ease;box-sizing: border-box;margin:13px 0 0 0;border:1px solid #3d515c;float: right; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  width: 100%;
  text-align: left;
  padding: 6px 10px;
  background-color: #eee;
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 21px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.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;
    background: #2c373d;
    outline: none;
}
/* 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: 1px solid #fff;}
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 {outline: none; }
label, legend {display: block;margin-bottom: 7px;font-weight: 400;color: #3d515c;font-size: 16px;line-height: 22px;padding: 0 9px;
}
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: circle;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;font-size:16px;line-height:22px;color:#353d41;font-weight:700; }
/* 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: 34px;color:#666;font-weight: 400;letter-spacing: 1px;}
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; }
/*General transition*/
.main-menu a, .lang a{-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
/* Main Style Start –––––––––––––––––––––––––––––––––– */
.content, .row {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.txt_error {
  background: url(../images/ex.svg) no-repeat scroll right 15px center;
  background-size: 15px;
  color: #d71920;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  margin-bottom: 10px;
  height: 35px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.success {
  background: url(../images/tick.svg) no-repeat left top 6px;
  color: #59bd1c;
  font-size: 14px;
  line-height:20px;
  font-weight: 400;
  padding: 6px 10px 6px 30px;
  margin-bottom: 10px;
  height:35px;
}
.wrapper {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.white {
  background:#fff;
}
.white-mask {
  position: absolute;
  right: 0;
  top: -5px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index:-1;
}
.header {
  float: left;
  width: 16.15%;
  position: relative;
  z-index:1;
  background:#2c373d;
}
.logo {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  background: #fff;
}
.main-content {
  float: left;
  width: 83.666%;
}
.main-menu {
  list-style: none;
  width: 100%;
  float: left;
  display: block;
  padding:0;
}
.main-menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 17px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width:100%;
}
.main-menu li {
  border-bottom: 1px solid rgba(356,356,356,0.1);
  display: block;
  float: left;
  width: 100%;
  margin:0;
}
.main-menu li .mslc,
.main-menu li a:hover {
  background:#566a75;
}
.main-menu img {
  margin-left: 15px;
}
.main-navigation {
  margin-top: 60px;
  float: left;
  padding:0 20px;
  width: 100%
}
#toggle { display: none; }
.main-menu li ul.sub-menu {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
.main-menu li ul.sub-menu li {
  color: #fff;
  font-size: 13px;
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  border: 0;
  margin:0;
}
.main-menu li ul.sub-menu li a {
  font-size: 15px;
  text-transform: none;
  font-weight: 200;
  padding: 5px 17px;
  line-height: 21px;
}
.certifikat {
  position: absolute;
  top: 0;
  right: 100px;
}
.content {
	background: #fff;
}
.intro {
    display: block;
    float: left;
    width: 75%;
    padding: 55px;
}
.news {
	display: block;
	float: left;
	width: 25%;
}
.intro h2 {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
  color: #3d515c;
  line-height: 42px;
}
.intro p {
  font-size: 22px;
  color: #3d515c;
  margin-top: 35px;
  margin-bottom: 35px;
  line-height: 30px;
}
.line {
  display: block;
  width: 90px;
  height: 3px;
  background-color: #3d515c;
  margin-top: 23px;
}
.intro-link {
  float: right;
  display: block;
  width: 200px;
  margin-top: 50px;
}
.intro-link img {
	float: right;
	margin-top: 5px;

}
.article-box {
  padding: 45px;
  background: #2c373d;
  margin-bottom: 20px;
  float: left;
}
.article-box h2 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
}
.article-box h2 a {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.article-box p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  text-align: left;
}
.read-more {
	background: url(../images/whitearrow.svg) no-repeat center right;
	color: #fff;
	margin-top: 20px;
	float: left;
	padding-right: 70px;
}
.bluebutton {
	padding: 5px;
	background: #2c373d;
  margin-bottom: 20px;
  float: left;
  display: block;
  width: 100%;
}
.bluebutton a {
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
	text-align: center;
  border: 1px solid #fff;
}
.bluebutton:hover {
  background-color: #3c4d56;
}
.time {
  display: block;
  float: left;
  background-color: #fff;
  width: 100%;
  margin-top: 215px;
}
.time h3 {
	background-color: #8e9aa0;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
  padding:13px 0;
}
.time ul {
	margin-top: 30px;
}
.time ul li {
	list-style: none;
	font-size: 16px;
	color: #3d515c;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.info {
	list-style: none;
	background-color: #fafafa;
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 10px solid #fff;
	padding: 27px;
}
.info ul {
	list-style: none;
	margin-top: 10px;
}
.info ul li {
	font-weight: 700;
}
.mapa {
  color: #fff;
  display: block;
  float: left;
  width: 100%
}
.mapa a {
  display: block;
  float: left;
  width: 100%;
  background:#eee;
  text-align: center;
}
.mapa h3 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.mapa img {
  width: 100%;
  max-width: 330px;
}
.footer {
  background-color: #2c373d;
  color: #fff;
  font-size: 16px;
  padding: 50px 0;
}
.numbers {
  display: block;
  float: left;
  width: 100%
}
.numbers > span {
  padding: 0 35px;
  border-right: 1px solid #fff;
}
.numbers > span:last-child {border-right:none;}
.none{display:none;}
.v,.copy { margin:30px; }
.v{
  float:right;
  width: auto;
}
.v img {
  margin-top:7px;
}
.copyright{
  width: 100%;
  float: left;
}
.copy{
 float:left;
 font-size:12px;
 font-weight:300;
 letter-spacing:0;
 width: auto;
 color:#efefef;
}
.read-more:hover{
  color: #a4aab8;
}
.bread-crumbs {
  display: block;
  float: left;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  border-bottom: 1px dotted #5d8ba2;
  padding-bottom: 10px;
}
.bread-crumbs li {
  display: inline-block;
  margin-right:7px;
  margin-bottom: 0;
}
.bread-crumbs a, .bread-crumbs li {
  font-size: 14px;
  font-weight: 300;
}
.bread-crumbs a {
  color: #5d8ba2;
  border-right:1px solid #5d8ba2;
  padding-right: 10px;
}
.content-text {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.gallery h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #3d515c;
  margin-top: 30px;
}
.gallery a {
  position: relative;
  width: 25%;
  float: left;
  display: block;
  margin-top: 50px;
}
.page .gallery a {
  margin-top:0;
}
.gallery a::after {
  position: absolute;
  content: "";
  width: 85.5%;
  height: 85.5%;
  left: 34px;
  top: 35px;
  outline: 1px solid #fff;
  opacity: 0;
  -webkit-transition: outline 0.3s linear;
  -moz-transition: outline 0.3s linear;
  -o-transition:outline 0.3s linear;
  transition: outline 0.3s linear;
}
.page .gallery a::after {
  position: absolute;
  content: "";
  width: 85.5%;
  height: 85.5%;
  left: 22px;
  top: 23px;
  outline: 1px solid #fff;
  opacity: 0;
  -webkit-transition: outline 0.3s linear;
  -moz-transition: outline 0.3s linear;
  -o-transition:outline 0.3s linear;
  transition: outline 0.3s linear;
}
.gallery a:hover .hover, .gallery a:hover::after {
  opacity: 1;
}
.gallery a:hover::after {
  outline-width:3px;
}
.istaknuta {
  float: left;
  margin-right:20px;
  margin-bottom: 20px;
}
.content-text h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #3d515c;
  margin-top: 62px;
  margin-bottom: 44px;
}
.onama img {
  margin-right: auto;
  float: left;
  margin-right: 9px;
  margin-top: 21px;
}
/*.onama img:nth-child(4),
.onama img:nth-child(5) {
  margin-right:0;
}*/
.video-holder {
  width: 47%;
  margin-bottom: 0;
}
.video {
  display: inline-block;
  height: 0;
  padding-bottom: 61%;
  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;
}
.pay-box {
  text-align: center;
  width: 100%;
  float: right;
}
.podaci {
	text-align: center;
}
.podaci-tvrtke h2 {
  margin-bottom: 3px;
}
.podaci-tvrtke p {
  margin-bottom: 40px;
}
.certifikatizvrsnosti {
  text-align: center; 
  float: left;
  width: 100%;}

.certifikatizvrsnosti img {
  float: none;
  margin-top: 60px;
}
.kontakt-forma, .karta {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.kontakt-forma form {
  padding: 40px;
  float: left;
  background: #CEDAE0;
  display: block;
  width: 100%;
}
.karta h4 {
  color: #3d515c;
  margin: 100px 0 30px 0;
  float: left;
}
#map {
  width: 100%;
  height: 500px;
}
.mb50 {
  margin-bottom: 50px;
  padding-top: 50px;
}
.boxnovosti {
  width: 32.2%;
  float: left;
  position: relative;
  display: block;
  padding: 25px;
  margin: 20px 20px 20px 0;
}
.boxnovosti:nth-of-type(3n+3){
  margin-right:0;
}
.boxnovosti:nth-child(even) {
  background-color: #3d515c;
}
.boxnovosti:nth-child(odd) {
  background-color: #6a8493;
}
.boxnovosti p {
  color: #fff;
  font-size:14px;
  line-height: 24px;
  margin:0;
}
.boxnovosti h4 {
  margin-bottom: 40px;
  position: relative;
}
.boxnovosti h4 a {
  color: #efefef;
  font-size: 26px;
  line-height: 36px;
  position: relative;
  text-transform: uppercase;
}
.boxnovosti h4 a:hover {
  text-shadow:0 0 2px rgba(0,0,0,0.5);
}
.boxnovosti h4::after {
  content:"";
  position: absolute;
  bottom:-10px;
  left:0;
  height:1px;
  width:40px;
  background:#fff;
}
.novostislika {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.novost-text h1 {
  padding-top: 117px;
}
.novost-text img {
  padding-top: 50px;
}
.novost-text p {
  margin-top: 40px;
}
.category-box {
  width: 28%;
  float: left;
  position: relative;
  margin-top: 55px;
  margin-right: 55px;
}
.category-box img {
  vertical-align: middle;
}
.category-box h4 {
  text-align: center;
  margin-top: 24px;
  text-transform: uppercase;
  font-size:24px;
  line-height:30px;
}
.category-box span {
    position:absolute;
    width:100%;
    text-align:center;
    left:0;
    right:0;
    margin:0 auto;
    top:35%;
    opacity:0;
    width:150px;
    padding:10px;
    background:#2c373d;
    color:#fff;
}
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: RGB(61, 81, 92, 0.5);
  color: #fff;
  display: none;
  height: 100%;
  text-align: center;
}
.overlay span  {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
.overlay img {
  margin-left: 10px;
}
.category-box :hover .overlay {
  display: block;
}
.category-box:hover span {
    opacity:1;
}
.logos {
  padding-top: 50px;
  float: left;
  width: 100%;
}
.hero-image {
  width: 100%;
  position: relative;
}
.hero-image img {
  width: 100%;
}
.msg_1 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
}

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

@media only screen and (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.81);
    transform-origin: 0 0;
  }
}
.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;}
}
.header-mobile {
  display: none;
}
.header-desktop {
  display:block;
}
/*RESPONSIVE START*/
@media only screen and (max-width:1600px){
  .container { padding: 0 20px;}
}
@media only screen and (max-width:1500px){
    .category-box {
    	width: 33%;
    	float: left;
    	position: relative;
    	margin-top: 55px;
    	margin-right: 0;
    	text-align: center;
    }
}
@media only screen and (max-width:1366px){
  .article-box{
    padding: 22px;
  }
  .article-box h2 a{
    font-size: 25px;
  }
  .main-menu li a{
    padding: 17px 0;
  }
}
@media only screen and (max-width:1200px){
 
}
@media only screen and (max-width: 1130px) {
 .numbers { padding: 30px }
  .numbers > span {
    padding: 12px;
    border-bottom: 1px solid #5A5A5A;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    border-right: none;
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .boxnovosti {
    width: 100%;
  }
  .novostitext {
    width: 50%;
    float: left;
  }
  .novostislika {
    display: block;
    float: right;
    width: 40%;
    margin-top:0;
    max-width: 360px;
  }

}
@media only screen and (max-width: 1000px) {
    .category-box {
    	width: 50%;
    	float: left;
    	position: relative;
    	margin-top: 55px;
    	margin-right: 0;
    	text-align: center;
    }
  .istaknuta {
    max-width: 550px;
    width: 40%;
  }
   .intro { width:70%; }
  .news { width:30%; }
  .certifikat {
    position: absolute;
    top: 2px;
    right: 0;
    width: 94px;
    z-index: 1;
  }
  .footer {
    padding:0;
  }
  .time {
    margin-top:0;
  }
  .v,.copy {
    margin:0;
  }
  .info { width: 48%; margin: 0 1%; }

  .gallery { margin-bottom: 30px; }

  .container { padding: 0 20px;}
  .header-mobile {display: block;float: left;background: #fff;}
  .header-desktop {display:none;}
  .header, .main-content {width:100%;}
  .main-navigation {display: none;}
  .main-navigation {
    margin-top: 0;
    border-top: 1px dashed #4E595F;
  }
  .main-menu {
    list-style: none;
    width: 100%;
    padding:10px;
    margin:0;
  }
  .main-menu li a {
    font-size: 14px;
    padding: 9px;
    font-weight: 400;
  }
  .sub-menu {
    padding:0;
    margin:0;
  }
  .logo {
    width: 25%;
    float: left;
    display: block;
    text-align: center;
    background: #fff;
  }
  .logo img {
    width: 130px;
  }
  #toggle {
    border: none;
    background: none;
    color: #f1f1f1;
    padding: 30px 10px 0 10px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    display: block;
    float: right;
  }
  #toggle img {
    float: left;
    margin-right: 8px;
    width: 20px;
    margin-top: 1px;
  }
  .footer .container{
    padding: 0;
  }
  
}
@media only screen and (max-width:900px){
  .intro { width:60%; }
  .news { width:40%; }
}
@media only screen and (max-width: 899px){
  .intro, .news, .article-box { width:100%; }

}
@media only screen and (max-width: 800px){
   .numbers > span{
    width: 100%;
    border:0;
   }
}
@media only screen and (max-width: 700px){
  .info { width:100%;margin: 0; }
  .intro { padding:25px; }
  .intro p {
    font-size: 18px;
    line-height: 26px;
  }
  .kontakt-forma form {
    padding: 20px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width:640px){
  .copy {
    display: block;
    float: left;
    width: 100%;
    text-align: center
  }
  .gallery a { width:100%; }
  .page .gallery a::after {
  width: 86.4%;
  height: 86.5%;
}
  .numbers{
    padding: 0;
  }
  .footer .container{
    padding: 0;
  }
  .article-box h2 a{
    font-size: 20px;
  }
  .intro p{
    font-size: 16px;
  }
  .intro h2, h1{
    font-size: 30px;
  }
  .article-box{
    padding: 20px;
  }
  .v{
    float: none;
  }
  .copyright{
    text-align: center;
  }
}
@media only screen and (max-width: 600px){
  .certifikat {
    top: 0;
    width: 50px;
  }
  .novostislika img{

  }
}
@media only screen and (max-width: 550px) {
  .novostitext, .novostislika {
    width: 100%;
  }
  .novostislika{
    max-width: 100%;
  }
  .novostislika { margin-top:30px; }
  .istaknuta, .novostislika img { width: 100% }
}

@media only screen and (max-width: 500px) {
  #toggle{
    padding-top: 20px;
  }
}
@media only screen and (max-width:480px) {
    .category-box {
        width:100%;
        float:left;
        margin:0;
        text-align:center;
    }
}