/* 

Template 2110 Character
http://www.tooplate.com/view/2110-character


COLORS 

Primary Dark:       #996666
Primary Light:      #cc9999
Secondary:          #9999cc
Dark Background:    #333333
Dark Gray Text:     #666666
Light Gray Text:    #999999
Footer Gray Text:   #cccccc

*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  padding: 80px;
  overflow-x: hidden;
  height: 100vh;
}

img.logo {
	max-width: 300px;
	height: auto;
	width: 100%;
	z-index: 10;
}
img.slika1 {
	max-width:850px;
    height: auto;
    width: 100%;
    position: absolute;
    top: 120px;
    right: -50px;
	z-index: 5;
}

.tm-hero-text.t1 { text-align: center; color: #000000; padding-bottom: 0px;}
.tm-hero-text.t2 { text-align: center; color: #000000; padding-top: 0px; line-height: 48px;}
.slogan {
	font-weight: bold; 
	font-size: 44px;
	color: #000000;
}

.link-p { text-align: center;  }
a.bijeli-link {color: #ffffff;}
a.bijeli-link:hover {text-decoration:underline;}


textarea {
  font-family: "Open Sans", sans-serif;
}

a {
	color: #FF0;
  text-decoration: none;
}

button {
  border: none;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

h2 {
  margin-top: 0;
}

p {
  line-height: 2;
  margin: 0;
}

.tm-container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* http://w3bits.com/css-masonry/ */
.masonry {
  /* Masonry container */
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
}

.item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0;
  width: 100%;
}

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

.tm-relative {
  position: relative;
}

.tm-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*max-width: 600px;*/
}

.tm-block-wider {
  max-width: 640px;
  width: calc(100% + 40px);
}

.tm-block-left {
  right: 20px;
  bottom: 20px;
}

.tm-block-left-2 {
  right: 60px;
  top: 15px;
}

.tm-block-right {
  padding: 15px 0 20px 20px;
}

.tm-img-left {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.tm-hero-text {
 /* padding: 140px 95px 0;*/
  padding: 40px 95px 40px;
  position: relative;
  z-index: 8;
}

.tm-block-pad {
  padding: 67px 63px;
}

.tm-block-icon {
  text-align: center;
  display: block;
  margin: 0 30px 30px;
}

.tm-block-brand {
  position: relative;
  /*margin-top: 147px;
  margin-bottom: 27px;*/
  margin-top: -55px;
  margin-bottom: 0px;
}

.tm-block-brand-inner {
  position: relative;
  right: 50px;
  /*padding: 70px 48px;*/
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-brand-name {
  margin: 0 40px 0;
  font-size: 2.5rem;
  font-weight: 400;
}

.tm-bg-dark {
  /*background-color: #333333;*/
  background: url(../img/pozadina1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}

.tm-bg-white {
  background-color: #ffffff;
}

.tm-btn {
  padding: 15px 25px;
  display: inline-block;
  font-size: 1em;
}

.tm-btn-small {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 35px;
}

.tm-btn-pad-big {
  padding: 17px 45px;
}

.tm-btn-primary {
  color: #9999cc;
  background-color: #ffffff;
}

.tm-btn-primary:hover {
  background-color: #c5c5e6;
}

.tm-btn-secondary {
  color: white;
  background-color: #9999cc;
}

.tm-btn-secondary:hover {
  color: #ffffff;
  background-color: #5b5bb2;
}

.tm-text-white {
  color: #ffffff;
}

.tm-text-gray-light {
  color: #999999;
}

.tm-bg-primary-light {
  background-color: #cc9999;
}

.tm-bg-primary-dark {
  /*background-color: #996666;*/
}

.tm-bg-secondary {
  background-color: #000000;
}

.tm-mt {
  margin-top: 30px;
}

.tm-mt-big {
  margin-top: 50px;
}

.tm-mb {
  margin-bottom: 45px;
}

.tm-mb-small {
  margin-bottom: 20px;
}

.tm-text-right {
  text-align: right;
}

.tm-text-uppercase {
  text-transform: uppercase;
}

.tm-form-group {
  margin-bottom: 25px;
}

input,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #958ec0;
  padding: 18px 20px;
  font-size: 1em;
}

.tm-contact-form {
  width: calc(100% - 40px);
}

.tm-form-section {
  margin-top: -5px;
}

.tm-form-section-tag {
  position: relative;
}

.tm-form-section-tag h2 {
  font-size: 1.6rem;
}

.tm-form-section-tag-inner {
  position: relative;
  left: 40px;
  right: -40px;
  bottom: -40px;
  width: 100%;
  max-width: 490px;
  box-sizing: border-box;
  padding: 55px 47px;
  z-index: 8;
}

.tm-pb-0 {
  padding-bottom: 0 !important;
}

.tm-img-qr {
  width: 150px;
  height: 150px;
  margin: 30px 20px 30px 0;
}

.tm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}

.tm-footer,
.tm-footer a {
  color: #cbcbcb;
}

.tm-footer a:hover {
  color: #996666;
}

.tm-footer p {
  font-size: 16px;
}




@media
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1360px),
only screen and (min-moz-device-pixel-ratio:2) and (max-width:1360px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1360px),
only screen and (min-device-pixel-ratio:2) and (max-width:1360px),
only screen and (min-resolution:192dpi) and (max-width:1360px),
only screen and (min-resolution:2dppx) and (max-width:1360px),
only screen and (max-width:1360px)
{
.tm-form-section-tag-inner {
    max-width: 33vw;
}
}



@media (max-width: 1232px) {
  body {
    padding: 60px;
  }
  
  .tm-block-left {
    right: unset;
    bottom: unset;
}


}

@media (max-width: 1199px) {
  .masonry {
    /* Masonry container */
    -webkit-column-count: 1;
    column-count: 1;
  }

  .tm-container {
    /*max-width: 600px;*/
  }
}



@media
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1179px),
only screen and (min-moz-device-pixel-ratio:2) and (max-width:1179px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1179px),
only screen and (min-device-pixel-ratio:2) and (max-width:1179px),
only screen and (min-resolution:192dpi) and (max-width:1179px),
only screen and (min-resolution:2dppx) and (max-width:1179px),
only screen and (max-width:1179px)
{


 .tm-container {
    max-width: 600px;
  }
  
  
  img.logo {
	max-width: 220px;
}

.tm-hero-text.t1 {
    padding: 40px 15px 0px 20px;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
}

.slogan {
    font-size: 30px;
}

.tm-form-section-tag-inner {
	bottom: -80px;
}


}






@media (max-width: 665px) {
	
	body {
        padding: 60px 20px 60px 20px;
    }
	
	    .tm-container {
        max-width: 180px;
    }
	
	.tm-block-brand {
        margin-top: -95px;
    }
	
	 img.logo {
        max-width: 90px;
    }
	
	    img.slika1 {
        top: 300px;
    }
	
	
	
	.tm-hero-text.t1 {
        font-size: 14px;
		line-height: 20px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px 15px 0px 20px;
    }

.tm-hero-text.t2 {
    padding-top: 14px;
    line-height: 25px;
	margin-right: -60px;
    margin-left: 0;
	padding-right: 0px;
    padding-left: 0px;
}
.slogan
 {
        font-size: 18px;
    }

.tm-form-section-tag-inner {
        max-width: 180px;
		bottom: -125px;
		left: 0px;
		
		padding: 10px;

	font-size: 15px;
	
    }
	
	.tm-block-brand-inner {
	    flex-direction: column;
        padding: 35px 35px 20px 35px;
        right: 30px;
    }
	
	
	
	.tm-brand-name {
    margin-top: 20px;
  }

  .tm-contact-form {
    width: calc(100% - 20px);
  }
	
}




/*

@media (max-width: 520px) {
  body {
    padding: 50px;
  }

  .tm-block-pad {
    padding: 45px;
  }

  .tm-hero-text {
    padding: 50px 45px 0;
  }

  .tm-block-brand {
    margin-top: 70px;
  }
}

@media (max-width: 417px) {
  .tm-block-left,
  .tm-block-left-2 {
    right: 0;
  }

  .tm-block-wider {
    width: 100%;
  }

  .tm-footer {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  body {
    padding: 40px 20px 10px;
  }

  .tm-form-section-tag-inner {
    left: 25px;
    right: -25px;
    bottom: -25px;
  }
}*/
