/* LANDING MAIN PAGE */
html,
body {
    width: 100%;
    height: 100%;
    color: #333;
    font-family: "LatoWeb" !important;
}
.header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/road-cycling.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-filter: invert(33%);
    filter: invert(33%);
}
.header-form,
.header-user-panel {
    margin: auto;
    max-width: 400px;
    /*height: 425px;*/
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin-top: 30px;
}
.header-user-panel .button {
    width: 100%;
    line-height: 13px;
}

.sub-form .header-form {
    height: 325px;
}
.header-content {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
}
.header-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30%;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 1);
}
.header-title h1 {
    font-size: 64px;
}
/*    .top-panel{
        width:100%;
        position: fixed;
        border-bottom: 1px solid #868686;
        z-index: 1000;
    }*/
.top-panel-bg {
    background: rgba(0, 0, 0, 0.6);
}
.login-form .form-area {
    /* padding: 40px; */
}
.login-form .form-area .group {
    position: relative;
    margin-bottom: 20px;
}
.form-control {
    height: 34px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #bdc4c9;
    display: block;
    box-shadow: inset 0px 1px 0px #f1f0f1;
}
.login-form .form-area .form-control {
    padding-left: 38px;
    height: 50px;
    border-radius: 0;
}
.login-form .btn-primary {
    background: #00a0e3;
    color: #fff;
    border-color: #e3e3e3;
}
.login-form .form-area .fa {
    position: absolute;
    top: 16px;
    left: 13px;
    font-size: 16px;
    color: #c3c3c3;
}
.social-buttons {
    text-align: center;
    margin: 0px -4px;
}
.btn-block {
    height: 50px;
    border-radius: 0;
}
.header-form a.btn-block {
    /*width: 32% !important;*/
    display: inline-block;
}
.social-buttons i.fa {
    line-height: 37px !important;
    font-size: 20px;
}
.btn-block + .btn-block {
    margin-top: 0;
}
.slide1,
.slide2 {
    background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
}
.footer {
    position: relative;
    background-color: #1f2325;
    padding: 20px;
    text-align: left;
}
.footer-content {
    text-align: left;
    color: #989898;
    font-size: 1.3em;
    /*        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 200px;*/
}
body {
    font-family: "LatoWeb", sans-serif;
    /*        font-weight: 300;
        overflow-x: hidden;
        line-height: 1.6;*/
}

p {
    color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

a {
    color: #3498db;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#Features li {
    list-style: initial;
    list-style-type: square;
}
#Features ul {
    padding-left: 40px;
    list-style: initial;
}
strong {
    font-weight: 600;
}

/* Main Section */

.create-event .thumb-nail img {
    width: auto;
    max-width: 100%;
}

.main {
    /*background: url(/images/road-cycling.jpg) center center no-repeat scroll;*/
    background-size: cover;
    padding: 3em 0 4.5em;
    position: relative;
    text-align: center;
}
.runner {
    background: url(/images/biegacze3.jpg) center center no-repeat scroll;
    background-size: cover;
    padding: 3em 0 4.5em;
    position: relative;
    text-align: center;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 101%;
    background: rgba(255, 255, 255, 0.45);
    top: 0;
}

.logo {
    margin-bottom: 1.5em;
    text-align: center;
}

.main h1 {
    font-size: 41px;
    font-weight: 400;
    color: #333;
    line-height: 1.25;
}

.main h2 {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    font-weight: 300;
}

.learn-more {
    margin-bottom: 0.75em;
}

.button {
    display: inline-block;
    background: #00a0e3;
    padding: 1.125em 3em;
    color: #fff;
    border: 5px solid #00a0e3;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.button:hover {
    color: #fff;
    background: #0385bb;
    border: 5px solid #0385bb;
    text-decoration: none;
}

.button:focus {
    color: #fff;
    text-decoration: none;
}

.button i {
    padding-left: 1em;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.button:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.button.buy {
    background: transparent;
    color: #00a0e3;
    border: 5px solid #00a0e3;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-top: 5px;
}

.button.buy:hover {
    border: 5px solid #0385bb;
    color: #0385bb;
}

.see-example:focus {
    color: #fff;
    background: #0385bb;
}
.see-example {
    background: #fff;
    color: #00a0e3;
    font-weight: bold;
    font-size: 1.4em;
    width: 100% !important;
}

.create-event .step {
    background: #00a0e3;
    color: #fff;
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.create-event .line:after,
.create-event .line-start:after,
.create-event .line-end:after {
    content: "";
    position: absolute;
    display: block;
    height: 6px;
    background: #00a0e3;
    top: 22px;
    z-index: -1;
}
.examples-pages {
    background: #fff;
    border-color: #fff;
    color: #00a0e3;
    opacity: 0.9;
    /*font-weight: bold;*/
}
.examples-pages:focus,
.examples-pages:hover {
    opacity: 1;
    background: #fff;
    border-color: #fff;
    color: #00a0e3 !important;
}
.create-event .line:after {
    width: 100%;
}
.create-event .line-start:after {
    width: 50%;
    right: -15px;
}
.create-event .line-end:after {
    width: 50%;
    left: -15px;
}
.create-event .thumb-nail {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.create-event img {
    width: 100%;
    max-width: 100%;
}
.create-event .fa-chevron-down {
    color: #00a0e3;
}

.action-button p {
    margin: 1.5em 0 0;
    font-size: 15px;
}

/* ==========================================================================
   nav
   ========================================================================== */

.navbar {
    display: none;
}

.navbar-default .navbar-nav > li > a.button:hover,
.navbar-default .navbar-nav > li > a.button:focus {
    color: #3498db;
}

.top-panel {
    display: block;
    position: fixed;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    left: 0;
    top: 0;
    z-index: 1000;
    -o-animation: fadeInDown 2s both;
    -moz-animation: fadeInDown 2s both;
    -ms-animation: fadeInDown 2s both;
    -webkit-animation: fadeInDown 2s both;
    animation: fadeInDown 2s both;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Features */

.features.section-spacing {
    padding: 4.5em 0 2.25em;
}

section header h2,
section h2 {
    font-size: 34px;
    margin-top: 0;
    color: #333;
    font-weight: 400;
}

section header h3 {
    font-size: 20px;
    color: #555;
    margin: 0;
    line-height: 1.35;
}

section header {
    margin-bottom: 3em;
}

.welcome-message {
    text-shadow: 0 0 7px #fff;
    margin-top: 80px;
}

.features h4 {
    color: #666;
    position: relative;
    margin-top: 1.5em;
    font-weight: 400;
}

.features > .container > .row > div {
    margin-bottom: 2.25em;
}

.features hr {
    background: #3498db;
    border: none;
    height: 1px;
    width: 20%;
}

/* counter */

.section-spacing {
    padding: 4.5em 0;
}

.examples {
    background: #3498db;
    color: #fff;
}

.examples h3 {
    font-weight: 400;
}

.examples p {
    margin-bottom: 0;
    color: #fff;
}

.counter div[class^="col-"]:nth-child(1),
.counter div[class^="col-"]:nth-child(2) {
    padding-bottom: 1.5em;
}

/* Pricing */

.section-spacing.prices {
    padding: 4.5em 0 1.5em;
}

.modules {
    border: 1px solid #ddd;
    margin-bottom: 3em;
    background: #fff;
}

.modules:hover {
    box-shadow: 0 0 3px 0 #ddd;
}

.modules .header {
    color: #fff;
    padding: 0.75em 1em;
}
#PriceTable .col-md-4:nth-child(1) .modules .header {
    background: #3f51b5;
}
#PriceTable .col-md-4:nth-child(2) .modules .header {
    background: #546371;
}
#PriceTable .col-md-4:nth-child(3) .modules .header {
    background: #00a0e3;
}
.module-description {
    padding: 25px;
}

.modules .header.nerd {
    background: #2980b9;
}

.modules .header h4 {
    font-weight: 600;
}

.currency {
    font-size: 20px;
    vertical-align: top;
    position: relative;
    font-weight: 400;
}

.price {
    font-size: 34px;
    font-weight: 600;
}

.period {
    font-size: 16px;
    position: relative;
    left: 6px;
    font-weight: 400;
    text-transform: lowercase;
}

.modules-features {
    padding: 0.75em 2.25em 1.5em;
    text-align: left;
}

.modules-features li i {
    text-align: right;
    float: left;
    margin-right: 15px;
}

.modules-features li {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    color: #888;
}
.modules-features li:nth-child(even) {
    color: #00a0e3;
}
.modules {
    margin-left: -16px;
    margin-right: -15px;
}
.modules .header {
    border: 0;
}
.col-md-4:nth-child(2) {
    z-index: 2;
}
.col-md-4:nth-child(2) .modules-features li:nth-child(even) {
    color: #ff9800;
}
.col-md-4:nth-child(2) .modules {
    border: 0;
    font-weight: bold;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    margin-top: -20px;
}
.col-md-4:nth-child(2) .modules:before {
    padding: 10px;
    color: #fff;
    background: #ff9800;
    display: block;
}
.buy-button {
    padding: 0 1.5em 1.5em;
}

.buy-button .button {
    background: #fff;
    color: #00a0e3;
}
.buy-button .buy-register:hover {
    background: #0385bb;
}
.buy-button .buy-register {
    background: #00a0e3;
    color: #fff;
}
/* Buy Now */

.buy-now {
    padding: 4.5em 0;
    background: #3498db;
}

.buy-now .button.buy {
    color: #fff;
    border: 1px solid #fff;
    padding: 1.125em 4em;
}

.buy-now .button.buy:hover {
    box-shadow: 0 0 0 1px #fff;
}

/* ==========================================================================
   Contact
   ========================================================================== */

.contact.section-spacing {
    padding: 4.5em 0 0;
}

.contact-form {
    margin-bottom: 3em;
}

.contact-form label.error {
    margin-bottom: 1.5em;
    font-weight: 300;
    color: #ea5050;
}

.contact .btn-default {
    width: 100%;
}

/* footer */

.site-footer.section-spacing {
    padding: 4.5em 0;
}

.site-footer small {
    margin: 1.5em 0 0.75em;
    display: inline-block;
    color: #888;
}

.social li a {
    color: #fff;
    border: 1px solid;
}
.social li:nth-child(1) a {
    background: #3b5998;
    border-color: #3b5998;
}
.social li:nth-child(2) a {
    background: #4099ff;
    border-color: #4099ff;
}
.social li:nth-child(3) a {
    background: #dd4b39;
    border-color: #dd4b39;
}
.social li:nth-child(4) a {
    background: #9d7144;
    border-color: #9d7144;
}

.social li a:hover {
    color: #fff;
    background: transparent;
    /*border: 1px solid #2980b9;*/
}

button.close {
    color: #3498db;
    opacity: 1;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    right: 16px;
}

.close:hover,
.close:focus {
    color: #2980b9;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    outline: none;
}
cookie-alert .modal-body {
    padding: 1.5em;
}

/* scroll top */

.scroll-top {
    margin-bottom: 0;
}

.scroll-top a {
    position: fixed;
    bottom: 5em;
    right: 5em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 0.8em 1em;
    display: none;
    z-index: 200;
    border-radius: 50%;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.scroll-top a:hover {
    background: #00a0e3;
}

/* Small devices (tablets, 768px and up) */

@media (max-width: 992px) {
    #parallax {
        display: none;
    }
    .main {
        background-image: url(/images/backgnd_small.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 65%;
    }
    .logo {
        text-align: inherit;
    }
    .main h1 {
        font-size: 48px;
        line-height: 1.35;
    }
    section header h3 {
        font-size: 21px;
    }
    .button {
        width: 100%;
        /* margin:10px; */
    }
    .header-form,
    .header-user-panel {
        width: 100% !important;
    }
    .learn-more {
        margin-right: 1em;
        margin-bottom: 0;
    }
    .empty-space {
        height: 0em !important;
    }
    .counter div[class^="col-"]:nth-child(1),
    .counter div[class^="col-"]:nth-child(2) {
        padding-bottom: 0;
    }

    blockquote {
        font-size: 22px;
    }

    .buy-now .button.buy {
        padding: 1.125em 6em;
    }

    .address li {
        padding-bottom: 0;
    }
    .module-description p {
        text-align: justify;
        padding: 0.75em 2.25em 1.5em;
    }
    .buy-button .button {
        margin-bottom: 15px;
    }
    #Features p,
    #Subscribe p {
        text-align: justify;
        padding: 10px;
    }
    div.footer-content p {
        text-align: justify;
    }
    div.footer-content div.col-xs-6.col-sm-3.visible-xs {
        padding-top: 40px;
    }
    .logo-kujawian-pomerian {
        padding: 25px 0;
    }
    .row {
        margin: 0 !important;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .main {
        padding: 3em 0 6em;
        text-align: left;
        height: 100%;
        display: table;
        width: 100%;
        z-index: 1;
    }
    .runner {
        background: url(/images/biegacze3.jpg) center center no-repeat fixed;
        background-size: cover;
        padding: 3em 0 6em;
        text-align: left;
        height: 100%;
        display: table;
        width: 100%;
    }
    .main .container,
    .runner .container {
        display: table-cell;
        width: 90%;
        vertical-align: middle;
    }
    .logo {
        margin-bottom: 3em;
    }

    .main h1 {
        font-size: 73.981px;
        font-weight: 700;
        line-height: 1.17;
    }

    .main h2 {
        font-size: 20.25px;
    }

    .section-spacing,
    .section-spacing.prices {
        padding: 6em 0;
    }

    .features.section-spacing {
        padding: 6em 0 3.75em;
    }

    .modules {
        margin-bottom: 0;
    }

    .contact.section-spacing {
        padding: 6em 0 0;
    }

    .contact .btn-default {
        width: auto;
        padding: 12px 5em;
    }

    .registration-form {
        background: #fff;
        position: absolute;
        width: 45%;
        height: 90%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1000;
        padding: 1%;
    }
    .registration-form input {
        /*padding-left: 38px;*/
        height: 50px;
        border-radius: 0;
    }
}
.parallax-layer {
    position: absolute;
    width: 95%;
    height: 100%;
}
.parallax-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*-webkit-filter: opacity(0.5);*/
}
.parallax-viewport img {
    /*width:100%;*/
}

.scroll-top {
    opacity: 0;
}

.features img {
    width: 35%;
    max-width: 140px;
}
#Features ul {
    font-size: 1.4em;
    margin: 33% 0;
}
#Features .thumb-nail img {
    width: 100%;
    max-width: 500px;
    /*max-height: 140px;*/
}
.social li {
    display: inline-block;
    padding-right: 0.8em;
    text-align: center;
}

.social li:last-child {
    padding-right: 0;
}

.social li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    background: #3498db;
    position: relative;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.social-buttons .social li a {
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 0;
}
.social li a.facebook:hover {
    color: #3b5998;
}
.social li a.twitter:hover {
    color: #4099ff;
}
.social li a.googleplus:hover {
    color: #dd4b39;
}
.social li a:hover {
    color: #fff;
    background: transparent;
}
.group {
    position: relative;
    margin-bottom: 20px;
}
#underfooter .terms,
#underfooter .privacy {
    color: #ddd;
}
.empty-space {
    height: 22em;
}

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {
    .main {
        padding: 3em 0 6em;
    }

    .logo {
        text-align: inherit;
    }

    .main h1 {
        font-size: 48px;
        line-height: 1.35;
    }

    section header h3 {
        font-size: 21px;
    }

    .button {
        width: auto;
    }

    .learn-more {
        margin-right: 1em;
        margin-bottom: 0;
    }

    .counter div[class^="col-"]:nth-child(1),
    .counter div[class^="col-"]:nth-child(2) {
        padding-bottom: 0;
    }

    blockquote {
        font-size: 22px;
    }

    .buy-now .button.buy {
        padding: 1.125em 6em;
    }

    .address li {
        padding-bottom: 0;
    }
}
.content-wrapper {
    /*min-height: calc(100vh - 542px);*/
}
.cookie-alert {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 50px;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    font-weight: 800;
    z-index: 999;
}
#agree {
    padding: 0 5px;
    line-height: 20px;
    width: auto;
}
/* LANDING MAIN PAGE END */

/* horisontal scroll fix */
#Home .row,
#Subscribe .row .row,
#underfooter .row {
    margin: 0 !important;
}
/* horisontal scroll fix */

#uncorrect-email-description {
    position: absolute;
    top: 94px;
    left: 49px;
    display: block;
    width: 380px;
    background: #228b22;
    color: #fff;
}
.login-devider {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 7px;
    bottom: 0;
    width: 43px;
    height: 21px;
    color: #777777;
}
.login-devider:after,
.login-devider:before {
    display: block;
    height: 1px;
    background: #bdc4c9;
    width: 40%;
    content: "";
    position: relative;
    top: 10px;
}
.login-devider:after {
    float: right;
}
.login-devider:before {
    float: left;
}
.loader {
    position: absolute !important;
    z-index: 1 !important;
}

.footerText {
    margin: 30px 10px 40px 10px;
    font-size: 1em;
    line-height: 1.8em;
    color: #989898;
}
.position-center {
    left: 0;
    right: 0;
    margin: 0 auto;
}
tr.centerBig {
    text-align: center;
    font-size: 1.4em;
}

/* INFO.CSS */
.image-header {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}
.realizations-image {
    background-image: url("/images/realizations.jpg");
}
.about-image {
    background-image: url("/images/about.jpg");
    transition: transform 5s cubic-bezier(0.15, 0.53, 0.58, 1);
    height: 100%;
    transform: scale(1.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.organizer-image {
    background-image: url("/images/organizator.jpg");
}
.timer-image {
    background-image: url("/images/timer.jpg");
    background-position: center 0%;
}
.timer-image .overlay,
.organizer-image .overlay,
.timer-image .overlay {
    background: rgba(255, 255, 255, 0.3);
}
.timer-content,
.organizer-content,
.timer-content {
    padding: 30px 0;
}
.section-a,
.section-b,
.section-c {
    padding: 50px 0;
}
.organizer-image ~ .section-a .lead {
    padding-top: 15px;
    text-align: justify;
}
.section-b {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}
.organizer-image ~ .section-b img,
.timer-image ~ .section-b img {
    width: 25%;
    margin: 10px 0;
}
.organizer-image ~ .section-b span {
    display: block;
    margin: 15px 0;
}
.timer-image ~ .section-b span {
    display: block;
    margin: 15px 0;
}
.realizations-image ~ .section-a img {
    max-width: 200px;
    max-height: 100px;
    margin: 15px 0;
    transition: transform 500ms;
}
.realizations-image ~ .section-a img:hover {
    transform: scale(1.1, 1.1);
}
.realizations-image ~ .section-a li {
    box-shadow: 0px 2px 2px #eee;
    background: #fff;
}
.realizations-image ~ .section-a .wrapped {
    height: 135px;
}
#video {
    position: relative;
    padding-bottom: 65%;
}
#video iframe {
    position: absolute;
    width: calc(100% - 350px);
    height: calc(100% - 350px * 3 / 4);
}
#video div {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 98%;
    padding: 5px;
    overflow-y: auto;
}
#video img {
    /*width: calc(100% - (30px + 1px)*2);*/
    padding: 10px;
    /*border: 1px solid #ddd;*/
    /*border-radius: 5px;*/
    opacity: 0.7;
    margin-bottom: 5px;
}
#video img:hover {
    opacity: 1;
    cursor: pointer;
}
#video img:focus {
    opacity: 0.2;
}
#video small {
    display: block;
    width: 188px;
    height: 70px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7b7b7b;
}
.thumbnails .description {
    height: 70px;
    padding-bottom: 10px;
}
.thumbnails tr:nth-child(even) {
    border-bottom: 1px solid #ddd;
}
/* END OF INFO.CSS */

.b4sport-bar {
    border-radius: 0;
    height: 10px;
}
.b4sport-bar .progress-bar {
    background-color: #00a0e3;
}

/* TESTIMONIALS SLIDER */

#testimonial .user-opinion {
    background-color: #fff;
    /*border-radius: 5px;*/
    box-shadow: 1px 2px 3px #505050;
    /*color: #626262;*/
    /*font-size: 14px;*/
    margin: 25px 0;
    padding: 15px 18px;
    position: relative;
    min-height: 200px;
}
#testimonial .user-opinion:after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    position: absolute;
    height: 30px;
    transform: rotate(45deg);
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
    box-shadow: 2px 2px 2px rgb(80, 80, 80);
}
#testimonial .user-opinion p {
    font-family: Georgia;
    font-style: italic;
}
#testimonial .user-info {
    margin-bottom: 65px;
}
#testimonial .user-info img {
    border-radius: 50%;
    border: solid 3px #fff;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}
#testimonial h5,
#testimonial h4 {
    color: #fff;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 1em;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    color: #00a0e3;
    width: auto;
    height: auto;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 60px;
}
.carousel-indicators li {
    border-radius: 0;
}

/* TESTIMONIALS SLIDER */

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left !important;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center !important;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right !important;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify !important;
}

@media (max-width: 767px) {
    #Features ul {
        font-size: 1em;
        margin: 0 !important;
    }

    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit !important;
    }
    .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .text-right-sm {
        text-align: right !important;
    }
    .text-justify-sm {
        text-align: justify !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit !important;
    }
    .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit !important;
    }
    .text-left-lg {
        text-align: left !important;
    }
    .text-center-lg {
        text-align: center !important;
    }
    .text-right-lg {
        text-align: right !important;
    }
    .text-justify-lg {
        text-align: justify !important;
    }
}
