.pull-right {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
}

.prijava .nav-stacked{
	display: none !important;
}

/* ANIMACIJA */

#pdiv {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }

  50% {
    opacity: 0.8;
  }
  
    80% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }

  50% {
    opacity: 0.8;
  }
  
    80% {
    opacity: 1;
  }
}

/* TOP */

.floating {
	position: fixed;
    top: 0;
    z-index: 89;
    width: 100%;
}

.fix_menu {
    background: #eeeeee !important;
}

.fix_menu .mnu_mainmenu > li > a, .fix_menu .mnu_mainmenu > li > span {
	padding-top:45px;
	transition: all .5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.fix_menu .sparky_cell {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
		transition: all .5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
}

.fix_menu .sparky_logo_image img {
	max-width:70px !important;
	transition: transform .5s ease-in-out;
	                    -webkit-transition: all 0.5s ease-in-out;
						height:auto;
}

.floating  .sparky_logo_image img {
		transition: transform .5s ease-in-out;
	 -webkit-transition: all 0.5s ease;
	 max-width:100%;
	 height:auto;
}

/*
.fix_menu .sparky_logo_image {
	height:80px;
}
*/


.topmenushow {
    animation-name: none !important;
}

#toprow {
border-top: 5px solid #ef4036;
background-color:#eeeeee;
}

#toprow .sparky_cell {
	padding-top:30px;
	padding-bottom:35px;
		transition: all .5s ease-in-out;
}

.mp_mainmenu {
	    width: calc(100% - 16.666666666667%);
}

.mp_responsive {
	display: none;
	    position: absolute;
    right: 30px;
    top: 10px;
	float: none!important;
    width: 70px !important;
	    transition: transform .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.container_responsive {
	width:100%;
	border-top: 5px solid #ef4036;
}

ul.offcanvas li {
    text-align: center;
    padding: 20px;
	position:relative;
}

ul.offcanvas li:after {
    content: "";
    height: 1px;
    width: 11%;
    position: absolute;
    bottom: 0;
    background-color: rgba(239, 64, 54, 0.45);
    text-align: center;
    left: 45%;
}

.offcanvas_before_menu .logo {
    text-align: center;
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
}

ul.offcanvas li:last-child:after {
    height:0;
}

.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
    padding: 110px 15px 0 15px;
		transition: all .5s ease-in-out;
		text-transform:uppercase;
}

.mnu_mainmenu > li:last-child > a {
	    padding-right:0;
}

.item-101 {
	display: none !important;
}

/* VSEBINA */

#contentrow {
margin-top:206px;	
}

h1 {
	text-transform:uppercase;
	padding: 70px 0 10px 0;
}

.item-page,
.prijava #contentrow .sparky_container {min-height:calc(100vh - 206px - 127px);}


.home .item-page .image,
.home .item-page .box {
	margin:0;
	padding:0;
	height:calc(100vh - 206px - 127px);
	line-height:calc(100vh - 206px - 127px);
	display: inline-block;
	}

.home .item-page .box {
	width: 65%;	
}
	
	
.home .item-page .box span {
    padding-right: 75px;
    padding-left: 50px;
	    padding-bottom: 45px;
    display: inline-block;
    vertical-align: middle;
	line-height:1.7em;}
	
.uni,
.address,
.email,
.title {
	position:relative;
	padding-left:25px;
}

.uni a,
.address a,
.email a,
.title a{
	color:#333333;
}

.uni:hover,
.address:hover,
.email:hover,
.uni:hover a,
.address:hover a,
.email:hover a,
.title:hover a{
	color:#ef4036;
}

.uni:before,
.address:before,
.email:before,
.title:before {
	font-family:FontAwesome;
	position:absolute;
	left:0;
}

.uni:before {
	content:"\f19c";
}

.address:before {
	content:"\f041";
}

.email:before {
	content:"\f0e0";
}
	
	
.email span,
.email {
	display:inline-block;
	margin-top:0;
}

/* PRICING */

.pricing h2 {
	    text-align: center;
    font-size: 14px;
}
.pricing h2 span {
	    text-align: center;
    font-size: 19px;
	display:block;
}

.price,
.price h2,
.price p {
	cursor:default;
}

.price {
	padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #e2e3e4;
    position: relative;
    transition: all .3s ease-in-out;
    width: calc(33% - (30px / 3));
    float: left;
}

.pet{
    background-color:#ffffff;
}

.sto{
    background-color:#f3f3f3;
		margin:0 15px;
}

.more {
	background-color: #e2e3e4;
}

.price:hover {
	border:1px solid #ef4036;
				transition: all .3s ease-in-out;
}

.cena {
  text-align:center;
  font-size:22px;
}

.cena span {
	font-size:12px;
}

.order {
padding:15px 10px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*
.order a {
	border: 1px solid #333;
	    padding: 15px 75px;
		transition: all .3s ease-in-out;
}
*/
.price button, .price input[type="button"] {
    text-align: center;
    margin: 0 auto;
    color: #ef4036;
    border: 1px solid #333;
    padding: 15px 75px;
    transition: all .3s ease-in-out;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e2e3e4;
}

.price:hover input[type="button"]:hover {
			border:1px solid #333;
			background-color:#333;
			transition: all 1s ease-in-out;
}

.price:hover input[type="button"] {
			border:1px solid #ef4036;
			color:#fff;
			background-color:#ef4036;
			transition: all .3s ease-in-out;
}

button:focus,
input[type="button"]:focus {outline:0;}

/* OBRAZEC */


.gbs3 h4, .gbs3 h3 {
    margin-top: 0;
    margin-bottom: 0;
	padding-bottom: 0;
	padding-top:0;
}

.besedilo,
.forma {
	display: inline-block;
	vertical-align:top;
	    max-width: calc(100% - 300px);
}

.besedilo {
	padding-right:60px;
	padding-top:20px;
}

.gbs3 .form-horizontal .control-label {
	display: none;
}

.gbs3 .gcore-label-checkbox {
	display:inline-block !important;
	color: #333;
}

.gbs3 .form-control {
	    border-radius: 0 !important;
		font-size:15px !important;
}

#form-row-name,
#form-row-company,
#form-row-email,
#form-row-phone,
#form-row-language,
#form-row-number,
#form-row-postal,
#form-row-place,
#form-row-address,
#form-row-vat,
#form-row-liable {
	display:inline-block;	
	width: 50%;
}

#fin-name,
#fin-company,
#fin-email,
#fin-phone,
#fin-message,
#fin-language,
#fin-number,
#fin-postal,
#fin-place,
#fin-address,
#fin-vat,
#fin-liable  {
	width:100% !important;
}

#fin-name,
#fin-email,
#fin-number,
.pricing #fin-phone,
.pricing #fin-company,
#fin-place,
#fin-vat {
	padding-right:20px !important;
}

#fin-name input,
#fin-company input,
#fin-email input,
#fin-phone input,
#fin-message textarea,
#fin-language select,
#fin-number select,
#fin-postal input,
#fin-place input,
#fin-address input,
#fin-vat input {
	width:100% !important;
	min-height: 40px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #333 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	opacity: 1 !important;
	color: #333 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1 !important;
	color: #333 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	opacity: 1 !important;
	color: #333 !important;
}

select {
	color:#333!important;
}

.chrono_credits {
	display: none;
}

.gbs3 .btn-default:hover, .gbs3 .btn-default:focus, .gbs3 .btn-default.focus, .gbs3 .btn-default:active, .gbs3 .btn-default.active, .gbs3 .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #ef4036 !important;
	    border: 1px solid #ef4036;
		    text-shadow: 0 0 0 transparent !important;
}

.gbs3 .btn-default:hover, .gbs3 .btn-default:focus {
    background-color: #fff;
    background-position: 0 0 !important;
	border: 1px solid #1a8e00 !important;
}

.gbs3 .btn {
    border: 1px solid #ef4036;
}

.gbs3 .btn-default {
        text-shadow: 0 0 0 transparent !important;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#ffffff)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%) !important;
    background-image: -moz-linear-gradient(top, #ffffff 0, #e0e0e0 100%) !important;
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%) !important;
    background-repeat: repeat-x;
    border-color: #ef4036 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 0!important;
	    padding: 6px 55px !important;
		height:45px !important;
}
	
img {
		max-height: 100%;
	}

#mooaccordion0 h2 {
padding: 5px 0;	
position:relative;
padding-left:30px;
cursor:pointer;
}

#mooaccordion0 h2:before {
	position:absolute;
	left:5px;
	font-family:FontAwesome
}

#mooaccordion0 h2.closed:before {
		content:"\f0d7";
		color:#a5a5a5;
}

#mooaccordion0 h2.closed:hover:before {
		color:#ef4036;
}

#mooaccordion0 h2.opened:before {
content: "\f0c8";
    color: #ef4036;
    font-size: 0.6em;
    top: 10px;
	left:6px;
}

table {
	max-width: 70%;
	min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

table, th, td {
   border: 1px solid #a5a5a5;
   text-align:center;
}

table p {
	margin-bottom:0;
	padding: 5px;
}

#SIC tr:first-child td,
tr:first-child {
	background-color: #d0d0d0;
	font-weight:500;
}

#SIC td:first-child,
#SIC1 td:first-child {
		background-color: #d0d0d0;
	font-weight:500;
}

#SIC tr:nth-child(2) {
	background-color: #e6e6e6;
}

#SIC td:nth-child(2) {
	background-color: #e6e6e6;
}


/* FOOTER NOGA */

#footerrow {
	background-color:#eeeeee;
}

#footerrow p{
	margin:0;
	padding: 25px 0 20px 0;
	font-weight:400;
	color:#4e4e4e;
}

.kreatik a {
	color:#4e4e4e;
}

.kreatik a:hover {
	color:#ef4036;
}

.kreatik {
	float:right;
		max-width:50%;
		    font-size: 0.85em;
}

.copy {
	float:left;
	max-width:50%;
}

.copy br{
	display: none;
}

/* RESPONSIVE */

.container_responsive a {
    text-transform: uppercase;
}

@media (max-width: 1179px) {
	.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
    padding: 110px 7px 0 7px;
	}
	
	.home .item-page .image {
    width: 30%;
}
.pricing #contentrow .sparky_container {
    width: calc(100% - 30px);
}
.price button, .price input[type="button"] {
    padding: 15px 25%;
}
.price {
    padding: 10px;
}
}

@media (max-width: 1050px) {
	.mp_logo {
		width:20%;
	}
	.mp_mainmenu {
		width:80%;
	}
}

@media (max-width: 991px) {
	#toprow .sparky_container {
		width:100%;
	}
	.mp_logo {
		width:20%;
	}
	.mp_mainmenu {
		width:80%;
	}
	h1 {
	    padding-top:10px;
	}
	.fix_menu .sparky_logo_image img {
    max-width: 70px !important;
}
}

@media (max-width: 980px) {
	
.mp_responsive {
    display: block !important;
}
	
	.mp_mainmenu {
		display: none;
	}
	.offcanvas-btn {
    width: 50px;
    height: 50px;
	}
	.item-page {min-height:calc(100vh - 206px - 33px);}
	
.home .item-page .image,
.home .item-page .box {
	margin:0;
	padding:0;
	height:calc(100vh - 206px - 11px);
	line-height:calc(100vh - 206px - 11px);
	}
	
	#toprow .sparky_cell {
    padding-top: 5px;
    padding-bottom: 5px;
	}
	
	#contentrow {
    margin-top: 90px;
}
.fix_menu .sparky_logo_image img {
    max-width: 58% !important;
    transition: transform .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    height: auto;
}

.fix_menu .sparky_cell {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.fix_menu .mp_responsive {
    display: none;
    position: absolute;
    right: 30px;
    top: -3px;
    float: none!important;
    width: 70px !important;
	    transition: transform .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.floating .sparky_logo_image img {
    transition: transform .5s ease-in-out;
    -webkit-transition: all 0.5s ease;
    max-width: 83%;
    height: auto;
	padding-left:40px;
}
.copy br{
	display: block;
}
.price {
    padding: 10px 25px;
	margin-bottom:20px;
}
}
@media (max-width: 900px) {
.price {
    padding: 10px 5px;
}
}

@media (max-width: 767px) {
	
	.home .item-page .box {
		width:100%;
	}
    table {
     max-width:100% !important;   
    }
	.floating .sparky_logo_image img {
    transition: transform .5s ease-in-out;
    -webkit-transition: all 0.5s ease;
    max-width: 110px;
    height: auto;
    padding-left: 40px;
}
.fix_menu .sparky_logo_image img {
    max-width: 80px !important;
}
.home .item-page .image,
.home .item-page .box {
	margin:0;
	padding:0;
	height:calc((100vh - 206px - 11px) / 2);
	line-height:calc((100vh - 206px - 11px) / 2);
	}
	
	.home .item-page .image {
		margin-left:auto;
		margin-right:auto;
		width:100%;
		text-align:center;
	}

	.besedilo,
.forma {
	display: block;
	vertical-align:top;
	    max-width: 100%;
		width:100%;
}
.price button, .price input[type="button"] {
    padding: 15px 10%;
}
}

@media (max-width: 560px) {
.home .item-page .image, .home .item-page .box {
    margin: 0;
    padding: 0;
    height: auto !important;
}
	.home .item-page .box span {
    padding-right: 10px;
    padding-left: 10px;
	line-height: 1.7em;}
	.floating .sparky_logo_image img {
    padding-left: 10px;
	padding-right:30px;
}
.copy,
.kreatik {
	float: none;
	text-align: center;
	max-width:100%;
}

.copy {
	padding-bottom:5px !important;
}

.kreatik {
	padding-top: 5px !important;
}

.copy br{
	display: none;
}
.price {
    width: 100%;
	margin-bottom: 15px;
}
.sto {
	margin: 0 0 20px 0;
}
}

@media (max-width: 460px) {
	#form-row-name,
#form-row-company,
#form-row-email,
#form-row-phone,
#form-row-language,
#form-row-number,
#form-row-postal,
#form-row-place,
#form-row-address,
#form-row-vat,
#form-row-liable {
    display: block;
    width: 100%;
}
#fin-name,
#fin-email,
#fin-number,
.pricing #fin-phone,
#fin-company,
#fin-place,
#fin-vat {
    padding-right: 0 !important;
}
.copy br{
	display: block;
} 
}

@media (max-width: 330px) {
	.g-recaptcha {
		transform:scale(0.9);
		-webkit-transform:scale(0.9);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

@media (max-height: 570px) {
ul.offcanvas li {
    text-align: center;
    padding: 15px 20px;
    position: relative;
}
.home .item-page .image, .home .item-page .box {
    margin: 0;
    padding: 0;
    height: auto !important;
}
}