﻿@import "reset.css";

@import "skeleton.css";

@import "font-awesome.css";

@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Roboto:400);

@import url(//fonts.googleapis.com/css?family=Roboto:300);

@import url(//fonts.googleapis.com/css?family=Roboto:500);

@import url(//fonts.googleapis.com/css?family=Roboto:700);

html {
	width: 100%;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background-color: #f4f4f4;
	color: #323232;
	font: 300 13px/18px 'Roboto', sans-serif;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

.p1 {
	margin-bottom: 12px;
}

.p2 {
	margin-bottom: 10px;
}

.p3 {
	margin-bottom: 21px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}

img {
	max-width: 100%;
}

/****Heads****/
h1,h2,h3,h4,h5,h6 {
	color: #252525;
	font-weight: 500;
}

h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 37px;
	line-height: 27px;
	color: #e02222;
}

h2 span {
/* 	padding-top: 5px; */
	display: block;
	font-weight: 300;
/* 	color: #1b1d1f; */
	font-size: 23px;
}

.height55{
	height: 55px;
}

h3 {
	margin-bottom: 23px;
	padding-top: 45px;
	font-size: 27px;
	line-height: 27px;
	color: #1f201f;
	text-transform: uppercase;
}

/****Lists****/
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-top: 1px;
}

ul.list li {
	padding-left: 10px;
	font-size: 16px;
	font-weight: 300;
}

ul.list li+li {
	padding-top: 6px;
	margin-top: 9px;
	border-top: 1px solid #e4e4e4;
}

ul.list1 .count {
	float: left;
	text-indent: 6px;
	margin-right: 19px;
	width: 46px;
	height: 46px;
	margin-top: 5px;
	font-size: 27px;
	line-height: 43px;
	color: #fff;
	font-weight: 500;
	border-radius: 500px;
	background-color: #e02222;
	text-align: center;
	margin-bottom: 5px;
}

ul.list1 li+li {
	margin-top: 21px;
}

/****Links****/
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #1f201f;
}

.top a.btn {
	margin-bottom: 51px;
}

a.btn {
	position: relative;
	background-color: #1b1d1f;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	margin-top: 27px;
	padding: 9px 46px 13px 20px;
}

a.btn:after {
	font-weight: normal;
	font-size: 24px;
	line-height: 41px;
	right: 13px;
	position: absolute;
	top: 0;
	color: #fff;
	content: '';
	font-family: 'FontAwesome';
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.btn:hover {
	background-color: #e02222;
}

/****classes****/
.mb0 {
	margin-bottom: 0px !important;
}

.m0 {
	margin: 0 !important;
}

.pad0 {
	padding: 0 !important;
}

.pad1 {
	
}

.storitve_name{
	min-height: 55px !important;
}

.language_row{

	padding-top: 20px;
	padding-bottom: 5px;
}

.lang_right{
	float: right;
	margin-right: 10px;
}

.language_row a, .language_row span{
	color: #fff;
}

.lang_active{
	font-weight: bold;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 29px;
	margin-top: 0px;
}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.storitve_desc {
	margin-bottom: 20px;
}

.storitve_desc ul{
	padding-left: 40px !important;
	list-style: circle outside none !important;
}

.page1 .fleft {
	margin-top: 3px;
}

.oh {
	overflow: hidden;
}

.fright {
	float: right !important;
}

.mtop0{
	margin-top: 0px !important;	
}

.padtop0{
	padding-top: 0px !important;
}

.padtop15{
	padding-top: 15px !important;
}

.padbot50{
	padding-bottom: 50px !important;
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;
}

.wrapper,.extra_wrapper {
	overflow: hidden;
}

.clear {
	float: none !important;
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.white:before{
	color: #fff !important;
}

.white {
	line-height: 1.4 !important;
}
/*header*/
header {
	display: block;
	position: relative;
	z-index: 999;
	background-color: #1b1d1f;
	background-image: url('../images/background.jpg');
	background-position: center center;
}

header h1 {
	position: relative;
	margin-bottom: 35px;
	float: left;
	text-align: center;
}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 236px;
	height: 65px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;
}

/**Content**/
.content {
	background-color: #fff;
	padding-bottom: 50px;
}

.page1  .content {
	padding-bottom: 50px;
}

.top {
	background-color: #f1f1f1;
	padding-top: 50px;
}

.content strong,.top strong {
	font-weight: 500;
}

.col1 {
	color: #e02222;
}

.content a.btn {
	margin-top: 26px;
	background-color: #f0f0f0;
	color: #1b1d1f;
}

.content a.btn:hover {
	background-color: #e02222;
	color: #fff;
}

.content a.btn:hover:after {
	color: #fff;
}

.content a.btn:after {
	color: #e02222;
}

.content a.bt1 {
	margin-top: 33px;
}

.top.t1 h2 {
	margin-top: -1px;
/* 	padding-bottom: 16px; */
}

.top.t1 img.img_inner {
	margin-bottom: 25px;
}

.block1 {
	overflow: hidden;
}

.block1+.block1 {
	margin-top: 25px;
}

.block1 p {
	padding-bottom: 3px;
}

.top .list {
	margin-top: -4px;
}

ul.list.l1 {
	margin-top: -9px;
}

ul.list.l1 li {
	line-height: 27px;
}

ul.list.l1 li+li {
	margin-top: 5px;
	padding-top: 1px;
}

.tb1 {
	padding-bottom: 48px;
}

.icon img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.clear.cl1 {
	height: 31px;
}

.price {
	background: url(/data/images/price_point.png) 0 bottom repeat-x;
	overflow: hidden;
}

.price .fl {
	background-color: #f1f1f1;
	float: left;
}

.price .fr {
	float: right;
	background-color: #f1f1f1;
}

.tb1 p.col1 {
	margin-top: -6px;
	position: relative;
	top: 1px;
}

a.download {
	margin-top: 18px;
	min-width: 100px;
	display: inline-block;
	text-decoration: underline;
}

br+a.download {
	margin-top: 12px;
}

a.download img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.t1 .p3 {
	margin-bottom: 26px;
}

.content .price div {
	background-color: #fff !important;
}

.content .l1 {
	padding-top: 6px;
}

/**Map**/
.map {
	overflow: hidden;
	position: relative;
}

.mapa {
	margin-top: 5px;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#map_kontakt {
	width: 100%;
	height: 371px;
	max-width: 100%;
}

.map address {
	float: left;
	display: block;
}

.map address+address {
	margin-top: 18px;
}

.map  p {
	margin-bottom: 12px;
}

.map address dt {
	
}

address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
	text-decoration: underline;
}

a.link-1:hover {
	color: #e02222;
}

.gm-style-iw{
    height: 70px;
    width: 200px;
}

/**Footer**/
footer {
	display: block;
	padding-bottom: 36px;
	color: #9ddfec;
	font-size: 13px;
	padding-top: 36px;
}

.f_menu {
	overflow: hidden;
}

.f_menu li {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #e02222;
}

.f_menu li+li {
	margin-left: 21px;
}

.f_menu li.current,.f_menu a:hover {
	color: #1b1d1f;
}

footer a:hover {
	color: #e02222;
}

.copy {
	font-weight: 300;
	color: #323232;
	text-align: left;
	padding-top: 8px;
}

.socials {
	padding-top: 9px;
	overflow: hidden;
	float: right;
}

.socials a {
	display: block;
	float: left;
	font-size: 28px;
	line-height: 28px;
	color: #1b1d1f;
}

.socials a+a {
	margin-left: 14px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 51%;
	margin-left: 500px;
	overflow: hidden;
	width: 58px;
	height: 58px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url(/data/images/totop.png) no-repeat left 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

#toTop:hover {
	outline: none;
	background-position: right 0;
}

.mbot0 {
	margin-bottom: 0px !important;
}

.mbot5{
	margin-bottom: 5px !important;
}

.mbot10{
	margin-bottom: 10px !important;
}

.mbot20{
	margin-bottom: 20px !important;
}

.mleft15{
	margin-left: 15px;
}

.mleft0{
	margin-left: 0px !important;
}

.mtop5{
	margin-top: 5px !important;
}

.pointer {
	cursor: pointer;
}

.slika_levo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.slika_desno {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.mright0{
	margin-right: 0px !important;
}

.mright10{
	margin-right: 10px !important;
}

.mleft10{
	margin-left: 10px !important;
}

.mtop20{
	margin-top: 20px;
}

.post{
	float: left;
    margin-top: 40px !important;
    width: 100%;
    margin-bottom: 20px;
}

.breadcrums{
	color: #e02222;
	height: 15px;
}
	
.breadcrums ul li{
		float: left;
		background-image: url(/data/images/right-black.png);
		background-position: right center;
		background-repeat: no-repeat;
		margin-left: 10px;
	}

	.breadcrums li a{
		color: #9A9EA1;
		text-decoration: none;
		padding-right: 20px;
	}

	.breadcrums li:first-child{
		margin-left: 0px;
	}

	.breadcrums ul li:last-child{
		background-image: none;
	}

	.breadcrums li a:hover{
		color: #8F2D62;
	}

.ServiceTable {
	margin: 0px;
	padding: 0px;
	/* 	width:100%; */
	box-shadow: 10px 10px 5px #888888;
/* 	border: 1px solid #F0F0F0; */
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.ServiceTable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.ServiceTable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 120px;
}

.ServiceTable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.ServiceTable table tr:first-child td:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-align: right;
}

.ServiceTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.ServiceTable tr:hover td {
	background-color: #ffffff;
}

.ServiceTable td {
	vertical-align: middle;
	background-color: #ffffff;
/* 	border: 1px solid #F0F0F0; */
	border-bottom: 2px solid #F0F0F0;
	border-width: 0px 2px 2px 0px;
	text-align: left;
	padding: 7px;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}

.ServiceTable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.ServiceTable tr td:last-child {
	border-width: 0px 0px 1px 0px;
	text-align: right;
}

.ServiceTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

/* .ServiceTable tr:first-child td { */
/* 	background: -o-linear-gradient(bottom, #e02222 5%, #3f7f00 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e02222 */
/* 		), color-stop(1, #3f7f00)); */
/* 	background: -moz-linear-gradient(center top, #e02222 5%, #3f7f00 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e02222", */
/* 		endColorstr="#3f7f00"); */
/* 	background: -o-linear-gradient(top, #e02222, 3f7f00); */
/* 	background-color: #e02222; */
/* 	border: 0px solid #F0F0F0; */
/* 	text-align: left; */
/* 	border-width: 0px 0px 1px 1px; */
/* 	font-size: 14px; */
/* 	color: #ffffff; */
/* } */

/* .ServiceTable tr:first-child:hover td { */
/* 	background: -o-linear-gradient(bottom, #e02222 5%, #3f7f00 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e02222 */
/* 		), color-stop(1, #3f7f00)); */
/* 	background: -moz-linear-gradient(center top, #e02222 5%, #3f7f00 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e02222", */
/* 		endColorstr="#3f7f00"); */
/* 	background: -o-linear-gradient(top, #e02222, 3f7f00); */
/* 	background-color: #e02222; */
/* } */

.ServiceTable tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.ServiceTable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

.ServiceTable .program {
	font-size: 13pt;
}

.ServiceTable .cene {
	font-size: 13pt;
	padding-right: 5px;
}

.top_line{
	background-color: #1B1D1F;
    	height: 25px;
    	width: 100%;
}

.phone{
	vertical-align: middle;
	float: right;
	color: #1F201F;
    	font-size: 27px;
    	text-transform: uppercase;
    	font-weight: bold;
}

.phone i{
	padding-top: 4px;
}

.phone span{
	margin-left: 5px;
	vertical-align: middle;
	color: #1B1D1F;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1030px) {
	.camera_next {
		right: 10px;
	}
	.camera_prev {
		left: 10px;
	}
	.camera_next,.camera_prev {
		color: #0d7971;
	}
}

@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}
	.map figure,.map figure iframe,#form input,#form textarea,#form .success
		{
		width: 100% !important;
		float: none !important;
	}
	#form .success {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.map figure {
		height: auto !important;
	}
	.extra_wrapper {
		overflow: visible;
	}
	.map figure {
		margin-bottom: 15px;
	}
	.nowrap {
		white-space: normal;
	}
	.menu_block nav ul li{
	font-size: 12px !important;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}
	.tb1 {
		padding-top: 0;
	}
	.tb1 h2 {
		padding-top: 40px;
	}
	.clear.cl1 {
		height: 0px;
	}
	.icon {
		margin-bottom: 31px;
	}
	.f_menu {
		display: none;
	}
	.socials {
		float: none;
	}
	.caption {
		display: none;
	}
	.map address+address {
		margin-top: 30px;
	}
	header h1 {
		display: block;
		width: auto;
		position: relative;
		height: auto;
	}
	.img_inner {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}
	h1 a {
		max-width: 90%;
	}
	.img_inner img {
		width: 100%;
	}
	header h1 {
		float: none;
		text-align: center;
	}
	header h1 a {
		width: auto;
		display: inline-block;
		height: auto;
	}
	header h1 a img {
		
	}
	.map {
		padding-right: 0px !important;
	}
	.map figure iframe {
		width: 100%;
		height: 300px;
	}
	.map address {
		margin-right: 0;
	}
	.content .noresize {
		width: auto !important;
		float: left !important;
		margin-right: 20px !important;
		margin-top: 4px !important;
	}
	.img_inner {
		margin-top: 30px;
	}
	.map address {
		float: none;
	}
	.top .l1 {
		margin-bottom: 25px !important;
	}
	.phone{
		vertical-align: middle;
		margin-left: 10px;
		float: right;
		color: #1F201F;
	    font-size: 18px;
	    text-transform: uppercase;
	    font-weight: bold;
	    padding-top: 8px;
	}
		.language_row{
		padding-bottom: 20px;
		text-align: center;
	}
	
	.lang_right{
		float: none !important;
	}
}

@media only screen and (max-width: 479px) {
	body {
		min-width: 300px;
	}
	.map address+address {
		float: left;
		margin-left: 0px !important;
		margin-top: 20px;
	}
	
	.language_row{
		padding-bottom: 20px;
		text-align: center;
	}
	
	.lang_right{
		float: none !important;
	}
}