
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #656565;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 25px;
  
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}


.bottom-logo {padding: 15px;text-align: center; background: transparent;position: absolute; left: 0%; top: 0%;z-index: 1}
.bottom-logo-img {height: 65px;width: auto;}
.btn-success {color:#fff !important;
    background: #0abc0a; /* Old browsers */
    
}
.btn-cta {font-size: 1.75rem;letter-spacing: 0px;text-transform: uppercase;font-weight: 800;padding: 1rem 6.5rem;border:none;border-radius: 1.25em}
#muteicon {right: 10px;top:10px; position: absolute;z-index: 15;width: 6%; height: auto;}


.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 230px 0;
  text-align: center;
  color: white;
  background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/bg-top.png") no-repeat scroll;
  background-position-y:10%;
  background-color: #605a8d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 2.4em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffc109;
    font-weight: 900;
    margin: auto;
    width: 95%;
    line-height: 0.9;
    letter-spacing: -0.9px;
    font-family: 'Open Sans';
}

.masthead .intro-body .intro-text {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  
}

/* new arrow css*/

@-moz-keyframes bounce {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-webkit-keyframes bounce {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@keyframes bounce {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}

i {
  display: block;
  color: #fff;
}
.fa-angle-down {color:#fff !important;font-size: 90px !important}
.arrow {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 3.9em;
    margin-bottom: 25px; 
    color: #ffc109;
  }
  .masthead .intro-body .intro-text {
    font-size: 30px;
  }
}

.arrow {bottom: 10%}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 40px;
  /*-webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;*/
  color: #ffb700;
  border: 2px solid #717171;
  border-radius: 100% !important;
  background: #717171;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}
.btn-circle-black {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 0px;
  line-height: 40px;
/*  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;*/
  color: black;
  border: 2px solid black;
  border-radius: 100% !important;
  background: transparent;

}

.btn-circle:focus, .btn-circle:hover {
  color: black;
  outline: none;
 /* background: rgba(255, 255, 255, 0.1);*/
}

.btn-circle-black:focus, .btn-circle-black:hover {
  color: black;
  outline: none;
 /* background: rgba(255, 255, 255, 0.1);*/
}

.btn.focus,.btn:focus {box-shadow: none !important; }

/*********  desktop dizajna start **************/

.col-md-9 {padding-left: 0px !important;padding-right: 0px !important}
.mob {display: none;}
.content-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ececec
}
.content-section-testim {
   padding-top: 70px;
   padding-bottom: 70px;
   background-color: #ececec
}
.content-section-about {
   padding-top: 70px;
   padding-bottom: 70px;
   background-color: #22201c;  
}

.cta-section {
  width: 100%;
  height: 100%;
  position: relative;     
  color:#fff; 
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/BigLastSection.png") no-repeat scroll;
  background-position-y:10%; 
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mob-footer {display: none}

.buleti {margin: 0px auto 20px; font-weight: 600; font-size: 0.9em; color:#cccccc;letter-spacing: 1.2px; width: max-content; border:1px solid #cccccc; border-radius: 5px;padding: 9px}
.buleti img {width: 80%}
.col-sm-12 p {font-size: 14px; margin-bottom: 10px}
.boldiran {font-style: italic;font-weight: 900; color: #000}
.boldiran-about {font-style: italic;font-weight: 900; color: #fff}
.boldiran-last {font-style: italic;font-weight: 900; color: #fff}

.brand-heading-dark {
  color: #000;
  font-size: 2em;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -1px; 
  font-weight: 700;
}
.brand-heading-light {
  color: #cccccc;
  font-size: 2em;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 700; 
  margin-top: 15px
}
.brand-heading-last {
  color: #ffc109;
  font-size: 65px;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0px;  
  margin-top: 40% !important; 
}
.middle-text {font-size: 1em; line-height: 1.6;color:#eee;}
.middle-text-tesim {font-size: 1em; line-height: 1.6;}

.footer-text{
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom:15px;
  margin-left: auto; 
  margin-right: auto; 
  width: 100%;
 
}
.footer-text p {
        font-size: 17px;
        margin: 0;
      }

.cta-logo-img {height: 60px;width: auto;}
.margina {margin-top: 10%}
 .margina-top {margin-top: 45px;margin-bottom: 40px}

/***************  desktop dizajna end ***************/

/*
@media (min-width: 992px) {
  .content-section {
  padding-top: 250px;
  padding-bottom: 250px;
}
.content-section-testim {
   padding-top: 200px;
   padding-bottom: 200px;
}
.content-section-about {
   padding-top: 100px;
   padding-bottom: 200px;
}
  #map {
    height: 350px;
  }
}
*/
.btn {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-cta {padding: 1rem 4.5rem;}
}

@media (max-width: 767px) {

  .col-md-9 {padding-left: 0px !important;padding-right: 0px !important}
  .sirina-80 {width: 95%; margin: 10px auto;}  
  .content-section {position: relative; width: 100%;height: auto; padding-top: 10%;padding-bottom: 10%;background-color: #ececec}
 .content-section-about {
  padding-top: 5%;
  padding-bottom: 5%;
 background-color: #22201c;  
}
.content-section-testim {
  padding-top: 5%;
  padding-bottom: 5%; 
  background-color: #ececec
}
.content-section-cta {
  padding-top: 5%;
  padding-bottom: 7%;
}
.cta-section {
  width: 100%;
  height: auto;
  position: relative;     
  color:#f2f2f2; 
  background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/SmallLastSection.png") no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cta-image {margin-top: 15px}
.cta-image img {width: 85%;}
.mobile-header {font-size: 15px;font-weight:400;margin:0;text-transform: none;}
.oduzmi {margin-bottom: 20px; text-transform: none;letter-spacing: -1px;padding-right: 15px;padding-left: 15px}
.oduzmi-space {margin-bottom: 20px;margin-top: 10px; text-transform: none;letter-spacing: -1px;}
.buleti {margin: 0px auto 20px; font-weight: 600; font-size: 0.9em; color:#cccccc;letter-spacing: 1.2px; width: max-content; border:1px solid #cccccc; border-radius: 5px;padding: 9px}
.buleti img {width: 80%}
.col-sm-12 p {font-size: 14px; margin-bottom: 10px}
.boldiran {font-style: italic;font-weight: 900; color: #000}
.boldiran-about {font-style: italic;font-weight: 900; color: #fff}
.boldiran-last {font-style: italic;font-weight: 900; color: #fff}

.brand-heading-dark {
  color: #000;
  font-size: 1.3em;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -1px; 
  font-weight: 700;
}
.brand-heading-light {
  color: #cccccc;
  font-size: 1.3em;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 700; 
  margin-top: 15px
}
.brand-heading-last {
  color: #ffc109;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0px;  
  margin-top: 40% !important;
  font-family: "Open Sans";
}
.middle-text {font-size: 14px; line-height: 1.6;color:#eee;}

.footer-text{
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom:15px;
  margin-left: auto; 
  margin-right: auto; 
  width: 100%;
 
}
.footer-text p {
        font-size: 11px;
        margin: 0;
      }

.masthead .intro-body .intro-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px auto 25px;
  width: 86%
}

 

 .btn-cta {padding: 0.6rem 2.5rem;box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);}
 .margina {margin-top: 10%}
 .margina-top {margin-top: 45px;margin-bottom: 40px}
 .bottom-logo-img {height: 35px;width: auto;}
 .cta-logo {margin:50px auto 25px;}
 .cta-logo-img {height: 40px;width: auto;}
 .testm-img {width: 100%;}
 .fa-chevron-left {color:#333;}
 .fa-chevron-right {color: #333;}
 .embed-responsive {margin: auto;width: 90%;margin-top: -15px}

 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    text-rendering: auto;    
    -webkit-font-smoothing: antialiased;
    color: #fff}
.fa-angle-down {color:#fff !important;font-size: 50px !important}
.padding-15 {padding-right:15px;padding-left:15px}

/* strelica mobilni */
.fa-angle-down {color:#fff !important;font-size: 50px !important}
.arrow {
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}
    .mob {display: block;}
    .desk {display: none;}
}

@media (max-width: 560px) {
   .masthead {
  display: table;
  position: relative;
  width: 100%;
  height: auto;  
  text-align: center;
  color: white;  
  background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/bg-top-mob.png") no-repeat top center scroll;
  background-color: #ececec;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

@media (max-width: 320px) {
.btn-cta {font-size: 1.45em}
.arrow {bottom: 20%;}
.margina {margin-top: -20px;}
.masthead .intro-body .brand-heading {font-size: 1.8em;}
}


/* end of mobile design */



::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*----------------------------------------------------*/
/*----------------- Testimonials CSS -----------------*/
/*----------------------------------------------------*/
article {
  margin: 20px auto;
  width: 100%;
  padding: 1em; 
  color:#000;
}


.quote {
  background: #f7f7f7;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #f7f7f7 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
  text-align: left;
}

.student .photo1 {
  background-image: url("/img/testimonial1.png");
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 10px;
  border:3px solid #FFA500;
}

.student .photo2 {
  background-image: url("/img/testimonial2.png");
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 10px;
  border:3px solid #FFA500;
}

.student .photo3 {
  background-image: url("/img/testimonial3.png");
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 10px;
  border:3px solid #FFA500;
}

.student p {
  position: relative;
  top: 15px;
  text-transform: none;
  left: 10%;
}

.student p:nth-child(2) {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 0;
}

.student p:nth-child(3) {
  font-size: 0.88em;
  color: #777;
}