/* -------------------------------------- */
/* BASIC SETUP */
/* -------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: fff;
    color: #5d5d5d;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    overflow-x: hidden;
}

.proizvodiBackground{
    background-color:#00adef; 
}



@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.iframeStyle{
    height: 100%;
    width: 100%;
        
}




@keyframes slidein1 {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}



@keyframes slidein2 {
  from {
    margin-left: -50%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}


.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* -------------------------------------- */
/* REUSABLE COMPONENTS */
/* -------------------------------------- */

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
   padding: 80px 0; 
}

.box {
    padding: 1%;

}


/* ---HEADINGS --- */

h1, 
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 12px;
}

h1 {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;

}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #00adef;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/* --- PARAGRAPHS --- */

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

/* ---- ICONS ---- */

.icon-big {
    font-size: 350%;
    display: block;
    color: #00adef;
    margin-bottom: 10px;
    text-align: center;
}

.text-centar{
    text-align: center;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #00adef;
    font-size: 120%;
    margin-right: 10px;
    
    /* icon align tricks */
    
    vertical-align: middle;
    line-height: 120%;
    margin-top: -5px;
}

/* --- LINKS --- */

a:link,
a:visited {
    color: #00adef;
    text-decoration: none;
    border-bottom: 1px solid #00adef;
    padding-bottom: 1px;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #555;
    border-bottom: transparent;
}


/* --- BUTTONS --- */

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #00adef;
    color: #fff;
    border: 1px solid #00adef;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #00adef;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #00adef;
}

.btn-full:hover,
.btn-full:active {
    border: 1px solid #00adef;
}

.btn-ghost:hover,
.btn-ghost:active {hero
    border: 1px solid #00adef;
    color: #fff;
}

/* -------------------------------------- */
/* HEADER */
/* -------------------------------------- */

header{
   background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/hero.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/hero.jpg);
	background-size: cover;
  background-attachment: fixed;
	background-position: center;
	height: 100vh;
}

.hero-text-box {
    position: relative;
    height: auto;
    width: auto;
    text-align: center;
    margin-top: 25vh;
    
}

.bord-top{
   border-top: 2px solid #00adef; 
}

.logo {
    height: 60px;
    width: auto;
    float: left;
    margin-top: 30px;
}

.logo-black {
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

/* MAIN NAV */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
   display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    padding: 8px 0;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #00adef;
}

/* Sticky Nav */

.sticky {
  position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav {margin-top: 18px;}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    color: #555;
    padding: 16px 0;
}

.sticky .logo {display: none;}
.sticky .logo-black {display: block;}

/* Mobile NAV */

.mobile-nav-icon {
  float: right;
  margin-top: 30px;
  cursor: pointer;   
  display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;

}

/* -------------------------------------- */
/* SECTIONS */
/* -------------------------------------- */

.section-features .long-copy {
    margin-bottom: 30px;
}

.section-one {
    padding: 0;
}

.one-showcase {
    list-style: none;
    width: 100%;
}

.one-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.one-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #000;
}

.one-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.one-photo img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
}

/* -------------------------------------- */
/* WORKS SECTION */
/* -------------------------------------- */

.section-steps {
    background-color: #f4f4f4;
}

.steps-box:first-child {
    margin-top: 30px;
    text-align: right;
    padding-right: 3%;
}

.steps-box:last-child {
    margin-top: 70px;
    text-align: left;
    padding-left: 3%;
}

.app-screen{
     padding-right:50px;
    
    width: 70%;
}

.works-step {
    margin-bottom: 50px;
}

.works-step:last-of-type {
    margin-bottom: 80px;
}

.works-step div {
    color: #00adef;
    border: 2px solid #00adef;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
}

.btn-app:link,
.btn-app:visited {
    border: 0;
}

.btn-app img {
    height: 50px;
    width: auto;
    margin-right:10px;
}



/* -------------------------------------- */
/* SECTION PLANS */
/* -------------------------------------- */

.section-plans {
    background-color: #f4f4f4;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e6e5e5;
    box-shadow: 0 2px 2px #efefef;
    
}

.plan-price {
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #00adef;
}

.plan-box span {
    font-weight: 300;
    font-size: 30%;
}

.plan-price-meal {
    font-size: 80%;
}

.plan-box ul {
    list-style: none;
}

.plan-box li {
    padding: 5px 0;
    
}

.plan-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    border-bottom: transparent;
}

/* -------------------------------------- */
/* CONTACT FORM */
/* -------------------------------------- */

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {
    outline: none;
}

/* -------------------------------------- */
/* CONTACT FORM */
/* -------------------------------------- */

.padd{
padding: 5px;    
}

footer {
    padding: 40px;
    background-color: #333;
    color: #e6e6e6;
    font-size: 80%;
}
.footer-nav {
    text-decoration: none;
    list-style: none;
    float: left
}

.social-icons {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-icons li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited, 
.social-icons li a:link,
.social-icons li a:visited {
    text-decoration: none;
    border-bottom: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active, 
.social-icons li a:hover,
.social-icons li a:active {
    text-decoration: none;
    border-bottom: 0;
    color: #ddd;
}

.social-icons li a:visited,
.social-icons li a:link {
    font-size: 150%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

footer p {
    margin-top: 20px;
    color: #888;
    text-align: center;
}

strong{
    color:#00adef;

}

/* -------------------------------------- */
/* animations */
/* -------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3 {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js--wp-4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}