
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

    ========================================================  */



/* ===========================================================
   GENERAL STYLESHEET BY BYINARY THEME
   ============================================================*/


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}
.section {
    background-color: #4E63D1;
    color: #fff;
}

#footer {
    background-color:  #083061;  /* #000; */
    color: #fff;
    padding: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

.h3lila {
	color: #8149ab;
}

.h3blue {
	color: #4E63D1;
}

h1 {
    padding-top: 30px;
    color: #fff;
    font-weight: 800;
}

h5 {
    padding-bottom: 30px;
}
h4{
    margin-top: 4px;
}
.text-center {
    text-align: center;
}

.main-top-margin {
    margin-top: 120px;
}

.main-low-margin {
   /* margin-top: 55px; */
   margin-top: 55px;
}

/* Franko - dropdown menu - custom */


.dropdown-toggle > li,  a {
    /* display: inline-block; */
    color: white;
    text-align: center;
    line-height: 15px;
    /* padding: 14px 16px; */
    /* padding: 2px 2px;  */
    text-decoration: none;
}

.dropdown-toggle >  a {
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 15px;
    padding: 14px 16px;
    text-decoration: none;
}

.btn > a {
	color:#fff;
}

.butt {
	padding: 14px 16px;
}

.buton-poslji {
	padding: 5px;
	text-align: center;
}

.pogoji-link {
	line-height: 2;
}



/*
li a:hover, .dropdown-custom:hover .dropdown-content2:hover .dropbtn1  {
    background-color: #5bc0de; /* #cfed8e;*/ /* #339999;*/  /* #111; */
  /*  color: #6674cc;
}

a:hover, .dropdown-custom:hover .dropdown-content2:hover .dropbtn1  {
    background-color: #5bc0de; /* #cfed8e;*/ /* #339999;*/  /* #111; */
    /*color:blue;
}

*/

/*  Franko - kraj dropdown custom  */

a {
	color: #428bca;
}

a, a:hover {
    text-decoration: none;
}

p {
    line-height: 30px;
    margin-bottom: 23px;
}

/* Franko */
li {
	line-height: 30px;
	padding: 2px 2px;
}

li.footer-ul{
	line-height: 2px;
}

.img-margin-product {
    margin-top: 30px;
}

img-scale {
    max-width: 100%;
    height: auto;
    max-width: 300px;
}

.bottam-pad {
    padding-bottom: 40px;
}

.space-bottom {
    height: 120px;
}

.space-top {
    height: 70px;
}

.main-icon {
    font-size: 350px;
    color: rgba(102, 110, 197, 1);
}

.head-line {
    font-size: 70px;
    padding-bottom: 50px;
    line-height: 65px;
    font-weight: 900;
}


.bg-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bg-info2 {
  color: #ffffff;
  background-color: #FFB6C1;
  border-color: #46b8da;
}

.btn-info2 {
  color: #ffffff;
  background-color: #FFB6C1;
  border-color: #efb6fd;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap; // For form validation feedback
  align-items: stretch;
  width: 100%;

  > .form-control,
  > .custom-select,
  > .custom-file {
    position: relative; // For focus state's z-index
    flex: 1 1 auto;
    // Add width 1% and flex-basis auto to ensure that button will not wrap out
    // the column. Applies to IE Edge+ and Firefox. Chrome does not require this.
    width: 1%;
    margin-bottom: 0;

    // Bring the "active" form control to the top of surrounding elements
    &:focus {
      z-index: 3;
    }

    + .form-control,
    + .custom-select,
    + .custom-file {
      margin-left: -$input-border-width;
    }
  }


// Prepend and append
//
// While it requires one extra layer of HTML for each, dedicated prepend and
// append elements allow us to 1) be less clever, 2) simplify our selectors, and
// 3) support HTML5 form validation.

.input-group-prepend,
.input-group-append {
  display: flex;

  // Ensure buttons are always above inputs for more visually pleasing borders.
  // This isn't needed for `.input-group-text` since it shares the same border-color
  // as our inputs.
  .btn {
    position: relative;
    z-index: 2;
  }

  .btn + .btn,
  .btn + .input-group-text,
  .input-group-text + .input-group-text,
  .input-group-text + .btn {
    margin-left: -$input-border-width;
  }
}

.input-group-prepend { margin-right: -$input-border-width; }
.input-group-append { margin-left: -$input-border-width; }


// Textual addons
//
// Serves as a catch-all element for any text or radio/checkbox input you wish
// to prepend or append to an input.

.input-group-text {
  display: flex;
  align-items: center;
  padding: $input-padding-y $input-padding-x;
  margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
  font-size: $font-size-base; // Match inputs
  font-weight: $font-weight-normal;
  line-height: $input-line-height;
  color: $input-group-addon-color;
  text-align: center;
  white-space: nowrap;
  background-color: $input-group-addon-bg;
  border: $input-border-width solid $input-group-addon-border-color;
  @include border-radius($input-border-radius);

  // Nuke default margins from checkboxes and radios to vertically center within.
  input[type="radio"],
  input[type="checkbox"] {
    margin-top: 0;
  }
}

/* ==========================================================================
   COLOR CODES
   ========================================================================== */

.hmhm {
   color: red;
}

.color-red {
    color: #ff0000;
}

.color-green {
    color: #07BB00;
}

.color-light-blue {
    color: #BB00BB;
}

.color-blue {
    color: #0052FF;
}

.color-brown {
    color: #EB8F2D;

}

.color-black {
    color: #000000;
}

.section {
    background-color: #4E63D1;
    color: #fff;
}
.circle-body {
 width: 150px;
height: 150px;
margin: 0 auto 14px auto;
border: 5px solid #083061; /* orig #ADA2EB; */
border-radius: 100%;
background-color: #FFFFFF;
}
.icon-set {
    position: relative;
padding: 30px;
}

.trifoto-red {
    overflow: hidden;
    display: flex;
    justify-content:space-around;
}

.inline-set {
    display: inline-block;


}

/* ==========================================================================
   PRICE SECTION
   ========================================================================== */

.active-div {
    background: #83BEFF!important;
}

#pricing-section .plan-main {
    background: #FFFFFF;
list-style: none;
margin: 0 0 20px;
text-align: center;
padding: 0;
border-bottom: 1px solid #e1e1e1;
border: 1px solid #E9E9E9;
}

    #pricing-section .plan-main li {
        padding: 10px 0;
        margin: 0 15px;
        border-bottom: 1px dashed #eee;
    }

        #pricing-section .plan-main li.plan-name {
            padding: 15px 0;
            font-size: 18px;
            font-weight: 700;
        }

        #pricing-section .plan-main li.plan-price {
            color: #666;
            padding: 15px 0;
            font-size: 48px;
        }

        #pricing-section .plan-main li.plan-action {
            margin-top: 20px;
            margin-bottom: 20px;
            border-bottom: 0;
        }


        #pricing-section .plan-main.featured .plan-price {
            color: #fff;
            background-color: #242424;
            border-bottom-color: #52b6ec;
            margin: 0;
        }



/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/


.color-facebook {
    color: #3B5998;
}

.color-twitter {
    color: #00aced;
}

.color-google-plus {
    color: #dd4b39;
}

.color-linkedin {
    color: #007bb6;
}

.color-pinterest {
    color: #cb2027;
}
/* ===========================================================
   COMPONENT.CSS  CHANGES
   ============================================================*/
.slideshow nav span.nav-prev {
	left: 0;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	/*left: 33%!important; */


}
.slideshow {
    z-index: 1500!important;
}
.slideshow nav span.nav-close {
color: #49C8F3;/*#FF0000; */
}
.slideshow nav span {
        color: #49C8F3;
    }

/* ===========================================================
   SLIDER ADJUSTMENTS (slider.css)
   ============================================================*/

.slidesjs-container {
            /* height:550px!important; */
            height:550px!important;
        }
#slides {
    border:1px dashed #e1e1e1;
    /*padding:0px 0px 15px 0px; */
    padding:30px 0px 1px 0px;
}
/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES
   ============================================================*/
.navbar {
    font-weight: 500;
    font-size: 14px;
}

.navbar-inverse {
    background: #083061;
    border-color: #000;
}

    .navbar-inverse .navbar-nav > .active > a {
        background: #ffffff;
    }

    .navbar-inverse .navbar-brand {
        color: #fff;
        font-weight: bolder;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 2px;
    }

    .navbar-inverse :hover .navbar-brand:hover {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }
 
	.btn-aff-forma {
		background-color: #FF7A59;
		color: #fff;
		font-size: 12px;
	}    
	.btn-aff-forma:hover,
	.btn-aff-forma:focus,
	.btn-aff-forma:active,
	.btn-aff-forma.active,
	.open .dropdown-toggle.btn-aff-forma {
		background-color: #FF7A59;
		color: #fff;
		font-size: 12px;
	}
   

/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */


#footer {
    background-color: #1e8ab8; /* #083061; *//* #000; */
    color: #fff;
    padding: 30px;

}

#footer >  a {
	/* display: initial; */
}
