/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    background-color: #2f3039;
    /*background-color:white!important;*/
    font-family: 'Open Sans', sans-serif;
}

.body-content {
    padding-top: 30px;
}

a {
    color: gray;
    text-transform: none !important;
}

.navbar-inverse .navbar-brand {
    color: #ccc;
}


.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: white;
    }

.cursive {
    font-family: 'Dawning of a New Day', cursive;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #2f3039;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.introshort {
    display: table;
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: url(../img/narrow-intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #2f3039;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro2 {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width:767px) {
    .intro2 {
        padding: 20px 0;
    }
}



p {
    font-size: 1em;
}

    p.small {
        font-size: 0.8em;
    }

    p.large {
        font-size: 1.4em;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #615a41;
    font-weight:bold;
}

    footer a,
    footer a:focus,
    footer a:active,
    footer a.active {
        outline: 0;
        color: white;
        font-weight: normal;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

    h2.cursive {
        font-size: 50px !important;
    }

p.cursive {
    font-size: 35px !important;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

    hr.star-light:after,
    hr.star-primary:after {
        content: "\f005";
        display: inline-block;
        position: relative;
        top: -.8em;
        padding: 0 .5em;
        font-family: FontAwesome;
        font-size: 2em;
    }

hr.star-light {
    border-color: #fff;
}

    hr.star-light:after {
        color: #fff;
        background-color: transparent;
    }

hr.star-primary {
    border-color: #2c3e50;
}

    hr.star-primary:after {
        color: #2c3e50;
        background-color: #fff;
    }

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #417269;
}

    header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header img {
        display: block;
        margin: 0 auto 20px;
    }

    header .intro-text .name {
        display: block;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 2em;
        font-weight: 700;
        color: white;
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;
        text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    }

    header .intro-text .skills {
        font-size: 1.25em;
        font-weight: 300;
    }

@media(min-width:768px) {
    header .container {
        padding-top: 70px;
        padding-bottom: 0;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

        .navbar-fixed-top .navbar-brand {
            font-size: 1.5em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-fixed-top.navbar-shrink {
            padding: 10px 0;
        }

            .navbar-fixed-top.navbar-shrink .navbar-brand {
                font-size: 1.3em;
            }
}

.navbar {
    /*text-transform: uppercase;*/
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    background-color: #2f3039;
}

    .navbar a:focus {
        outline: 0;
    }

    .navbar .navbar-nav {
        /*letter-spacing: 1px;*/
    }

        .navbar .navbar-nav li a:focus {
            outline: 0;
        }

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 60px 0;
}

    section h2 {
        margin: 0;
        font-size: 3em;
    }

    section.success {
        color: #fff;
        background: #417269;
    }

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

        section.first {
            padding-top: 75px;
        }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 7px 0 7px;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
    }

        #portfolio .portfolio-item .portfolio-link .caption {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: #000;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            #portfolio .portfolio-item .portfolio-link .caption:hover {
                opacity: 0.8;
            }

            #portfolio .portfolio-item .portfolio-link .caption .caption-content {
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                font-size: 20px;
                color: #fff;
            }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
                #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
                    margin: 0;
                }

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        border: solid 2px #fff;
        color: #417269;
        background: #fff;
    }

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        z-index: 1;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        border: 0;
        border-radius: 0;
        font-size: 1.5em;
        background: 0 0;
        box-shadow: none !important;
        resize: none;
    }

    .floating-label-form-group label {
        display: block;
        z-index: 0;
        position: relative;
        top: 2em;
        margin: 0;
        font-size: .85em;
        line-height: 1.764705882em;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
        -webkit-transition: top .3s ease,opacity .3s ease;
        -moz-transition: top .3s ease,opacity .3s ease;
        -ms-transition: top .3s ease,opacity .3s ease;
        transition: top .3s ease,opacity .3s ease;
    }

    .floating-label-form-group::not(:first-child) {
        padding-left: 14px;
        border-left: 1px solid #eee;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #417269;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    background-color: #2f3039;
    color: #FFF;
    padding-bottom: 50px;
    padding-top: 30px;
}

    footer h3 {
        margin-bottom: 30px;
    }

    footer .footer-above {
        padding-top: 50px;
        background-color: #2c3e50;
    }

    footer .footer-col {
        margin-bottom: 50px;
    }

    footer .footer-below {
        padding: 25px 0;
        background-color: #233140;
    }

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 28px;
    }

        .scroll-top .btn:focus {
            outline: 0;
        }

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .portfolio-modal .modal-content h2 {
        margin: 0;
        font-size: 3em;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

    .portfolio-modal .modal-content .item-details {
        margin: 30px 0;
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

    .portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #2c3e50;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .portfolio-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #2c3e50;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


/*!
 Show Text Edit Tags
 */

.pagetext {
    position: relative;
    padding-bottom: 10px;
}

.ShowEditTag {
    background-color: rgba(255, 0, 0, 0.1);
    padding: 2px !important;
    border: solid 1px red;
    border-radius: 5px;
    width: 50px;
    text-align: center;
}

    .ShowEditTag a {
        color: red;
        font-weight: bold;
    }


/*Testimonial Display on First Page*/

.testimonial {
    margin: 0;
    margin-top: 10px;
    background: #B7EDFF;
    padding: 10px 50px 20px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image: -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image: -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image: -o-linear-gradient(top, #CEF3FF, #B7EDFF);
}

p.testimonial-text {
    line-height: 150%;
}

.testimonial-title {
    font-weight: bold;
    font-size: x-large;
    color: #999;
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 60px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 40px;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 25px 30px;
    font-family: Georgia, serif;
    color: #555;
    font-style: italic;
    text-align: left;
    font-weight: normal;
}

.vcenter {
    vertical-align: middle !important;
    float: none;
}

.vtop {
    vertical-align: top !important;
    float: none;
}

.bottomspace {
    padding-bottom: 2em !important;
}

.courseDate {
    font-style: italic;
}

.courseCountry {
    font-weight: bold;
}

.courseLocation {
    font-style: italic;
    font-weight: normal;
}

.courseTitle {
    font-size: 2em;
    font-weight: bold;
}

.bold {
    font-weight: bold !important;
}

.cdesc {
    text-align: right;
    padding-right: 2em !important;
}

.spaceabove {
    margin-top: 2em;
}

.footnote {
    font-style: italic;
    color: gray;
}




.ctext {
    font-weight: bold !important;
}

p.rssTitle a {
    font-size: 1.4em;
}

.pulldown {
    margin-bottom: 0 !important;
    margin-top: 2em !important;
}

.notop {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

div.coursecomponent {
    padding-left: 2em;
}

    div.coursecomponent h5 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

.stdimg img {
    max-width: 100%;
    max-height: auto;
}

div.stdimgwrapper {
    padding: 2em;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background-color: #fcfcfc;
    text-align: center !important;
}

div.stdimg {
}

div.stdimgcaption {
    text-align: center !important;
    padding-top: 1em;
    font-size: 1.2em;
    font-style: italic;
}

img.defaultimage {
    border: 1px solid gray;
}

a.vividlink {
    font-weight: bold;
}

.formError {
    display: block;
    font-weight: bold;
    color: red;
    font-size: 1.2em;
}

.forcewhite {
    color: white !important;
}

.topbotspace {
    margin: 1em 0 !important;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.centre {
    text-align: center;
}



.strong {
    font-weight: bold !important;
}

.articleimage {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid lightgray;
    padding: 0.5em;
}

.articleimagecaption {
    text-align: center;
    padding-top: 0.25em;
    font-style: italic;
}

h2.article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.articledate {
    font-style: italic;
    margin-top: 0;
    margin-bottom: 1em;
}

.galleryphoto {
    border: 1px solid lightgray;
}

h3.kbarticletitle {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-transform: unset;
}

    h3.kbarticletitle a {
        color: black !important;
    }

.kbarticlebyline {
    font-style: italic;
    color: darkgray;
}

.container-page a {
    text-decoration: underline;
}

    .container-page a:hover {
        text-decoration: none;
    }



a.btn {
    text-decoration: none;
}

.soldout {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em;
    border: 1px solid red;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
}


div.coursesummary {
    margin: 1em 0;
    padding: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border: 2px solid black;
}


.inline {
    display: inline-block !important;
    width: auto !important;
}

.block {
    display: block !important;
}

.formatlastname {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.lastedited {
    font-size: smaller;
    color: #555;
    font-style: italic;
    text-align: right;
}

.btn-danger, .btn-success, .btn-warning, .btn-info {
    color: white !important;
}

.btn-left {
    text-align: left;
    padding-left: 1em;
}

#enddatediv {
    display: none;
}

.text-box {
    padding: 12px 18px !important;
    box-sizing: border-box;
}


.red {
    color: red !important;
}


.memberphoto {
    overflow: hidden;
}

    .memberphoto img {
        width: 100%;
    }

#articlelogin {
    padding: 2em;
    border: 1px dashed gray;
}

.loginimage {
    margin: 0 auto;
    padding-bottom: 1em;
}

#articlelogin img {
    display: block;
    width: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

#testsend {
    display: block;
}


.affiliate {
    padding: 1em;
}

    .affiliate img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .affiliate p {
        width: 80%;
        text-align: center;
        position: absolute;
        bottom: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.styledtext {
    font-size: 18px !important;
}

.btn-sharp-top {
    border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    -webkit-border-radius: 0 0 4px 4px !important;
}

a.whitelink {
    color: white !important;
}

.IncompleteWarning {
    background-color: red;
    color: white;
}

.flarewise-title {
    text-align: right;
    margin-top: 35px;
}

@media screen and (max-width: 992px) {
    .flarewise-title {
        text-align: center;
        margin-top: 10px;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 7px !important;
}

@media (min-width: 1650px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

.product-box {
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.product-box-entry {
    min-height: 330px !important;
    border: 1px solid #aaa;
    border-radius: 0.5rem;
    background-color: white;
}

.product-box-title {
    font-family: 'Dawning of a New Day', cursive;
    padding: 0;
    margin: 1rem;
    font-weight: bold;
    text-align: center;
}

a.product-link {
    color: #777;
}

.product-box-entry:hover {
    border-color: #bbb;
    box-shadow: 3px 3px 3px #ccc;
}

a.product-link:hover {
    color: darkred;
}


.cartsummary {
    margin-top: 30px;
    margin-bottom: 2em;
    background-color: white;
    padding: 1em;
    border-radius: 11px;
    border: 1px solid #555;
}

.newproductpage {
    background-color: white;
    padding: 1em;
    border: 1px solid #555;
    border-radius: 11px !important;
    margin: 2em 0;
}

h3.awards {
    margin-top: 0.5em;
}

h3.sold-out {
    color: #C00000;
    margin: 0;
    margin-bottom: 10px;
}

div.main-body a {
    color: #615a41;
    font-weight:bold;
}

div.main-body a:hover {
    text-decoration: underline;
}
