/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}
#banner.jumbotron {
    padding: 1rem 0 0 0;
    background-color: transparent;
}

#feature-first.jumbotron {
    padding-top: 0;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #b8e8dc !important;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #3c8f7d;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-red {
    background: #f47457;
    color: #ffffff !important;
}

.cta-red:hover {
    color: #ffffff;
    background: #db3a16;
}
.red-text {
    color: #db3a16;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #b8e8dc 0);
}

#feature-last {
    background: #b8e8dc;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#forma {
    background-size: cover;
}

#forma ul li {
    padding: 3px 0;
}

#forma .form {
    color: #3c8f7d;
}

#forma .form input,
#forma .form textarea {
    background: transparent;
    border: 1px solid #3c8f7d;
    color: #51bfa6;
}

#upisnibroj::placeholder, #oib::placeholder {
    color: #51bfa6;
    font-size: 0.7rem;
} 
.form_validation {
    color: #db3a16;
    font-size: 0.7rem;
} 

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 1rem 2rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #b8e8dc;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

/*****CHECKBOX*********/
.checkbox label:after{
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr{
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon{
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"]{
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr{
  opacity: .5;
}