/*******************************************************************************
*
* General Styles
*
*******************************************************************************/
.clickable {
    cursor: pointer !important;
}

p.lead {
    margin-bottom: 40px;
}

section,
div.section {
    margin-bottom: 40px;
}
.no-mb {
    margin-bottom: 0 !important;
}
.mb-small {
    margin-bottom: 20px !important;
}
.heading {
    margin-bottom: 40px;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
    display: inline-block;
    border-bottom: solid 5px;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.heading h1 i.fa,
.heading h2 i.fa,
.heading h3 i.fa,
.heading h4 i.fa,
.heading h5 i.fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
}

.icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px;
    font-size: 20px;
}

.icon {
    border: solid 1px #fff;
}
.icon.icon-lg {
    font-size: 30px;
    border-width: 2px;
}
.ul-icons {
    padding-left: 10px;
}
.ul-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px;
}
.ul-icons li i {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 10px;
}

ul.list-style-none {
    list-style: none;
}

#text-page h1,
#text-page h2,
#text-page h3 {
    font-weight: 700;
}
#error-page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}
#error-page h4 {
    margin-bottom: 40px;
}
#error-page p.buttons {
    margin-top: 40px;
}
.pages-listing .item {
    text-align: center;
}
.pages-listing .item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

.pages-listing .item .text {
    margin-bottom: 20px;
}

.pages-listing .item .text p {
    font-size: 12px;
    margin-bottom: 20px;
}

.see-more {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}
.see-more p {
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 20px;
}

/**
 Jumbotron
 */

.jumbotron {
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    background: url('../img/photogrid.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.jumbotron .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6aae7a;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.jumbotron p {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 400;
}
.jumbotron p.text-uppercase {
    font-weight: 700;
}

.container .jumbotron {
    border-radius: 0;
}
.jumbotron .container {
    max-width: 100%;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 46px;
    }
}

/*******************************************************************************
*
* Modal Login
*
*******************************************************************************/

#login-modal {
    overflow: hidden;
}
#login-modal .modal-header h4 {
    text-transform: uppercase;
}
#login-modal form {
    margin-bottom: 20px;
}
#login-modal a {
    color: #6aae7a;
}
#login-modal p {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 13px;
}

/*******************************************************************************
*
* BLOG / NEWS Styles
*
*******************************************************************************/
#blog-listing-big .post,
#blog-homepage .post {
    margin-bottom: 60px;
}

#blog-listing-big .post .author-category,
#blog-homepage .post .author-category {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.08em;
}
#blog-listing-big .post .author-category a,
#blog-homepage .post .author-category a {
    font-weight: 500;
}
#blog-listing-big .post .date-comments a,
#blog-homepage .post .date-comments a {
    margin-right: 20px;
}

@media (min-width: 768px) {
    #blog-listing-big .post .date-comments,
    #blog-homepage .post .date-comments {
        text-align: right;
    }
}
#blog-listing-big .post .intro,
#blog-homepage .post .intro {
    text-align: left;
}
#blog-listing-big .post .image,
#blog-homepage .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}
#blog-listing-big .post .image img,
#blog-homepage .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    #blog-listing-big .post .image img.img-responsive,
    #blog-homepage .post .image img.img-responsive {
        min-width: 100%;
    }
}
#blog-listing-big .post .video,
#blog-homepage .post .video {
    margin-bottom: 10px;
}
#blog-listing-big .post .read-more,
#blog-homepage .post .read-more {
    text-align: right;
}
#blog-listing-medium .post {
    margin-bottom: 60px;
}
#blog-listing-medium .post h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: 0.08em;
}

#blog-listing-medium .post .author-category {
    float: left;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.08em;
}
#blog-listing-medium .post .author-category a {
    font-weight: 500;
}
#blog-listing-medium .post .date-comments {
    float: right;
    font-size: 12px;
}
#blog-listing-medium .post .date-comments a {
    margin-right: 20px;
}
@media (min-width: 768px) {
    #blog-listing-medium .post .date-comments {
        text-align: right;
    }
}
#blog-listing-medium .post .intro {
    text-align: left;
}
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar-header:after {
    content: " ";
    display: table;
}
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:after {
    clear: both;
}
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar-header:after {
    content: " ";
    display: table;
}
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:after {
    clear: both;
}
#blog-listing-medium .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}
#blog-listing-medium .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    #blog-listing-medium .post .image img.img-responsive {
        min-width: 100%;
    }
}
#blog-listing-medium .post .video {
    margin-bottom: 10px;
}
#blog-listing-medium .post .read-more {
    text-align: right;
}
.box-image-text.blog .author-category {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 300;
    font-size: 12px;
}
.box-image-text.blog .author-category a {
    font-weight: 500;
}
.box-image-text.blog .intro {
    text-align: left;
    margin-bottom: 20px;
}
#blog-homepage .post {
    margin-bottom: 30px;
}
#blog-homepage .post h2,
#blog-homepage .post h4,
#blog-homepage .post .author-category,
#blog-homepage .post .read-more {
    text-align: center;
}
#blog-homepage .post .read-more {
    margin-top: 20px;
}
#blog-post #post-content {
    margin-bottom: 20px;
}
#blog-post .comment {
    margin-bottom: 25px;
}
#blog-post .comment:before,
#blog-post .comment:after {
    content: " ";
    display: table;
}
#blog-post .comment:after {
    clear: both;
}
#blog-post .comment:before,
#blog-post .comment:after {
    content: " ";
    display: table;
}
#blog-post .comment:after {
    clear: both;
}
#blog-post .comment .posted {
    font-size: 12px;
}

#blog-post .comment.last {
    margin-bottom: 0;
}
#blog-post #comments,
#blog-post #comment-form {
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px #eeeeee;
}
#blog-post #comments:before,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comment-form:after {
    content: " ";
    display: table;
}
#blog-post #comments:after,
#blog-post #comment-form:after {
    clear: both;
}
#blog-post #comments:before,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comment-form:after {
    content: " ";
    display: table;
}
#blog-post #comments:after,
#blog-post #comment-form:after {
    clear: both;
}
#blog-post #comments h4,
#blog-post #comment-form h4 {
    margin-bottom: 20px;
}
#blog-post #comment-form {
    margin-bottom: 20px;
}

/*******************************************************************************
*
* Search / Participants
*
*******************************************************************************/
section.resources-search {
    margin-bottom: 20px;
}

section.resources-search .pagination {
    margin-top: 0px;
}

/*******************************************************************************
*
* Shop
*
*******************************************************************************/

product {
    border-bottom: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
}
.product .image {
    overflow: hidden;
}
.product .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    .product .image img.img-responsive {
        min-width: 100%;
    }
}
.product .text {
    padding: 10px;
}
.product .text h3 {
    font-size: 14px;
    font-weight: 700;
    height: 39.6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.product .text h3 a:hover {
    text-decoration: none;
}
.product .text p.price {
    font-size: 18px;
}
.product .buttons {
    clear: both;
    position: absolute;
    display: none;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px transparent;
    padding: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}
.product .buttons .btn {
    margin-bottom: 20px;
}
.product:hover {
    border-bottom: solid 1px #808080;
    top: 0;
}
.product:hover .buttons {
    clear: both;
    position: absolute;
    top: 0;
}
.product:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.goToDescription {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}
.goToDescription a {
    text-decoration: underline;
}
#productMain {
    margin-bottom: 30px;
}
#productMain .sizes {
    text-align: center;
}
#productMain .sizes h3 {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#productMain .sizes a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#productMain .sizes input {
    display: none;
}
#productMain .price {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
#thumbs a {
    display: block;
    border: solid 1px transparent;
}
#product-social {
    text-align: center;
}
#product-social h4 {
    font-weight: 300;
    margin-bottom: 10px;
}
#product-social p {
    line-height: 26px;
}
#product-social p a {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}
#product-social p a i {
    vertical-align: bottom;
    line-height: 26px;
}

.product-highlights .owl-item {
    float: left;
}

.product-highlights .owl-item h1 {
    font-size: 22px;
}


@media (max-width: 991px) {
    #product-social {
        text-align: center;
    }
}

/**
  Top Categories
 */

div.top-category.product {
    border-bottom: none;
}

div.top-category-box img {
    opacity: 0.7;
}

div.top-category-box img:hover {
    opacity: 1;
}

div.top-category-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
    margin-bottom: 30px;
}

div.top-category-box > a {
    height: 200px !important;
}

.top-category-box-title {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 50px;
}

.top-category-box-title a {
    font-size: 18px;
    text-transform: uppercase;

}

@media (max-width: 767px) {
    div.top-category-box > a > img {
        min-width: auto !important;
        max-width: 35% !important;
    }
    div.top-category-box > a > img.img-responsive:empty {
        left: 70%;
    }

    div.top-category-box {
        margin-bottom: 30px;
    }

    .top-category-box-title {
        text-align: left;
        margin-top: 0px;
        position: relative;
        top: -135px;
        left: 20px;
    }

    .top-category-box-title a {
        font-size: 24px;

    }
}

ul.category-menu > li > ul > li > ul {
    list-style-type: none;
    padding-left: 5px;
}

ul.category-menu > li > ul > li > ul > li > a {
    font-size: 11px;
}

ul.category-menu > li > ul > li > ul > li > a.active {
    font-weight: bold;
}

#order-summary table {
    margin-top: 20px;
}

#order-summary table tr.total td,
#order-summary table tr.total th {
    font-size: 18px;
    font-weight: 700;
}
#checkout .table tbody tr td,
#basket .table tbody tr td,
#customer-order .table tbody tr td {
    vertical-align: middle;
}
#checkout .table tbody tr td input,
#basket .table tbody tr td input,
#customer-order .table tbody tr td input {
    width: 50px;
    text-align: right;
}
#checkout .table tbody tr td img,
#basket .table tbody tr td img,
#customer-order .table tbody tr td img {
    width: 50px;
}
#checkout .table tfoot,
#basket .table tfoot,
#customer-order .table tfoot {
    font-size: 18px;
}
.shipping-method h4,
.payment-method h4 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px #6aae7a;
}
#checkout .nav li {
    height: 100%;
}
#checkout .nav li a {
    display: block;
    height: 100%;
}

#categoryMenu h3 {
    padding: 20px;
    margin: 0;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ribbons for product sales etc. */
.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.ribbon .ribbon-background {
    position: absolute;
    top: 0;
    right: 0;
}
.ribbon .theribbon {
    position: relative;
    width: 80px;
    padding: 6px 20px 6px 20px;
    margin: 30px 10px 10px -71px;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}
.ribbon .theribbon:after {
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #000000 #000000 transparent transparent;
}
.ribbon.sale {
    top: 0;
}
.ribbon.new {
    top: 50px;
}
.ribbon.new .theribbon {
    background-color: #5bc0de;
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon.new .theribbon:after {
    border-color: #2390b0 #2390b0 transparent transparent;
}
.ribbon.gift {
    top: 100px;
}
.ribbon.gift .theribbon {
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon.gift .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}
.ribbon.gift {
    top: 100px;
}

/*******************************************************************************
*
* Orders, own account
*
*******************************************************************************/

#customer-orders table tr th,
#customer-orders table tr td {
    vertical-align: baseline;
}
#customer-order .table tfoot th {
    font-size: 18px;
    font-weight: 300;
}
#customer-order .addresses {
    text-align: right;
    margin-bottom: 30px;
}
#customer-order .addresses p {
    font-size: 18px;
    font-weight: 300;
}
#customer-account {
    margin-bottom: 30px;
}

/*******************************************************************************
*
* Team members
*
*******************************************************************************/

.team-member {
    text-align: center;
    margin-bottom: 40px;
}
.team-member h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
}
.team-member p.role {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.team-member .social {
    margin-bottom: 20px;
}
.team-member .social a {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}
.team-member .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

.team-member .text p {
    font-size: 12px;
}
.team-member .social,
.team-member-detail .social {
    margin-bottom: 20px;
}
.team-member .social a,
.team-member-detail .social a {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}
.team-member .social a i,
.team-member-detail .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

/*******************************************************************************
*
* MAP (on contact)
*
*******************************************************************************/

#map {
    height: 300px;
}

/*******************************************************************************
*
* Portfolio pages
*
*******************************************************************************/

.portfolio.no-space {
    padding: 0 15px;
}
.portfolio.no-space .box-image {
    margin: 0 -15px;
}
.portfolio-project .project-more h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.portfolio-project .project-more p {
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}
.portfolio-showcase {
    margin: 15px 0 60px;
}
.portfolio-showcase h3 a {
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.portfolio-showcase p.lead {
    margin-bottom: 20px;
}
.portfolio-showcase p.buttons {
    margin-top: 40px;
}

/**
 Shop
 */

.product img.img-responsive {
    position: relative;
    max-width: 80%;
    top: 10%;
    left: 10%;
}

.product img.img-responsive:hover {
    max-width: 90%;
}

.product img.img-responsive:empty
{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
    .product img.img-responsive { max-width: 90%; }
    .product img.img-responsive:hover { max-width: 100%; }
}

@media screen and (orientation: landscape) {
    .product img.img-responsive { max-height: 90%; }
    .product img.img-responsive:hover { max-height: 100%; }
}

@media (min-width: 992px) {
    .product > .image > a {
        display: block;
        height: 262px;
    }
}

@media (min-width: 768px) {
    .product > .image > a {
        display: block;
        height: 252px;
    }
}

@media (max-width: 767px) {
    .product > .image > a {
        display: block;
        height: 713px;
    }
}

.margin-from-table {
    margin-bottom: 20px!important;
}

/**
  Own sales page
 */

table.sale-statistic td {
    text-align: right;
}

table.pay-statistic td {
    text-align: right;
}

table.sale-statistic th.summary-label {
    font-weight: normal;
    text-align: right;
}

table.game-transaction td.number, table.game-transaction th.number {
    text-align: right;
}