/*

Template 2107 New Spot

http://www.tooplate.com/view/2107-new-spot

COLOR CODES

	Primary (Pink):   #CC0064
	Secondary (Blue): #0095BF
  
*/

* {
  margin: 0;
  padding: 0;
}

body {
 /* background-color: #3F6999;*/
  color: #6c6c6c;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  padding-top: 50px;
  }

.tm-container {
  background-color: white;
  max-width: 100%;
}

.tm-site-title {
  color: #cc0064;
  font-size: 3rem;
}

/* .tm-site-title + h3 {
  margin-top: 5px;
} */

.tm-site-subtitle {
  color: #0095bf;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* .tm-section-1 {
  height: 750px;
  background-image: url(../img/bubiceiopremanovisad.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  background-repeat: no-repeat;
  padding-top: 75px;
} */

.hero-section {
  height: 750px;
  background-image: url(../img/bubiceiopremanovisad.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}

/* Slika za SEO – ne prikazuje se */
.seo-image {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: -9999px;
}

.tm-color-primary {
  color: #cc0064;
}

.tm-color-secondary {
  color: #0095bf;
}

.tm-btn-primary {
  color: white;
  background-color: #cc0064;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  background-color: #f21b85;
}

.tm-btn-secondary {
  color: white;
  background-color: #0095bf;
}

.tm-btn-secondary:hover,
.tm-btn-secondary:focus {
  background-color: #44cbf1;
}

.tm-bg-circle-white {
  background-color: rgba(255, 255, 255, 0.8);
  color: #6c6c6c;
  border: 7px solid #D23063;
  padding: 75px 81px 75px 90px;
  border-radius: 50%;
  width: 550px;
  height: 550px;
}

.tm-bg-circle-pad-2 {
  padding-left: 120px;
}

.main-text-description {
  color: #6c6c6c;
  text-align: justify;
}


p,
ul {
  line-height: 2;
  font-weight: 300;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  margin-right: 5px;
  text-indent: -5px;
}

.btn {
  padding: 10px 30px;
  font-size: 1.15rem;
  font-weight: 300;
  border-radius: 8px;
}

a.btn:hover {
  color: white;
  text-decoration: none;
}

.tm-flex-center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tm-text-container {
  max-width: 420px;
}

.tm-circle-img {
  width: 500px;
}

.tm-circle-img-container {
  text-align: right;
}

.tm-contact-form {
  max-width: 280px;
}

.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cc0064;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cc0064;
  border-width: 2px;
}

.tm-send-btn {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tm-footer-link {
  color: #6c6c6c;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #cc0064;
  text-decoration: none;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}

@media (max-width: 992px) {
  .tm-bg-circle-white {
    margin-left: auto;
    margin-right: auto;
  }
  .tm-section-left {
    margin: 50px auto;
  }

  .tm-circle-img-container {
    text-align: center;
  }

  .tm-contact-form {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-contact-right {
    margin-bottom: 50px;
  }

  .tm-footer-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 576px) {
  .tm-bg-circle-white {
    border-radius: 100px;
    width: 100%;
    height: auto;
    padding: 50px;
  }

  img {
    max-width: 100%;
  }

  .tm-section-1,
  .tm-section-3 {
    height: auto;
  }

  .tm-section-1 {
    padding-bottom: 90px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
  }


  .tm-circle-img-container {
    margin-bottom: 30px;
  }
}


.social-part .fa{
    padding-right:20px;
	color: #6C6C6C;
}
.social-part .fa:hover{
	color: #CC0064;
}
ul li a{
    margin-right: 20px;
}

.socialpart-right {
    position: relative;
    left: 80%;
}

.navbar
{
background: hsla(0, 0%, 100%, 0.97)
}

.navbar-centered {
  float: none;
  position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
}


.tm-site-title {
	text-align: center;
}
.tm-color-secondary {
	text-align: center;
}





.tm-section-3 {
  height: 790px;
  background-image: url(../img/spot-bg-02.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
}


.tm-test1 {
  height: 790px;
  /*background-image: url(../img/sivo.jpg);*/
  background: #9D407F;
  background-size: cover;
  /*-webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);*/
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  
    padding-top: 100px;
    padding-bottom: 100px;
   /*-webkit-clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);*/
   
    clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
}


.kontakt {

width: 700px;
height: auto;
/*background:black;*/
padding-top: 100px;

}

.text-kontakt {
	width: 400px;
	height: auto;
	text-align: justify;
	/*background:blue;*/
}

.text-kontakt a{
	color: #6C6C6C;
}
.text-kontakt a:hover{
	color: #CC0064;
}


.kontaktbubicenovisad {
	max-width: 100%;
	max-height: 100%;
}



.desno-slika-postavke{
	padding-top: 100px;
    padding-bottom: 100px;
}


.levo-slika-postavke {
	height: 100%;
	background-color: none;
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	border-bottom: 7px solid #3F6998;
	border-top: 7px solid #3F6998;
	padding-top: 100px;
    padding-bottom: 100px;
}

.tekst-desno {
	background:none;
	width: 450px;
	padding-top:30px;
   padding-left:20px;
   padding-right:20px;
   text-align: justify;
   display: grid;
   align-items: justify;
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.tekst-levo {
	background:none;
	width: 450px;
	padding-top:30px;
   padding-left:20px;
   padding-right:20px;
   text-align: justify;
   display: grid;
   align-items: justify;
}

.desno-slika-iznajmljivanje {
  width: 450px;
  height: 450px;
  border: 7px solid #D23063;
  border-radius: 50%;
  object-fit: cover;
}


.levo-slika-prodaja {
	background-image: url(../img/prodaja.jpg);
	width: 450px;
	height: 450px;
	border: 7px solid #D23063;
	border-radius: 50%;
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.desno-slika-servis {
	background-image: url(../img/servisbubicanovisad.jpg);
	width: 450px;
	height: 450px;
	border: 7px solid #D23063;
	border-radius: 50%;
}

.levo-slika-sat {
	background-image: url(../img/satsakamerom.jpg);
	width: 450px;
	height: 450px;
	border: 7px solid #D23063;
	border-radius: 50%;
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.desno-slika-tokivoki {
	background-image: url(../img/tokivoki.jpg);
	width: 450px;
	height: 450px;
	border: 7px solid #D23063;
	border-radius: 50%;
}

.levo-slika-baterije {
	background-image: url(../img/baterijezabubicu.jpg);
	width: 450px;
	height: 450px;
	border: 7px solid #D23063;
	border-radius: 50%;
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}


.kontakt-telefon {
  font-size: 1.6rem;
  color: #0095bf;
}
.kontakt-telefon:hover {
  color: #0095bf;
}