html {
 overflow: visible!important;
}

.slideshow {
    overflow: hidden;
    background-color: #000
}
.slideshow .carousel {
    margin: 0 -15px
}
.slideshow .item {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden
}
.slideshow .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .25
}
.slideshow .carousel-inner>.item.active.left,
.slideshow .carousel-inner>.item.active.right {
    opacity: .5;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}
.slideshow .carousel-caption {
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    bottom: auto;
    padding: 0;
    margin: auto;
    width: 70%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out
}
.slideshow .title {
    margin: 0 0 13%;
    font-size: 1.6em
}
.slideshow .brand {
    margin: 10% 0 0;
    display: block;
    font-size: 2em;
    font-weight: lighter
}
.slideshow .brand span {
    color: #2D8DAD
}
.slideshow .btn {
    padding: 12px 24px 13px;
    margin: 0 20px;
    border: 2px solid #ffffff;
    width: 70%;
    font-size: 1.1em;
    background-color: rgba(255, 255, 255, .1);
}

.slideshow .btn-blue {
    background-color: #0a3555!important;
    font-weight: 700;
}

.slideshow .btn-blue:hover {
    border: 2px solid #2D8DAD!important;
    background-color: #2D8DAD!important;
}

.slideshow .btn+.btn {
    margin: 20px 0
}
.slideshow .btn:hover {
    border: 2px solid #2D8DAD;
    background-color: #2D8DAD
}
.slideshow .btn span {
    margin-right: 10px
}
@media (min-width: 480px) {
    .slideshow .title {
        font-size: 1.9em
    }
    .slideshow .brand {
        font-size: 2em
    }
    .slideshow .btn {
        font-size: 1.2em
    }
}
@media (min-width: 768px) {
    .slideshow .title {
        margin: 0 0 10%
    }
    .slideshow .brand {
        margin: 7% 0 0
    }
    .slideshow .btn {
        padding: 2.2% 5% 2.5%;
        width: auto;
        font-size: 1.3em;
        min-width: 130px;
    }
    .slideshow .btn+.btn {
        margin: 0 20px 10px 0;
    }
}
@media (min-width: 992px) {
    .slideshow .title {
        margin: 0 0 7%;
        font-size: 2em
    }
    .slideshow .brand {
        margin: 5% 0 0;
        font-size: 2.4em
    }

    .slideshow .btn {
        min-width: 150px;
    }
}
@media (min-width: 1200px) {
    .slideshow .brand,
    .slideshow .title {
        font-size: 2.6em
    }
    .slideshow .btn {
        padding: 1.5% 3.5% 1.8%;
        font-size: 1.5em;
        min-width: 220px;
    }
}
.slideshow .img-responsive {
    width: auto
}
.slideshow .bg-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (max-width: 767px)and (orientation: landscape) {
    .slideshow .carousel-indicators {
        display: none
    }
    .slideshow .title {
        margin: 0 0 7%;
        font-size: 1.4em
    }
    .slideshow .brand {
        margin: 5% 0 0;
        font-size: 1.8em
    }
    .slideshow .btn,
    .slideshow .btn+.btn {
        padding: 10px 16px 12px;
        margin: 0 5px 10px 0;
        display: inline-block;
        width: 45%;
        font-size: 1.2em
    }
}
@media (min-width: 768px) {
    .slideshow .slide-text .title {
        font-size: 2.6em
    }
}
.slideshow .slide-form .title {
    margin: 0 0 7%;
    font-size: 1.4em
}
.slideshow .slide-form .brand {
    margin: 3.5% 0 0;
    font-size: 1.8em
}
.slideshow .slide-form .btn-form {
    padding: 12px 20px 13px 15px;
    margin: 0;
    width: 100%
}
.slideshow .slide-form .panel .btn {
    margin: 0;
    width: 100%;
    background-color: #2D8DAD;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, .1)
}
.slideshow .slide-form .panel .btn:hover {
    border-color: #c9302c;
    background-color: #c9302c
}
.slideshow .countdown .col-xs-3 {
    padding: 0
}
.slideshow .countdown .count {
    padding: 5px 0;
    margin-bottom: 10px;
    width: 52px;
    border-radius: 10px;
    background-color: #2D8DAD
}
.slideshow .countdown strong {
    display: block;
    font-size: 1.2em
}
.slideshow .countdown span {
    font-size: .8em
}
.slideshow .panel-subscription {
    background-color: rgba(78, 93, 108, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.slideshow .panel-subscription .panel-heading {
    background-color: rgba(78, 93, 108, .85)
}
.slideshow .panel-subscription .panel-footer {
    padding: 0 25px 25px;
    background-color: transparent
}
.slideshow .panel-subscription h3 {
    margin: 10px 0
}
.slideshow .panel-subscription .panel-body {
    padding: 25px
}
#modal-slide-form .form-group:last-child,
.slideshow .panel-subscription .form-group:last-child {
    margin-bottom: 0
}
@media (max-width: 767px)and (orientation: landscape) {
    .slideshow .slide-form .title {
        margin: 0 0 5%;
        font-size: 1.4em
    }
    .slideshow .slide-form .brand {
        margin: 5% 0 0;
        font-size: 1.8em
    }
    .slideshow .countdown {
        margin-bottom: 2%
    }
    .slideshow .countdown .count {
        width: 66px
    }
    .slideshow .countdown strong {
        font-size: 1.4em
    }
    .slideshow .countdown span {
        font-size: 1em
    }
    .slideshow .slide-form .btn-form {
        padding: 10px 16px 12px;
        margin: 0 auto;
        width: 70%
    }
}
@media (min-width: 768px) {
    .slideshow .slide-form .title {
        margin: 0 0 5%;
        font-size: 1.6em
    }
    .slideshow .slide-form .brand {
        margin: 3% 0 0;
        font-size: 2em
    }
    .slideshow .countdown {
        margin-bottom: 30px
    }
    .slideshow .countdown .col-xs-3 {
        padding-right: 15px;
        padding-left: 15px
    }
    .slideshow .countdown .count {
        padding: 10px;
        width: 80px
    }
    .slideshow .countdown strong {
        font-size: 2em
    }
    .slideshow .countdown span {
        font-size: 1em
    }
}
@media (min-width: 992px) {
    .slideshow .slide-form .title {
        margin: 0 0 15%;
        font-size: 2em
    }
    .slideshow .slide-form .brand {
        margin: 10% 0 0;
        font-size: 2.4em
    }
    .slideshow .countdown {
        margin-bottom: 0
    }
    .slideshow .countdown .count {
        width: 70px
    }
}
@media (min-width: 1200px) {
    .slideshow .slide-form .title {
        margin: 0 0 14%;
        font-size: 2.2em
    }
    .slideshow .slide-form .brand {
        margin: 10% 0 0;
        font-size: 2.6em
    }
    .slideshow .countdown .count {
        width: 80px
    }
}
@media (min-width: 1400px) {
    .slideshow .slide-form .title {
        margin: 0 0 8%;
        font-size: 2.6em
    }
    .slideshow .slide-form .brand {
        margin: 5% 0 0
    }
}
.slideshow .slide-image .c4 {
    visibility: hidden
}
.slideshow .slide-image .c5 {
    position: absolute;
    top: 45%;
    right: 0;
    bottom: auto;
    padding: 0;
    margin: auto;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%)
}
@media (min-width: 768px) {
    .slideshow .slide-image .c4 {
        visibility: visible
    }
    .slideshow .slide-image .c5 {
        top: 50%;
        padding: 0 0 0 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .slideshow .slide-image .title {
        margin: 0 0 14%;
        font-size: 2em
    }
    .slideshow .slide-image .brand {
        margin: 10% 0 0
    }
    .slideshow .slide-image .btn {
        padding: 3.8% 5% 4.2%;
        margin: 0 5px 10px 0;
        font-size: 1.1em
    }
    .slideshow .slide-image .btn+.btn {
      margin: 0 5px 10px 0;
    }
}
@media (min-width: 992px) {
    .slideshow .slide-image .title {
        margin: 0 0 10%
    }
    .slideshow .slide-image .brand {
        margin: 7% 0 0
    }
    .slideshow .slide-image .btn {
        padding: 3.5% 5% 3.8%;
        margin: 0 10px 20px 0;
        font-size: 1.2em
    }
    .slideshow .slide-image .btn+.btn {
            margin: 0 10px 20px 0;
    }
}
@media (min-width: 1200px) {
    .slideshow .slide-image .c5 {
        padding: 0 15px
    }
    .slideshow .slide-image .brand,
    .slideshow .slide-image .title {
        font-size: 3.4em
    }
    .slideshow .slide-image .btn {
        padding: 2.4% 5% 2.8%
    }
}
.slideshow .slide-video .c6 {
    position: absolute;
    top: 45%;
    right: 0;
    bottom: auto;
    padding: 0;
    margin: auto;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%)
}
.slideshow .slide-video .c7 {
    padding: 0
}
.slideshow .slide-video .title {
    margin: 0 0 3%;
    font-size: 1.3em
}
.slideshow .slide-video .brand {
    margin: 6% 0 0;
    font-size: 1.8em
}
.slideshow .slide-video .btn {
    margin: 5% auto 0
}
.slideshow .slide-video .btn-video {
    padding: 12px 0 13px;
    font-size: 1em
}
.slideshow .embed-responsive {
    background-color: #2b3e50;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.slideshow .embed-responsive:before {
    content: "VIDEO";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    font-size: 2em;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.features .features-icon:after,
.gallery .link-modal:before,
.overview .overview-icon:after,
.stats:before {
    content: ""
}
@media (max-width: 767px)and (orientation: landscape) {
    .slideshow .slide-video .title {
        margin: 0 0 4%;
        font-size: 1.4em
    }
    .slideshow .slide-video .brand {
        margin: 4% 0 0
    }
    .slideshow .slide-video .btn {
        margin: 0 5px
    }
    .slideshow .slide-video .btn-video {
        margin: 4% auto 0;
        width: 54%
    }
}
@media (min-width: 360px) {
    .slideshow .slide-video .btn-video {
        font-size: 1.1em
    }
}
@media (min-width: 768px) {
    .slideshow .slide-video .c6 {
        padding: 0 0 0 30px;
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .slideshow .slide-video .c7 {
        padding-top: 3%
    }
    .slideshow .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 50%
    }
    .slideshow .slide-video .title {
        margin: 0 0 4%;
        font-size: 2em
    }
    .slideshow .slide-video .brand {
        margin: 2% 0 0
    }
    .slideshow .slide-video .btn {
        padding: 2% 5% 2.25%;
        margin: 0 10px;
        font-size: 1.2em
    }
}
@media (min-width: 992px) {
    .slideshow .slide-video .c7 {
        padding-top: 0
    }
    .slideshow .slide-video .c6 {
        max-height: none;
        position: absolute;
        top: 50%;
        right: 0;
        padding: 0 0 0 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .slideshow .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }
    .slideshow .slide-video .title {
        margin: 0 0 13%
    }
    .slideshow .slide-video .brand {
        margin: 9% 0 0
    }
    .slideshow .slide-video .btn {
        padding: 3.8% 4% 4.2%;
        margin: 0 5px 0 0;
        font-size: 1.2em
    }
    .slideshow .slide-video .btn+.btn {
        margin: 0 0 0 5px
    }
}
@media (min-width: 1200px) {
    .slideshow .slide-video .brand,
    .slideshow .slide-video .title {
        font-size: 2.4em
    }
    .slideshow .slide-video .btn {
        padding: 3.2% 5% 3.5%
    }
}
.slideshow .carousel-control .fa-angle-left,
.slideshow .carousel-control .fa-angle-right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 50px;
    font-size: 2.5em
}
.slideshow .carousel-indicators .active,
.slideshow .carousel-indicators li {
    margin: 0 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.slideshow .carousel-indicators li:hover {
    border: 1px solid #2D8DAD
}
.slideshow .carousel-indicators .active {
    border: 1px solid #2D8DAD;
    background-color: #2D8DAD
}
body.sld-transition-1 .slideshow .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}
body.sld-transition-1 .slideshow .carousel-inner>.item.active.left,
body.sld-transition-1 .slideshow .carousel-inner>.item.active.right {
    left: 0;
    opacity: 0;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}
body.sld-transition-1 .slideshow .carousel-inner>.item.next.left,
body.sld-transition-1 .slideshow .carousel-inner>.item.prev.right {
    opacity: .65;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}
body.sld-transition-1 .slideshow .carousel-inner>.item .carousel-caption {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%)
}
body.sld-transition-1 .slideshow .carousel-caption {
    opacity: 0
}
body.sld-transition-1 .slideshow .carousel-inner>.item.active .carousel-caption {
    opacity: 1;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out
}
body.sld-transition-2 .slideshow .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}
body.sld-transition-2 .slideshow .carousel-inner>.item.active.left,
body.sld-transition-2 .slideshow .carousel-inner>.item.active.right {
    left: 0;
    opacity: .3;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}
body.sld-transition-2 .slideshow .carousel-inner>.item.next,
body.sld-transition-2 .slideshow .carousel-inner>.item.prev {
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}
body.sld-transition-2 .slideshow .carousel-inner>.item.next.left,
body.sld-transition-2 .slideshow .carousel-inner>.item.prev.right {
    opacity: .3;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}
body.sld-transition-2 .slideshow .carousel-caption {
    opacity: 0
}
body.sld-transition-2 .slideshow .item.active .carousel-caption {
    opacity: 1
}
body.sld-transition-3 .slideshow .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}
body.sld-transition-3 .slideshow .carousel-inner>.item.active.left,
body.sld-transition-3 .slideshow .carousel-inner>.item.active.right,
body.sld-transition-3 .slideshow .carousel-inner>.item.next,
body.sld-transition-3 .slideshow .carousel-inner>.item.prev {
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.overview .overview-icon:after,
.plan-price:after,
.testimonials .testimonials-photo:before {
    -moz-transform: scale(.8);
    -ms-transform: scale(.8)
}
.features {
    padding: 50px 0 30px
}
.features .section-header {
    margin: 0 0 120px
}
.features .c2,
.features .c3,
.features .c4 {
    margin-top: 30px
}
.features .features-wrapper {
    padding: 40px 10px 50px;
    text-align: center
}
.features .features-icon {
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    font-size: 2.6em;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #7a8691;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.features .features-icon,
.features .features-icon:after {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
}
.features .features-wrapper:hover .features-icon {
    color: #fff;
    background-color: #2D8DAD;
    box-shadow: 0 0 0 1px #2b3e50
}
.features .features-icon:after {
    position: absolute;
    left: -4px;
    top: -4px;
    right: 0;
    margin: auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7a8691;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.features .features-wrapper:hover .features-icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.features .features-icon span {
    line-height: 80px
}
.features .features-icon span[class*=ion-] {
    font-size: 1.24em;
    line-height: 80px
}
.features .features-content .title {
    margin-top: 8px;
    font-size: 2em;
    color: #2D8DAD
}
@media (min-width: 768px) {
    .features {
        padding: 50px 0 90px
    }
    .features .section-header {
        margin: 30px 0 145px
    }
    .features .c2 {
        margin-top: 0
    }
    .features .c3,
    .features .c4 {
        margin-top: 80px
    }
    .features .features-wrapper {
        padding: 70px 10px 0
    }
    .features .features-icon {
        width: 100px;
        height: 100px;
        font-size: 3.2em
    }
    .features .features-icon:after {
        width: 108px;
        height: 108px
    }
    .features .features-icon span,
    .features .features-icon span[class*=ion-] {
        line-height: 100px
    }
}
@media (min-width: 992px) {
    .features .c2,
    .features .c3,
    .features .c4 {
        margin-top: 0
    }
    .features .features-content {
        font-size: 115%
    }
}
.overview {
    padding: 50px 0 90px;
    background-color: #0D3A5A
}
.overview .section-header {
    margin-bottom: 60px
}
.overview .tab-pane {
    padding: 40px 0 0
}
.overview .overview-wrapper {
    position: relative;
    padding: 0
}
.overview .overview-wrapper+.overview-wrapper {
    margin-top: 30px
}
.overview .overview-content {
    padding-top: 0
}
.overview #overview-tab-2 .overview-content {
    text-align: center
}
@media (min-width: 768px) {
    .overview .section-header {
        margin-bottom: 90px
    }
    .overview .overview-content {
        padding-top: 60px
    }
}
.overview #overview-tab-1 .c1 {
    min-height: 290px
}
.overview #overview-tab-1 .c2 .overview-content {
    padding-top: 0
}
@media (min-width: 390px) {
    .overview #overview-tab-1 .c1 {
        min-height: 372px
    }
}
@media (min-width: 768px) {
    .overview #overview-tab-1 .c1 {
        padding-left: 0;
        min-height: 454px
    }
    .overview #overview-tab-1 .c2 .overview-content {
        padding-right: 20px;
        text-align: right
    }
}
@media (min-width: 992px) {
    .overview .overview-content {
        font-size: 115%
    }
    .overview #overview-tab-1 .c1 {
        min-height: 516px
    }
    .overview #overview-tab-1 .c2 .overview-content {
        padding-right: 50px
    }
}
.overview #overview-tab-2 .c1,
.overview #overview-tab-3 .c1 {
    min-height: 372px
}
@media (min-width: 1200px) {
    .overview #overview-tab-1 .c2 .overview-content {
        padding-right: 80px
    }
}
.overview #overview-tab-2 .c2 {
    margin: 30px 0
}
@media (min-width: 768px) {
    .overview #overview-tab-2 .c2 {
        margin: 0
    }
    .overview #overview-tab-2 .c2 .overview-content {
        padding-top: 0;
        padding-right: 0;
        text-align: left
    }
    .overview #overview-tab-2 .c3 .overview-content {
        padding-top: 0;
        padding-left: 0;
        text-align: left
    }
}
.overview #overview-tab-3 .c2 .overview-content {
    padding-top: 30px
}
@media (min-width: 768px) {
    .overview #overview-tab-3 .c1 {
        min-height: 454px
    }
    .overview #overview-tab-3 .c2 .overview-content {
        padding-top: 0;
        text-align: left
    }
}
.overview .title {
    margin-top: 8px;
    font-size: 1.8em;
    color: #2D8DAD
}
.overview .subtitle {
    font-size: 70%;
    font-weight: lighter;
    color: #7a8691
}
.overview .overview-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    display: none;
    width: 60px;
    height: 60px;
    font-size: 2.2em;
    text-align: center;
    color: #2D8DAD;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #7a8691;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.overview .overview-icon,
.overview .overview-icon:after {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
}
.overview .overview-wrapper:hover .overview-icon {
    color: #fff;
    background-color: #2D8DAD;
    box-shadow: 0 0 0 1px #2b3e50
}
.overview .overview-icon:after {
    position: absolute;
    left: -4px;
    top: -4px;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7a8691;
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.overview .overview-wrapper:hover .overview-icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.overview .overview-icon span {
    display: block;
    line-height: 60px
}
.overview .overview-icon span[class*=ion-] {
    font-size: 1.24em
}
@media (min-width: 768px) {
    .overview .overview-icon {
        display: block
    }
    .overview .c1 .overview-icon {
        left: auto;
        right: 0
    }
    .overview .c3 .overview-icon {
        left: 0;
        right: auto
    }
}
.overview .img-perspective {
    position: relative;
    margin: 0 auto;
    width: 270px
}
.overview .img-1,
.overview .img-2,
.overview .img-3 {
    position: absolute;
    left: 10%;
    margin-top: 10%;
    width: 210px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}
.overview .tab-pane.in .img-1 {
    left: 0;
    margin-top: 20%
}
.overview .tab-pane.in .img-3 {
    left: 20%;
    margin-top: 0
}
@media (min-width: 390px) {
    .overview .img-perspective {
        width: 360px
    }
    .overview .img-1,
    .overview .img-2,
    .overview .img-3 {
        width: 280px
    }
}
@media (min-width: 768px) {
    .overview .img-1,
    .overview .img-2,
    .overview .img-3 {
        margin-top: 40%
    }
    .overview .tab-pane.in .img-1 {
        margin-top: 50%
    }
    .overview .tab-pane.in .img-2 {
        margin-top: 40%
    }
    .overview .tab-pane.in .img-3 {
        margin-top: 30%
    }
}
@media (min-width: 992px) {
    .overview #overview-tab-2 .c2 .overview-content {
        padding-right: 80px
    }
    .overview #overview-tab-2 .c3 .overview-content {
        padding-left: 80px
    }
    .overview #overview-tab-3 .c1 {
        min-height: 516px
    }
    .overview .title {
        font-size: 2em
    }
    .overview .img-perspective {
        margin-top: 70px;
        width: 100%
    }
    .overview .img-1,
    .overview .img-2,
    .overview .img-3 {
        margin-top: 10%;
        width: 374px
    }
    .overview .tab-pane.in .img-1 {
        margin-top: 20%
    }
    .overview .tab-pane.in .img-2 {
        margin-top: 10%
    }
    .overview .tab-pane.in .img-3 {
        margin-top: 0
    }
}
@media (min-width: 1200px) {
    .overview .img-perspective {
        margin-top: 0
    }
    .overview .img-1,
    .overview .img-2,
    .overview .img-3 {
        width: 400px
    }
}
.overview .img-wireframe {
    position: relative
}
.overview .img-4,
.overview .img-5 {
    width: 180px;
    -o-transition: all .7s ease;
    transition: all .6s ease
}
.overview .img-4,
.overview .img-5,
.overview .img-6,
.overview .img-7 {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease
}
.overview .img-5 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto
}
.overview .img-4,
.overview .img-wireframe:hover .img-5 {
    opacity: 0
}
.overview .img-5,
.overview .img-wireframe:hover .img-4 {
    opacity: 1
}
@media (min-width: 768px) {
    .overview .img-4,
    .overview .img-5 {
        width: 250px
    }
}
.overview .img-slide {
    position: relative;
    margin: 0 auto;
    width: 300px
}
.overview .img-6,
.overview .img-7 {
    position: absolute;
    left: 35%;
    -o-transition: all .7s ease;
    transition: all .6s ease
}
.overview .img-6 {
    margin-top: 50px;
    width: 130px
}
.overview .img-7 {
    width: 180px
}
.overview .tab-pane.in .img-6 {
    left: 5%
}
@media (min-width: 390px) {
    .overview .img-slide {
        width: 360px
    }
    .overview .img-6,
    .overview .img-7 {
        left: 40%
    }
    .overview .tab-pane.in .img-6 {
        left: 10%
    }
}
@media (min-width: 768px) {
    .overview .img-6 {
        margin-top: 50px;
        width: 150px
    }
    .overview .img-7 {
        width: 200px
    }
}
@media (min-width: 992px) {
    .overview .img-slide {
        width: 100%
    }
    .overview .img-6 {
        margin-top: 50px;
        width: 200px
    }
    .overview .img-7 {
        width: 250px
    }
}
.overview #overview-tab-3 label>small {
    font-size: 110%
}
.overview .progress {
    height: 18px
}
.overview .progress-bar {
    width: 0
}
.overview .tab-pane.in .progress-bar {
    -webkit-transition: width .7s ease;
    -moz-transition: width .7s ease;
    -ms-transition: width .7s ease;
    -o-transition: width .7s ease;
    transition: width .7s ease
}
.overview .tab-pane.in .progress-bar-10 {
    width: 10%
}
.overview .tab-pane.in .progress-bar-20 {
    width: 20%
}
.overview .tab-pane.in .progress-bar-30 {
    width: 30%
}
.overview .tab-pane.in .progress-bar-40 {
    width: 40%
}
.overview .tab-pane.in .progress-bar-50 {
    width: 50%
}
.overview .tab-pane.in .progress-bar-60 {
    width: 60%
}
.overview .tab-pane.in .progress-bar-70 {
    width: 70%
}
.overview .tab-pane.in .progress-bar-80 {
    width: 80%
}
.overview .tab-pane.in .progress-bar-90 {
    width: 90%
}
.overview .tab-pane.in .progress-bar-100 {
    width: 100%
}
.overview .progress-last {
    margin-bottom: 0
}
.stats {
    position: relative;
    z-index: 0;
    padding: 50px 0 64px;
    background: url(../images/bg_1.jpg)center center no-repeat fixed;
    background-size: cover
}
.stats:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #000;
    opacity: .25
}
.stats .bg-section {
    position: absolute;
    margin-top: -50px;
    display: none;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0)
}
.per-month,
.price,
.testimonials .testimonials-info .author {
    display: block
}
.stats .bg-section img {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: -2;
    max-height: 100%;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.stats .circle {
    height: 66px;
    text-align: center
}
.stats .circle.animated {
    height: auto
}
.stats .circle .circles-text {
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
}
.stats .description {
    margin: 15px 0 40px;
    font-size: 1.1em;
    text-align: center
}
.stats .description span {
    margin-right: 7px;
    font-size: 1.4em;
    color: #2D8DAD
}
.stats .c3 .description,
.stats .c4 .description {
    margin-bottom: 20px
}
@media (min-width: 768px) {
    .stats .circle {
        height: 114px
    }
}
@media (min-width: 992px) {
    .stats .circle {
        height: 146px
    }
    .stats .description {
        margin: 15px 0 20px
    }
}
@media (min-width: 1200px) {
    .stats .circle {
        height: 233px
    }
}
.gallery {
    padding: 50px 0 90px
}
.gallery .r2 {
    margin-top: 20px;
    margin-bottom: 20px
}
.gallery .thumb-overlay {
    position: relative;
    overflow: hidden;
    margin: 0 15px
}
.gallery .link-modal {
    margin: 0 auto;
    display: block;
    width: 260px;
    height: 100%;
    background-color: #000
}
.gallery .thumb-overlay .thumb {
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.gallery .link-modal:after,
.gallery .link-modal:before {
    -o-transition: all .2s ease;
    margin: auto;
    -ms-transition: all .2s ease
}
.gallery .link-modal:hover .thumb {
    opacity: .5
}
.gallery .link-modal:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 25%;
    height: 50%;
    opacity: 0;
    transition: all .2s ease
}
.gallery .link-modal:after,
.gallery .link-modal:before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
}
.gallery .link-modal:hover:before {
    width: 240px;
    height: 442px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .3);
    opacity: 1
}
.gallery .link-modal:after {
    content: "\e003";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    font-family: 'Glyphicons Halflings';
    font-size: 2em;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all .2s ease
}
.gallery .link-modal:hover:after {
    opacity: 1
}
@media (min-width: 768px) {
    .gallery .link-modal {
        width: auto
    }
    .gallery .link-modal:hover:before {
        width: 94%;
        height: 96%
    }
}
.gallery .slick-next,
.gallery .slick-prev {
    width: 20px;
    height: auto;
    font-size: inherit
}
.gallery .slick-prev {
    left: 10px
}
.gallery .slick-next {
    right: 5px
}
.gallery .slick-prev:before {
    content: "\f104"
}
.gallery .slick-next:before {
    content: "\f105"
}
.gallery .slick-next:before,
.gallery .slick-prev:before {
    font-family: FontAwesome;
    font-size: 2.5em;
    line-height: 1
}
@media (min-width: 768px) {
    .gallery .slick-prev {
        left: 0
    }
    .gallery .slick-next {
        right: -5px
    }
}
.gallery .slick-dots {
    left: 0;
    margin: 0 auto
}
.gallery .slick-dots .slick-active button:before {
    color: #1d2b37;
    opacity: 1
}
.gallery .slick-dots li button:before {
    color: #1d2b37;
    font-size: 16px;
    opacity: .5
}
.gallery .blueimp-gallery {
    background: rgba(0, 0, 0, .6)
}
.gallery .blueimp-gallery>.next,
.gallery .blueimp-gallery>.prev {
    border: none;
    background: 0 0
}
.testimonials {
    padding: 50px 0 55px;
    background-color: #0D3A5A
}
.testimonials .section-header {
    margin-bottom: 245px
}
.testimonials .carousel.fade {
    opacity: 1
}
.testimonials .carousel.fade .item {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}
.testimonials .carousel.fade .active.item {
    opacity: 1
}
.testimonials .carousel-inner {
    overflow: visible
}
.testimonials .testimonials-info {
    margin: 20px 0;
    font-size: 120%;
    text-align: center
}
.testimonials .carousel.fade .item blockquote p:before {
    content: "\f10d";
    float: left;
    margin-right: 10px;
    font-family: Fontawesome
}
.calltoaction:before,
.panel-popular .plan-price:before,
.plan-price:after,
.team .team-photo:after,
.team .team-photo:before,
.testimonials .testimonials-photo:after,
.testimonials .testimonials-photo:before {
    content: ""
}
.testimonials .carousel.fade blockquote {
    padding: 25px;
    margin-top: 45px;
    border: none;
    font-size: 1.3em;
    color: #bbb;
    background-color: rgba(255, 255, 255, .1)
}
.testimonials .carousel.fade blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid rgba(255, 255, 255, .1)
}
@-moz-document url-prefix() {
    .testimonials .carousel.fade blockquote:before {
        top: 71px
    }
}
:root .testimonials .carousel.fade blockquote:before,
_:-ms-input-placeholder {
    top: 72px
}
.testimonials a {
    color: #2D8DAD
}
.testimonials .testimonials-photo {
    position: absolute;
    left: 2px;
    top: -170px;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #7a8691
}
.testimonials .testimonials-controls:hover+.carousel-inner .testimonials-photo {
    box-shadow: 0 0 0 1px #2b3e50
}
.testimonials .testimonials-photo:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7a8691;
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.testimonials .testimonials-controls:hover+.carousel-inner .testimonials-photo:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.testimonials .testimonials-photo:after {
    position: absolute;
    left: 0;
    top: 3px;
    right: 0;
    margin: auto;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15)
}
.testimonials .testimonials-controls:hover+.carousel-inner .testimonials-photo:after {
    background-color: transparent
}
.testimonials .testimonials-photo img {
    margin-top: 3px;
    width: 144px;
    height: 144px;
    border-radius: 50%
}
.testimonials .carousel.fade .testimonials-controls {
    position: absolute;
    left: 0;
    top: -170px;
    right: 0;
    z-index: 1;
    padding: 32.5px 0;
    margin: auto;
    width: 280px;
    font-size: 4em
}
.testimonials .testimonials-controls .arrow-left {
    padding: 0 20px;
    float: left
}
.testimonials .testimonials-controls .arrow-right {
    padding: 0 20px;
    float: right
}
.testimonials .testimonials-controls .arrow-left,
.testimonials .testimonials-controls .arrow-right {
    -webkit-transition: all .06s ease-out;
    -moz-transition: all .06s ease-out;
    -ms-transition: all .06s ease-out;
    -o-transition: all .06s ease-out;
    transition: all .06s ease-out
}
.testimonials .carousel.fade .active.left,
.testimonials .carousel.fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.testimonials .carousel.fade .next,
.testimonials .carousel.fade .prev {
    left: 0;
    z-index: 1
}
@media (min-width: 768px) {
    .testimonials .testimonials-controls .arrow-left:hover {
        padding: 0 25px 0 15px
    }
    .testimonials .testimonials-controls .arrow-right:hover {
        padding: 0 15px 0 25px
    }
}
.pricing {
    padding: 50px 0 90px
}
.pricing .section-header {
    margin-bottom: 50px
}
.pricing .panel {
    margin-bottom: 0
}
.attached .panel {
    margin-right: 2px;
    margin-bottom: 1px
}
.pricing .panel-heading .title {
    margin-top: 10px;
    margin-bottom: 68px;
    font-size: 2.15em;
    text-align: center
}
@media (min-width: 768px) {
    .attached .section-header {
        margin-bottom: 70px
    }
    .attached .col-md-3,
    .attached .col-md-4 {
        margin: 0 0 0 -1px
    }
    .attached .c1,
    .attached .c3 {
        padding-right: 0
    }
    .attached .c2,
    .attached .c4 {
        padding-left: 0
    }
    .attached.col3 .c1,
    .attached.col3 .c2,
    .attached.col3 .c3 {
        padding: 0
    }
}
@media (min-width: 992px) {
    .attached .section-header {
        margin-bottom: 90px
    }
    .attached .col-md-3,
    .attached .col-md-4 {
        padding: 0;
        margin: 20px 0 0 -1px
    }
    .pricing .panel-heading .title {
        font-size: 1.7em
    }
}
.attached .popular {
    z-index: 1
}
.attached .panel-popular {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}
@media (min-width: 768px) {
    .attached .panel-popular .panel-heading {
        padding: 10px 20px
    }
    .attached.col3 .popular {
        margin: -20px 0 0 -1px
    }
    .attached.col3 .panel-popular .panel-heading {
        padding: 20px
    }
}
@media (min-width: 992px) {
    .attached .popular,
    .attached.col3 .popular {
        margin: 0 0 0 -1px
    }
    .attached .panel-popular .panel-heading {
        padding: 20px
    }
}
.pricing .badge-popular {
    position: absolute;
    top: -3px;
    right: 12px;
    z-index: 1;
    width: 64px;
    height: 64px;
    background: url(../images/pricing/badge_popular.png)center center no-repeat
}
.attached .badge-popular {
    right: 13px
}
@media (min-width: 768px) {
    .attached .badge-popular {
        right: -2px
    }
}
.plan-price {
    position: relative;
    padding-top: 42px;
    margin: -75px auto 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff;
    background-color: #2D8DAD;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.plan-price,
.plan-price:after {
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease
}
.panel:hover .plan-price {
    color: #fff;
    box-shadow: 0 0 0 1px transparent
}
.plan-price:after {
    position: absolute;
    left: -4px;
    top: -4px;
    right: 0;
    margin: auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7a8691;
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.panel:hover .plan-price:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.panel-popular .plan-price:before {
    position: absolute;
    left: -4px;
    top: -4px;
    right: 0;
    margin: auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #2D8DAD;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
.panel-popular:hover .plan-price:before {
    opacity: 1;
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13)
}
.price {
    font-size: 2.2em;
    line-height: .7em;
    font-weight: 700;
    text-align: center;
    color: #fff
}
.plan-price sup {
    top: -.3em
}
.per-month {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    opacity: .7
}
.pricing .plan-features {
    text-align: center
}
.pricing .plan-features li {
    padding: 10px;
    border-bottom: 1px solid #8E979F;
    font-size: 1.1em;
    color: #ccc
}
.pricing .plan-features li:last-child {
    border: none
}
.calltoaction {
    position: relative;
    z-index: 0;
    padding: 50px 0 75px;
    text-align: center;
    background: url(../images/bg_2.jpg)center center no-repeat fixed;
    background-size: cover
}
.calltoaction:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #000;
    opacity: .25
}
.calltoaction .bg-section {
    position: absolute;
    margin-top: -50px;
    display: none;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0)
}
.calltoaction .bg-section img {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: -2;
    max-height: 100%;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.calltoaction .c1 h3 {
    margin-top: 50px
}
.calltoaction .download-buttons .btn {
    margin: 0 5px 30px;
    width: 80%;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, .1)
}
.calltoaction span {
    margin-right: 10px
}
.calltoaction .input-newsletter {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, .1)
}
body.btn-rounded .calltoaction .input-newsletter {
    border-radius: 0 4px 4px 0
}
body.btn-circle .calltoaction .input-newsletter {
    border-radius: 0 100px 100px 0
}
.calltoaction .input-group-btn:last-child>.btn,
.calltoaction .input-group-btn:last-child>.btn-group {
    margin-left: 0
}
@media (min-width: 480px) {
    .calltoaction .download-buttons .btn {
        margin: 0 15px 8px 0;
        width: auto
    }
}
.team {
    padding: 50px 0 90px;
    background-color: #253646
}
.team .section-header {
    margin-bottom: 90px
}
.team .c2,
.team .c3,
.team .c4,
.team .c6,
.team .c7,
.team .c8 {
    margin-top: 130px
}
.team .team-wrapper {
    padding: 70px 10px 5px;
    margin-top: 85px;
    text-align: center;
    background-color: rgba(255, 255, 255, .1)
}
@media (min-width: 768px) {
    .team .c2,
    .team .c6 {
        margin-top: 0
    }
    .team .c3,
    .team .c4,
    .team .c7,
    .team .c8 {
        margin-top: 40px
    }
}
@media (min-width: 992px) {
    .team .c3,
    .team .c4,
    .team .c7,
    .team .c8 {
        margin-top: 0
    }
}
.team .team-photo {
    position: absolute;
    left: 0;
    top: -85px;
    right: 0;
    margin: auto;
    border: 3px solid #253646;
    width: 170px;
    height: 170px;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #7a8691;
    background-color: #253646;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .9s ease
}
.team .team-wrapper:hover .team-photo {
    box-shadow: 0 0 0 1px #253646
}
.team .team-photo:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7a8691;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transition: all .2s ease
}
.team .team-photo:after,
.team .team-photo:before {
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
}
.team .team-wrapper:hover .team-photo:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.team .team-photo:after {
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    margin: auto;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 0 transparent;
    transition: all .2s ease
}
.team .team-wrapper:hover .team-photo:after {
    left: -5px;
    top: -5px;
    width: 174px;
    height: 174px;
    background-color: transparent;
    box-shadow: 0 0 0 3px #253646
}
.team .team-photo img {
    margin-top: 5px;
    width: 154px;
    height: 154px;
    border-radius: 50%
}
@media (min-width: 768px) {
    .team .team-photo {
        top: 0
    }
}
.team .team-content .name {
    margin-top: 30px;
    font-size: 1.8em;
    color: #2D8DAD
}
.team .team-content .function {
    color: #888
}
.team .team-content .description {
    margin-bottom: 20px;
    font-size: 1.15em;
    color: #ccc
}
.team .team-media {
    margin: 0 -11.5px -5px -8.5px
}
.team .team-media .team-social {
    margin: 0 0 0 -3px;
    display: inline-block;
    width: 20%;
    height: 60px;
    font-size: 1.3em;
    line-height: 60px;
    text-align: center;
    color: #2D8DAD;
    background-color: rgba(255, 255, 255, .07)
}
.team .team-media .team-social:hover {
    color: #ccc;
    background-color: transparent
}
.team .team-media .team-social+.tooltip .tooltip-arrow {
    border-bottom-color: rgba(255, 255, 255, .1)
}
.team .team-media .team-social+.tooltip .tooltip-inner {
    background-color: rgba(255, 255, 255, .1)
}
.contact {
    padding-top: 50px
}
.contact .section-header {
    margin-bottom: 120px
}
.contact .container-fluid .c1 {
    padding: 0
}
.contact .collapse {
    display: block;
    height: 1px!important;
    background-color: #2b3e50
}
.contact .collapse .panel-body {
    display: none
}
.contact .collapsing .panel-body {
    padding: 0
}
.contact .collapse.in {
    display: block;
    height: auto!important;
    background-color: #2b3e50
}
.contact .collapse.in .panel-body {
    padding: 0;
    display: block
}
@media (min-width: 992px) {
    .contact .collapse {
        display: none;
        height: 0!important
    }
}
.contact #contact-accordion-1 {
    margin-bottom: 20px
}
.contact .map-wrapper {
    position: relative;
    margin: 0
}
.container-fluid .contact .map-wrapper {
    margin: 0 -30px
}
.contact #map-canvas {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 400px
}
.contact .map-title {
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    z-index: 10;
    padding-top: 10px;
    margin: auto;
    border: 3px solid #2b3e50;
    width: 100px;
    height: 100px;
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #7a8691;
    background-color: #2b3e50
}
.contact .map-title:hover {
    background-color: #2D8DAD;
    box-shadow: 0 0 0 1px #2b3e50
}
.contact .map-title a {
    text-decoration: none;
    color: #2D8DAD
}
.contact .map-title:hover a {
    color: #fff
}
.contact .map-title span {
    font-size: 1.4em
}
.contact .vcard {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin: auto!important;
    border: 1px solid #ddd;
    width: 80%;
    height: 55%;
    font-size: 1em;
    border-radius: 10px;
    color: #2b3e50;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    opacity: .9
}
.contact .email-contact:before,
.contact .street-address:before,
.contact .tel-1:before {
    display: inline-block;
    margin-right: 10px;
    width: 20px
}
.contact .email-support,
.contact .locality,
.contact .tel-2 {
    margin-left: 30px
}
.contact .vcard .close {
    color: #2b3e50
}
.contact .org {
    text-align: center
}
.contact .adr,
.contact .org,
.contact .tel {
    margin-bottom: 10px
}
.contact .email-contact,
.contact .email-suport,
.contact .street-address,
.contact .tel-1,
.contact .tel-2 {
    display: block
}
.contact .street-address:before {
    content: "\f041";
    font-family: FontAwesome;
    text-align: center
}
.contact .tel-1:before {
    content: "\f095";
    font-family: FontAwesome;
    text-align: center
}
.contact .email-contact:before {
    content: "\f0e0";
    font-family: FontAwesome;
    text-align: center
}
.contact .vcard a {
    color: #2D8DAD
}
@media (min-width: 480px) {
    .contact .vcard {
        width: 60%;
        height: 60%;
        font-size: 1.1em
    }
}
@media (min-width: 768px) {
    .contact .vcard {
        width: 40%
    }
}
@media (min-width: 992px) {
    .contact .vcard {
        width: 30%
    }
}
@media (min-width: 1200px) {
    .contact .vcard {
        width: 25%
    }
}
.contact .r1 .c2,
.contact .r2 .c2,
.contact .r3 .c2,
.contact .r3 .c3,
.contact .r4 .c2 {
    margin-top: 15px
}
.contact .alert {
    margin: 40px 0 -20px
}
.contact .alerts-xs .alert {
    margin: 0
}
.contact .contact-form {
    margin-top: 40px
}
.contact legend {
    display: none
}
.contact .btn {
    display: block;
    margin: 0 auto 10px;
    width: 100%
}
.contact .btn:before {
    content: "\e171";
    position: relative;
    top: 2px;
    margin-right: 10px;
    font-family: 'Glyphicons Halflings'
}
@media (min-width: 768px) {
    .contact .r1 .c2,
    .contact .r2 .c2,
    .contact .r3 .c2,
    .contact .r3 .c3,
    .contact .r4 .c2 {
        margin-top: 0
    }
    .contact .btn {
        width: auto
    }
}
.social-icons {
    text-align: center
}

.social-icons .btn-social {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .2)
}
.social-icons .facebook:hover {
    background-color: #3b5998
}
.social-icons .twitter:hover {
    background-color: #2daddc
}
.social-icons .google-plus:hover {
    background-color: #d14836
}
.social-icons .youtube:hover {
    background-color: #e52d27
}
.social-icons .instagram:hover {
    background-color: #3b6994
}
.social-icons .email:hover {
    color: #fff;
    background-color: #4e5d6c
}
.social-icons .rss:hover {
    background-color: #f90
}
.social-icons .btn-social+.tooltip .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, .2)
}
.social-icons .btn-social+.tooltip .tooltip-inner {
    background-color: rgba(0, 0, 0, .2)
}
.ekko-lightbox .modal-content, .ekko-lightbox .modal-body{
    background-color: #fff!important;
  }
.ekko-lightbox .modal-body{
    background-color: #fff!important;
    padding: 10px;
  }

.ekko-lightbox .modal-dialog {
  margin-top: calc(50vh - 167px);
}

/*------------------------Pricing----------------------------------------------*/

.pricing {
    padding: 50px 0 55px;
    background-color: #0b3554;
}

.pricing .section-header {
  margin: 0 0 0;
}

.pricing .pr-icon img {
  display:block;
      margin:auto;
    width: 48px;
}

.pricing h4 {
  font-weight: 300;
  font-size : 24px;
  padding: 10px 0;
}

.pricing h5 {
  font-weight: 300;
  font-size : 30px;
}

.pricing h6 {
  font-weight: 500;
  font-size : 20px;
}

.pricing p {
  font-size : 15px;
  padding: 0 5px;
}

.pricing .pr-leftpane, .pricing .pr-rightpane {
  border: 2px solid #2D8DAD;
  min-height: 700px;
}

.pricing .pr-middlepane {
  border: 2px solid #fff;
  min-height: 700px;
}

.pricing .pr-title {
  text-align: center;
}

.pricing .pr-prices-left {
  text-align: center;
  background-color: #2D8DAD;
  border-right: 1px solid #0d3a5b;
  padding: 10px
}

.pricing .pr-prices-left p:first-child,
.pricing .pr-prices-right p:first-child {
  text-align: right;
}


.pricing .pr-prices-right {
  text-align: center;
  background-color: #2D8DAD;
  border-left: 1px solid #0d3a5b;
  padding: 10px
}


.pricing .pr-prices {
  text-align: center;
  background-color: #2D8DAD;
  padding: 10px
}

.pricing .pr-prices p:first-child {
  text-align: right;
  padding-right: 80px;
}


.pricing .pr-red-text {
  /*color: #f7af1f;*/
    color: #f60000;
}

.pricing .pr-description {
  text-align: center;
}

.pricing h6::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 15px auto 0;
    width: 80%;
    height: 1px;
    background-color: #4e5d6c;
}

.pricing .pr-Space{
 margin-top: 4px
}

.pricing .pr-TopRemove{
 margin-top: 0px;
 padding-top: 0px;
}

.pricing .pr-BottomRemove{
 margin-bottom: 0px;
 padding-bottom: 0px;
}
.pricing h6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: -10px auto 0px auto;
    width: 30%;
    height: 1px;
    background-color: #4e5d6c;
}

.pricing .pr-description-left {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.pricing .pr-description-right {
  text-align: center;
  border-left: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.pricing .pr-signup {
  text-align: center;
}

.pricing h4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: -10px auto 0px auto;
    width: 30%;
    height: 1px;
    background-color: #4e5d6c;
}

.pricing h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 15px auto 0;
    width: 80%;
    height: 1px;
    background-color: #4e5d6c;
}

.pricing .btn span {
    margin-right: 10px;
}

.pricing .btn {
    padding: 12px 24px 13px;
    margin: 0 20px 15px 20px;
    border: 1px solid #ffffff;
    font-size: 1.1em;
    background-color: #2D8DAD;
}

.pricing .btn:hover {
  color: #ffffff;
  background-color: #0D3A5A;
  border-color: rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .pricing .col-md-4 {
      width: 32%;
  }

  .pricing .pr-middlepane {
      margin: 0 10px;
  }

  .pricing .pr-leftpane {
      margin-left: 15px;
  }

}

@media (max-width: 991px) {
  .pricing .pr-leftpane, .pricing .pr-rightpane, .pricing .pr-middlepane {
      margin: 10px 15px!important;
  }
}


/* Play Video and Order Now menu Items*/

@media (min-width: 992px) {
  .liPlayVideo {
    position: absolute!important;
    right: 110px!important;
    font-weight: 500;
    color: #fff;
  }
  .liOrderNow {
    position: absolute!important;
    right: 10px!important;
    font-weight: 500;
    color: #fff;
  }
}
