﻿/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
	font-family:'OpenSans';
	src: url('/passportv3/Font/opensans-regular.eot');
	src: local('☺'), url('/passportv3/Font/opensans-regular.woff') format('woff'), url('/passportv3/Font/OpenSans-Regular.ttf') format('truetype'), url('/passportv3/Font/opensans-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family:'OpenSans-l';
	src: url('/passportv3/Font/opensan-l.eot');
	src: local('☺'), url('/passportv3/Font/opensan-l.woff') format('woff'), url('/passportv3/Font/opensan-l.ttf') format('truetype'), url('/passportv3/Font/opensan-l.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}   
body {
    overflow-x: hidden;
    font-family: 'OpenSans', sans-serif;
	font-size:14px
}

.text-primary {
    color: #f58320;
}
.text-primary:hover {
    color: #ccc !important;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #f58320;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-weight: 700;
}
label{}
.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #f58320;
    color: #fff;
    background-color: #f58320;
	font-weight:bold
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f58320;
    background-color: #f58320;
}

.btn-primary .badge {
    color: #f58320;
    background-color: #fff;
}

.btn-xl {
    padding: 15px 40px;
    border-color: #f58320;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #f58320;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ee770f;
    color: #fff;
    background-color: #ee770f;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #f58320;
    background-color: #f58320;
}

.btn-xl .badge {
    color: #f58320;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color:#444;
}

.navbar-default .navbar-brand {
    font-family: 'OpenSans', sans-serif;
    color: #f58320;
	padding:3px
}
.navbar-default .navbar-brand img{border:1px solid #fff}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #f58320;
    background-color: #f58320;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f58320;
}

.navbar-default .nav li a {
    text-transform: uppercase;

    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 2px s;
    color: #f58320;
    background:transparent;
	border:2px solid #f58320
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
     border-radius: 2px s;
    color: #f58320;
    background:transparent;
	border:2px solid #f58320
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #444;
		opacity:.95
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(/passportv3/images/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 230px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: 'OpenSans-l', sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 50px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 55px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 90px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
	color:#fff
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(15,103,84,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #ddd;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #ddd;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #f58320;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;line-height:24px
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 80px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #0f6754;
    background-image: url(/passportv3/images/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}
.form-control{font-size:14px}
section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 176px;border-radius:4px
}

section#contact .form-control:focus {
    border-color: #16826b;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #fff;
}
footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'OpenSans', sans-serif;
    line-height: 40px;
	
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'OpenSans', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #277766;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #f58320;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background:#1b6f5d;
	color:#fff
}

::selection {
    text-shadow: none;
    background:#1b6f5d;color:#fff
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #f58320;
}
#pricing .box {
}
#pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  border: 1px solid #e1e1e1;
  box-shadow:5px 5px 5px #e1e1e1
}
#pricing .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
  font-size:16px
}
#pricing .plan li.plan-name {
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
}
#pricing .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}
#pricing .plan li.plan-action {
  margin-top: 15px;
  margin-bottom:15px;
  border-bottom: 0;
}
#pricing .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#pricing .plan.featured .plan-price {
  color: #fff;
  background-color: #0f6754;
  border-bottom-color: #0f6754;
  margin: 0;
}
#services .box {
  padding-bottom: 0;
}
#services .row > div {
  margin-bottom: 0px;
}
.center {
  text-align: center;
}


#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	border: 0;
	font-size:16px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.color-w{color:#fff}
.nav-pills li a{font-size:16px}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{background:#277766;color:#fff}

.nav-pills li a:hover{background:#277766;color:#fff}
/* Tab***/
.tab-pane{padding:0}
.tab-content{padding-top:10px}
.tab-content ul li{padding:0px 0 5px 0}
.tab-content h3{text-transform:none;font-size:16px;background:url(/passportv3/images/check52.png) no-repeat left 1px;padding-left:20px;line-height:20px}
.tab-content p{padding:7px 0}
.tab-content p img{max-width:80%;margin:0 auto}
.form-control:focus{border:1px solid #267665}
.btn-theme {
  background: #267665;
  padding:12px 45px;font-size:16px;color:#fff
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #2e8573;color:#fff
}
.modal-title{}
.nav-tabs{}
.nav-tabs a{font-size:16px;color:#666;font-weight:bold}
.nav-tabs li.active a{color:#F58320 !important;font-size:16px;border-bottom:2px solid #f58320 !important}
.nav-tabs > li > a{ border:0 !important;
    border-radius:0;
    line-height: 1.42857;
    margin-right: 2px;color:#999}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border-bottom:1px solid #ddd;background:transparent !important}
.nav-tabs > li > a:hover{border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;background:none;color:#F58320}
.link-log{color:#fff;border:1px solid;padding:15px 20px !important;border-radius:4px}
.link-log:focus{color:#fff !important}	
/*Back to top*/
#bttop{border:1px solid #0a5b49;background:#0a5b49 url(/passportv3/images/up.png) no-repeat center center;text-align:center;padding:15px;position:fixed;bottom:25px;right:10px;cursor:pointer;display:none;color:#fff;font-size:11px;font-weight:bold;opacity:.7;width:24px;height:24px;z-index:9999}
#bttop:hover{opacity:1}
.help-block li{list-style:none;margin:0;padding:0}
.help-block ul{list-style:none;margin:0;padding:0}
@media(max-width:1025px){
	.navbar-default .nav li a{font-size:12px}
	.navbar-brand img {
    margin: 5px 0 0 5px;
    width: 140px;
}
	}
.cl-2{color:#ddd}
.s-1{width:100px;height:100px;background:#F58320;border-radius:50%;display:block;margin:0 auto 15px;font-size:4em}
.s-1:hover,.s-2:hover,.s-3:hover{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;background-color:#fec503}

/**/
/*Fix slide banner all screen*/
.s-1[data-animation=ef-1]:hover i{
-webkit-animation: zoomIn ease-in-out 1 normal 500ms;
-moz-animation: zoomIn ease-in-out 1 normal 500ms;
-ms-animation: zoomIn ease-in-out 1 normal 500ms;
-o-animation: zoomIn ease-in-out 1 normal 500ms;
animation: zoomIn ease-in-out 1 normal 500ms;}
.arr-down[data-animation=ef-2]:hover i{
-webkit-animation: zoomIn ease-in-out 1 normal 500ms;
-moz-animation: zoomIn ease-in-out 1 normal 500ms;
-ms-animation: zoomIn ease-in-out 1 normal 500ms;
-o-animation: zoomIn ease-in-out 1 normal 500ms;
animation: zoomIn ease-in-out 1 normal 500ms;}
/**/
.title-version{color:#0F6754;font-size:24px}
.dms-version {margin:0 0 0 25px;padding:0}
.dms-version img{margin-right:3px}
.dms-version li{padding:10px  0 10px 0px;margin:0;list-style:none}
.dms-version-2 li{padding:5px  0 5px 0px;margin:0;}
.btn-lg, .btn-group-lg > .btn{padding:10px 30px}
.dms-help{padding:10px 0}
.dms-conent-p{padding-right:75px;padding-top:10px}
.new-line{background:url(/passportv3/images/line.png) no-repeat center bottom;padding-bottom:14px;margin-bottom:40px !important}
.new-line2{background:url(/passportv3/images/line2.png) no-repeat center bottom;padding-bottom:10px;margin-bottom:40px !important}
.btn-web{margin-top:10px;padding:15px 110px;font-size:28px}
@media(max-width:768px){
	.dms-help{padding:10px 0}
	.dms-help a{display:block;margin-bottom:5px}
	.dms-help span{display:none}
	.dms-conent-p{padding-right:10px;padding-top:10px}
	.dms-version-2 li{text-align:left}
	.old-version{margin-top:25px}
	.btn-web{margin-top:10px;padding:10px 40px;font-size:24px}
	}
.title_h5{color:#0f6754;font-size:16px}

.log-logo{position:absolute;left:70px;top:75px;width:195px;height:44px;background:url(/passportv3/images/logo-log.png) no-repeat;display:block}
.box-login{margin:0 auto;height:100%}
.login-box{width:370px;margin:0px auto 0;position:absolute;top:150px;right:100px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 0 7px #999}
.login-box h2{font-size:20px;font-weight:bold;color:#2d3d4b;position:relative;display:block;padding-bottom:15px;text-shadow:2px 2px #fff;border-bottom:1px #d2d2d2 solid;margin-top:0;text-transform:none}
.login-box h2 span{position:absolute;right:0;top:0}
.login-box ul {margin:10px 0 0 0px !important;padding:0;list-style:none}
.login-box ul li{padding:7px 0;font-size:14px;list-style:none}
.login-box ul label{display:inline-block;width:120px;text-align:left;padding-right:5px;padding-top:6px}
.login-box ul label span{color:#e52d2d}
.login-box p{text-align:right;padding-top:15px}
.login-box p a{padding:0 5px}
.login-box p a:hover{color:#0076b6;text-decoration:underline !important}
.copyr{position:absolute;text-align:center;bottom:10px;color:#fff;margin:0 auto;width:100%;}
.calendar{margin-left:5px}
.calendar img{vertical-align:top}
.v-footer2{background:#4a5966;position:absolute;margin-top:50px;opacity:.9;bottom:0;position:absolute;width:100%;left:0}
.v-footer2 h2{text-align:center;font-size:14px;color:#ffffff;text-transform:none;font-weight:normal}
.p-input{border:1px #d5d5d5 solid;border-radius:3px;width:230px !important;padding:5px;height:18px;font-family: "OpenSans", arial !important;box-shadow: 0 1px 1px rgba(50,50,50,0.1);float:right}
.p-input:focus{border:1px #1f7e6a solid;-moz-box-shadow: 0 0 5px #a7ddd6;
-webkit-box-shadow: 0 0 5px #a7ddd6;box-shadow: 0 0 5px #a7ddd6;color:#1f7e6a}
.log-pass{}
.log-pass a{color:#353535;text-decoration:none ;font-size:12px}
.log-pass a:hover{color:#1f7e6a	;text-decoration:none }
.btn-1 {
  background: #1a7964;
  background-image: -webkit-linear-gradient(top, #1a7964, #0f6754);
  background-image: -moz-linear-gradient(top, #1a7964, #0f6754);
  background-image: -ms-linear-gradient(top, #1a7964, #0f6754);
  background-image: -o-linear-gradient(top, #1a7964, #0f6754);
  background-image: linear-gradient(to bottom, #1a7964, #0f6754);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size:14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:240px !important;border:0;cursor:pointer
}

.btn-1:hover ,.btn-1:focus {
  background: #23846f;
  background-image: -webkit-linear-gradient(top, #23846f, #15725e);
  background-image: -moz-linear-gradient(top, #23846f, #15725e);
  background-image: -ms-linear-gradient(top, #23846f, #15725e);
  background-image: -o-linear-gradient(top, #23846f, #15725e);
  background-image: linear-gradient(to bottom, #23846f, #15725e);
  text-decoration: none;
  color: #ffffff;
}

.box-warning {
	width: 740px;
	position: absolute;
	top: 150px;
	left: 100px;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 7px #999
}

.box-warning h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2d3d4b;
	position: relative;
	display: block;
	padding-bottom: 15px;
	text-shadow: 2px 2px #fff;
	border-bottom: 1px #d2d2d2 solid;
	margin-top: 0;
	text-transform: none
}

.box-warning h2 span {
	position: absolute;
	right: 0;
	top: 0
}

.box-warning ul {
	margin: 10px 0 0 0px !important;
	padding: 0;
	list-style: none
}

.box-warning ul li {
	padding: 7px 0;
	font-size: 14px;
	list-style: none
}

.box-warning ul label {
	display: inline-block;
	width: 120px;
	text-align: left;
	padding-right: 5px;
	padding-top: 6px
}

.box-warning ul label span {
	color: #e52d2d
}

.box-warning p {
	text-align: right;
	padding-top: 15px
}

.box-warning p a {
	padding: 0 5px
}

.box-warning p a:hover {
	color: #0076b6;
	text-decoration: underline !important
}