.margin-50{margin: 50px 0;}
.visible{visibility: visible!important;}
.media{min-height: 144px;background-image: url(../images/passport_bg.gif);background-repeat: no-repeat;background-size: 100%;}

.login-layout{background: #fff;}
.logo{height: 56px;vertical-align: bottom;}
.sub-title{font-size: 16px;}
h4.header{margin-top: 0;text-align: left;color: #00AB74;border-bottom: 1px solid #00AB74;}


/* elements */

input[type=checkbox].ace+.lbl::before, input[type=radio].ace+.lbl::before{
    color: #00AB74!important;
}

.social-or-login {
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.social-or-login:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px dotted #404040;
}

.social-or-login :first-child {
    display: inline-block;
    background: #eee;
    padding: 0 8px;
    font-size: 13px;
}



a,.tp-caption a.btn:hover {
    color: #00AB74;
}
.top-nav-collapse {
    background: #00AB74;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    color: #00AB74;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #00AB74;
}

.widget-avatar .avatar:hover {
    border: 5px solid #00AB74;
}

.bg-skin {
    background: #00AB74;
}

.boxed-grey form.passport-box input:focus,.boxed-grey form.passport-box select:focus,.boxed-grey form.passport-box textarea:focus {
    border-color: #00AB74;
}

.boxed-grey form.passport-box input.focus-red:focus,.boxed-grey form.passport-box select.focus-red:focus,.boxed-grey form.passport-box textarea.focus-red:focus {
    border-color: #D15B47;
}

footer {
    background-color: #00AB74;
}

.btn-skin {
  color: #fff;
  background-color: #00AB74;
  border-color: #00AB74;
}

.btn.btn-green{background-color: #00AB74!important;}

.btn {
    border: none!important;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out!important;
    -moz-transition: all .3s ease-in-out!important;
    transition: all .3s ease-in-out!important;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
    height: 500px;
}


.btn.btn-skin:hover,
.btn.btn-skin:focus,
.btn.btn-skin:active,
.btn.btn-skin.active {
  color: #fff!important;
  background-color: #666!important;
  border-color: #666!important;
}


.btn.btn-default:hover,
.btn.btn-default:focus {
    border: 1px solid #28c3ab!important;
    outline: 0!important;
    color: #000!important;
    background-color: #28c3ab!important;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
/* end elements */





.boxed-grey {
    background: #eee;
    margin-bottom: 50px;
    padding: 20px;
}

.boxed-grey form.passport-box{}

.boxed-grey form.passport-box .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.boxed-grey form.passport-box input,.boxed-grey form.passport-box select,.boxed-grey form.passport-box textarea {
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.boxed-grey form.passport-box input:focus,.boxed-grey form.passport-box select:focus,.boxed-grey form.passport-box textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.passport-link,.passport-link:hover,.passport-link:link,.passport-link:visited{color: #00AB74;}
.form-group.has-error .input-group .input-group-addon,.form-group.has-info .input-group .input-group-addon{border-color:#eee!important;}
