@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
    padding-top: 50px;
    background: #fff;
    font-family: 'IRANSansLight', sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    color: black;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'IRANSansLight', sans-serif;
    color: black;
    margin-top: 10px;
}

textarea {
    resize: vertical;
}

a {
    color: #000 !important;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #2a95be;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.alert {
    padding: 10px !important;
}

tr.noBorder td {
    border: 0 !important;
}

td.noBorder {
    border: 0 !important;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-top: 50px;
    font-size: larger;
    font-weight: bold;
}

    .section-header .header {
        background: url(../../img/sectionhead.jpg) no-repeat;
        background-size: cover;
        min-height: 32px;
    }

    .section-header .section-title {
        font-size: 20px;
        color: #272727;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 40px;
        font-weight: bold
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 1px;
            background: lightblue;
        }

        .section-header .section-title:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            bottom: -11px;
            left: 50%;
            margin-left: -12px;
            border: 5px solid #fff;
            border-radius: 20px;
            background: #45aed6;
        }

.btn {
    border-width: 0;
}

    .btn.btn-primary {
        background: #45aed6;
        border-color: #2a95be;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background: #2a95be;
        }

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #45aed6;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #45aed6;
    }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar.navbar-default .navbar-toggle {
        float: right;
        margin-right: 10px;
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 5px;
    }

.nav li button {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333
}

.changemenu {
    background: #ffffff !important;
    transition: background-color 1000ms;
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        /*background: transparent;*/
        background: rgba(255, 255, 255, 0.8);
        transition: background-color 1000ms;
    }

        #main-menu.navbar-default .navbar-nav > li.active > a,
        #main-menu.navbar-default .navbar-nav > li.open > a,
        #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: transparent;
            border-top: 2px solid #45aed6;
        }

        #main-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 200px;
            /*background-color: rgba(26, 28, 40, 0.9);*/
            background-color: rgba(255, 255, 255, 0.9);
            border: 0;
            border-radius: 10px;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #main-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

                #main-menu.navbar-default .dropdown-menu > li > a {
                    border-top: 1px solid #404455;
                    padding: 15px 0;
                    color: #222222;
                }

                #main-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0;
                }

                #main-menu.navbar-default .dropdown-menu > li.active,
                #main-menu.navbar-default .dropdown-menu > li.open,
                #main-menu.navbar-default .dropdown-menu > li:hover {
                    border-left-color: #45aed6;
                }

                    #main-menu.navbar-default .dropdown-menu > li.active > a,
                    #main-menu.navbar-default .dropdown-menu > li.open > a,
                    #main-menu.navbar-default .dropdown-menu > li:hover > a {
                        color: #45aed6;
                        background-color: transparent;
                    }
    #main-slider {
        margin-top: -50px;
    }
}

#main-slider {
    overflow: hidden;
}

    #main-slider .item {
        max-height: 550px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }
        #main-slider .item img {
            display: block;
            width: 100%;
            height: auto;
        }
    #main-slider .internal-page {
        height: 300px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #main-slider .slider-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        #main-slider .slider-inner h2 {
            margin-top: 90px;
            font-size: 30px;
            line-height: 1;
            text-transform: uppercase;
            color: #000;
        }

            #main-slider .slider-inner h2 > span {
                color: #45aed6;
            }

        #main-slider .slider-inner .btn {
            margin-top: 10px;
        }

    #main-slider .owl-prev,
    #main-slider .owl-next {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin-top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100px;
        z-index: 5;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        #main-slider .owl-prev:hover,
        #main-slider .owl-next:hover {
            background-color: #45aed6;
        }

    #main-slider .owl-prev {
        left: -35px;
        text-indent: 14px;
    }

    #main-slider .owl-next {
        right: -35px;
        text-indent: -14px;
    }

#academy-slider {
    overflow: hidden;
    margin-top: -50px;
}

    #academy-slider .item {
        height: 400px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #academy-slider .internal-page {
        height: 300px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #academy-slider .slider-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        #academy-slider .slider-inner h2 {
            margin-top: 90px;
            font-size: 30px;
            line-height: 1;
            text-transform: uppercase;
            color: #000;
        }

            #academy-slider .slider-inner h2 > span {
                color: #45aed6;
            }

        #academy-slider .slider-inner .btn {
            margin-top: 10px;
        }

    #academy-slider .owl-prev,
    #academy-slider .owl-next {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin-top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100px;
        z-index: 5;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        #academy-slider .owl-prev:hover,
        #academy-slider .owl-next:hover {
            background-color: #45aed6;
        }

    #academy-slider .owl-prev {
        left: -35px;
        text-indent: 14px;
    }

    #academy-slider .owl-next {
        right: -35px;
        text-indent: -14px;
    }

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #45aed6;
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#cta {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 100px;
}

    #cta h2 {
        margin-top: 0;
    }

    #cta .btn {
        /*margin-top: 20px;*/
    }

#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}

    #cta2 .btn {
        margin-top: 10px;
    }

    #cta2 h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1;
    }

        #cta2 h2 > span {
            color: #45aed6;
        }

#features {
    /*padding: 45px 0;*/
    /*background: #d9d9d9;*/
}

.right {
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #92d050;*/
    text-align: right;
    color: white;
    padding-right: 20px !important;
}

.left {
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #b4c7e7;*/
    text-align: center;
    padding: 3px 0px 3px 0px;
}

.leftcolumn {
    background-image: linear-gradient(#c0f0fa, whitesmoke, #c0f0fa);
    border-radius: 10px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-weight: bold;
}

.support {
    border-radius: 10px;
    /*background: #9dc3e6;*/
    text-align: center;
    padding: 3px 0px 3px 0px;
    background: url(../../img/bg.png) no-repeat center;
    background-size: cover;
    border: 1px solid #b4c7e7;
}

#features .media.service-box:first-child {
    margin-top: 10px;
}

#supports {
    /*padding: 45px 0;*/
    /*background: #d9d9d9;*/
}

.media.service-box {
    margin: 25px 0;
}

    .media.service-box .pull-right {
        margin-right: 1px;
    }

        .media.service-box .pull-right > i {
            font-size: 24px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            width: 64px;
            border-radius: 100%;
            color: #45aed6;
            box-shadow: inset 0 0 0 1px #d7d7d7;
            -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }

            .media.service-box .pull-right > i:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                top: 50%;
                margin-top: -10px;
                right: -10px;
                border: 4px solid #fff;
                border-radius: 20px;
                background: #45aed6;
            }

    .media.service-box:hover .pull-right > i {
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        color: #fff;
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    }

.media-body {
    font-weight: lighter;
    font-size: 12px;
    text-align: justify;
}

#features {
    /*padding: 45px 0;*/
    /*background: #d9d9d9;*/
}

    #features .portfolio-filter {
        list-style: none;
        padding: 0;
        /*margin: 0 0 50px;*/
        display: inline-block;
    }

        #features .portfolio-filter > li {
            float: left;
            display: block;
        }

            #features .portfolio-filter > li a {
                display: block;
                padding: 7px 15px;
                background: #b5c8e6;
                color: black;
                position: relative;
            }

                #features .portfolio-filter > li a:hover,
                #features .portfolio-filter > li a.active {
                    background: #3897bb;
                    color: #fff !important;
                    box-shadow: 0 -3px 0 0 #318daf inset;
                    -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
                }

                    #features .portfolio-filter > li a.active:after {
                        content: " ";
                        position: absolute;
                        bottom: -17px;
                        left: 50%;
                        margin-right: -10px;
                        border-width: 10px;
                        border-style: solid;
                        border-color: #318daf transparent transparent transparent;
                    }

            #features .portfolio-filter > li:first-child a {
                border-radius: 4px 0 0 4px;
            }

            #features .portfolio-filter > li:last-child a {
                border-radius: 0 4px 4px 0;
            }

    #features .portfolio-items {
        margin: -15px;
    }

    #features .portfolio-item {
        width: 33.3%;
        float: right;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        #features .portfolio-item .portfolio-item-inner {
            position: relative;
        }

            #features .portfolio-item .portfolio-item-inner .portfolio-info {
                transition: opacity 400ms;
                -webkit-transition: opacity 400ms;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 5px;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
            }

.portfolio-info {
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
}

.entry-content {
    font-size: 11px;
}

#features .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}

#features .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}

#features .portfolio-item:hover .portfolio-info {
    opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    /*.isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }*/
    .isotope .isotope-item {
        -webkit-transition-property: right, top, -webkit-transform, opacity;
        -moz-transition-property: right, top, -moz-transform, opacity;
        -ms-transition-property: right, top, -ms-transform, opacity;
        -o-transition-property: right, top, -o-transform, opacity;
        transition-property: right, top, transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

#testimonial {
    background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

    #testimonial h4 {
        color: #fff;
        margin-bottom: 0;
    }

    #testimonial small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #testimonial .btns {
        margin-top: 10px;
    }

#about {
    padding: 100px 0;
}

#work-process {
    padding: 100px 0 50px;
    background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}

    #work-process h2 {
        color: #fff;
    }

    #work-process h3 {
        color: #fff;
        margin-bottom: 0;
    }

    #work-process .icon-circle {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border: 2px solid #45aed6;
        border-radius: 100px;
        position: relative;
    }

        #work-process .icon-circle > span {
            border-style: solid;
            border-width: 2px;
            border-color: #45aed6;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 20px;
            top: -12px;
            color: #64686d;
        }

    #work-process h3 {
        margin-bottom: 50px;
    }

#faq {
    /*padding: 45px 0;*/
    margin-bottom: 50px;
}

    #faq .team-member {
        padding: 13px;
        background: #eeeeee;
        border: 2px solid #eeeeee;
        transition: border-color 400ms;
        -webkit-transition: border-color 400ms;
        border-radius: 10px;
    }

        #faq .team-member .team-img {
            margin: 10px -13px 10px -13px;
        }

        #faq .team-member .team-info {
            padding-bottom: 10px;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 10px;
            text-align: center;
        }

        #faq .team-member:hover {
            border-color: #45aed6;
        }

            #faq .team-member:hover .social-icons > li > a {
                background: #45aed6;
            }

    #faq .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #faq .social-icons > li {
            display: inline-block;
        }

            #faq .social-icons > li > a {
                display: block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                background: #222534;
                border-radius: 3px;
            }

#products .container {
    padding: 10px 0;
    background-image: linear-gradient(rgba(192,240,250,0.1), rgba(192,240,250,1));
    border-radius: 5px;
}

.background {
    margin-left: -15px;
    margin-right: -15px;
}

#products .team-member {
    padding: 5px;
    border: 2px solid lightblue;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7);
}

    #products .team-member .team-img {
        margin: 10px -13px 10px -13px;
    }

    #products .team-member .team-info {
        padding-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
        text-align: center;
    }

    #products .team-member:hover {
        border-color: #45aed6;
    }

        #products .team-member:hover .social-icons > li > a {
            background: #45aed6;
        }

#products .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #products .social-icons > li {
        display: inline-block;
    }

        #products .social-icons > li > a {
            display: block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            background: #222534;
            border-radius: 3px;
        }

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}

    .progress .progress-bar.progress-bar-primary {
        background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

    .nav.main-tab > li > a {
        color: #272727;
    }

    .nav.main-tab > li.active > a {
        background: #222534;
        color: #45aed6;
    }

    .nav.main-tab > li:first-child > a {
        border-radius: 3px 0 0 0;
    }

    .nav.main-tab > li:last-child > a {
        border-radius: 0 3px 0 0;
    }

.tab-content {
    /*border: 1px solid #eee;*/
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}

.panel-default {
    position: unset;
    /*border-color: #eee;*/
}

    .panel-default > .panel-heading {
        background-color: #c0f0fa;
        border-color: #eee;
    }

        .panel-default > .panel-heading .panel-title {
            font-size: 14px;
            font-weight: normal;
            text-align: center;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eee;
            background: url(../../img/bg.png) no-repeat center;
            background-size: cover;
            /*background-color: #eee;*/
        }

#animated-number {
    padding: 10px 0 0 0;
    /*background: #d9d9d9;*/
    /*background: url(../../img/bg.png) repeat top;
    background-size: 100%;*/
    color: #000;
    background: url(../../img/activitybg.png) no-repeat center center;
    background-size: cover;
}

    #animated-number h1,
    #animated-number h2,
    #animated-number h3,
    #animated-number h4 {
        color: #000;
    }

    #animated-number strong {
        display: block;
        margin-bottom: 30px;
    }

.animated-number {
    display: inline-block;
    font-size: 18px;
}

#pricing {
    padding-top: -50px;
    margin-bottom: 50px
}

    #pricing ul.pricing {
        list-style: none;
        padding: 0;
        margin: 70px 0 30px;
        border: 1px solid #eee;
        border-radius: 5px 5px 4px 4px;
        padding: 15px;
        height: 400px;
        overflow: hidden;
    }

        #pricing ul.pricing li {
            display: block;
            padding: 10px;
        }

            #pricing ul.pricing li.plan-header {
                background: #002060;
                border-radius: 4px 4px 0 0;
                margin: -15px -15px 10px;
                padding: 15px 15px 30px;
                border: 0;
                text-align: center
            }

                #pricing ul.pricing li.plan-header .price-duration {
                    position: relative;
                    margin-top: -63px;
                    top: -10px;
                    display: inline-block;
                    width: 116px;
                    height: 116px;
                    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    color: #fff;
                    border-radius: 100px;
                    border: 5px solid #f6f6f6;
                }

                    #pricing ul.pricing li.plan-header .price-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #pricing ul.pricing li.plan-header .price-duration > span.price {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 35px;
                        }

                        #pricing ul.pricing li.plan-header .price-duration > span.duration {
                            margin-top: 5px;
                        }

                #pricing ul.pricing li.plan-header .plan-name {
                    margin-top: 10px;
                    font-size: 24px;
                    color: #272727;
                    font-weight: bold;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #pricing ul.pricing.featured {
            background: #d9d9d9;
            color: #000;
            border: 0;
        }

            #pricing ul.pricing.featured li.plan-header .plan-name a {
                color: #fff !important;
            }

#get-in-touch {
    padding: 100px 0 50px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
}

    #get-in-touch h1,
    #get-in-touch h2 {
        color: #fff;
    }

#blog {
    padding-top: 50px;
}

    #blog .blog-post {
        padding: 15px 1px 15px 1px;
    }

        #blog .blog-post .post-format {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 34px;
            text-align: center;
            color: #fff;
            background: #222534;
            border: 3px solid #fff;
            border-radius: 100px;
        }

        #blog .blog-post.blog-large .entry-thumbnail {
            margin: -15px -15px 15px;
            position: relative;
        }

        #blog .blog-post.blog-large .post-format {
            width: 66px;
            height: 66px;
            line-height: 60px;
            position: absolute;
            right: 20px;
            bottom: -33px;
        }

            #blog .blog-post.blog-large .post-format > i {
                font-size: 20px;
            }

        #blog .blog-post.blog-large .entry-date {
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
            text-transform: uppercase;
            color: #45aed6;
        }

        #blog .blog-post.blog-large .entry-title {
            margin-top: 0;
            font-size: 18px;
            line-height: 1;
            margin-bottom: 15px;
        }

            #blog .blog-post.blog-large .entry-title a {
                color: #64686d;
            }

                #blog .blog-post.blog-large .entry-title a:hover {
                    color: #45aed6;
                }

        #blog .blog-post.blog-media {
            margin-bottom: 30px;
        }

            #blog .blog-post.blog-media .entry-thumbnail {
                margin: -15px 15px -15px -15px;
                position: relative;
            }

            #blog .blog-post.blog-media .post-format {
                position: absolute;
                top: 20px;
                right: -10px;
            }

            #blog .blog-post.blog-media .entry-date {
                font-size: 12px;
                display: block;
                margin-bottom: 5px;
                text-transform: uppercase;
                color: #45aed6;
            }

            #blog .blog-post.blog-media .entry-title {
                margin-top: 0;
                font-size: 18px;
                line-height: 1;
                margin-bottom: 15px;
            }

                #blog .blog-post.blog-media .entry-title a {
                    color: #64686d;
                }

                    #blog .blog-post.blog-media .entry-title a:hover {
                        color: #45aed6;
                    }

        #blog .blog-post .entry-meta {
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 15px;
        }

            #blog .blog-post .entry-meta > span {
                display: inline-block;
                margin-right: 10px;
                color: #999;
            }

                #blog .blog-post .entry-meta > span > a {
                    color: #999;
                }

                    #blog .blog-post .entry-meta > span > a:hover {
                        color: #45aed6;
                    }

#contact {
    position: relative;
    overflow: hidden;
}

    #contact .container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(69, 174, 214, 0.3);
        z-index: 1;
    }

    #contact .contact-form {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        margin-top: 50px;
    }

        #contact .contact-form h3 {
            margin-top: 0;
        }
/***********************
********* Footer ******
************************/
#footer {
    padding-top: 50px;
    color: #ffffff;
    background-image: linear-gradient(rgba(1,46,69,0.5),rgba(1,46,69,1));
}

    #footer .footer-icons {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 5px;
    }

    #footer a {
        color: #ffffff !important;
        font-weight: normal;
    }

    #footer h4 {
        font-weight: bold;
        color: #ffffff !important;
    }

    #footer a:hover {
        color: #45aed6;
    }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #footer ul > li {
            margin: 0 7.5px;
            font-size: small !important;
        }

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: left;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-default .panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    float: right;
    margin-top: -20px;
}

.panel-default .panel-heading a.collapsed:after {
    content: "\f067";
}

#scrolltop {
    position: fixed;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: lightblue;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

    #scrolltop span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scrolltop:hover {
        background-color: #b4c7e7;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

#contatti {
    /*letter-spacing: 2px;*/
}

    #contatti a {
        text-decoration: none;
    }

.address-detail {
    padding-top: 10px;
}

/*@media (max-width: 575.98px) {

    #contatti {
        padding-bottom: 800px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 450px;
        }
}


@media (min-width: 576px) {

    #contatti {
        padding-bottom: 800px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 450px;
        }
}

@media (min-width: 768px) {

    #contatti {
        padding-bottom: 350px;
    }

        #contatti .maps iframe {
            width: 100%;
        }
}

@media (min-width: 992px) {
    #contatti {
        padding-bottom: 200px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 350px;
        }
}*/
/*profile*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.board-inner .vertical-tab {
    display: table;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    /*width: 20%;
        min-width: 20%;*/
    border: none;
    position: relative;
    margin-bottom: 10px;
}

    .vertical-tab .nav-tabs li {
        float: none;
        vertical-align: top;
        margin-bottom: 0 !important;
    }

        .vertical-tab .nav-tabs li a {
            display: block;
            padding: 10px 15px;
            margin: 0 0 10px 0;
            border-radius: 20px;
            border: 1px solid #909090;
            font-size: 16px;
            font-weight: 600;
            color: #29335c;
            text-transform: uppercase;
            text-align: center;
            box-shadow: 0 0 0 5px #fff inset;
            overflow: hidden;
            z-index: 1;
            position: relative;
            transition: all 0.5s ease 0s;
        }

        .vertical-tab .nav-tabs li:last-child a {
            margin-bottom: 0;
        }

        .vertical-tab .nav-tabs li a:hover,
        .vertical-tab .nav-tabs li.active a,
        .vertical-tab .nav-tabs li.active a:hover {
            background: traparent;
            border: 1px solid rgba(0,0,0,0.1);
            color: #fff;
        }

        .vertical-tab .nav-tabs li a:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 18px;
            background: linear-gradient(to right,#f2f8fa,#2196f3);
            position: absolute;
            top: 0;
            left: -100%;
            opacity: 0;
            z-index: -1;
            transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

        .vertical-tab .nav-tabs li.active a:before,
        .vertical-tab .nav-tabs li a:hover:before {
            left: 0;
            opacity: 1;
        }

.vertical-tab .tab-content {
    display: table-cell;
    padding: 10px 20px;
    border-radius: 20px;
    vertical-align: top;
    float: left;
}

    .vertical-tab .tab-content h3 {
        font-size: 24px;
        margin: 0 0 5px 0;
    }

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
        border-right: none;
    }

        .vertical-tab .nav-tabs li {
            margin: 0 0 10px 0;
        }

            .vertical-tab .nav-tabs li:last-child {
                margin: 0;
            }

            .vertical-tab .nav-tabs li a {
                padding: 10px;
                margin: 0;
            }

    .vertical-tab .tab-content {
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 10px 10px;
    }

        .vertical-tab .tab-content h3 {
            font-size: 18px;
        }
}


/*.search {
    padding: 10px 0;
    width: 210px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
    z-index: 999;
}

    .search input {
        position: absolute;
        float: right;
        width: 0px;
        margin-right: 30px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius: 1px;
        z-index: -1;
        border: 0px;
        background: transparent;
    }

        .search:hover input, .search input:focus {
            width: 170px;
            border: 1px solid;
            border-radius: 1px;
            margin-left: 0px;
            background: #ffffff;
        }*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    margin: 0;
}

    .tab .nav-tabs li a {
        padding: 7px !important;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #293241;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
        background: transparent;
        z-index: 2;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a {
            border: none;
        }

        .tab .nav-tabs li a:before {
            content: "";
            width: 100%;
            height: 4px;
            background: #f6f6f6;
            border: 1px solid #e9e9e9;
            border-radius: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .tab .nav-tabs li a:after {
            content: "";
            width: 0;
            height: 4px;
            background: #727cb6;
            border: 1px solid #727cb6;
            border-radius: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0;
            z-index: 1;
            transition: all 1s ease 0s;
        }

    .tab .nav-tabs li:hover a:after,
    .tab .nav-tabs li.active a:after {
        width: 100%;
        opacity: 1;
    }

.tab .tab-content {
    padding: 15px 20px;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .tab .tab-content {
        margin-top: 0;
    }
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0 !important;
}

#news .blog-lead {
    margin-top: 10px;
    background: #c0f0fa;
    border-radius: 5px;
    padding: 5px;
}

#news .blog-content {
    margin-top: 10px;
}

#news ul.news li {
    display: block;
    padding: 5px;
    font-size: 11px;
}

    #news ul.news li.plan-header {
        padding: 12px;
        border-radius: 10px;
        background: url(../../img/bg.png) no-repeat center;
        background-size: cover;
        text-align: center;
        color: #000000;
        font-weight: bold;
        border: 1px solid #002060
    }

        #news ul.news li.plan-header .price-duration {
            position: relative;
            margin-top: -63px;
            top: -10px;
            display: inline-block;
            width: 116px;
            height: 116px;
            background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            color: #fff;
            border-radius: 100px;
            border: 5px solid #f6f6f6;
        }

            #news ul.news li.plan-header .price-duration > span {
                display: block;
                line-height: 1;
            }

                #news ul.news li.plan-header .price-duration > span.price {
                    font-size: 24px;
                    font-weight: 700;
                    margin-top: 35px;
                }

                #news ul.news li.plan-header .price-duration > span.duration {
                    margin-top: 5px;
                }

        #news ul.news li.plan-header .plan-name {
            font-size: 18px;
            color: #272727;
            font-weight: bold;
            line-height: 1;
            text-transform: uppercase;
        }

#news ul.news.featured {
    color: #000;
    border: 0;
    padding: 0;
}

.news-title {
    background: #012e45;
    color: white;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}

    .news-title a {
        color: white !important;
    }

.forum-news-title {
    padding: 5px;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board {
    border-radius: 5px;
    border: 2px solid lightgray;
}

    .board .nav-tabs {
        position: relative;
        box-sizing: border-box;
    }

    .board > div.board-inner {
        background: #fafafa; /*url(http://subtlepatterns.com/patterns/geometry2.png);*/
        background-size: 30%;
    }

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 130px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
}

    span.round-tabs.one {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
    }

li.active span.round-tabs {
    background: #fff !important;
    border: 2px solid #06ab0b;
    color: rgb(34, 194, 34);
}

span.round-tabs.deactive {
    color: #dddddd;
    border: 2px solid #dddddd;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.board-inner .nav-tabs > li {
    width: 33%;
}
    /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
    .board-inner .nav-tabs > li:after {
        content: " ";
        position: absolute;
        left: 48%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        transition: 0.1s ease-in-out;
    }

    .board-inner .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 48%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .board-inner .nav-tabs > li a {
        width: 130px;
        height: 40px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .board-inner .nav-tabs > li a:hover {
            background: transparent;
        }

.tab-content {
    border: 3px solid #fafafa;
    min-height: 500px;
}

.board-inner .tab-pane {
    position: relative;
    padding-top: 50px;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ) {

    .board {
        height: auto !important;
    }

    span.round-tabs {
        font-size: smaller;
        width: 80px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .board-inner .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .board-inner .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 52%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.thheader {
    text-align: center;
    color: #002060;
}

.forum-table-heading {
    background-color: lightblue;
}

#intenalPage {
    margin-bottom: 100px;
    margin-top: 20px;
}

    #intenalPage .container {
        /*margin-top: 40px*/
    }

#Legal label {
    font-size: smaller;
}

#Legal span {
    font-size: smaller;
    padding: 5px;
}

#Real label {
    font-size: smaller;
}

#Real span {
    font-size: smaller;
    padding: 5px;
}

a.down-btn span.fa.fa-angle-down {
    font-size: 26px;
    border: 1px solid #002060;
    border-radius: 2px;
    padding: 7px 5px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}

.centered {
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    color: #000000;
}

.about {
    background: url(../../img/aboutbg.png) no-repeat;
    background-size: cover;
    border-radius: 1px;
    padding: 3px;
}

.abstract {
    /*padding-top: 10px;*/
    text-align: justify;
    font-size: small;
    font-weight: bold;
}

.profile-header {
    margin: 10px auto;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding: 5px;
}

#notice {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 15%;
    right: 3%;
    z-index: 1000;
}

.internal-page-header {
    padding-top: 250px;
    font-size: 28px;
    color: white;
    font-weight: bolder;
}

.btn-product {
    background: lightgray !important;
    border-color: gray !important;
}

#academy {
    padding-top: 50px;
    margin-bottom: 50px;
}

    #academy .academy-member {
        border: 2px solid #444473;
        transition: border-color 400ms;
        -webkit-transition: border-color 400ms;
        border-radius: 5px;
        background-color: rgba(255,255,255,0.7);
    }

        #academy .academy-member:hover {
            border-color: #45aed6;
        }

.academyheader {
    border-radius: 10px;
    background-image: linear-gradient(to right, whitesmoke, lightblue);
    text-align: right;
    margin: 10px;
    padding: 8px;
}

.academydetail {
    border-radius: 10px;
    background-image: linear-gradient(to right, whitesmoke, lightblue);
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.remaining {
    border-radius: 10px;
    background: url(../../../assets/img/remaining.jpg) no-repeat center;
    background-size: 100%;
    text-align: center;
    color: white;
    margin: 10px auto;
}

    .remaining h3 {
        color: white;
        font-weight: bold;
        margin: 2px !important;
    }

    .remaining h5 {
        color: white;
        font-weight: bold;
        margin: 5px !important;
    }

.quick-accessmenu a span {
    /*display: block;*/
    font-family: iransans;
    font-size: 12px;
    overflow: hidden;
    margin: 5px;
}

.quick-accessmenu {
    cursor: pointer;
    margin: 10px;
}

    .quick-accessmenu img {
        width: 54px
    }

    .quick-accessmenu:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .quick-accessmenu:hover span {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        font-weight: bold;
    }

#club {
    margin: 50px auto;
    min-height: 500px;
}

#club-menu .club-icon {
    text-align: center;
    margin-top: 10px;
}

#club-menu a {
    color: white !important;
}

#club-menu button {
    color: white !important;
}

@media only screen and (max-width: 768px) {
    #club-menu.navbar-default {
        background: #34648e;
        transition: background-color 1000ms;
    }

    #club-menu a {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    #club-menu.navbar-default {
        background: #34648e;
        transition: background-color 1000ms;
    }

        #club-menu.navbar-default .navbar-nav > li.active > a,
        #club-menu.navbar-default .navbar-nav > li.open > a,
        #club-menu.navbar-default .navbar-nav > li:hover > a {
            background: #34648e;
            border-top: 2px solid white;
        }

        #club-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 200px;
            background-color: rgba(52, 100, 142, 1);
            border: 0;
            border-radius: 10;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #club-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

                #club-menu.navbar-default .dropdown-menu > li > a {
                    border-top: 1px solid #404455;
                    padding: 15px 0;
                    color: #222222;
                }

                #club-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0;
                }

                #club-menu.navbar-default .dropdown-menu > li.active,
                #club-menu.navbar-default .dropdown-menu > li.open,
                #club-menu.navbar-default .dropdown-menu > li:hover {
                    border-left-color: #45aed6;
                }

                    #club-menu.navbar-default .dropdown-menu > li.active > a,
                    #club-menu.navbar-default .dropdown-menu > li.open > a,
                    #club-menu.navbar-default .dropdown-menu > li:hover > a {
                        color: #45aed6;
                        background-color: transparent;
                    }
}
/***********************
********* Club Footer ******
************************/
#club-footer {
    padding-top: 10px;
    color: #ffffff;
    background: #34648e;
    text-align: center;
}

    #club-footer a {
        color: #ffffff !important;
        font-weight: normal;
    }

    #club-footer h4 {
        font-weight: normal;
        color: #ffffff !important;
    }

    #club-footer a:hover {
        color: #45aed6;
    }

    #club-footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #club-footer ul > li {
            margin: 0 7.5px;
            font-size: small !important;
        }

    #club-footer .footer-icons {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px
    }

@media only screen and (min-width: 768px) {
    #club-footer .social-icons {
        float: left;
    }
}

.effect:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.effect:hover h5 {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: blue;
}

#club-slider {
    overflow: hidden;
    padding-top: 40px;
}

    #club-slider .internal-page {
        height: 500px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

#forum-slider {
    overflow: hidden;
    padding-top: 40px;
}

    #forum-slider .internal-page {
        height: 500px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

.forum-heading {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.btn-gray {
    background: lightgray;
    border-color: #888888;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background: gray;
}

.panel-training .panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    margin-top: -20px;
}

.panel-training .panel-heading a.collapsed:after {
    content: "\f078";
}

.panel-training {
    border-color: #333333;
}

    .panel-training > .panel-heading {
        background-color: #333333;
        border-color: #333333;
    }

        .panel-training > .panel-heading .panel-title {
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            color: white;
        }

        .panel-training > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #333333;
            background-color: #555555;
        }

.panel-body a {
    color: white !important;
}

.panel-training ul {
    list-style: none;
    margin-right: -20px;
}

.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 20px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 40px;
}

.checkboxcontainer {
    position: relative;
    padding-right: 35px;
    margin: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkboxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.detail-header {
    background-color: #41719c;
    text-align: center;
    color: white;
    padding: 5px;
    font-weight: bold;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.detail-border {
    margin-top: 10px;
    border: 1px solid #41719c;
    border-radius: 10px;
}

.glyphicon-chevron-left {
    padding: 10px;
    color: green;
}
/*
Rating Bar Style
*/
.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 55px;
    text-align: center;
}

    .rating label {
        position: absolute;
        top: 0;
        left: 15px !important;
        height: 100%;
        cursor: pointer;
        float: left;
    }

        .rating label:last-child {
            position: static;
        }

        .rating label:nth-child(1) {
            z-index: 5;
        }

        .rating label:nth-child(2) {
            z-index: 4;
        }

        .rating label:nth-child(3) {
            z-index: 3;
        }

        .rating label:nth-child(4) {
            z-index: 2;
        }

        .rating label:nth-child(5) {
            z-index: 1;
        }

        .rating label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .rating label .icon {
            float: left;
            color: transparent;
        }

        .rating label:last-child .icon {
            color: lightgray;
        }

    .rating:not(:hover) label input:checked ~ .icon,
    .rating:hover label:hover input ~ .icon {
        color: #09f;
    }

    .rating label input:focus:not(:checked) ~ .icon:last-child {
        color: #000;
        text-shadow: 0 0 0 #09f;
    }
/***********************
********* Forum Footer ******
************************/
#forum-footer {
    padding-top: 30px;
    background: lightblue;
    text-align: center;
}

    #forum-footer .footer-icons {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 5px
    }

    #forum-footer a {
        font-weight: normal;
    }

    #forum-footer h4 {
        font-weight: normal;
    }

    #forum-footer a:hover {
        color: #45aed6;
    }

    #forum-footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #forum-footer ul > li {
            margin: 0 7.5px;
            font-size: small !important;
        }

@media only screen and (min-width: 768px) {
    #forum-footer .social-icons {
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    #forum-menu.navbar-default {
        background: #14bdee;
        transition: background-color 1000ms;
    }

        #forum-menu.navbar-default .navbar-nav > li.active > a,
        #forum-menu.navbar-default .navbar-nav > li.open > a,
        #forum-menu.navbar-default .navbar-nav > li:hover > a {
            background: #14bdee;
            border-top: 2px solid #45aed6;
        }

        #forum-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 200px;
            background-color: rgba(173, 216, 230, 0.8);
            border: 0;
            border-radius: 10;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #forum-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

                #forum-menu.navbar-default .dropdown-menu > li > a {
                    border-top: 1px solid #404455;
                    padding: 15px 0;
                    color: #222222;
                }

                #forum-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0;
                }

                #forum-menu.navbar-default .dropdown-menu > li.active,
                #forum-menu.navbar-default .dropdown-menu > li.open,
                #forum-menu.navbar-default .dropdown-menu > li:hover {
                    border-left-color: #45aed6;
                }

                    #forum-menu.navbar-default .dropdown-menu > li.active > a,
                    #forum-menu.navbar-default .dropdown-menu > li.open > a,
                    #forum-menu.navbar-default .dropdown-menu > li:hover > a {
                        color: #45aed6;
                        background-color: transparent;
                    }
}

.profile-picture {
    margin: 0 auto;
    width: 150px;
    border-radius: 50%;
}

span.tag:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-color: transparent #6fa8e3 transparent transparent;
    border-style: solid;
    border-width: 9px 6px 9px 0;
}

.side-box {
    padding: 0 0 20px 0;
}

    .side-box h5 {
        font-size: 12px;
        color: #636267;
        text-transform: uppercase;
        border-bottom: 1px solid #ecf0f1;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

.popular-tags-box ul {
    padding: 0 0 0 6px;
    margin: 0 0 0 0;
}

    .popular-tags-box ul li {
        list-style: none;
        margin: 0;
        padding: 0 0 3px 0;
        display: inline-block;
    }

span.tag {
    display: inline-block;
    line-height: 19px;
    height: 19px;
    position: relative;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #6fa8e3;
    color: #fff;
    font-size: 10px;
    margin-right: 6px;
    padding: 0 4px 0 2px;
    text-transform: uppercase;
}

    span.tag a, span.tag a:visited {
        color: #fff;
        text-decoration: none;
        display: block;
        line-height: 18px;
        height: 18px;
    }

    span.tag .badge {
        background-color: #4891dc;
        font-size: 10px;
        margin-top: -1px;
    }

.topicrow {
    padding: 15px;
}

    .topicrow p.category {
        line-height: 16px;
        font-size: 12px;
        color: #b3b3b3;
        padding: 0 0 0 10px;
        margin: 0;
        border-left: 3px solid #ccc;
    }

        .topicrow p.category a, .topicrow p.category a:visited {
            color: #727272;
        }

            .topicrow p.category a:hover, .topicrow p.category a:focus, .topicrow p.category a:visited:hover, .topicrow p.category a:visited:focus {
                color: #636267;
            }

        .topicrow p.category.categorysolvedtrue {
            border-left: 3px solid #2abd54 !important;
        }

    .topicrow .rowdetails h3 {
        margin: 6px 0;
        padding: 0;
    }

        .topicrow .rowdetails h3 a, .topicrow .rowdetails h3 a:visited {
            font-size: 18px;
            font-weight: 600;
            margin-top: 7px;
            line-height: 26px;
            text-decoration: none;
        }

            .topicrow .rowdetails h3 a span.glyphicon, .topicrow .rowdetails h3 a:visited span.glyphicon {
                font-size: 17px;
            }

            .topicrow .rowdetails h3 a:hover, .topicrow .rowdetails h3 a:focus, .topicrow .rowdetails h3 a:visited:hover, .topicrow .rowdetails h3 a:visited:focus {
                color: #373737;
                text-decoration: underline;
            }

    .topicrow .stats {
        color: #a1a0a0;
        margin: 0 0 0 5px;
    }

.tagsinput {
    padding: 0 0 8px 10px;
    width: auto !important;
    min-height: 10px !important;
    height: auto !important;
}

.topicrowfooterinfo {
    line-height: 16px;
    font-size: 13px;
    color: #b3b3b3;
    font-weight: 300;
    padding: 4px 0 0 0;
}

    .topicrowfooterinfo .latestby {
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .topicrowfooterinfo a, .topicrowfooterinfo a:visited {
        color: #727272;
        font-weight: 400;
    }

        .topicrowfooterinfo a:hover, .topicrowfooterinfo a:focus, .topicrowfooterinfo a:visited:hover, .topicrowfooterinfo a:visited:focus {
            color: #000;
        }

.table-useractivity {
    width: 100%;
    text-align: center;
}

.forum-search {
    margin: 10px auto;
}

    .forum-search input[type=text] {
        padding: 3px;
        font-size: 15px;
        border: 1px solid grey;
        float: left;
        width: 90%;
        background: #f1f1f1;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    /* Style the submit button */
    .forum-search button {
        float: left;
        width: 10%;
        padding: 3px;
        background: #5bc0de;
        color: white;
        font-size: 15px;
        border: 1px solid #46b8da;
        border-left: none; /* Prevent double borders */
        cursor: pointer;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .forum-search button:hover {
            background: #0b7dda;
        }

    /* Clear floats */
    .forum-search::after {
        content: "";
        clear: both;
        display: table;
    }
/*Comment List styles*/
.topic-list .row {
    margin-bottom: 0px;
}

.topic-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border: none;
    /*Panel-heading border radius*/
    border-top-right-radius: 0px;
    top: 1px;
}

    .topic-list .panel .panel-heading.right-arrow {
        border-right-width: 0px;
        /*Panel-heading border radius*/
        border-top-left-radius: 0px;
        right: 16px;
    }

    .topic-list .panel .panel-heading .panel-body {
        padding-top: 6px;
    }

.topic-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
    margin: 5px;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .topic-list .arrow:after, .topic-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .topic-list .panel.arrow.left:after, .topic-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .topic-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        color: black;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .topic-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        color: black;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    .topic-list .panel.arrow.right-arrow:before {
        right: -16px;
        top: 30px;
        color: black;
        /*Use boarder color of panel*/
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .topic-list .panel.arrow.right-arrow:after {
        right: -14px;
        top: 31px;
        color: black;
        /*Change for different outline color*/
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}

.topic-list .topic-post {
    border-radius: 5px;
    margin: 6px;
    padding: 10px;
}

.topic-post h4 {
    color: blue;
}

.postsocial {
    color: #b3b3b3;
}

    .postsocial ul {
        padding: 0;
        margin: 0;
    }

        .postsocial ul li {
            list-style: none;
            display: inline-block;
            padding: 0 4px 0 0;
            font-size: 13px;
        }

.post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
}

    .post-footer .input-group-addon a {
        color: #454545;
    }

    .post-footer .comments-list {
        padding: 0;
        margin-top: 20px;
        list-style-type: none;
    }

        .post-footer .comments-list .comment {
            display: block;
            width: 100%;
            margin: 20px 0;
        }

            .post-footer .comments-list .comment .avatar {
                width: 35px;
                height: 35px;
            }

            .post-footer .comments-list .comment .comment-heading {
                display: block;
                width: 100%;
            }

                .post-footer .comments-list .comment .comment-heading .user {
                    font-size: 12px;
                    font-weight: bold;
                    display: inline;
                    margin-top: 0;
                    margin-right: 10px;
                }

                .post-footer .comments-list .comment .comment-heading .time {
                    font-size: 12px;
                    color: #aaa;
                    margin: 0 15px;
                    display: inline;
                }

            .post-footer .comments-list .comment .comment-body {
                margin-right: 50px;
            }

            .post-footer .comments-list .comment > .comments-list {
                margin-right: 50px;
            }
/*--search--*/
.search {
    position: relative;
    display: inline-block;
    float: right;
}

label.icon-search {
    color: #212121;
    cursor: pointer;
}

.search_form {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 15px;
    overflow: hidden;
    width: 20px;
    height: 0px;
    background: white;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

    .search_form form {
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .search_form input[type='text'] {
        padding: 10px;
        outline: none;
        font-size: 14px;
        border: 1px solid #999;
        background: none;
    }

        .search_form input[type='text']::-webkit-input-placeholder {
            color: #fff !important;
        }

    .search_form input[type='submit'] {
        outline: none;
        background: none;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        border: 1px solid #999;
        text-transform: uppercase;
        padding: 10px 28px;
    }

        .search_form input[type='submit']:hover {
            background: #fff;
            border: 1px solid #fff;
            color: white;
        }

.search_box {
    visibility: hidden;
}

    .search_box:checked ~ .search_form {
        width: 200px;
        height: 34px;
        top: 50px;
        transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
        -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    }

        .search_box:checked ~ .search_form form {
            opacity: 1;
            transition: 0.3s all ease-out 0.5s;
            -webkit-transition: 0.3s all ease-out 0.5s;
        }

label.icon-search span {
    color: #303030;
    font-size: 1.1em;
    top: 15px;
}
/*--//search--*/
.customers {
    display: inline-block;
    margin: 0 7px;
    text-align: center;
}

    .customers img {
        width: 180px !important;
        height: 140px !important;
    }

.vmcarousel-centered-infitine li img {
    width: 220px;
    border-radius: 20px;
    border: 2px solid #c0f0fa;
}
/*News Slider*/
.post-slide {
    margin: 0 15px;
    border: 1px solid #c0f0fa;
    border-radius: 5px;
    padding: 5px;
    direction: rtl;
}

.demo {
    padding: 100px 0;
}

.heading-title {
    margin-bottom: 100px;
}

.post-slide .post-header {
    padding: 15px 20px;
}

.post-slide .title {
    margin-bottom: 5px;
}

    .post-slide .title a {
        font-size: 15px;
        color: blue !important;
        font-weight: bold;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
    }

        .post-slide .title a:hover {
            color: #fd6058;
            text-decoration: none;
        }

.post-slide .post-bar {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

    .post-slide .post-bar li {
        display: inline-block;
        margin-right: 20px;
        color: #808080;
    }

        .post-slide .post-bar li a {
            font-size: 15px;
            color: #808080;
            text-transform: capitalize;
        }

            .post-slide .post-bar li a:hover {
                text-decoration: none;
                color: #fd6058;
            }

        .post-slide .post-bar li img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

        .post-slide .post-bar li i,
        .post-slide .post-bar li img {
            margin-right: 5px;
        }

.post-slide .pic {
    overflow: hidden;
    position: relative;
}

    .post-slide .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0);
        transition: all 0.9s ease 0s;
    }

.post-slide:hover .pic:after {
    background: rgba(255,255,255,0.2);
}

.post-slide .pic img {
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}

.post-slide:hover .pic img {
    transform: rotate(5deg) scale(1.1,1.1);
}

.post-slide .post-category {
    padding: 1px 10px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    background: limegreen;
    z-index: 1;
}

    .post-slide .post-category li {
        display: inline-block;
        text-transform: uppercase;
        color: white;
    }

        .post-slide .post-category li:after {
            content: " ,";
            color: #fff;
        }

        .post-slide .post-category li:last-child:after {
            content: "";
        }

        .post-slide .post-category li a {
            color: #fff;
        }

            .post-slide .post-category li a:hover {
                text-decoration: none;
                color: #333;
            }

.post-slide .post-description {
    padding: 15px;
    height: 120px;
    overflow-y: hidden;
}

@media only screen and (max-width: 480px) {
    .post-header .post-bar li {
        margin-right: 5px;
    }
}

@charset "utf-8";
/* CSS Document */

.left-panel {
    padding: 30px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.factor {
    color: gray;
    font-weight: bold;
    font-size: small;
}

.label-control {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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 .15s,box-shadow ease-in-out .15s;
}

.tag-dark {
    padding: 3px 6px;
    background-color: #012e45;
    margin: 0 3px;
    border-radius: 3px;
    color: white;
    font-size: 11px;
}
