h1.item-title {
	color:#8B3D79;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;	
}
.no-padding {
	padding:0;
}
.no-topmargin {
	margin-top: 0;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
#sp-bottom {
    color: #171717;
}
ul.social-icons >li a:hover {
  color: #8b3d79;
}
.sp-page-title {
  background: #8b3d79;
}

#sp-header {
    background: #FDF5BA url("../images/rozce-bg.png") repeat-x scroll center bottom ;
}
.prva {
    /*background: transparent url("../images/slide2.jpg") no-repeat fixed center top / cover ;*/
	padding: 120px 0;
}
.prva h2 {
	font-size: 60px;
	font-weight: bold !important;
	line-height: 1;
	text-shadow: 1px 1px #fff;
	color:#8B3D79;
}
.form1 {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 2px 1px 4px #5c5c5c;
}
.form1 .visform input, .form1 .visform select, .form1 .visform textarea {
	width: 98%;
}
.form2 {
    background: #8b3d79 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 15px;
}
.form2 .visform .inputbox, .form2 .visform select, .form2 .visform textarea {
    background: #fff;
	width: 98%;
}
.btn-form1 {
    border: 1px solid #8b3d79 !important;
    color: #8b3d79;
}
.vis_mandatory {
    display:none;
}
#sp-noga {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 30px 0;
}
.leads {
	font-size: 16px;
	margin: 10px 10px 10px 31%;
}
.leads i {
	color: #8B3D79;
}
.borders {
	border: 1px solid #8B3D79;
}
.boxgrey {
	background: #FDF5BA;
}
.boxviola {
	background: #8B3D79;
	color: #fff;
}
.boxtitle {
    padding-top: 30px;
}
.boxtitle i {
    background: #fff none repeat scroll 0 0;
    border: 22px solid #fff;
    border-radius: 50%;
    color: #8b3d79;
    font-size: 50px;
}
.boxtitle h3 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 22px;
}
.arrow-right,.arrow-left {
    position: relative;
}
.row .arrow-right:after {
    right: -5rem;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #FDF5BA;
    border-width: 2.5rem;
    margin-top: -2.5rem;
	z-index: 999999999;
}
.row .arrow-left:after {
    left: -5rem;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #8B3D79;
    border-width: 2.5rem;
    margin-top: -2.5rem;
	z-index: 999999999;
}
#sp-sekcija1 {
    background: #8b3d79 none repeat scroll 0 0;
    color: #fff;
}
.cta3 {
    padding-top: 50px;
}
.cta3 .lead {
	margin-bottom: 10px;
}
.btn-dark {
	border: 1px solid #8B3D79;
	color: #8B3D79;
}
.lead.buble {
	font-size: 26px;
}
#sp-podbottom .buble {
	color: #8B3D79;
}
#sp-podbottom {
	background: #fdf5ba none repeat scroll 0 0;
    padding: 10px 0 0 0;
}
.korak {
    background: #8b3d79 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 1px 2px 4px #000;
    color: #fff;
  padding: 30px;
}
.korak.orange {
    background: #ff921d none repeat scroll 0 0;
}
.korak.red {
    background: #df2b69 none repeat scroll 0 0;
}
.korak.blue {
    background: #2f81b9 none repeat scroll 0 0;
}
.number {
    text-align: center;
}
.number span {
border: 5px solid #fff;
    border-radius: 0.9em;
	-moz-border-radius: 0.9em;
  -webkit-border-radius: 0.9em;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 15px;
    text-align: center;
	text-shadow: 1px -1px 2px #0b0b0b;
    width: 1.8em;
}
.korak .ikona {
    font-size: 50px;
    line-height: 1.6;
    text-align: center;
	text-shadow: 1px -1px 2px #000;
}
@media screen and (max-width: 992px) {
  .cta3 {
    padding-top: 10px;
	}
  .boxtitle i {
    font-size: 20px;
	}
	.leads {
    font-size: 15px;
    margin: 10px 10px 10px 20%;
	}
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .boxtitle i {
    border: 10px solid #fff;
}
.number span {
    font-size: 40px;
    margin: 15px 0 0;
}	
}
