/* --------------- OPEN SANS ---------------
400 - Regular
600 - Semibold
700 - Bold
800 - Extrabold
*/
body {
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #002547;
    font-size: 16px; }

@media (min-width: 768px) {
    body {
        font-size: 18px; } }
/* --------------- TYPOGRAPHY --------------- */
.text-muted {
    color: #CCCCCC; }

.text-primary {
    color: #002547; }

.text-white {
    color: #ffffff; }

p, ul {
    line-height: 1.75;
    margin: 0 0 20px;
    font-weight: 400; }

.text-center-and-left h1,
.text-center-and-left h2,
.text-center-and-left p {
    text-align: left; }

a, a:hover, a:focus, a:active, a.active {
    outline: 0; }

a {
    color: #00bdf2; }

a:hover, a:focus, a:active, a.active {
    color: #002547;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #002547; }

h3 {
    margin-bottom: 20px; }

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

@media (min-width: 768px) {
    p, ul {
        font-size: 18px; }

    .text-center-and-left h1,
    .text-center-and-left h2,
    .text-center-and-left p {
        text-align: center; } }
/* --------------- LISTS --------------- */
ul {
    list-style: square;
    padding-left: 25px; }

.list-inline {
    padding-left: 0;
    margin-left: -10px;
    list-style: none; }

.list-inline > li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px; }

/* --------------- ICONS - WHAT WE DO --------------- */
.icons-left p,
.icons-right p {
    line-height: 40px;
    /* matches font-size below */
    margin-bottom: 30px; }

.icons-left .fa-2x,
.icons-right .fa-2x {
    font-size: 40px;
    /* matches line-height above */ }

.icons-left {
    text-align: right; }

.icons-right {
    text-align: left; }

.icons-left i.pull-right,
.icons-right i.pull-left {
    margin-left: 20px;
    margin-right: 20px; }

@media (max-width: 767px) {
    .icons-left p,
    .icons-right p {
        line-height: 30px; }

    .icons-left,
    .icons-right {
        text-align: center; }

    .icons-left i.pull-right,
    .icons-right i.pull-left {
        float: none !important;
        margin: 0px; } }
/* --------------- IMAGES --------------- */
.three-images {
    margin-top: 30px; }

/* --------------- BACKGROUNDS --------------- */
.bg-lightBlue {
    background-color: #dbeffa; }

.bg-darkBlue {
    background-color: #002547; }

.bg-green {
    background-color: #00988b; }

.greenColour {
    color: #00988b; }

.bg-grey {
    background-color: #587385;
}

.bg-darkBlue h2, .bg-darkBlue p, .bg-darkBlue ul,
.bg-green h2, .bg-green p, .bg-green ul,
.bg-grey h2, .bg-grey p, .bg-grey ul {
    color: #ffffff; }

.bg-lightArrowLeft {
    background-image: url(../images/mywebteam-light-arrow-left.svg);
    background-attachment: scroll;
    background-position: right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat; }

.bg-lightArrowRight {
    background-image: url(../images/mywebteam-light-arrow-right.svg);
    background-attachment: scroll;
    background-position: left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat; }

/* --------------- TOP NAV --------------- */
#top-nav .container {
    padding-right: 0px;
    padding-left: 0px; }

#top-nav ul {
    font-size: 14px;
    margin-bottom: 0px;
    background-color: #dbeffa;
    padding-top: 8px;
    padding-bottom: 8px; }

#top-nav .list-inline > li {
    padding-right: 8px;
    padding-left: 8px; }

#top-nav a {
    color: #002547; }

#top-nav a:hover {
    color: #00bdf2; }

@media (min-width: 768px) and (max-width: 992px) {
    #top-nav .container {
        width: 100%;
        /* 750px */ }
    .navbar-brand {
        width: 220px !important;

    }
    .navbar-header img {
        display: block;
        margin: auto;

    }
    ul.nav.navbar-nav.navbar-right {
        font-size: 14px !important;
        padding-top:30px;
    }

}
@media (min-width: 992px) {
    #top-nav .container {
        padding-right: 15px;
        padding-left: 15px; }

    #top-nav .list-inline {
        margin-right: 10px; } }
/* --------------- NAVBAR BRAND --------------- */
.navbar-brand {
    width: 230px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }

@media (min-width: 767px) {
    .navbar-brand {
        width: 274px;
        padding-top: 40px; } }
@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand {
        padding-bottom: 20px; } }
@media (min-width: 992px) {
    .navbar-brand {
        padding-bottom: 40px; } }
/* --------------- NAVBAR --------------- */
.navbar {
    border: 0; }

.navbar-nav {
    margin: 0px -15px; }

.navbar-default {
    background-color: #ffffff;
    border: 0;
    margin: 0px 0; }

.navbar-default .navbar-collapse {
    border-color: transparent; }

.navbar-default .navbar-toggle {
    background-color: #587385;
    border-color: transparent;
    border-radius: 0px;
    margin-top: 20px;
    margin-right: 20px; }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00bdf2; }

.navbar-default .nav li a {
    color: #002547;
    background-color: #f0f0f0;
    text-align: center; }

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #00bdf2;
    outline: 0; }

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #ffffff;
    background-color: transparent; }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #00bdf2; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #00bdf2;
    background-color: #ffffff; }

ul.nav.navbar-nav.navbar-right {
    font-size: 16px; }

@media (min-width: 768px) {
    .navbar-default .nav li a {
        background-color: transparent;
        text-align: left;
        border-bottom: 0px; }

    .nav > li > a {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 10px;
        margin-right: 10px; }

    .nav > li:last-of-type > a {
        margin-right: 0px; }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 0px; }

    ul.nav.navbar-nav.navbar-right {
        margin-top: 33px; } }
@media (min-width: 768px) and (max-width: 992px) {
    .nav > li > a {
        margin-left: 10px;
        margin-right: 10px; } }
@media (max-width: 991px) {
    ul.nav.navbar-nav.navbar-right {
        margin-top: 0px; } }
/* --------------- DROPDOWN --------------- */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (min-width: 767px) {
    .dropdown-menu {
        padding-top: 10px;
        padding-bottom: 10px; } }
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 7px 15px 7px 15px; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #587385; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #00bdf2;
        background-color: transparent; }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #00bdf2;
        background-color: transparent; } }
/* --------------- HEADER --------------- */
header .header-secondary-page {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/mywebteam-arrow.svg);
    background-attachment: scroll;
    background-position: left;
    -webkit-background-size: 400px;
    -moz-background-size: 400px;
    background-size: 400px;
    -o-background-size: 400px;
    background-repeat: no-repeat;
    text-align:center;
}

header h1, #home-header h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px; }

header p, #home-header p {
    color: #ffffff;
    font-weight: 400; }

@media (min-width: 768px) {

    header .header-secondary-page {
        padding-top: 100px;
        padding-bottom: 100px; }

    header h1, #home-header h1 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 25px; } }
/* --------------- SECTIONS --------------- */
section {
    padding: 100px 0; }

section h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 40px; }

@media (min-width: 768px) {
    section .main {
        padding: 100px 0; }

    section h2 {
        font-size: 40px;
        margin-bottom: 50px; }

}
/* --------------- FOOTER --------------- */
footer, #home-footer {
    text-align: center; }

footer a, #home-footer a {
    color: #fff; }
footer a:hover {
    color: #00988b; }
#home-footer a:hover {
    color: #002547;
}

footer ul.site-info,
#home-footer ul.site-info {
    font-size: 14px;
    margin: 0 0 0px; }


.sitewalk {
    font-size: 14px;
}

footer .bg-darkBlue ul.site-info {
    margin-top:40px;
    padding-top:10px;
    border-top: 1px solid hsla(0,0%,100%,.13);
}

footer .bg-darkBlue ul.site-info,
footer .bg-darkBlue ul.site-info a{
    color: #ffffff;
    font-size: 14px;
}

footer p {
    font-size:14px;
}

footer .list-inline {
    font-size:14px;
}

footer h2 {
    font-size: 16px;
    margin-bottom:10px;
}

footer ul.social-media,
#home-footer ul.social-media {
    margin: 20px 0 20px; padding-left:0px;}

footer ul.social-media > li {
    display: inline-block;
}

footer ul.sitewalk {
    list-style: none;
    padding-left: 0px;
}

footer ul.social-media .svg-inline--fa {
    margin-left: 0px !important;
    margin-right: 17px !important;
}

footer .bg-darkBlue ul.social-media a  {
    color: #ffffff; }

footer ul.site-info a:hover,
footer ul.social-media a:hover {
    color: #00988b; }

footer i.fa-lg,
#home-footer i.fa-lg{
    margin-right: 10px; }

/* --------------- SELECTION --------------- */
::-moz-selection {
    text-shadow: none;
    background: #e9e9e9; }

::selection {
    text-shadow: none;
    background: #e9e9e9; }

img::selection {
    background: 0 0; }

img::-moz-selection {
    background: 0 0; }

body {
    webkit-tap-highlight-color: #e9e9e9; }


/* --------------- PORTFOLIO - RECENT PROJECTS --------------- */
.portfolio-item {
    margin: 0 0 15px;
    right: 0; }

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 0px;
    padding-bottom: 0px; }

.portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(0, 152, 139, 0.75);
    /* #00988b */
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s; }

.portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1; }

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 45%;
    margin-top: -12px;
    color: white; }

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px; }

.portfolio-item * {
    z-index: 2; }

a.portfolio-text{
    color: #fff !important;
    font-size: 14px;
}

@media (min-width: 767px) {
    .portfolio-item {
        margin: 0 0 30px; } }
/* --------------- LOGOS - YOU'RE IN GOOD COMPANY --------------- */
.logo-item {
    height: 200px;      /* equals max image height */
}
.logo-item img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    padding:20px;
}

.logo-item img:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    padding:20px;
}

/* --------------- CAROUSEL ADDITIONS FOR TEXT ONLY --------------- */
.carousel-content {
    color: #002547;
    display: flex;
    align-items: center; }

#carousel-for-quotes {
    padding: 0px;
    width: 100%;
    height: auto; }

#carousel-for-quotes .carousel-content p:last-of-type {
    margin-bottom: 0px; }

/* --------------- CAROUSEL --------------- */
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 80px;
    /* CHEVRON SIZE SML */
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=15);
    opacity: 0.15; }

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none; }

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none; }

.carousel-control:focus,
.carousel-control:hover {
    color: #00bdf2;
    text-decoration: none;
    filter: alpha(opacity=75);
    outline: 0;
    opacity: 0.75; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -40px;
    /* CHEVRON SIZE SML */ }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 80px;
    /* CHEVRON SIZE SML */
    height: 80px;
    /* CHEVRON SIZE SML */
    font-family: serif;
    line-height: 1; }

@media screen and (max-width: 992px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 100px;
        /* CHEVRON SIZE BIG */
        height: 100px;
        /* CHEVRON SIZE BIG */
        margin-top: -50px;
        /* CHEVRON SIZE BIG */
        font-size: 100px;
        /* CHEVRON SIZE BIG */ }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0%;
        margin-left: 0px; }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 0%;
        margin-right: 0px; } }
@media screen and (min-width: 992px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 200px;
        /* CHEVRON SIZE BIG */
        height: 200px;
        /* CHEVRON SIZE BIG */
        margin-top: -150px;
        /* CHEVRON SIZE BIG */
        font-size: 200px;
        /* CHEVRON SIZE BIG */ }


    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0%;
        margin-left: -30px; }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 0%;
        margin-right: -30px; } }
/* --------------- CAROUSEL - INDICATORS --------------- */
#carousel-for-quotes .carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-top: 30px; }

#carousel-for-quotes .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #bad3e4;
    border-radius: 15px; }

#carousel-for-quotes .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 3px;
    background-color: #bad3e4; }

/* --------------- TABLES --------------- */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #f0f0f0; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0f0f0; }

/* --------------- FORMS --------------- */
@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 5px; } }
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px; }

.form-control {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.42857143;
    color: #002547;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
    border-color: #00bdf2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
    color: #CCCCCC;
    font-size: 16px; }

.form-control:-ms-input-placeholder {
    color: #CCCCCC;
    font-size: 16px; }

.form-control::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 16px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f0f0f0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #002547;
    font-size: 14px; }

/* --------------- PAGINATION --------------- */
.pagination > li > a,
.pagination > li > span {
    color: #002547;
    background-color: #ffffff;
    border: 1px solid #002547; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #ffffff;
    background-color: #00bdf2;
    border-color: #002547; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #ffffff;
    cursor: default;
    background-color: #002547;
    border-color: #002547; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #CCCCCC;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #002547; }

/* --------------- BUTTON - PRIMARY --------------- */
.btn-primary {
    color: #002547;
    background-color: transparent;
    border-color: #002547;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.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 {
    background-color: #ffffff;
    border-color: #CCCCCC; }

/* --------------- BTN XL --------------- */
.btn-xl {
    color: #00988b;
    background-color: transparent;
    border-color: #00988b;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px 30px;
    letter-spacing: 1px;
    margin-top: 12px; }

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.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 {
    background-color: #f0f0f0;
    border-color: #f0f0f0; }

.btn-xl .badge {
    color: #00988b;
    background-color: #ffffff; }

@media (min-width: 768px) {
    .btn-xl {
        font-size: 18px; } }
/* --------------- BTN XL REVERSE --------------- */
.btn-xl-reverse {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px 30px;
    letter-spacing: 1px;
    margin-top: 12px; }

.btn-xl-reverse:hover, .btn-xl-reverse:focus, .btn-xl-reverse:active, .btn-xl-reverse.active, .open .dropdown-toggle.btn-xl-reverse {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-xl-reverse:active, .btn-xl-reverse.active, .open .dropdown-toggle.btn-xl-reverse {
    background-image: none; }

.btn-xl-reverse.disabled,
.btn-xl-reverse[disabled],
fieldset[disabled] .btn-xl-reverse,
.btn-xl-reverse.disabled:hover,
.btn-xl-reverse[disabled]:hover,
fieldset[disabled] .btn-xl-reverse:hover,
.btn-xl-reverse.disabled:focus,
.btn-xl-reverse[disabled]:focus,
fieldset[disabled] .btn-xl-reverse:focus,
.btn-xl-reverse.disabled:active,
.btn-xl-reverse[disabled]:active,
fieldset[disabled] .btn-xl-reverse:active,
.btn-xl-reverse.disabled.active,
.btn-xl-reverse[disabled].active,
fieldset[disabled] .btn-xl-reverse.active {
    background-color: #f0f0f0;
    border-color: #f0f0f0; }

.btn-xl-reverse .badge {
    color: #00bdf2;
    background-color: #ffffff; }

@media (min-width: 768px) {
    .btn-xl-reverse {
        font-size: 18px; } }
/* --------------- DEFAULT --------------- */
.btn-default {
    color: #587385;
    background-color: #ffffff;
    border-color: #587385; }

.btn-default.focus,
.btn-default:focus {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-default:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #002547;
    border-color: #002547; }

/* --------------- SUCCESS --------------- */
.btn-success {
    color: #ffffff;
    background-color: #00988b;
    border-color: #00988b; }

.btn-success.focus,
.btn-success:focus {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-success:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #002547;
    border-color: #002547; }

/* --------------- INFO --------------- */
.btn-info {
    color: #ffffff;
    background-color: #00bdf2;
    border-color: #00bdf2; }

.btn-info.focus,
.btn-info:focus {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-info:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #002547;
    border-color: #002547; }

/* --------------- WARNING --------------- */
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-warning.focus,
.btn-warning:focus {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-warning:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #002547;
    border-color: #002547; }

/* --------------- DANGER --------------- */
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-danger.focus,
.btn-danger:focus {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-danger:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #ffffff;
    background-color: #002547;
    border-color: #002547; }

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #002547;
    border-color: #002547; }

/* --------------- WELL --------------- */
.well {
    min-height: 20px;
    padding: 24px;
    margin-bottom: 30px;
    background-color: #dbeffa;
    border: 1px solid #dbeffa;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none; }

.well-lg {
    padding: 34px;
    border-radius: 5px; }

.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
    margin-top: 0px; }

.well p:last-of-type {
    margin-bottom: 0px; }

.well-lg.bg-green {
    background-color: #00988b; }

.well-lg.bg-grey {
    background-color: #587385; }

.well-lg.bg-green h3, .well-lg.bg-green p,
.well-lg.bg-grey h3, .well-lg.bg-grey p {
    color: #ffffff; }



/* Custom Dev Timeline layout
---------------------------------- */
.timeline {
    position: relative;
    padding: 40px 0;
    margin-top: 40px;
}
.timeline .blogpost footer {
    padding-top: 0px;
    border-top: none;
}
.timeline .blogpost header h2 {
    font-size: 22px;
}
.timeline .timeline-item {
    padding: 0 15px;
}
.timeline-date-label {
    float: none;
    clear: both;
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1;
    width: 135px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.timeline-date-label:after {
    background-color: #09afdf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    z-index: -1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .timeline .blogpost {
        margin-bottom: 0;
    }
    .timeline:before {
        background-color: #e8e8e8;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.09)), color-stop(90%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
        width: 1px;
        height: 100%;
        content: "";
        position: absolute;
        left: 50%;
        display: block;
        top: 0;
    }
    .timeline .timeline-item {
        position: relative;
        width: 50%;
        padding-left: 0;
        padding-right: 40px;
        margin-bottom: 80px;
        float: left;
        clear: left;
        z-index: 1;
    }
    .timeline .timeline-item.pull-right {
        position: relative;
        width: 50%;
        padding-left: 40px;
        padding-right: 0;
        margin-top: 80px;
        margin-bottom: 0;
        float: right;
        clear: right;
    }
    .timeline .timeline-item.pull-right + .timeline-date-label {
        padding-top: 80px;
    }
    .timeline .timeline-item:after {
        content: "";
        font-family: "FontAwesome";
        right: 0px;
        background-color: #eaeaea;
        left: auto;
        position: absolute;
        top: 20px;
        z-index: -1;
        width: 35px;
        height: 1px;
    }
    .timeline .timeline-item:before {
        content: "";
        position: absolute;
        background-color: #cdcdcd;
        border: 1px solid #cdcdcd;
        height: 7px;
        width: 7px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        top: 17px;
        right: -4px;
    }
    .timeline .timeline-item.pull-right:after {
        right: auto;
        left: 0px;
    }
    .timeline .timeline-item.pull-right:before {
        left: -3px;
    }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .timeline .timeline-item.pull-right {
        float: none !important;
    }
}

/*Feature Box
---------------------------------- */
.feature-box,
.feature-box-2 {
    margin-bottom: 30px;
}
.feature-box .title,
.feature-box-2 .title {
    margin-top: 0px;
}
/*style-1*/
.feature-box h3 {
    margin-top: 0;
}
.feature-box .icon {
    margin-bottom: 10px;
}
.feature-box p {
    clear: both;
    margin-bottom: 15px;
}
.feature-box:not(.shadow):hover .icon {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*style-2*/
.feature-box-2 {
    position: relative;
}
.feature-box-2 .icon {
    position: absolute;
    top: 0px;
    left: 0px;
}
.feature-box-2 .icon.without-bg {
    width: 0;
    height: 0;
}
.feature-box-2.boxed {
    border: 1px solid #f1f1f1;
}
.feature-box-2.boxed .icon {
    left: 20px;
    top: 20px;
}
.feature-box-2 .icon {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.feature-box-2 .body {
    margin-left: 62px;
}
.feature-box-2:hover .icon {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.feature-box-2.right .body {
    margin-right: 62px;
    margin-left: 0px;
    text-align: right;
}
.feature-box-2.right .icon {
    left: auto;
    right: 0px;
}
.feature-box-2.right .icon.without-bg {
    right: 40px;
}
.feature-box-2.boxed.right .icon {
    left: auto;
    right: 20px;
}
.feature-box-2.boxed.right .icon.without-bg {
    right: 60px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
    .feature-box-2:not(.boxed) {
        padding-bottom: 0;
    }
}

/* Hosting Pricing tables
---------------------------------- */
.pricing-tables {
    margin: 60px 0 0;
}
.plan {
    text-align: center;
    margin-bottom: 40px !important;
}
.plan.round-corners .header {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.plan.round-corners ul li:last-child,
.plan.round-corners ul {
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
}
.plan .header {
    padding: 0;
    margin: 0 -1px;
    border: none;
    background-color: #002547;
}
.plan .header h3 {
    font-size: 28px;
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-weight: 300;
    padding: 15px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
}
.plan .header .price {
    font-size: 28px;
    padding: 8px 0 10px;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1;
    color: #ffffff;
}
.plan ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
    list-style: none;
}
.plan ul li {
    padding: 12px 0px;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #ffffff;
    color: #333333;
}
.best-value.plan ul li {
    padding: 15px 0;
}
.plan ul li a.pt-popover {
    color: #000;
    border-bottom: 1px dashed #000;
    position: relative;
}
.plan ul li a.pt-popover:hover {
    text-decoration: none;
}
.plan ul li a.pt-popover:after {
    position: absolute;
    top: 0px;
    left: -15px;
    font-family: "FontAwesome";
    content: "\f059";
    color: #ddd;
    font-size: 12px;
}
.popover {
    width: 250px;
    font-size: 13px;
    text-align: center;
    border: none;
}
.popover-title {
    background-color: #09afdf;
    color: #ffffff;
    text-shadow: none;
    font-size: 13px;
}
.popover-content {
    font-size: 12px;
}
.circle-head .plan .header {
    padding: 0;
    border: none;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin: 20px auto;
    padding: 10px 0;
}
.circle-head .plan .header h3 {
    font-size: 26px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 27px;
}
.circle-head .plan .header .price {
    height: 80px;
    border: none;
    padding-top: 15px;
    font-size: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stripped .plan ul {
    -webkit-box-shadow: 0px -15px 32px 0px #cacaca inset;
    -moz-box-shadow: 0px -15px 32px 0px #cacaca inset;
    box-shadow: 0px -15px 32px 0px #cacaca inset;
    background: #fdfdfd;
}
.stripped .plan ul li {
    border: 1px solid #ececec;
    border-top: none;
    color: #666;
}
.stripped .plan ul li:nth-child(even) {
    -webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
    -moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
    box-shadow: 0px 0px 40px #e4e4e4 inset;
    background: #ffffff;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

/*shadow*/
.shadow,
.shadow-narrow {
    position: relative;
    background-color: #ffffff;
}
.light-gray-bg.shadow,
.light-gray-bg.shadow-narrow {
    background-color: #fafafa;
}
.bordered {
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dark-bg .bordered {
    border: 1px solid #555555;
}
.shadow *,
.shadow-narrow * {
    position: relative;
    z-index: 3;
}
.shadow:before,
.shadow-narrow:before {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #ffffff;
    z-index: 2;
}
.light-gray-bg.shadow:before,
.light-gray-bg.shadow-narrow:before {
    background-color: #fafafa;
}
.shadow:after,
.shadow-narrow:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 96%;
    left: 50%;
    bottom: 2px;
    margin-left: -48%;
    -webkit-box-shadow: 0 5px 7px #999999;
    box-shadow: 0 5px 7px #999999;
    z-index: 1;
    border-radius: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shadow-narrow:after {
    width: 90%;
    margin-left: -45%;
}
.shadow:hover:after,
.shadow-narrow:hover:after {
    bottom: 10px;
}

.other-services {
    text-align: center;
}

.other-services .body p {
    font-size:15px;
    padding-top:10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .best-value.plan {
        top: -30px;
        position: relative;
        z-index: 2;
    }
}

/* Blog pages
---------------------------------- */
.blogpost {
    margin: 0 0 70px;
}
.blogpost header {
    padding: 20px 10px 20px;
}
.blogpost header h2 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.blogpost .post-info {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}
.blogpost .post-info > span {
    margin-right: 5px;
    display: inline-block;
}
.blogpost .post-info a {
    color: #aaa;
}
.blogpost .blogpost-content {
    padding: 0 10px 10px;
}
.blogpost .row .blogpost-content {
    padding-bottom: 0;
}
.blogpost footer {
    font-size: 12px;
    padding: 10px;
    color: #aaa;
    border-top: 1px solid #eaeaea;
}
.blogpost .row + footer {
    padding: 10px 0;
}
.blogpost.full {
    margin-bottom: 30px;
}
.blogpost.full header {
    padding: 0 0 15px 0;
}
.blogpost.full .blogpost-content {
    padding: 0 0 5px;
}
.blogpost.full footer {
    padding: 10px 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
    .blogpost .row header {
        padding-top: 0;
    }
    .blogpost .row + footer {
        margin-top: 15px;
    }
}
/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
    margin-bottom: 15px;
}
.text-center > .nav-pills {
    display: inline-block;
}
.nav-pills > li > a {
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid transparent;
    color: #002547;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #002547;
    background-color: transparent;
    border-bottom: 1px solid #777777;
}
.nav-pills.style-2 > li > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav-pills.style-2 > li.active > a,
.nav-pills.style-2 > li.active > a:hover,
.nav-pills.style-2 > li.active > a:focus,
.nav-pills.style-2 > li > a:hover,
.nav-pills.style-2 > li > a:focus {
    color: #09afdf;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
}
.nav-pills > li + li {
    margin-left: 5px;
}
.nav-pills.nav-stacked > li + li {
    margin-left: 0;
}
.nav-pills.nav-stacked > li > a {
    padding: 5px 0px;
    color: #777777;
}
.nav-pills.nav-stacked.list-style-icons > li > a {
    padding: 4px 0px;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
    color: #09afdf;
    background-color: transparent;
    border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 6px;
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
    color: #09afdf;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
    color: #0c9ec7;
    right: 10px;
}
.nav-pills.nav-stacked.list-style-icons > li > a > i {
    padding-right: 10px;
    font-size: 14px;
    color: #cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons > li.active > a > i,
.nav-pills.nav-stacked.list-style-icons > li > a:hover > i,
.nav-pills.nav-stacked.list-style-icons > li > a:focus > i {
    color: #0c9ec7;
}

/*Images and Overlays
---------------------------------- */
.ecom-vertical-align {
    display: flex;
    align-items: center;
    min-height:440px;
    background:#ecf0f1;
}


.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
.overlay-bottom,
.overlay-top {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-bottom.links,
.overlay-to-top.links {
    z-index: 11;
}
.overlay-to-top {
    position: absolute;
    top: auto;
    padding: 10px;
    bottom: -30px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}
.overlay-top {
    top: 0;
}
.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto!important;
    padding-bottom: 20px;
}
.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
    color: #ffffff;
}
.overlay-container .text {
    padding: 0 20px;
    position: relative;
}
.overlay-container .text h3,
.overlay-container .text h3 .small {
    margin-top: 0;
    color: #ffffff;
}
.overlay-container .text a:hover {
    color: #ffffff;
}
.overlay-bottom .btn,
.overlay-top .btn {
    color: #ffffff;
    border-color: #ffffff;
    margin: 0;
}
.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
    color: #777777;
    background-color: #ffffff;
}
.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
    height: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}
.overlay-link i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}
.overlay-link i:hover {
    background-color: #ffffff;
    color: #777777;
}
.overlay-link.small i {
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    font-size: 14px;
    line-height: 25px;
}
.overlay-container:hover .overlay-link {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/* Miscellaneous
---------------------------------- */
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.ph-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.ph-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.ph-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.space-top {
    padding-top: 20px;
}
.space-bottom {
    padding-bottom: 20px;
}
.margin-clear {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.padding-top-clear {
    padding-top: 0 !important;
}
.padding-bottom-clear {
    padding-bottom: 0 !important;
}
.padding-ver-clear {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.padding-hor-clear {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.border-bottom-clear {
    border-bottom: none !important;
}
.border-top-clear {
    border-top: none !important;
}
.border-clear {
    border: none !important;
}
.circle {
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
}
.radius-clear {
    -webkit-border-radius: 0%!important;
    -moz-border-radius: 0%!important;
    border-radius: 0%!important;
}
.fa-6x {
    font-size: 6em !important;
}
.fa-7x {
    font-size: 7em !important;
}
.fa-8x {
    font-size: 8em !important;
}
.fa-9x {
    font-size: 9em !important;
}
.fa-10x {
    font-size: 10em !important;
}

/* Custom Grid
---------------------------------- */
.grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}
.container-fluid .grid-space-0 {
    margin-right: -15px;
    margin-left: -15px;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
}
.grid-space-0 > div {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

/* --------------- CUSTOM ELEMENTS --------------- */

/* Corner Ribons */
.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/* Font Awesome Tick for lists */
.list-tick ul {
    list-style: none;
    padding: 0;
}
.list-tick li {
    padding-left: 1.3em;
}
.list-tick li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.4em;
}

/* eCommerce Page */

#ecommerce .row .col-md-6 {
    padding:0px;
}

#ecommerce .row .col-md-6 .body {
    padding:20px;
}

@media (max-width: 767px) {
    .other-services .col-sm-4 {
        padding-top:55px;
        padding-bottom:55px;
        border-bottom: 1px solid #f3f3f3;
    }
    #ecommerce .body {
        text-align: left;
    }
    #fullpage .row { padding: 25px 0;}
}

.center-img{
    padding-top:20px;
    height:50%;
    text-align: center;
    vertical-align: bottom;
}

.svg-inline--fa  {
    margin-right:10px;
    margin-left: 10px;
}

/* Bootstrap Document style callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -45px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: rgba(92,184,92,.3);
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: rgba(217,83,79,.3);
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* Checkmark Circle */

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: $color--green;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.image-box .body {
    text-align:center;
}

/* Scroll to top */

.scrollToTop {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 50px;
    position: fixed;
    right: 5px;
    text-align: center;
    transform: translateZ(0px);
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
    z-index: 1005;
}
.circle {
    border-radius: 100%;
}
.nopadding {
    padding:0px;
}
.faqs .main {
    padding: 50px;
}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 767px) {

    .pull-right {
        float: none !important;
    }

    .pull-left {
        float: none !important;
    }

    .blog blockquote {
        border-left: none;
        padding-left:0px;
        padding-bottom:25px;
        border-bottom: 1px solid #010101;
    }

}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {

    .ecom-vertical-align {
        min-height:225px;
    }
    .marketing .ecom-vertical-align {
        min-height:225px;
    }
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .overlay-container .text {
        top: 30%;
    }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .overlay-container .text {
        top: 30%;
    }
    .overlay-container .text p:not(.mobile-visible) {
        display: none;
    }
    .ecom-vertical-align {
        min-height:150px;
    }
    .ecom-vertical-align img {
        padding-left: 15px;
        padding-right: 15px;
    }


}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 480px) and (max-width: 1199px) {
    .overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .owl-item .overlay-container:hover .overlay-top {
        height: 71%;
    }
    .owl-item .overlay-container:hover .overlay-bottom {
        height: 29%;
    }
    .webdev .image-box .body p {
        font-size: 16px;
    }

}





