@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');


/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:900'); */

:root {
  --main-color: #ff0707;
}

body{
    font-family: "Catamaran"!important;
}
h1 , h2 , h3 , h4 , h5 , p , span {
    font-family: "Open sans";
}
a {
    font-family: "Catamaran";
    color: #3a3a3a;
}
a:hover , a:focus {
    text-decoration: none!important;
}

h1 , h2 , h3 , h4 , h5 , p {
    margin: 0px;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}



/*----------------------GENERAL FRAMEWORK------------------*/

h1 {
padding: 2px;
margin: 6px 20px 0px 0px;
border-bottom: 0px solid var(--main-color);
font-size: 40px;
color: #f00;
}

h2 {
padding: 2px;
padding: 15px 0px;
border-bottom: 0px solid #ff0303;
font-size: 32px;
color: #fff;
}


h3 {
color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    line-height: 1.1;
	border-left: 15px solid var(--main-color);
    padding: 30px 0px 0px 45px;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.content-row{
height: auto;
padding: 16px;
margin: 10px auto;
width: 100%;
max-width: 1200px;
}

.flex_container{
display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
flex-direction:row;
wrap:flex;
align-items: stretch;
}

/*----------------------END GENERAL FRAMEWORK------------------*/





/* ------------------------------------------------------
/* --------------------- HEADER  --------------------- */
.header_wide {
    width: 100%;
	background: url(../images/dashboard-bg.jpg);
}

.wrap_head {
    position: relative;
    display: block;
    height: 50px;
    z-index: 100;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
}

.head_logo{
position: absolute;
top: 2px;
left: 0px;
display: none;
}


.head_logo_txt {
position: absolute;
top: 2px;
left: 0px;
font-size: 15px;
xtext-shadow: 1px 1px #ededed;
}
.head_logo_txt a {
color: #fff;
font-size: 42px;
padding:0px 10px;
}
.head_logo_txt a:hover {
color: #000;

}
.head_logo_txt span {
color: #dcdcdc;
xfont-size: 42px;
}

.kontakt_widget_wrap > ul{
margin: 0px;
padding: 0px;
}

.kontakt_widget_wrap:hover{
margin-left:-198px
}

.kontakt_widget_wrap{
background-color:#ff6200;
border-top-left-radius:7px;
border-bottom-left-radius:7px;
border:2px solid;
border-color:#fff;
overflow:hidden;
position:fixed;top:50%;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
left:100%;
margin-left:-59px;
width:200px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
z-index:10001;
margin-top:25px
}
.kontakt_widget_wrap a{
display:block;
color:#fff;
font-size:20px;
font-weight:700;
padding:17px 15px 17px 60px;
background-repeat:no-repeat;
-webkit-background-size:25px;
background-size:25px;
background-position:left 18px center;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}

/*
.kontakt_widget_list .rezervacije a{
background-image:url(../images/icons/car.png);
background-size:30px
}
*/
/*EMAIL*/
.kontakt_widget_list .mail a{
background-image:url(../images/icons/mail.png);
}

/*FB*/
.kontakt_widget_list .facebook a{
background-image:url(../images/icons/facebook.png);
background-color:#007fc3
}
.kontakt_widget_list .facebook a:hover{
background-color:#00afff
}
/*INSTAGRAM*/
.kontakt_widget_list .instagram a{
background-image:url(../images/icons/instagram.png);
background-color:#007fc3
}
.kontakt_widget_list .instagram a:hover{
background-color:#00afff
}


.kontakt_widget_list a:hover{
background-color:DarkOrange
}
.kontakt_widget_wrap.active{
margin-left:-198px
}


/* --------------------- END HEADER  --------------------- */





/* ------------------------------------------------------
/* --------------------- FOOTER  --------------------- */
.footer-design {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
    padding: 10px 0px;
    color: #fff;
    float: right;
}
.footer-design h5{
    padding: 4px 0px 2px 0px;
    border-bottom:1px solid #262626;
    color: #fff;
font-weight: 600;
}

.footer_contact{
padding:6px 0px;
color: #fff;
}
.footer_contact div:nth-child(1){
font-size: 22px;
color: #fff;
}







/*drugi stupac*/
.footer_menu ul{
    font-weight: 700;
    padding-left: 0px;
    padding-top: 15px;
}
.footer_menu ul li{
    list-style: none;
    display: inline;
float: left;
background-color: #ff8f00;
margin: 2px;
padding: 2px 4px;
border-radius: 4px;
cursor: pointer;
}
.footer_menu ul li:hover{
    background-color: #ededed;
}
.footer_menu ul li a {
    display:block;
    margin: 2px auto;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 2px 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer_menu ul li a:hover{
    color:rgba(51,51,51, 1)!important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}



/* --------------------- END FOOTER  --------------------- */


/*GO TO TOP*/
#gotop {
    position: fixed;
    bottom: 2px;
    right: 5px;
    height: 58px;
    width: 58px;
    background: url(../images/icons/gotop.png) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1000;
}


/* --------------------- MODAL - BILO u include_head.php, ali komentirrano !!!!  --------------------- */
/*
.cal_button {
	cursor:pointer;
}

.modal-wrap , .modal-wrap2{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 4000;
    background: rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 3px;
}
.modal-wrap2 {
    background: none;
}

.modal-block {
    visibility: visible;
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
}
.modal-box {
    width: 650px;
    height: 320px;
    display: block;
    position: relative;
    background: rgba(255,255,255,1);
    margin: 90px auto 0px auto;
    border-top: 5px solid rgba(109,180,58, 1);
		border-top: 5px solid #ededed;
    outline: 9px solid rgba(255,255,255,0.7);
    padding: 18px 48px 0px 48px;
}
.modal-close {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid rgba(109,180,58, 1);
    background: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 6px 3px 6px;
    font-size: 14px;
    color: #b6b6b6;
}
.modal-title {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0px 12px 6px;
}

.modal-label {
    width: 37%;
    height: 40px;
    display: inline-block;
    float: left;
    padding: 4px 24px 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.03);
}
*/



/* ------------------------------------------------------
/* --------------------- INDEX  --------------------- */


.intro_container{
	border-right:0px solid #dcdcdc;
	xbackground-color: #fff;
	margin-top: 50px;
	border-radius: 4px;
	opacity: 0.85;
	padding: 0px 40px;
}
.intro_head{
	padding:2px;
	margin: 5px;
	border-bottom:1px solid #dcdcdc;
	font-size:25px;
	color:#ff2929;
}
.intro_txt{
	padding:2px;
	margin: 5px;
	font-size:16px;
	color:#505050;
}


.intro_listing {
    margin: 20px 0px;
}
.intro_listing li {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: rgba(55, 55, 55);
    padding: 0px 0px 0px 0px;
    line-height: 1.1;
    list-style: none;
    margin: 20px 0px;
	padding-left: 30px;
}
.intro_listing li span {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icons/yes.png) no-repeat;
    left: 0px;
    top: 3px;
}




.cards_container{
	background: url(../images/dashboard-bg.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.card_up{
	margin-bottom: 10px;
	display: flex;
}
.card-head{
color: var(--main-color);
font-size: 24px;
line-height: 1.1;
xcolor:#00afff
}
.card img{
border-radius:4px;
}
.card .card-body p{
font-size: 13px;
margin: 10px 0px;
font-size: 16px;
}

.steps{
	font-size:20px !important;
	color:Green;
	text-align:center;
}
.steps span {
	font-size:48px;
	display: block;
	color: #fb8218;
	font-weight: bold;
}


.free_licence {
	border-bottom:2px solid #ededed;
	font-size: 23px;
	line-height: 1.2;
}
.free_licence div:first-child {
	color: #fb8218;
	padding: 8px 2px 8px 16px;
}
.free_licence div:nth-child(2) {
color: #03c80f;
text-align: center;
	padding: 8px 0px;

}




.erp-header-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color:#4e4e4e;
    padding: 0px 0px 0px 15px;
    line-height: 1.2;
    margin: 20px 0px 25px 15px;
}
.erp-header-title > div {
    color: #1d61aa;
}
.erp-header-list{
	background: url(../images/dashboard-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/*
	background-position: 15px 0px;
	border-left: 15px solid var(--main-color);*/
	border-left: 15px solid #ffc007;
	width: 100%;
}



.erp-ul {
    width: 100%;
    margin: 0px;
    padding: 0px 4px 0px 15px;
}
.erp-ul li {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color:#fff;
    padding: 6px 0px 6px 18px;
    margin: 0px 0px 0px 70px;
	list-style-type: decimal;
list-style-position: outside;
}




.dashboard_1 {
    background: url(../images/dashboard-bg.jpg);
    background-size: cover;
	padding-bottom: 10px;
}
.dashboard_1 ul {
    margin: 16px 0px 0px 100px;
    padding: 0px;
}
.dashboard_1 ul li {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color:#fff;
    padding: 0px 0px 0px 10px;
    margin: 6px 0px 6px 0px;
    list-style-type: decimal;
}








.erp-sekcija{
    padding: 32px 12px;
	background: rgba(20,20,20,0.12);
}

.erp-sekcija:nth-of-type(1) {
    background: rgba(20,20,20,0.12);
}
.erp-sekcija:nth-of-type(2) {
    background: rgba(0,0,0,0.10);
}
.erp-sekcija:nth-of-type(3) {
    background: rgba(0,0,0,0.08);
}
.erp-sekcija:nth-of-type(4) {
    background: rgba(0,0,0,0.06);
}
.erp-sekcija:nth-of-type(5) {
    background: rgba(0,0,0,0.04);
}
.erp-sekcija:nth-of-type(6) {
    background: rgba(0,0,0,0.02);
}
.erp-sekcija:nth-of-type(7) {
    background: rgba(0,0,0,0.01);
}
.erp-sekcija:nth-of-type(8) {
    background: rgba(0,0,0,0);
}







.erp-title {
font-size: 24px;
font-weight: 700;
text-align: left;
line-height: 1.1;
color: #519dd7;
border-left: 15px solid var(--main-color);
border-left-color: var(--main-color);
padding: 0px 0px 0px 45px;
margin: 25px 0px 30px 5px;
text-transform: uppercase;
}
.span-erp {
	color: var(--main-color);
}

.erp-p {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    color:#4e4e4e;
    padding: 20px 4% 30px 4%;
}

/*
.erp-sekcija:hover > h2.erp-title ,
.erp-sekcija2:hover > h2.erp-title {
    color:#1c1c1c;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.erp-sekcija:hover > div.gallery-container img ,
.erp-sekcija2:hover > div.gallery-container img{
    animation: blink-animation 1s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



*/


.erp_list_head h5{
color: #000;
margin: 0px 0px 10px 45px;
}



/*KONTAKTI */
.promo-blok{
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url(../images/dashboard-bg.jpg);
}

.promo-blok .container .row > div:first-child{
	border-right:1px solid #fff;
}


.promo-blok-head{
	text-align:center; font-size:34px; font-weight:700; color: white;
}


/*SVA NABRAJANJA U TEXTOVIMA*/
.bulleting-ul {
    margin: 0px 45px 0px 45px;
    background: #f4f9f0;
    border-left: 3px solid #fff;
    padding: 6px 0px 6px 30px;
}
.bulleting-ul li {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color:#7a7a7a;
    padding: 0px 0px 0px 10px;
    margin: 6px 0px 6px 0px;
    list-style-type: square;
}



/*FOTOGALERIJE SCREENSHOTOVA - ERP */
.gallery-container {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.gallery-container img{
width: 32%;
height: auto;
display: inline-block;
    margin: 2px 2px 20px 2px;
    padding: 0px 10px;
    float: left;
	border: 2px solid #dcdcdc;
	-moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.gallery-container img:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 10px #4c4c4c;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}




/*NABRAJALICE*/
.listing {
    width: 100%;
    height: auto;
    padding: 0px;
    
}
.listing li{
    list-style-type: decimal;
    padding: 3px 0px;
    font-size: 16px;
    color: #000 !important;
    padding: 0px 0px 0px 8px;
	margin: 0px 10px 0px 15px;
line-height: 1.1;
}





























#Facebook {
    height: 230px;
    width: 100%;
    background-image: url(../images/facebook-bkg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f5f5e8;
}
#Facebook-sadrzaj {
    text-align: center;
    height: 150px;
    width: 400px;
    font-size: 30px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
	text-transform: uppercase;
}
#Facebook-sadrzaj a {
    font-size: 18px;
}






/* --------------------- END INDEX  --------------------- */










/*osnovni input form field*/
.inputi_search {
    width: 100%;
    height: 40px;
    display: block;
    color: #323232;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding-left: 6px;
}
.inputi_search-date {
    width: 100%;
    height: 40px;
    display: block;
    color: #323232;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;

    padding-left: 33px;
    background-image: url(../images/icons/calendar.png);
    background-size: 20px;
    background-position: 5px 9px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input-highlight{
background-color:#383838;
color:#fff !important;
font-weight:700;
}



/* --------------------- END FORME  --------------------- */






/* /////// Tablet , Mobile wide 1640px VERSION //////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 1640px) { 
    
}



/* /////// Tablet , Mobile wide 1199px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 1199px) { 

}





/* /////// Tablet , Mobile wide 992px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 992px) { 


}


/* /////// TABLET VERSION 767px ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
@media (max-width: 750px) { 

/*HEADER*/
.head_logo {
    top: 40px;
left: 15px;
display: none;
}
.head_logo img {
    width: 220px;
}



#cssmenu {
    right: 2px !important;
    top: 82px !important;
}
#cssmenu #menu-button {
    padding: 14px;
}
.head_flags {
    right: 0px;
}





}





/* /////// MOBILE VERSION 576px ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
@media (max-width: 576px) { 

h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
    padding: 30px 0px 0px 18px;
}
.content-row {
    padding: 8px;
}

.container {
padding-right: 0px; 
padding-left: 0px; 
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.intro_listing li {
    margin: 12px 0px;
    padding-left: 28px;
}


.intro_container {
    padding: 0px 18px;
}

.intro_head {
    line-height: 1.1;
}


.card_up {
    padding-left: 2px;
    padding-right: 2px;
}

.free_licence {
	font-size: 18px;
	line-height: 1.0;
}
.free_licence div{
	padding:0px; 
}


/*DO OVOGA PISEMO */



/*HEADER NIJE PROVJERENO*/

.head_logo_txt span {
color: #fff;
font-size: 22px;
display: block;
padding-left: 15px;
margin-top: -20px;
}



.navigation-top {
    width: 100px !important;
    background-color: #96d42a;
}
.navigation-box {
    border-left: 1px solid #fff;
    width: 50px;
}

.navigation-box .navigation-button {
    margin-left: -4px;
    padding: 0 14px !important;
    width: 99%;
    top: auto;
	font-size:0px !important;
}


.navigation-box .menu-drop-down {
    xright: 0px !important;
}



.head_logo {
    position: absolute;
    top: 0px;
    left: 0px;
}
.head_logo img {
    width: 200px;
}

/*FOOTER NIJE PROVJERENO*/
.footer-design {
padding: 30px 5px 170px 8px;
}
.footer-logo{
text-align:center;
padding-top: 50px;
}



/*FLOATING SOCIAL NETWORKS NIJE PROVJERENO*/
.hidden-xs{
display:none;
}
.kontakt_widget_wrap a {
    font-size: 15px;
    font-weight: 300;
    padding: 8px 100px 8px 60px;
    -webkit-background-size: 25px;
    background-size: 25px;
    background-position: left 16px center;
}
.kontakt_widget_list .rezervacije a {
    background-size: 25px;
}


/*INDEX*/






/* PREZENTACIJA SOFTWAREA ================================================== */

.erp-ul {
width: 100%;
margin: 0px;
padding: 1px 0px 0px 0px;
}


.erp-ul li {
font-size: 23px;
padding: 0px 8px 0px 8px;
    margin: 4px 0px 6px 36px;
}


.dashboard_1 ul {
    margin: 16px 0px 0px 50px;
}
.dashboard_1 ul li {
    padding: 0px 0px 0px 6px;
    margin: 4px 0px 4px 0px;

}

.erp-title {
margin: 10px 5px 22px 0px;
padding: 0px 0px 0px 25px;
}
.erp-p{
font-size: 15px;
}

.gallery-container img {
    padding: 0px;
}

.erp_list_head h5 {
    margin: 0px 0px 10px 5px;
}





.bulleting-ul {
    margin: 4px 4px 15px 4px;
    padding: 6px 0px 6px 26px;
}
.bulleting-ul li {
    font-size: 16px;
    padding: 0px 0px 0px 8px;
}


.img_dash{
width:90%;
}



.promo-blok .container .row > div:first-child{
	border-right:0px;
}










}/* MOBILE end */