﻿body {
    font-family: 'Roboto', sans-serif
}

.wrapper ul {
    list-style-type: none;
    padding-left: 0
}

.navbar {
    margin-bottom: 0;
    z-index: 1100;
    position: relative
}

.navbar-brand,
.navbar-nav li a {
    line-height: 100px!important;
    height: 100px!important
}

.dropdown-menu li a {
    line-height: 50px!important;
    height: 50px!important
}

.dropdown:hover .dropdown-menu {
    display: block
}

.navbar-nav li a {
    padding-top: 0;
    font-size: 16px
}

.navbar-default {
    background-color: #fff;
    border: none
}

.navbar-default .navbar-brand {
    color: #695a99
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff
}

.navbar-default .navbar-text {
    color: #695a99
}

.navbar-default .navbar-nav>li>a {
    color: #695a99
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #54487a
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #695a99
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #695a99
}

.navbar-default .navbar-toggle {
    border-color: #695a99
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #695a99
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #695a99
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #695a99
}

.navbar-default .navbar-link {
    color: #695a99
}

.navbar-default .navbar-link:hover {
    color: #fff
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #695a99
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #695a99
    }
}

.hero {
    position: relative;
    text-align: center
}

.hero>div {
    text-align: left
}

.hero .bx-wrapper {
    text-align: center;
    max-width: 1450px!important
}

ul.slider {
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width:992px) {
    .slider-overlay {
        width: 100%;
        color: white;
        position: absolute;
        bottom: 0;
        z-index: 999;
        background: rgba(33, 33, 33, .5);
        border-bottom: solid 5px #00afd8
    }
    .panel-transparant {
        background: rgba(33, 33, 33, 0)
    }
    .sub-page-header {
        padding: 50px
    }
    .panel-inner {
        padding: 5px 33px 0 33px
    }
    .venueLocator {
        position: absolute;
        bottom: 128px;
        z-index: 100;
        color: white;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:992px) {
    .slider-overlay {
        width: 100%;
        color: white;
        position: relative;
        top: 0;
        z-index: 999;
        background: rgba(33, 33, 33, .5);
        border-bottom: solid 5px #00afd8
    }
  
}

p.lead {
    font-size: 22px
}

.input-group-btn .btn {
    padding-left: 22px;
    padding-right: 22px
}

ul.ic-search {
    padding-left: 15px;
    border-left: solid 1px #e5e5e5
}

.btn-ffs-primary {
    background-color: #695a99;
    border-color: #695a99;
    border-radius: 4px;
    color: white
}

.btn-ffs-primary:hover,
.btn-ffs-primary:focus,
.btn-ffs-primary:active,
.btn-ffs-primary.active {
    background-color: #5e5189;
    border-color: #534779
}

.btn-ffs-primary.disabled:hover,
.btn-ffs-primary.disabled:focus,
.btn-ffs-primary.disabled:active,
.btn-ffs-primary.disabled.active,
.btn-ffs-primary[disabled]:hover,
.btn-ffs-primary[disabled]:focus,
.btn-ffs-primary[disabled]:active,
.btn-ffs-primary[disabled].active,
fieldset[disabled] .btn-ffs-primary:hover,
fieldset[disabled] .btn-ffs-primary:focus,
fieldset[disabled] .btn-ffs-primary:active,
fieldset[disabled] .btn-ffs-primary.active {
    background-color: #695a99;
    border-color: #695a99
}

.btn-ffs-warning {
    color: #FFF;
    background-color: #F00;
    border-color: #F00
}

.btn-ffs-warning:hover,
.btn-ffs-warning:focus,
.btn-ffs-warning:active,
.btn-ffs-warning.active,
.open .dropdown-toggle.btn-ffs-warning {
    color: #FFF;
    background-color: #BD3838;
    border-color: #F00
}

.btn-ffs-warning:active,
.btn-ffs-warning.active,
.open .dropdown-toggle.btn-ffs-warning {
    background-image: none
}

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

.btn-ffs-warning .badge {
    color: #F00;
    background-color: #FFF
}

.btn-ffs-help {
    color: #FFF;
    background-color: #FFD800;
    border-color: #FFD800
}

.btn-ffs-help:hover,
.btn-ffs-help:focus,
.btn-ffs-help:active,
.btn-ffs-help.active,
.open .dropdown-toggle.btn-ffs-help {
    color: #FFF;
    background-color: #E3C100;
    border-color: #FFD800
}

.btn-ffs-help:active,
.btn-ffs-help.active,
.open .dropdown-toggle.btn-ffs-help {
    background-image: none
}

.btn-ffs-help.disabled,
.btn-ffs-help[disabled],
fieldset[disabled] .btn-ffs-help,
.btn-ffs-help.disabled:hover,
.btn-ffs-help[disabled]:hover,
fieldset[disabled] .btn-ffs-help:hover,
.btn-ffs-help.disabled:focus,
.btn-ffs-help[disabled]:focus,
fieldset[disabled] .btn-ffs-help:focus,
.btn-ffs-help.disabled:active,
.btn-ffs-help[disabled]:active,
fieldset[disabled] .btn-ffs-help:active,
.btn-ffs-help.disabled.active,
.btn-ffs-help[disabled].active,
fieldset[disabled] .btn-ffs-help.active {
    background-color: #FFD800;
    border-color: #FFD800
}

.btn-ffs-help .badge {
    color: #FFD800;
    background-color: #FFF
}

section {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 40px
}

.contrast {
    background: #f2f2f2
}

h4,
h3 {
    text-transform: uppercase;
    font-weight: 400
}

.feature {
    position: relative;
    margin-bottom: 50px
}

.panel-image p {
    margin: 0;
    padding: 0
}

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

.col-last {
    padding-right: 0px!important
}

.col-first {
    padding-left: 0px!important
}

.btn-thin {
    display: inline-block;
    margin-top: 10px;
    color: #534779!important;
    font-size: 14px;
    padding: 11px 10px;
    border-radius: 5px;
    border: solid 2px!important;
    border-color: #534779!important;
    text-transform: uppercase;
    text-decoration: none!important;
    background-color: white;
    font-weight: bolder;
    transition: all 0.15s ease-in
}

.btn-thin:hover,
.btn-thin:active,
.btn-thin:focus {
    text-decoration: none!important;
    background-color: #534779;
    color: white!important;
    border: solid 2px!important
}

.btn-thin.success {
    border-color: #32a800!important;
    color: #32a800!important
}

.btn-thin.success:hover {
    background-color: #32a800!important;
    color: white!important
}

.btn-thin.secondary {
    border-color: #008bfa!important;
    color: #008bfa!important
}

.btn-thin.secondary:hover {
    color: white!important;
    background-color: #008bfa!important
}

.btn-thin.warning {
    border-color: #D0B628!important;
    color: #D0B628!important
}

.btn-thin.warning:hover {
    background-color: #D0B628!important;
    color: white!important
}

.footer {
    background-color: #30353C;
    color: white
}

.footer ul {
    margin: 15px 0;
    padding: 0
}

.footer ul li {
    list-style-type: none;
    margin-bottom: 12px
}

.footer ul li a {
    display: block;
    text-decoration: none;
    color: white
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #ccc
}

footer hr {
    color: white
}

.footer .icons a {
    color: white;
    border: solid 2px white;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 99px;
    background-color: transparent;
    transition: all 0.15s ease-in
}

.footer .icons a:hover {
    background-color: white;
    color: #30353C
}

.meta {
    color: #ccc
}

ul.meta {
    padding: 0
}

.search {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    text-align: center;
    padding: 30px 16px 16px 16px;
    transition: all 0.15s ease-in;
    background-color: #f2f2f2;
    height: 100px
}

.search.down {
    top: 100px
}

.search input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom-color: #b3b3b3;
    width: 100%;
    font-size: 18px
}

.sub-page-header {
    background: url(../../Themes/triton/Core/Layout/images/blur.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    color: white;
    -webkit-box-shadow: inset 0 200px 200px -36px rgba(0, 0, 0, .75);
    -moz-box-shadow: inset 0 200px 200px -36px rgba(0, 0, 0, .75);
    box-shadow: inset 0 200px 200px -36px rgba(0, 0, 0, .75)
}

.sub-page-header.training {
    background: url(../../Themes/triton/Core/Layout/assets/headers/training.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.active-pe {
    background: url(../../Themes/triton/Core/Layout/assets/headers/active_pe.png) no-repeat bottom center;
    background-size: cover
}

.sub-page-header.about-us {
    background: url(../../Themes/triton/Core/Layout/assets/headers/about_us.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.our-team {
    background: url(../../Themes/triton/Core/Layout/assets/headers/our_team.png) no-repeat center center;
    background-size: cover
}

.sub-page-header.payment-faq {
    background: url(../../Themes/triton/Core/Layout/assets/headers/book_and_pay_faq.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.active-schools {
    background: url(../../Themes/triton/Core/Layout/assets/headers/active_schools.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.extended-schools {
    background: url(../../Themes/triton/Core/Layout/assets/headers/extended_schools.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.active-playground {
    background: url(../../Themes/triton/Core/Layout/assets/headers/active_playground.png) no-repeat bottom center;
    background-size: cover
}

.sub-page-header.hass {
    background: url(../../Themes/triton/Core/Layout/assets/headers/hass.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.apprenticeship {
    background: url(../../Themes/triton/Core/Layout/assets/headers/apprenticeship.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.courses {
    background: url(../../Themes/triton/Core/Layout/assets/headers/courses.png) no-repeat bottom center;
    background-size: cover
}

.sub-page-header.active-extended-day {
    background: url(../../Themes/triton/Core/Layout/assets/headers/active_extended_day.png) no-repeat bottom center;
    background-size: cover
}

.sub-page-header.our-partners {
    background: url(../../Themes/triton/Core/Layout/assets/headers/our_partners.png) no-repeat top center;
    background-size: cover
}

.sub-page-header.contact-us {
    background: url(../../Themes/triton/Core/Layout/assets/headers/contact_us.png) no-repeat center center;
    background-size: cover
}

.sub-page-header.activity-camps {
    background-size: cover
}

.sub-page-header.school-club {
    background: url(../../Themes/triton/Core/Layout/assets/school_club.png);
    background-position: top center
}

.sub-page {
    background-color: #edeff0
}

#section-breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7eaeb
}

.breadcrumb {
    padding: 0;
    margin: 0;
    font-weight: 400;
    background-color: transparent
}

.inner {
    padding-left: 30px;
    padding-right: 30px
}

.border-top {
    border-top: 1px solid #e7eaeb
}

.map-overlay {
    position: absolute;
    top: 300px
}

.negative {
    position: relative;
    top: -200px
}

.half {
    width: 50%
}
@media only screen and (max-width: 767px) {
    .half {
        width: 75%
    }
}

.client-list.type-three ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7eaeb;
    margin-top:-20px;
}
.client-list .client-content {
    padding-top:10px;
    margin-left:20px;
}

@media only screen and (max-width: 1200px) {
    .client-list .client-content h2 {
        font-size:20px;
    }
    .client-list .client-content p.lead {
        font-size: 13px;
    }
}

.img-circle {
    border: solid 5px #f2f2f2
}

.feature-list li {
    margin-bottom: 12px
}

.mBottom25 {
    margin-bottom: 25px
}

input[type="text"],
input[type="email"],
textarea {
    border-radius: 0
}

.blog-sidebar h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-sidebar .sidebar-search,
.blog-sidebar .sidebar-categories,
.blog-sidebar .sidebar-recent,
.blog-sidebar .sidebar-tags {
    margin-bottom: 40px
}

.blog-sidebar .sidebar-search {
    position: relative
}

.blog-sidebar .sidebar-search input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 40px 0 15px;
    border: 1px solid #e7eaeb;
    font-size: 11px
}

.blog-sidebar .sidebar-search button {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    border: 1px solid #e7eaeb;
    background-color: #f6f7f8
}

.blog-sidebar .sidebar-categories ul li,
.blog-sidebar .sidebar-recent ul li {
    margin-bottom: 10px
}

.blog-sidebar .sidebar-categories ul li:last-child,
.blog-sidebar .sidebar-recent ul li:last-child {
    margin-bottom: 0
}

.blog-sidebar .sidebar-categories ul li a:hover,
.blog-sidebar .sidebar-recent ul li a:hover,
.blog-sidebar .sidebar-tags ul li a:hover {
    color: #00afd8
}

.blog-sidebar .sidebar-categories ul li a {
    display: block;
    font-size: 13px;
    font-weight: 700
}

.blog-sidebar .sidebar-categories ul li .count {
    float: right;
    font-family: 'Montserrat', sans-serif;
    color: #00afd8
}

.blog-sidebar .sidebar-recent ul li a {
    display: block;
    font-size: 13px
}

.blog-sidebar .sidebar-recent ul li .date {
    margin-top: 10px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #999
}

.blog-sidebar .sidebar-recent ul li .fa {
    margin-right: 5px
}

.blog-sidebar .sidebar-tags ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px
}

.blog-sidebar .sidebar-tags ul li a {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid #e7eaeb
}

.blog-list.type-one .bl-post .bl-desc h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-list.type-one .bl-post .bl-desc p.desc,
.blog-list.type-one .bl-post .bl-desc p.info,
.blog-list.type-one .bl-post .bl-desc p:last-child {
    margin-bottom: 0
}

.blog-list.type-one .bl-post .bl-desc p.info,
.blog-list.type-one .bl-post .bl-desc p.info a {
    color: #999
}

.blog-list.type-one .bl-post .bl-desc p.info a:hover {
    color: #00afd8
}

.blog-list.type-one .bl-post .bl-desc p.info {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px
}

.blog-list.type-one .bl-post .bl-desc p.info span {
    display: inline-block;
    margin-right: 10px
}

.blog-list.type-one .bl-post .bl-desc p.info .fa {
    margin-right: 5px
}

.blog-list.type-two .bl-post .bl-info,
.blog-list.type-two .bl-post .bl-info a {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #999
}

.blog-list.type-two .bl-post .bl-info a:hover {
    color: #00afd8
}

.blog-list.type-two .bl-post .bl-info span {
    display: inline-block;
    margin-right: 10px
}

.blog-list.type-two .bl-post .bl-info .fa {
    margin-right: 5px
}

.blog-list.type-two .bl-post .bl-desc h4 {
    font-weight: 700;
    margin-bottom: 10px
}

.blog-list.type-two .bl-post .bl-desc p:last-child {
    margin-bottom: 0
}

.blog-list.type-two .bl-post .bl-info {
    padding: 15px 0
}

.blog-post .bp-info {
    padding: 15px 0
}

.blog-post .bp-info,
.blog-post .bp-info a {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #999
}

.blog-post .bp-info a:hover {
    color: #00afd8
}

.blog-post .bp-info span {
    display: inline-block;
    margin-right: 10px
}

.blog-post .bp-info .fa {
    margin-right: 5px
}

.blog-post .bp-desc h4 {
    font-weight: 700;
    margin-bottom: 10px
}

.blog-post .bp-desc p:last-child {
    margin-bottom: 0
}

.blog-post .bp-tags,
.blog-post .bp-share {
    padding: 10px 0
}

.blog-post .bp-tags ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px
}

.blog-post .bp-tags ul li a {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid #e7eaeb
}

.blog-post .bp-tags ul li a:hover {
    color: #00afd8
}

.blog-post .bp-footer {
    padding-top: 10px
}

.blog-post .bp-footer h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-comments {
    margin: 30px 0
}

.blog-comments h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-comments .comment-list .comment {
    position: relative;
    padding-left: 90px
}

.blog-comments .comment-list .comment .comment-avatar {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.blog-comments .comment-list .comment .comment-info {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f6f7f8;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.blog-comments .comment-list .comment .comment-info:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 18px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #f6f7f8;
    border-bottom: 15px solid transparent
}

.blog-comments .comment-list .comment .comment-info .comment-date,
.blog-comments .comment-list .comment .comment-info .comment-message {
    margin-bottom: 10px
}

.blog-comments .comment-list .comment .comment-info .comment-date {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #999
}

.blog-comments .comment-list .comment .comment-info .comment-message {
    font-size: 12px
}

.blog-comments .comment-list .comment .comment-info .comment-reply .btn {
    font-size: 11px
}

.blog-form {
    font-size: 11px
}

.blog-form h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-form .row div[class*="col-"] {
    margin-bottom: 20px
}

.blog-form .row div[class*="col-"]:last-child {
    margin-bottom: 0
}

.customer-message {
    padding: 30px 50px 30px 100px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    background-color: #f9f9f9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(163, 180, 197, .2);
    -moz-box-shadow: 0 1px 5px 0 rgba(163, 180, 197, .2);
    box-shadow: 0 1px 5px 0 rgba(163, 180, 197, .2)
}

.customer-message:before,
.customer-message:after {
    position: absolute;
    display: inline-block
}

.customer-message:before {
    content: '\f10d';
    top: 40px;
    left: 30px;
    font-size: 3em;
    font-family: "FontAwesome";
    color: #edeff0
}

.customer-message:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    left: 20%;
    bottom: -20px;
    -webkit-filter: drop-shadow(0 2px 1px rgba(163, 180, 197, .2));
    -moz-filter: drop-shadow(0 2px 1px rgba(163, 180, 197, .2));
    -ms-filter: drop-shadow(0 2px 1px rgba(163, 180, 197, .2));
    -o-filter: drop-shadow(0 2px 1px rgba(163, 180, 197, .2));
    filter: drop-shadow(0 2px 1px rgba(163, 180, 197, .2))
}

.customer-info {
    padding-left: 100px;
    min-height: 60px;
    position: relative
}

.customer-info .info-image {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(163, 180, 197, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(163, 180, 197, .2);
    box-shadow: 0 0 5px 0 rgba(163, 180, 197, .2)
}

.customer-info .info-title h4,
.customer-info .info-title h5 {
    font-weight: 700
}

.customer-info .info-title h4 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 5px
}

.customer-info .info-title h5 {
    font-size: 11px;
    color: #00afd8
}

ul li .customer-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

ul li .customer-desc h4 {
    font-size: 12px;
    font-weight: 700;
    color: #00afd8
}

ul li .customer-desc span {
    color: #999
}

.counter-list .item {
    text-align: center
}

.counter-list .item h5,
.counter-list .item .counter {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.counter-list .item h5 {
    display: inline-block;
    padding: 10px 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff
}

.counter-list .item .counter {
    display: block;
    font-size: 5em
}

.team-list.type-one .member-desc {
    padding: 30px 20px 0 20px
}

.team-list.type-one .member-desc h4,
.team-list.type-one .member-desc h3,
.team-list.type-two .member-desc h4,
.team-list.type-two .member-desc h3 {
    font-weight: 700;
    margin-bottom: 10px
}

.team-list.type-one .member-desc h4,
.team-list.type-two .member-desc h4 {
    font-size: 16px
}

.team-list.type-one .member-desc h3,
.team-list.type-two .member-desc h3 {
    font-size: 12px
}

.team-list.type-one .member-desc .member-social {
    margin-left: -20px;
    margin-right: -20px;
    height: 50px;
    text-align: center;
    border-top: 1px solid #e7eaeb
}

.team-list.type-one .member-desc .member-social ul li a {
    height: 50px;
    line-height: 50px;
    color: #999
}

.team-list.type-two .row:last-child {
    margin-bottom: 0
}

.team-list.type-two .member-desc {
    padding-top: 10px
}

.team-list.type-two .member-desc .member-social ul li a {
    color: #999;
    background-color: #f6f7f8
}

.team-list.type-three {
    width: 100%;
    overflow: hidden
}

.team-list.type-three .row {
    margin-left: -.5px;
    margin-right: -.5px
}

.team-list.type-three .row div[class*="col-"] {
    padding-left: .5px;
    padding-right: .5px;
    padding-bottom: 1px
}

.team-list.type-three .team-member {
    position: relative
}

.team-list.type-three .team-member .member-desc {
    position: absolute;
    width: 100%;
    padding: 20px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(157, 166, 175, .8)
}

.team-list.type-three .team-member .member-desc h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.team-list.type-three .team-member .member-desc h4 {
    font-size: 10px;
    font-weight: 500
}

.team-list.type-three .team-member .member-desc .member-social {
    max-height: 0;
    overflow: hidden
}

.team-list.type-three .team-member .member-desc .member-social .social-icons {
    padding-top: 20px
}

.team-list.type-three .team-member .member-desc .member-social .social-icons li a {
    border: 1px solid #fff;
    color: #fff
}

.team-list.type-three .team-member .member-desc .member-social .social-icons li a:hover {
    background-color: #444!important
}

.team-list.type-three .team-member:hover .member-desc {
    background-color: rgba(235, 14, 0, .8)
}

.team-list.type-three .team-member:hover .member-desc .member-social {
    max-height: 54px
}

.inline {
    display: inline-block
}

.data-form label {
    display: block;
    margin-bottom: 10px
}

.data-form select,
.data-form input[type="text"],
.data-form input[type="password"],
.data-form input[type="color"],
.data-form input[type="date"],
.data-form input[type="datetime"],
.data-form input[type="datetime-local"],
.data-form input[type="email"],
.data-form input[type="month"],
.data-form input[type="number"],
.data-form input[type="range"],
.data-form input[type="search"],
.data-form input[type="tel"],
.data-form input[type="time"],
.data-form input[type="url"],
.data-form input[type="week"] {
    width: 100%;
    outline: none;
    padding: 0 15px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d3d6d7;
    background-color: #fff
}

.data-form select:focus,
.data-form input[type="text"]:focus,
.data-form input[type="password"]:focus,
.data-form input[type="color"]:focus,
.data-form input[type="date"]:focus,
.data-form input[type="datetime"]:focus,
.data-form input[type="datetime-local"]:focus,
.data-form input[type="email"]:focus,
.data-form input[type="month"]:focus,
.data-form input[type="number"]:focus,
.data-form input[type="range"]:focus,
.data-form input[type="search"]:focus,
.data-form input[type="tel"]:focus,
.data-form input[type="time"]:focus,
.data-form input[type="url"]:focus,
.data-form input[type="week"]:focus {
    border-color: #999
}

.data-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.data-form textarea {
    width: 100%;
    height: 150px;
    outline: none;
    padding: 15px;
    margin: 0;
    border: 1px solid #d3d6d7;
    resize: vertical;
    background-color: #fff
}

.data-form textarea:focus {
    border-color: #999
}

.data-form .row {
    margin-left: -15px;
    margin-right: -15px
}

.data-form .row div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

.data-form .row div[class*="col-"]:last-child {
    margin-bottom: 0
}

.data-pager {
    margin-bottom: -10px
}

.data-pager li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.data-pager li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e7eaeb;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    background-color: #fff
}

.data-pager li a:hover {
    color: #000
}

.data-pager li.active a {
    color: #00afd8
}

.social-icons li {
    float: left;
    margin-right: 10px
}

.social-icons li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.social-icons li.facebook:hover a,
.social-icons li.twitter:hover a,
.social-icons li.linkedin:hover a,
.social-icons li.google-plus:hover a,
.social-icons.social-hovered li a {
    color: #fff!important
}

.social-icons li.facebook:hover a,
.social-icons.social-hovered li.facebook a {
    background-color: #3b579a!important
}

.social-icons li.twitter:hover a,
.social-icons.social-hovered li.twitter a {
    background-color: #01b9f5!important
}

.social-icons li.linkedin:hover a,
.social-icons.social-hovered li.linkedin a {
    background-color: #1483c3!important
}

.social-icons li.google-plus:hover a,
.social-icons.social-hovered li.google-plus a {
    background-color: #e04a3c!important
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons.social-round li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.quick-links li {
    margin-bottom: 20px
}

.quick-links li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700
}

.quick-links li .fa {
    width: 15px;
    margin-right: 15px
}

.quick-links li:hover a {
    color: #eb0e00
}

.quick-links li:last-child {
    margin-bottom: 0
}

.panel {
    border-radius: 0px!important
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FBFBFB !important
}

.ui-autocomplete {
    z-index: 1900!important
}

label {
    display: block!important
}

.addPadding {
    padding: 25px
}

ul.styled {
    padding-left: 15px;
    list-style-type: circle
}

ul.styled li {
    margin-bottom: 4px
}

@media (min-width:992px) {
    .site-grid.type-one.faq .row div[class*="col-"] {
        padding: 10px 60px
    }
}

.well {
    border-radius: 0px!important;
    ;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important
}

.course-title {
    max-height: 98px
}

.img-partner {
    display: inline-block;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 25px
}

.fake-browser-ui {
    padding: 20px 0 0;
    border-radius: 3px;
    border-bottom: 2px solid #ccc;
    background: #ddd;
    display: inline-block;
    position: relative;
    line-height: 0;
    box-shadow: 1px 1px 1px #CCC
}

.fake-browser-ui .frame {
    display: block;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 1px
}

.fake-browser-ui span {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #dadada;
    float: left;
    margin: 0 0 0 4px
}

body {
    overflow: hidden
}



#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../Themes/triton/Core/Layout/images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

#twitter li {
    background: #fff;
    border-bottom: 4px solid #4099FF;
    margin: 1.5em 0;
    padding: 30px 25px;
    quotes: "\201C""\201D""\2018""\2019"
}

#twitter li:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

#twitter li img {
    margin: 15px 0
}

#twitter .meta a {
    color: #555;
    display: block;
    text-align: right;
    margin-top: 15px
}

.breakout {
    max-width: 1170px
}

@media (max-width:768px) {
    .container {
        width: auto!important
    }
}

.thumbnail {
    height: 300px;
    overflow: hidden;
    border: none!important;
    display: table-cell!important;
    vertical-align: middle!important;
    padding: 50px
}
.box-content {
 overflow-x: auto   
}