/***
Promo Page
***/
.page-content {
    height: 100%;
    margin: 0;
    padding: 0;
}

.ie8 .page-content {
    padding: 0 !important;
}

.promo-page {
    padding-left: 0;
    padding-right: 0;
    min-height: 100%;
}

.promo-page .block-white {
    min-height: 350px;
    padding: 50px 20px 30px 20px;
    background:#fff;
}

/*page row options*/
.promo-page .block-transparent {
    min-height: 120vh;
    background-image: url("../../img/bg_ny.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 100vh;
    margin-top:-5px;
}

.promo-page .block-transparent .wrap-primary {
    background-color: rgba(0, 0, 0, 0.5);
    height:100vh;
    min-height: 120vh;
}
.promo-page .block-transparent .secondary-color {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    color: #ffff1a;
    font-size:20px;
    font-weight:300;
    margin-bottom:15px;
}
.promo-page .block-transparent .lead {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-weight: 300;
    font-size: 1.6em;
    max-width: 700px;
    margin: 0 auto;
}
.promo-page .block-transparent h1,
.promo-page .block-transparent h2,
.promo-page .block-transparent h3,
.promo-page .block-transparent h4,
.promo-page .block-transparent h4,
.promo-page .block-transparent h6 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-family: "Muli", "Lato", sans-serif;
}

.head-img {
    width:75px;
    height:75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head-title {
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
}
.profile-header-btn .btn {
    margin: 10px;
    padding: 12px 20px;
}
.btn-ar {
    border-radius: 2px;
    font-size: 14px;
}

/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */
.animation-delay-1 {
    animation-delay: .1s !important;
}
.animation-delay-2 {
    animation-delay: .2s !important;
}
.animation-delay-3 {
    animation-delay: .3s !important;
}
.animation-delay-4 {
    animation-delay: .4s !important;
}
.animation-delay-5 {
    animation-delay: .5s !important;
}
.animation-delay-6 {
    animation-delay: .6s !important;
}
.animation-delay-7 {
    animation-delay: .7s !important;
}
.animation-delay-8 {
    animation-delay: .8s !important;
}
.animation-delay-9 {
    animation-delay: .9s !important;
}

.pulseBtn {
    padding:1rem 2rem;
    margin-left:15px;
    box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.pricign-box-pro {
    border-color: #0099da;
}
.pricign-box-pro > .pricing-box-header {
    color: #fff;
    background-color: #428bca;
    padding: 10px;
    width:75%;
    margin-left:auto;
    margin-right:auto;
}

panel-heading-link,
.panel-plus-link {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    font-family: "Lato", "Open Sans", sans-serif;
}
.panel-plus-link a {
    background-color: inherit;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.panel-plus-link a:hover,
.panel-plus-link a:focus,
.panel-plus-link a:active {
    background-color: transparent !important;
}
.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em;
}
.panel-group .panel > .panel-heading.panel-plus-link a:before {
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em;
}
.panel-primary .panel-heading a,
.panel-primary .panel-plus-link a {
    color: #fff;
}
.panel-primary .panel-heading a:hover,
.panel-primary .panel-plus-link a:hover {
    background-color: none;
}
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel .panel-footer i {
    margin: 0 5px;
}
.panel-primary .panel-heading-link a:after,
.panel .panel-heading-link a.collapsed:after {
    content: "\f104";
}
.panel-heading.panel-plus-link > a,
.panel-heading-link > a {
    display: block;
    padding: 5px 15px;
}
.panel-heading-link > a > i {
    margin-right: 10px;
}
.panel .panel-heading a {
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}