﻿/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

header {
    width: 100%;
}

    header.width-full .container {
        width: 100%;
    }


    header.attachment-fixed .header-content {
        width: 100%;
        z-index: 999;
    }

    header .header-top {
        display: block;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        position: relative;
        z-index: 1000;
    }

        header .header-top .header-slogan {
            float: left;
        }

            header .header-top .header-slogan a:hover {
                text-decoration: underline;
            }

        header .header-top #header-top-menu {
            display: inline-block;
            margin: 0 15px 0 0;
            padding: 0;
            list-style: none;
        }

            header .header-top #header-top-menu li {
                display: inline-block;
                margin: 0 0 0 15px;
            }

        header .header-top .header-social {
            text-align: right;
            width: auto;
            margin: 0;
            padding: 0;
        }

            header .header-top .header-social a {
                height: 40px;
                width: 40px;
                display: inline-block;
                text-align: center;
                vertical-align: top;
                font-size: 14px;
            }

                header .header-top .header-social a:hover {
                    color: #fff;
                }

    header .header-content {
        position: relative;
        text-align: right;
        z-index: 99;
    }

        header .header-content .container {
            position: relative;
        }

    header #logo {
        float: left;
    }

        header #logo img {
            vertical-align: middle;
        }

.header-menu {
    display: inline-block;
    line-height: inherit;
    height: inherit;
    vertical-align: top;
}

    .header-menu.menu-uppercase-yes {
        text-transform: uppercase;
    }

    .header-menu .menu-fallback {
        font-weight: bold;
        color: #f00;
        text-transform: uppercase;
    }

    .header-menu ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .header-menu ul.menu > li {
            margin: 0 0 0 20px;
            padding: 0;
            list-style: none;
            float: left;
        }

            .header-menu ul.menu > li > a {
                position: relative;
                display: block;
            }


            .header-menu ul.menu > li.simple {
                position: relative;
            }

                .header-menu ul.menu > li.simple ul {
                    position: absolute;
                    left: -20px;
                    width: 220px;
                    text-align: left;
                    margin: -4px 0 0 0;
                    padding: 0;
                    list-style: none;
                    line-height: 1em;
                    border-top: 4px solid;
                    display: none;
                    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
                }


                .header-menu ul.menu > li.simple > ul li {
                    margin: 0;
                    position: relative;
                }

                    .header-menu ul.menu > li.simple > ul li:last-child {
                        border-bottom: none;
                    }

                .header-menu ul.menu > li.simple > ul > li a {
                    padding: 15px;
                    display: block;
                }

                    .header-menu ul.menu > li.simple > ul > li a .arrow {
                        float: right;
                    }

                .header-menu ul.menu > li.simple > ul > li ul {
                    top: 4px;
                    left: 220px;
                    border-top: none;
                    z-index: 99;
                }

                .header-menu ul.menu > li.simple:hover > ul {
                    display: block;
                }

                .header-menu ul.menu > li.simple > ul > li:hover > ul {
                    display: block;
                }


            .header-menu ul.menu > li.megamenu > ul {
                position: absolute;
                right: 15px;
                text-align: left;
                padding: 30px 0;
                margin: -4px 0 0 0;
                list-style: none;
                line-height: 1em;
                width: 1140px;
                border-top: 4px solid;
                float: left;
                display: none;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            }


header.width-full .header-menu ul.menu > li.megamenu > ul {
    right: 0;
    width: 100% !important;
}

@media (min-width: 768px) {
    .header-menu ul.menu > li.megamenu > ul {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .header-menu ul.menu > li.megamenu > ul {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .header-menu ul.menu > li.megamenu > ul {
        width: 1140px;
    }
}

.header-menu ul.menu > li.megamenu > ul > li {
    vertical-align: top;
    float: left;
}

    .header-menu ul.menu > li.megamenu > ul > li:last-child {
        border-right: none;
    }

    .header-menu ul.menu > li.megamenu > ul > li > ul {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        margin: 0;
        padding: 0;
        display: block !important;
    }

    .header-menu ul.menu > li.megamenu > ul > li > a {
        padding: 10px 0 15px 30px;
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

    .header-menu ul.menu > li.megamenu > ul > li > ul > li {
        display: block;
        float: none;
        border: none;
        margin: 0;
        padding: 0;
    }

        .header-menu ul.menu > li.megamenu > ul > li > ul > li > a {
            padding: 10px 0 10px 30px;
            display: block;
            text-align: left;
            color: #fff;
        }

.header-menu ul.menu > li.simple > ul a,
.header-menu ul.menu > li.megamenu > ul a {
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
}


.header-menu ul.menu > li.simple ul,
.header-menu ul.menu > li.simple > ul li,
.header-menu ul.menu > li.megamenu > ul {
    background: #fff;
}


    .header-menu ul.menu > li.simple > ul > li a,
    .header-menu ul.menu > li.megamenu > ul > li > a,
    .header-menu ul.menu > li.megamenu > ul > li > ul > li > a {
        color: #666;
    }

.header-menu ul.menu > li.megamenu.megamenu-cols-5 > ul > li {
    width: 20%;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-4 > ul > li {
    width: 25%;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-3 > ul > li {
    width: 33.333333%;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-2 > ul > li {
    width: 50%;
}

.header-menu ul.menu > li.megamenu > ul > li.menu-item-has-children > a {
    font-weight: bold;
}


header.border-0 .header-content {
}

header.border-1 .header-content {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

header.border-2 .header-content {
    box-shadow: 0 1px 0 rgba(220, 220, 220, 1);
}

header.border-3 .header-content {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

header.border-4 .header-content {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

header.height-60 .header-content {
    line-height: 60px;
}

header.height-70 .header-content {
    line-height: 70px;
}

header.height-80 .header-content {
    line-height: 80px;
}

header.height-90 .header-content {
    line-height: 90px;
}

header.height-100 .header-content {
    line-height: 100px;
}

header.height-110 .header-content {
    line-height: 110px;
}

header.height-120 .header-content {
    line-height: 120px;
}

header.height-60 .header-content ul.menu > li.simple > ul,
header.height-60 .header-content ul.menu > li.megamenu > ul {
    top: 60px;
}

header.height-70 .header-content ul.menu > li.simple > ul,
header.height-70 .header-content ul.menu > li.megamenu > ul {
    top: 70px;
}

header.height-80 .header-content ul.menu > li.simple > ul,
header.height-80 .header-content ul.menu > li.megamenu > ul {
    top: 80px;
}

header.height-90 .header-content ul.menu > li.simple > ul,
header.height-90 .header-content ul.menu > li.megamenu > ul {
    top: 90px;
}

header.height-100 .header-content ul.menu > li.simple > ul,
header.height-100 .header-content ul.menu > li.megamenu > ul {
    top: 100px;
}

header.height-110 .header-content ul.menu > li.simple > ul,
header.height-110 .header-content ul.menu > li.megamenu > ul {
    top: 110px;
}

header.height-120 .header-content ul.menu > li.simple > ul,
header.height-120 .header-content ul.menu > li.megamenu > ul {
    top: 120px;
}


header #menu-mobile-trigger {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    position: relative;
    display: none;
}

    header #menu-mobile-trigger:after {
        position: absolute;
        content: '\e811';
        font-family: 'entypo';
        position: absolute;
        top: 0;
        right: 0;
        color: #000;
        line-height: 1em;
        font-size: 40px;
        transition: all .2s;
    }

.header-mobile {
    background: #333;
    line-height: 1em;
    display: none;
}

    .header-mobile .menu {
        margin: 0;
        padding: 10px 0 20px 0;
    }

        .header-mobile .menu li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .header-mobile .menu li ul {
                margin: 0;
            }

            .header-mobile .menu li a {
                color: rgba(255, 255, 255, 0.9);
                padding: 18px 0;
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                position: relative;
            }

            .header-mobile .menu li ul li > a {
                padding-left: 20px;
            }

            .header-mobile .menu li ul li ul li > a {
                padding-left: 40px;
            }



            .header-mobile .menu li ul {
                display: none;
            }

            .header-mobile .menu li.menu-item-has-children > a:after {
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -10px;
                font-size: 20px;
                line-height: 1em;
                content: '\f107';
                font-family: 'FontAwesome';
                transition: all .5s;
            }

            .header-mobile .menu li.menu-item-has-children > a.open:after {
                -webkit-transform: rotate(-180deg);
                -moz-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

/*-----------------------------------------------------------------------------------*/
/*	Fix
/*-----------------------------------------------------------------------------------*/

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin-right: 0 !important;
    color: #666;
}

    .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover {
        color: #666;
    }

 .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    background-image:none;
    padding-right:0px;
}

.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
    background-image:none;
}

.root.ms-core-listMenu-root.static li.static.dynamic-children > span {
    height: 40px;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(/_layouts/15/UMinho.PortaisUOEI.UI/Css/Fonts/Lato/lato300.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/_layouts/15/UMinho.PortaisUOEI.UI/Css/Fonts/Lato/lato400.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/_layouts/15/UMinho.PortaisUOEI.UI/Css/Fonts/Lato/lato700.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(/_layouts/15/UMinho.PortaisUOEI.UI/Css/Fonts/Lato/lato400i.woff) format('woff');
}

/*sharepoint*/

#s4-workspace {
    overflow-x: hidden;
    overflow-y:auto;
}


#suiteBar {
    display: table !important;
    margin-top: 0;
}

#suiteBarButtons {
    margin-right: 10px;
}

/*styles*/

html {
    font-family: sans-serif;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

    a:active, a:hover {
        outline: 0 none;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/

mark {
    background: none repeat scroll 0 0 #ffff00;
    color: #000000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0 none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0 none;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="search"] {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0 none;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 13px;
}

body {
    /*background-color: #ffffff;
    color: #000000;*/
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    line-height: 1.42857;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/*a {
color: #a33038;
text-decoration: none;
}
a:hover, a:focus {
color: #dddddd;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline-offset: -2px;
}*/
figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img {
    display: block;
    height: auto;
    
}

.img-rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f2f4f5 -moz-use-text-color -moz-use-text-color;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 1em;
    margin-top: 1em;
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: inherit;*/
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        color: #e7ecee;
        font-weight: normal;
        line-height: 1;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 0.5em;
    margin-top: 1em;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }



p {
    margin: 0 0 0.5em;
}

.lead {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.5em;
    }
}

small, .small {
    font-size: 87%;
}

cite {
    font-style: normal;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #e7ecee;
}

.text-primary {
    color: #a33038;
}

a.text-primary:hover {
    color: #dddddd;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    background-color: #a33038;
    color: #ffffff;
}

a.bg-primary:hover {
    background-color: #dddddd;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    border-bottom: 1px solid #f2f4f5;
    margin: 2em 0 1em;
}

ul, ol {
    margin-bottom: 0.5em;
    margin-top: 0;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    list-style: none outside none;
    padding-left: 0;
}

.list-inline {
    list-style: none outside none;
    margin-left: -5px;
    padding-left: 0;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-bottom: 1em;
    margin-top: 0;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #e7ecee;
    cursor: help;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    border-left: 5px solid #f2f4f5;
    font-size: 1.25em;
    margin: 0 0 1em;
    padding: 0.5em 1em;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        color: #e7ecee;
        display: block;
        font-size: 80%;
        line-height: 1.42857;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: "— ";
        }

    .blockquote-reverse, blockquote.pull-right {
        border-left: 0 none;
        border-right: 5px solid #f2f4f5;
        padding-left: 0;
        padding-right: 15px;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: "";
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: " —";
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 1em;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    background-color: #f9f2f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}

kbd {
    background-color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    color: #ffffff;
    font-size: 90%;
    padding: 2px 4px;
}

    kbd kbd {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 100%;
        padding: 0;
    }

pre {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #797979;
    display: block;
    font-size: 0;
    line-height: 1.42857;
    margin: 0 0 0.5em;
    padding: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    pre code {
        background-color: rgba(0, 0, 0, 0);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: inherit;
        font-size: inherit;
        padding: 0;
        white-space: pre-wrap;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.6667%;
}

.col-xs-10 {
    width: 83.3333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.6667%;
}

.col-xs-7 {
    width: 58.3333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.6667%;
}

.col-xs-4 {
    width: 33.3333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.6667%;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.6667%;
}

.col-xs-pull-10 {
    right: 83.3333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.6667%;
}

.col-xs-pull-7 {
    right: 58.3333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.6667%;
}

.col-xs-pull-4 {
    right: 33.3333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.6667%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.6667%;
}

.col-xs-push-10 {
    left: 83.3333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.6667%;
}

.col-xs-push-7 {
    left: 58.3333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.6667%;
}

.col-xs-push-4 {
    left: 33.3333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.6667%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.6667%;
}

.col-xs-offset-10 {
    margin-left: 83.3333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.6667%;
}

.col-xs-offset-7 {
    margin-left: 58.3333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.6667%;
}

.col-xs-offset-4 {
    margin-left: 33.3333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.6667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.6667%;
    }

    .col-sm-10 {
        width: 83.3333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.6667%;
    }

    .col-sm-7 {
        width: 58.3333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.6667%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.6667%;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.6667%;
    }

    .col-sm-pull-10 {
        right: 83.3333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.6667%;
    }

    .col-sm-pull-7 {
        right: 58.3333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.6667%;
    }

    .col-sm-pull-4 {
        right: 33.3333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.6667%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.6667%;
    }

    .col-sm-push-10 {
        left: 83.3333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.6667%;
    }

    .col-sm-push-7 {
        left: 58.3333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.6667%;
    }

    .col-sm-push-4 {
        left: 33.3333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.6667%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.6667%;
    }

    .col-md-10 {
        width: 83.3333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.6667%;
    }

    .col-md-7 {
        width: 58.3333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.6667%;
    }

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.6667%;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.6667%;
    }

    .col-md-pull-10 {
        right: 83.3333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.6667%;
    }

    .col-md-pull-7 {
        right: 58.3333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.6667%;
    }

    .col-md-pull-4 {
        right: 33.3333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.6667%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.6667%;
    }

    .col-md-push-10 {
        left: 83.3333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.6667%;
    }

    .col-md-push-7 {
        left: 58.3333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.6667%;
    }

    .col-md-push-4 {
        left: 33.3333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.6667%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.6667%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.6667%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.6667%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.6667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.6667%;
    }

    .col-lg-10 {
        width: 83.3333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.6667%;
    }

    .col-lg-7 {
        width: 58.3333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.6667%;
    }

    .col-lg-4 {
        width: 33.3333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.6667%;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.6667%;
    }

    .col-lg-pull-10 {
        right: 83.3333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.6667%;
    }

    .col-lg-pull-7 {
        right: 58.3333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.6667%;
    }

    .col-lg-pull-4 {
        right: 33.3333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.6667%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.6667%;
    }

    .col-lg-push-10 {
        left: 83.3333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.6667%;
    }

    .col-lg-push-7 {
        left: 58.3333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.6667%;
    }

    .col-lg-push-4 {
        left: 33.3333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.6667%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: rgba(0, 0, 0, 0);
}

th {
    text-align: left;
}

.table {
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-top: 1px solid #dddddd;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top;
    }

    .table > thead > tr > th {
        border-bottom: 2px solid #dddddd;
        vertical-align: bottom;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0 none;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr > td, .table-hover > tbody > tr > th {
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: background 0.25s ease 0s;
    -o-transition: background 0.25s ease 0s;
    -webkit-transition: background 0.25s ease 0s;
    transition: background 0.25s ease 0s;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #dddddd;
        margin-bottom: 0.75em;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0 none;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0 none;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0 none;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0 none;
            }
}

fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #797979;
    display: block;
    font-size: 1.5em;
    line-height: inherit;
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

output {
    color: #000000;
    display: block;
    font-size: 1em;
    line-height: 1.42857;
    padding-top: 7px;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000000;
    display: block;
    font-size: 1.15em;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .form-control:focus {
        border-color: #66afe9;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }

    .form-control:focus {
        border-color: #b6b6b6;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 none;
    }

    .form-control::-moz-placeholder {
        color: #e7ecee;
        opacity: 1;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f2f4f5;
        cursor: not-allowed;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 30px;
}

input.input-sm[type="date"], input.input-sm[type="time"], input.input-sm[type="datetime-local"], input.input-sm[type="month"] {
    line-height: 13em;
}

input.input-lg[type="date"], input.input-lg[type="time"], input.input-lg[type="datetime-local"], input.input-lg[type="month"] {
    line-height: 24em;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 1em;
    position: relative;
}

    .radio label, .checkbox label {
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: -20px;
        position: absolute;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 10px;
        margin-top: 0;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input.disabled[type="radio"], input.disabled[type="checkbox"], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .form-horizontal .form-group-sm .form-control {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
    height: 13em;
    line-height: 1.5;
    padding: 5px 10px;
}

select.input-sm {
    height: 13em;
    line-height: 13em;
}

    textarea.input-sm, select.input-sm[multiple] {
        height: auto;
    }

.input-lg, .form-horizontal .form-group-lg .form-control {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    height: 24em;
    line-height: 1.33;
    padding: 10px 16px;
}

select.input-lg {
    height: 24em;
    line-height: 24em;
}

    textarea.input-lg, select.input-lg[multiple] {
        height: auto;
    }

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 37.5px;
    }

.form-control-feedback {
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6em;
    width: 30px;
    z-index: 2;
}

.input-lg + .form-control-feedback {
    height: 24em;
    line-height: 24em;
    width: 24em;
}

.input-sm + .form-control-feedback {
    height: 13em;
    line-height: 13em;
    width: 13em;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .has-error .form-control:focus {
        border-color: #843534;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    color: #404040;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            margin-left: 0;
            position: relative;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 8em;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    top: 0;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
/*.btn {
-moz-user-select: none;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 1em;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}*/

.btn {
    background: none repeat scroll 0 0 #cacaca;
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 0.875em !important;
    font-weight: normal;
    margin: 0 5px 0 0 !important;
    outline: medium none !important;
    padding-bottom: 4px !important;
    padding-left: 10px;
    padding-right: 12px !important;
    padding-top: 4px !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: not-allowed;
        opacity: 0.65;
        pointer-events: none;
    }

.btn-default {
    background-color: #cacaca;
    border-color: #cccccc;
    color: #ffffff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-color: #b1b1b1;
        border-color: #adadad;
        color: #ffffff;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
            background-color: #cacaca;
            border-color: #cccccc;
        }

    .btn-default .badge {
        background-color: #ffffff;
        color: #cacaca;
    }

.btn-primary {
    background-color: #a33038;
    border-color: #3c784b;
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-color: #dddddd;
        border-color: #274f32;
        color: #ffffff;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            background-color: #a33038;
            border-color: #3c784b;
        }

    .btn-primary .badge {
        background-color: #ffffff;
        color: #a33038;
    }

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-color: #449d44;
        border-color: #398439;
        color: #ffffff;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

    .btn-success .badge {
        background-color: #ffffff;
        color: #5cb85c;
    }

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-color: #31b0d5;
        border-color: #269abc;
        color: #ffffff;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
            background-color: #5bc0de;
            border-color: #46b8da;
        }

    .btn-info .badge {
        background-color: #ffffff;
        color: #5bc0de;
    }

.btn-warning {
    background-color: #ffce00;
    border-color: #e6b900;
    color: #ffffff;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-color: #cca500;
        border-color: #a88800;
        color: #ffffff;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
            background-color: #ffce00;
            border-color: #e6b900;
        }

    .btn-warning .badge {
        background-color: #ffffff;
        color: #ffce00;
    }

.btn-danger {
    background-color: #cc3333;
    border-color: #b82e2e;
    color: #ffffff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-color: #a32929;
        border-color: #872222;
        color: #ffffff;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
            background-color: #cc3333;
            border-color: #b82e2e;
        }

    .btn-danger .badge {
        background-color: #ffffff;
        color: #cc3333;
    }

.btn-link {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #a33038;
    cursor: pointer;
    font-weight: normal;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: rgba(0, 0, 0, 0);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: rgba(0, 0, 0, 0);
        }

            .btn-link:hover, .btn-link:focus {
                background-color: rgba(0, 0, 0, 0);
                color: #dddddd;
                text-decoration: underline;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #e7ecee;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.125em;
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm, .btn-group-sm > .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn-xs, .btn-group-xs > .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}

.fade {
    opacity: 0;
    -moz-transition: opacity 0.15s linear 0s;
    -o-transition: opacity 0.15s linear 0s;
    -webkit-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -moz-transition: height 0.35s ease 0s;
    -o-transition: height 0.35s ease 0s;
    -webkit-transition: height 0.35s ease 0s;
    transition: height 0.35s ease 0s;
}

.btn-group, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        float: left;
        position: relative;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0 none;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0 none;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

    .btn-group.open .dropdown-toggle.btn-link {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-left: 0;
        margin-top: -1px;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        float: left;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 2;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.2em;
    height: 38px;
    line-height: 1.33;
    padding: 10px 16px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 24em;
    line-height: 24em;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select.input-group-lg[multiple] > .form-control, select.input-group-lg[multiple] > .input-group-addon, select.input-group-lg[multiple] > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
    height: 13em;
    line-height: 1.5;
    padding: 5px 10px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 13em;
    line-height: 13em;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select.input-group-sm[multiple] > .form-control, select.input-group-sm[multiple] > .input-group-addon, select.input-group-sm[multiple] > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.input-group-addon {
    background-color: #f2f4f5;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

    .input-group-addon.input-sm {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 0.875em;
        padding: 5px 10px;
    }

    .input-group-addon.input-lg {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 1.125em;
        padding: 10px 16px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0 none;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0 none;
    }

.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }
/*.nav {
list-style: none outside none;
margin-bottom: 0;
padding-left: 0;
}
.nav > li {
display: block;
position: relative;
}
.nav > li > a {
display: block;
padding: 10px 15px;
position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
background-color: #f2f4f5;
text-decoration: none;
}
.nav > li.disabled > a {
color: #e7ecee;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
background-color: rgba(0, 0, 0, 0);
color: #e7ecee;
cursor: not-allowed;
text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #f2f4f5;
border-color: #a33038;
}
.nav .nav-divider {
background-color: #e5e5e5;
height: 1px;
margin: -0.5em 0;
overflow: hidden;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px 4px 0 0;
line-height: 1.42857;
margin-right: 2px;
}
.nav-tabs > li > a:hover {
border-color: #f2f4f5 #f2f4f5 #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
border-image: none;
border-style: solid;
border-width: 1px;
color: #e1e4e6;
cursor: default;
}
.nav-tabs.nav-justified {
border-bottom: 0 none;
width: 100%;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
left: auto;
top: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
border-radius: 4px;
margin-right: 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: #a33038;
color: #ffffff;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-left: 0;
margin-top: 2px;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
left: auto;
top: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0 none;
}
.nav-tabs-justified > li > a { 
border-radius: 4px;
margin-right: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}*/
@media (min-width: 768px) {
    /*.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}*/
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}
/*.nav-tabs .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: -1px;
}*/
.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 1em;
    min-height: 50px;
    position: relative;
}

@media (min-width: 768px) {
    .navbar {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        border-top: 0 none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            overflow: visible !important;
            padding-bottom: 0;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000;
}

@media (min-width: 768px) {
    .navbar-static-top {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    font-size: 1.125em;
    height: 50px;
    line-height: 1em;
    padding: 24.5px 15px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

    .navbar-toggle:focus {
        outline: 0 none;
    }

    .navbar-toggle .icon-bar {
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 12.25px -15px;
}

    .navbar-nav > li > a {
        line-height: 1em;
        padding-bottom: 10px;
        padding-top: 10px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0, 0, 0, 0);
        border: 0 none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 1em;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-bottom: 24.5px;
                padding-top: 24.5px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 10px -15px;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            margin-left: 0;
            position: relative;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        border: 0 none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .navbar-btn.btn-sm {
        margin-bottom: 18.5px;
        margin-top: 18.5px;
    }

    .navbar-btn.btn-xs {
        margin-bottom: 14px;
        margin-top: 14px;
    }

.navbar-text {
    margin-bottom: 24.5px;
    margin-top: 24.5px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            background-color: rgba(0, 0, 0, 0);
            color: #5e5e5e;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background-color: rgba(0, 0, 0, 0);
            color: #333333;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #cccccc;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: rgba(0, 0, 0, 0);
            color: #333333;
        }

    .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 {
        background-color: #e7e7e7;
        color: #555555;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #cccccc;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-default .btn-link {
    color: #777777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #e7ecee;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            background-color: rgba(0, 0, 0, 0);
            color: #ffffff;
        }

    .navbar-inverse .navbar-text {
        color: #e7ecee;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #e7ecee;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            background-color: rgba(0, 0, 0, 0);
            color: #ffffff;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #444444;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #e7ecee;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: rgba(0, 0, 0, 0);
            color: #ffffff;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #444444;
    }
}

.navbar-inverse .navbar-link {
    color: #e7ecee;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .btn-link {
    color: #e7ecee;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

.breadcrumb {
    background-color: #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 1em;
    padding: 8px 15px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            color: #cccccc;
            content: "/ ";
            padding: 0 5px;
        }

    .breadcrumb > .active {
        color: #e7ecee;
    }

.pagination {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin: 1em 0;
    padding-left: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            background-color: #ffffff;
            border: 1px solid #dddddd;
            color: #a33038;
            float: left;
            line-height: 1.42857;
            margin-left: -1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            margin-left: 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #f2f4f5;
            border-color: #dddddd;
            color: #dddddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #a33038;
        border-color: #a33038;
        color: #ffffff;
        cursor: default;
        z-index: 2;
    }
/*.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
background-color: #ffffff;
border-color: #dddddd;
color: #e7ecee;
cursor: not-allowed;
}*/
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 1.125em;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 0.875em;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.label {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    color: #ffffff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

a.label:hover, a.label:focus {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #e7ecee;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #c9d4d9;
    }

.label-primary {
    background-color: #a33038;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #dddddd;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #ffce00;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #cca500;
    }

.label-danger {
    background-color: #cc3333;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #a32929;
    }

.badge {
    background-color: #e7ecee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    padding: 1px 5px;
    top: 0;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #ffffff;
    color: #a33038;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.thumbnail {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 1em;
    padding: 4px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #a33038;
}

.thumbnail .caption {
    color: #000000;
    padding: 9px;
}

.media, .media-body {
    overflow: hidden;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    list-style: none outside none;
    padding-left: 0;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

    .list-group-item:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 0;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        background-color: #f5f5f5;
        color: #555555;
        text-decoration: none;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #f2f4f5;
    color: #e7ecee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #e7ecee;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #a33038;
    border-color: #a33038;
    color: #ffffff;
    z-index: 2;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #bcddc4;
    }

.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        background-color: #d0e9c6;
        color: #3c763d;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        background-color: #3c763d;
        border-color: #3c763d;
        color: #ffffff;
    }

.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        background-color: #c4e3f3;
        color: #31708f;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        background-color: #31708f;
        border-color: #31708f;
        color: #ffffff;
    }

.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        background-color: #faf2cc;
        color: #8a6d3b;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        background-color: #8a6d3b;
        border-color: #8a6d3b;
        color: #ffffff;
    }

.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        background-color: #ebcccc;
        color: #a94442;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        background-color: #a94442;
        border-color: #a94442;
        color: #ffffff;
    }

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.panel {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 1em;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    color: inherit;
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    background-color: #f5f5f5;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #dddddd;
    padding: 10px 15px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-width: 1px 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0 none;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0 none;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0 none;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0 none;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0 none;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0 none;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0 none;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0 none;
    }

.panel > .table-responsive {
    border: 0 none;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 1em;
}

    .panel-group .panel {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0 none;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0 none;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        background-color: #f5f5f5;
        border-color: #dddddd;
        color: #797979;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            background-color: #797979;
            color: #f5f5f5;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #a33038;
}

    .panel-primary > .panel-heading {
        background-color: #a33038;
        border-color: #a33038;
        color: #ffffff;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #a33038;
        }

        .panel-primary > .panel-heading .badge {
            background-color: #ffffff;
            color: #a33038;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #a33038;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            background-color: #3c763d;
            color: #dff0d8;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #31708f;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            background-color: #31708f;
            color: #d9edf7;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            background-color: #8a6d3b;
            color: #fcf8e3;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        background-color: #f2dede;
        border-color: #ebccd1;
        color: #a94442;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            background-color: #a94442;
            color: #f2dede;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        border: 0 none;
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.close {
    color: #000000;
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

    .close:hover, .close:focus {
        color: #000000;
        cursor: pointer;
        opacity: 0.5;
        text-decoration: none;
    }

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

    .modal.fade .modal-dialog {
        -moz-transform: translate3d(0px, -25%, 0px);
        -ms-transform: translate3d(0px, -25%, 0px);
        -o-transform: translate3d(0px, -25%, 0px);
        -webkit-transform: translate3d(0px, -25%, 0px);
        transform: translate3d(0px, -25%, 0px);
        -moz-transition: transform 0.3s ease-out 0s;
        -o-transition: transform 0.3s ease-out 0s;
        -webkit-transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
    }

    .modal.in .modal-dialog {
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}

.modal-content {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.modal-backdrop {
    background-color: #cacaca;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.85;
    }

.modal-header {
    border-bottom: 1px solid #5cb85c;
    min-height: 16.4286px;
    padding: 15px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    line-height: 1.42857;
    margin: 0;
}

.modal-body {
    padding: 15px;
    position: relative;
}

.modal-footer {
    border-top: 1px solid #5cb85c;
    padding: 15px;
    text-align: right;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }

    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    display: block;
    font-size: 0.875em;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070;
}

    .tooltip.in {
        opacity: 0.9;
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    background-color: #000000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}

.popover {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1060;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}

    .popover.top > .arrow:after {
        border-bottom-width: 0;
        border-top-color: #ffffff;
        bottom: 1px;
        content: " ";
        margin-left: -10px;
    }

.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}

    .popover.right > .arrow:after {
        border-left-width: 0;
        border-right-color: #ffffff;
        bottom: -10px;
        content: " ";
        left: 1px;
    }

.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}

    .popover.bottom > .arrow:after {
        border-bottom-color: #ffffff;
        border-top-width: 0;
        content: " ";
        margin-left: -10px;
        top: 1px;
    }

.popover.left > .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}

    .popover.left > .arrow:after {
        border-left-color: #ffffff;
        border-right-width: 0;
        bottom: -10px;
        content: " ";
        right: 1px;
    }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    text-shadow: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
}

.fa {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    text-align: center;
    width: 1.28571em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.142857em;
    width: 2.14286em;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    border: 0.08em solid #eeeeee;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -moz-animation: 2s linear 0s normal none infinite fa-spin;
    -o-animation: 2s linear 0s normal none infinite fa-spin;
    -webkit-animation: 2s linear 0s normal none infinite fa-spin;
    animation: 2s linear 0s normal none infinite fa-spin;
}

@keyframes fa-spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, *:root .fa-rotate-180, *:root .fa-rotate-270, *:root .fa-flip-horizontal, *:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before, .fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before, .fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before, .fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before, .fa-sort:before {
    content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before, .fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before, .fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before, .fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-rupee:before, .fa-inr:before {
    content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}

.fa-won:before, .fa-krw:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-rebel:before {
    content: "";
}

.fa-ge:before, .fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-send:before, .fa-paper-plane:before {
    content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.icon {
    color: #000000;
    display: inline-block;
    font-family: "kedavra-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1;
    position: relative;
    text-transform: none;
    width: auto;
}

    .icon:before {
        position: absolute;
    }

    .icon:after {
        position: relative;
    }

.icon-apple:before {
    content: "";
}

.icon-apple:after {
    color: #a33038;
    content: "";
}

.icon-auto-washing:before {
    content: "";
}

.icon-auto-washing:after {
    color: #a33038;
    content: "";
}

.icon-bag:before {
    content: "";
}

.icon-bag:after {
    color: #a33038;
    content: "";
}

.icon-browser:before {
    content: "";
}

.icon-browser:after {
    color: #a33038;
    content: "";
}

.icon-camera:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-camera:after {
    content: "";
    z-index: 1;
}

.icon-capitol:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-capitol:after {
    content: "";
    z-index: 1;
}

.icon-cassete:before {
    color: #a33038;
    content: "";
}

.icon-cassete:after {
    content: "";
}

.icon-chart:before {
    content: "";
    z-index: 0;
}

.icon-chart:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-church:before {
    content: "";
}

.icon-church:after {
    color: #a33038;
    content: "";
}

.icon-comments:before {
    content: "";
}

.icon-comments:after {
    color: #a33038;
    content: "";
}

.icon-constellation:before {
    content: "";
    z-index: 0;
}

.icon-constellation:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-dental:before {
    content: "";
}

.icon-dental:after {
    color: #a33038;
    content: "";
}

.icon-dollar:before {
    content: "";
}

.icon-dollar:after {
    color: #a33038;
    content: "";
}

.icon-equalizer:before {
    content: "";
    z-index: 0;
}

.icon-equalizer:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-globe:before {
    color: #a33038;
    content: "";
}

.icon-globe:after {
    content: "";
}

.icon-hammer:before {
    color: #a33038;
    content: "";
}

.icon-hammer:after {
    content: "";
}

.icon-handwashing:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-handwashing:after {
    content: "";
    z-index: 1;
}

.icon-headphones-1:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-headphones-1:after {
    content: "";
    z-index: 1;
}

.icon-headphones-2:before {
    content: "";
    z-index: 0;
}

.icon-headphones-2:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-holder:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-holder:after {
    content: "";
    z-index: 1;
}

.icon-house:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-house:after {
    content: "";
    z-index: 1;
}

.icon-ipad:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-ipad:after {
    content: "";
    z-index: 1;
}

.icon-iron-1:before {
    content: "";
}

.icon-iron-1:after {
    color: #a33038;
    content: "";
}

.icon-iron-2:before {
    content: "";
}

.icon-iron-2:after {
    color: #a33038;
    content: "";
}

.icon-iron-3:before {
    content: "";
}

.icon-iron-3:after {
    color: #a33038;
    content: "";
}

.icon-lamp:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-lamp:after {
    content: "";
    z-index: 1;
}

.icon-lens:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-lens:after {
    content: "";
    z-index: 1;
}

.icon-like:before {
    content: "";
}

.icon-like:after {
    color: #a33038;
    content: "";
}

.icon-map:before {
    content: "";
    z-index: 0;
}

.icon-map:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-money:before {
    content: "";
}

.icon-money:after {
    color: #a33038;
    content: "";
}

.icon-moon:before {
    content: "";
}

.icon-moon:after {
    color: #a33038;
    content: "";
}

.icon-music:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-music:after {
    content: "";
    z-index: 1;
}

.icon-no-handwashing:before {
    content: "";
    z-index: 0;
}

.icon-no-handwashing:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-no-spin:before {
    content: "";
    z-index: 0;
}

.icon-no-spin:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-notebook:before {
    content: "";
    z-index: 0;
}

.icon-notebook:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-office:before {
    content: "";
}

.icon-office:after {
    color: #a33038;
    content: "";
}

.icon-phone:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-phone:after {
    content: "";
    z-index: 1;
}

.icon-piano:before {
    content: "";
    z-index: 0;
}

.icon-piano:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-rocket:before {
    content: "";
}

.icon-rocket:after {
    color: #a33038;
    content: "";
}

.icon-roller:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-roller:after {
    content: "";
    z-index: 1;
}

.icon-rover:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-rover:after {
    content: "";
    z-index: 1;
}

.icon-scale-1:before {
    content: "";
}

.icon-scale-1:after {
    color: #a33038;
    content: "";
}

.icon-scale-2:before {
    content: "";
}

.icon-scale-2:after {
    color: #a33038;
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-search:after {
    color: #a33038;
    content: "";
    margin-top: -3px !important;
}

.icon-space-helmet:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-space-helmet:after {
    content: "";
    z-index: 1;
}

.icon-spatula:before {
    content: "";
    z-index: 0;
}

.icon-spatula:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-telescope:before {
    content: "";
}

.icon-telescope:after {
    color: #a33038;
    content: "";
}

.icon-tooth:before {
    content: "";
}

.icon-tooth:after {
    color: #a33038;
    content: "";
}

.icon-tree:before {
    content: "";
    z-index: 0;
}

.icon-tree:after {
    color: #a33038;
    content: "";
    z-index: 1;
}

.icon-ufo:before {
    content: "";
}

.icon-ufo:after {
    color: #a33038;
    content: "";
}

.icon-university-hat:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-university-hat:after {
    content: "";
    z-index: 1;
}

.icon-window:before {
    color: #a33038;
    content: "";
    z-index: 0;
}

.icon-window:after {
    content: "";
    z-index: 1;
}

.animation {
    opacity: 0;
}

.ie .animation {
    opacity: 1;
}

.animated {
    -moz-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        -o-transform: scale3d(0.9, 0.9, 0.9);
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        -o-transform: scale3d(1.03, 1.03, 1.03);
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -moz-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        -o-transform: scale3d(0.97, 0.97, 0.97);
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -moz-transform: translate3d(0px, -1000px, 0px);
        -ms-transform: translate3d(0px, -1000px, 0px);
        -o-transform: translate3d(0px, -1000px, 0px);
        -webkit-transform: translate3d(0px, -1000px, 0px);
        transform: translate3d(0px, -1000px, 0px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate3d(0px, 25px, 0px);
        -ms-transform: translate3d(0px, 25px, 0px);
        -o-transform: translate3d(0px, 25px, 0px);
        -webkit-transform: translate3d(0px, 25px, 0px);
        transform: translate3d(0px, 25px, 0px);
    }

    75% {
        -moz-transform: translate3d(0px, -10px, 0px);
        -ms-transform: translate3d(0px, -10px, 0px);
        -o-transform: translate3d(0px, -10px, 0px);
        -webkit-transform: translate3d(0px, -10px, 0px);
        transform: translate3d(0px, -10px, 0px);
    }

    90% {
        -moz-transform: translate3d(0px, 5px, 0px);
        -ms-transform: translate3d(0px, 5px, 0px);
        -o-transform: translate3d(0px, 5px, 0px);
        -webkit-transform: translate3d(0px, 5px, 0px);
        transform: translate3d(0px, 5px, 0px);
    }

    100% {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -moz-transform: translate3d(-1000px, 0px, 0px);
        -ms-transform: translate3d(-1000px, 0px, 0px);
        -o-transform: translate3d(-1000px, 0px, 0px);
        -webkit-transform: translate3d(-1000px, 0px, 0px);
        transform: translate3d(-1000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate3d(25px, 0px, 0px);
        -ms-transform: translate3d(25px, 0px, 0px);
        -o-transform: translate3d(25px, 0px, 0px);
        -webkit-transform: translate3d(25px, 0px, 0px);
        transform: translate3d(25px, 0px, 0px);
    }

    75% {
        -moz-transform: translate3d(-10px, 0px, 0px);
        -ms-transform: translate3d(-10px, 0px, 0px);
        -o-transform: translate3d(-10px, 0px, 0px);
        -webkit-transform: translate3d(-10px, 0px, 0px);
        transform: translate3d(-10px, 0px, 0px);
    }

    90% {
        -moz-transform: translate3d(5px, 0px, 0px);
        -ms-transform: translate3d(5px, 0px, 0px);
        -o-transform: translate3d(5px, 0px, 0px);
        -webkit-transform: translate3d(5px, 0px, 0px);
        transform: translate3d(5px, 0px, 0px);
    }

    100% {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -moz-transform: translate3d(1000px, 0px, 0px);
        -ms-transform: translate3d(1000px, 0px, 0px);
        -o-transform: translate3d(1000px, 0px, 0px);
        -webkit-transform: translate3d(1000px, 0px, 0px);
        transform: translate3d(1000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate3d(-25px, 0px, 0px);
        -ms-transform: translate3d(-25px, 0px, 0px);
        -o-transform: translate3d(-25px, 0px, 0px);
        -webkit-transform: translate3d(-25px, 0px, 0px);
        transform: translate3d(-25px, 0px, 0px);
    }

    75% {
        -moz-transform: translate3d(10px, 0px, 0px);
        -ms-transform: translate3d(10px, 0px, 0px);
        -o-transform: translate3d(10px, 0px, 0px);
        -webkit-transform: translate3d(10px, 0px, 0px);
        transform: translate3d(10px, 0px, 0px);
    }

    90% {
        -moz-transform: translate3d(-5px, 0px, 0px);
        -ms-transform: translate3d(-5px, 0px, 0px);
        -o-transform: translate3d(-5px, 0px, 0px);
        -webkit-transform: translate3d(-5px, 0px, 0px);
        transform: translate3d(-5px, 0px, 0px);
    }

    100% {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -moz-transform: translate3d(0px, 1000px, 0px);
        -ms-transform: translate3d(0px, 1000px, 0px);
        -o-transform: translate3d(0px, 1000px, 0px);
        -webkit-transform: translate3d(0px, 1000px, 0px);
        transform: translate3d(0px, 1000px, 0px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate3d(0px, -20px, 0px);
        -ms-transform: translate3d(0px, -20px, 0px);
        -o-transform: translate3d(0px, -20px, 0px);
        -webkit-transform: translate3d(0px, -20px, 0px);
        transform: translate3d(0px, -20px, 0px);
    }

    75% {
        -moz-transform: translate3d(0px, 10px, 0px);
        -ms-transform: translate3d(0px, 10px, 0px);
        -o-transform: translate3d(0px, 10px, 0px);
        -webkit-transform: translate3d(0px, 10px, 0px);
        transform: translate3d(0px, 10px, 0px);
    }

    90% {
        -moz-transform: translate3d(0px, -5px, 0px);
        -ms-transform: translate3d(0px, -5px, 0px);
        -o-transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0px, -5px, 0px);
        transform: translate3d(0px, -5px, 0px);
    }

    100% {
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}

.bounceInUp {
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0px, -30%, 0px);
        -ms-transform: translate3d(0px, -30%, 0px);
        -o-transform: translate3d(0px, -30%, 0px);
        -webkit-transform: translate3d(0px, -30%, 0px);
        transform: translate3d(0px, -30%, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0px, -100%, 0px);
        -ms-transform: translate3d(0px, -100%, 0px);
        -o-transform: translate3d(0px, -100%, 0px);
        -webkit-transform: translate3d(0px, -100%, 0px);
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-20%, 0px, 0px);
        -ms-transform: translate3d(-20%, 0px, 0px);
        -o-transform: translate3d(-20%, 0px, 0px);
        -webkit-transform: translate3d(-20%, 0px, 0px);
        transform: translate3d(-20%, 0px, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0px, 0px);
        -ms-transform: translate3d(-100%, 0px, 0px);
        -o-transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translate3d(20%, 0px, 0px);
        -ms-transform: translate3d(20%, 0px, 0px);
        -o-transform: translate3d(20%, 0px, 0px);
        -webkit-transform: translate3d(20%, 0px, 0px);
        transform: translate3d(20%, 0px, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(2000px, 0px, 0px);
        -ms-transform: translate3d(2000px, 0px, 0px);
        -o-transform: translate3d(2000px, 0px, 0px);
        -webkit-transform: translate3d(2000px, 0px, 0px);
        transform: translate3d(2000px, 0px, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0px, 20%, 0px);
        -ms-transform: translate3d(0px, 20%, 0px);
        -o-transform: translate3d(0px, 20%, 0px);
        -webkit-transform: translate3d(0px, 20%, 0px);
        transform: translate3d(0px, 20%, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0px, 100%, 0px);
        -ms-transform: translate3d(0px, 100%, 0px);
        -o-transform: translate3d(0px, 100%, 0px);
        -webkit-transform: translate3d(0px, 100%, 0px);
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: translate3d(0px, 30%, 0px);
        -ms-transform: translate3d(0px, 30%, 0px);
        -o-transform: translate3d(0px, 30%, 0px);
        -webkit-transform: translate3d(0px, 30%, 0px);
        transform: translate3d(0px, 30%, 0px);
    }
}

.fadeOutDown {
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: translate3d(-20%, 0px, 0px);
        -ms-transform: translate3d(-20%, 0px, 0px);
        -o-transform: translate3d(-20%, 0px, 0px);
        -webkit-transform: translate3d(-20%, 0px, 0px);
        transform: translate3d(-20%, 0px, 0px);
    }
}

.fadeOutLeft {
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: translate3d(20%, 0px, 0px);
        -ms-transform: translate3d(20%, 0px, 0px);
        -o-transform: translate3d(20%, 0px, 0px);
        -webkit-transform: translate3d(20%, 0px, 0px);
        transform: translate3d(20%, 0px, 0px);
    }
}

.fadeOutRight {
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: translate3d(0px, -100%, 0px);
        -ms-transform: translate3d(0px, -100%, 0px);
        -o-transform: translate3d(0px, -100%, 0px);
        -webkit-transform: translate3d(0px, -100%, 0px);
        transform: translate3d(0px, -100%, 0px);
    }
}

.fadeOutUp {
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@keyframes flip {
    0% {
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    }

    40% {
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -moz-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
        -o-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    }

    50% {
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -moz-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
        -o-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    }

    80% {
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -o-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    100% {
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -moz-transform: perspective(400px);
        -ms-transform: perspective(400px);
        -o-transform: perspective(400px);
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.animated.flip {
    -moz-animation-name: flip;
    -o-animation-name: flip;
    -webkit-animation-name: flip;
    animation-name: flip;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    40% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -o-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        opacity: 1;
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -o-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -o-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -moz-transform: perspective(400px);
        -ms-transform: perspective(400px);
        -o-transform: perspective(400px);
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    40% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        opacity: 1;
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -moz-transform: perspective(400px);
        -ms-transform: perspective(400px);
        -o-transform: perspective(400px);
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        -ms-transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        -o-transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        -webkit-transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    }

    60% {
        opacity: 1;
        -moz-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }

    80% {
        opacity: 1;
        -moz-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.lightSpeedIn {
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
        -o-transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
        -webkit-transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.5, 0.5, 0.5);
        -ms-transform: scale3d(0.5, 0.5, 0.5);
        -o-transform: scale3d(0.5, 0.5, 0.5);
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.zoomIn {
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.ih-item, .ih-item * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item {
    margin: 0 auto 24px;
    position: relative;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

    .ih-item a {
        color: #000000;
    }

        .ih-item a:hover {
            text-decoration: none;
        }

    .ih-item img {
        height: 100%;
        width: 100%;
    }

    .ih-item.circle {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 220px;
        position: relative;
        width: 220px;
    }

        .ih-item.circle .img {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            height: 220px;
            position: relative;
            -moz-transition: all 0.35s ease-in-out 0s;
            -o-transition: all 0.35s ease-in-out 0s;
            -webkit-transition: all 0.35s ease-in-out 0s;
            transition: all 0.35s ease-in-out 0s;
            width: 220px;
            z-index: 11;
        }

            .ih-item.circle .img:before {
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -moz-box-shadow: 0 0 0 16px rgba(68, 137, 86, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0 0 0 16px rgba(68, 137, 86, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 0 16px rgba(68, 137, 86, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
                content: "";
                display: block;
                height: 100%;
                position: absolute;
                -moz-transition: all 0.35s ease-in-out 0s;
                -o-transition: all 0.35s ease-in-out 0s;
                -webkit-transition: all 0.35s ease-in-out 0s;
                transition: all 0.35s ease-in-out 0s;
                width: 100%;
            }

            .ih-item.circle .img img {
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

        .ih-item.circle .info {
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background: none repeat scroll 0 0 #000000;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            bottom: 0;
            left: 0;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -moz-transition: all 0.35s ease-in-out 0s;
            -o-transition: all 0.35s ease-in-out 0s;
            -webkit-transition: all 0.35s ease-in-out 0s;
            transition: all 0.35s ease-in-out 0s;
        }

            .ih-item.circle .info h3 {
                color: #ffffff;
                font-size: 1.4em;
                height: 130px;
                letter-spacing: 2px;
                margin: 0 30px;
                padding: 45px 0 0;
                position: relative;
                text-transform: uppercase;
            }

            .ih-item.circle .info p {
                border-top: 1px solid rgba(255, 255, 255, 0.5);
                color: #bbbbbb;
                font-size: 0.875em;
                font-style: italic;
                margin: 0 30px;
                padding: 10px 5px;
            }

        .ih-item.circle.left-to-right .img {
            -moz-transform: scale(1) translateX(0px);
            -ms-transform: scale(1) translateX(0px);
            -o-transform: scale(1) translateX(0px);
            -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px);
        }

        .ih-item.circle.left-to-right .info {
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .ih-item.circle.left-to-right a:hover .img {
            -moz-transform: scale(0.5) translateX(100%);
            -ms-transform: scale(0.5) translateX(100%);
            -o-transform: scale(0.5) translateX(100%);
            -webkit-transform: scale(0.5) translateX(100%);
            transform: scale(0.5) translateX(100%);
        }

        .ih-item.circle.left-to-right a:hover .info {
            opacity: 1;
            -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
            -o-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

        .ih-item.circle.right-to-left .img {
            -moz-transform: scale(1) translateX(0px);
            -ms-transform: scale(1) translateX(0px);
            -o-transform: scale(1) translateX(0px);
            -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px);
        }

        .ih-item.circle.right-to-left .info {
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        .ih-item.circle.right-to-left a:hover .img {
            -moz-transform: scale(0.5) translateX(-100%);
            -ms-transform: scale(0.5) translateX(-100%);
            -o-transform: scale(0.5) translateX(-100%);
            -webkit-transform: scale(0.5) translateX(-100%);
            transform: scale(0.5) translateX(-100%);
        }

        .ih-item.circle.right-to-left a:hover .info {
            opacity: 1;
            -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
            -o-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

        .ih-item.circle.top-to-bottom .img {
            -moz-transform: scale(1) translateY(0px);
            -ms-transform: scale(1) translateY(0px);
            -o-transform: scale(1) translateY(0px);
            -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
        }

        .ih-item.circle.top-to-bottom .info {
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .ih-item.circle.top-to-bottom a:hover .img {
            -moz-transform: scale(0.5) translateY(100%);
            -ms-transform: scale(0.5) translateY(100%);
            -o-transform: scale(0.5) translateY(100%);
            -webkit-transform: scale(0.5) translateY(100%);
            transform: scale(0.5) translateY(100%);
        }

        .ih-item.circle.top-to-bottom a:hover .info {
            opacity: 1;
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

        .ih-item.circle.bottom-to-top .img {
            -moz-transform: scale(1) translateY(0px);
            -ms-transform: scale(1) translateY(0px);
            -o-transform: scale(1) translateY(0px);
            -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
        }

        .ih-item.circle.bottom-to-top .info {
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }

        .ih-item.circle.bottom-to-top a:hover .img {
            -moz-transform: scale(0.5) translateY(-100%);
            -ms-transform: scale(0.5) translateY(-100%);
            -o-transform: scale(0.5) translateY(-100%);
            -webkit-transform: scale(0.5) translateY(-100%);
            transform: scale(0.5) translateY(-100%);
        }

        .ih-item.circle.bottom-to-top a:hover .info {
            opacity: 1;
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

@font-face {
    font-family: "Slide-icons";
    src: url("../fonts/Slide-icons.eot");
}

@font-face {
    font-family: "Slide-icons";
    font-style: normal;
    font-weight: normal;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=") format("woff"), url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=") format("truetype");
}

[data-icon]:before {
    content: attr(data-icon);
    font-family: "Slide-icons";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.lightGallery {
    overflow: hidden !important;
}

#lightGallery-Gallery img {
    border: medium none !important;
}

#lightGallery-outer {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #0d0d0d;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    -moz-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    width: 100%;
    z-index: 99999 !important;
}

#lightGallery-Gallery.opacity {
    opacity: 1;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    #lightGallery-Gallery.opacity .thumb_cont {
        opacity: 1;
    }

#lightGallery-Gallery.fadeM {
    opacity: 0;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#lightGallery-Gallery {
    height: 100%;
    opacity: 0;
    position: relative;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}

#lightGallery-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
}

    #lightGallery-slider .lightGallery-slide {
        background: url("../img/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
        display: inline-block;
        height: 100%;
        line-height: 1px;
        text-align: center;
        width: 100%;
    }

    #lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
        opacity: 0.4;
        position: absolute;
    }

    #lightGallery-slider.fadeM .lightGallery-slide {
        left: 0;
        opacity: 0;
        position: absolute;
    }

    #lightGallery-slider.animate .lightGallery-slide {
        left: 0;
        position: absolute;
    }

    #lightGallery-slider.fadeM .current {
        opacity: 1;
        z-index: 9;
    }

#lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.lightGallery-slide.current img, .lightGallery-slide.current iframe {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

#lightGallery-slider.fadeM.on .current {
    opacity: 1;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#lightGallery-slider.fadeM .lightGallery-slide {
    -moz-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
}

#lightGallery-slider.slide .lightGallery-slide {
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide {
    opacity: 0;
}

#lightGallery-slider.slide .lightGallery-slide.current {
    opacity: 1 !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

#lightGallery-slider.slide .lightGallery-slide.prevSlide {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
}

#lightGallery-slider.slide .lightGallery-slide.nextSlide {
    opacity: 0;
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.useLeft .lightGallery-slide {
    left: 100%;
}

#lightGallery-slider.useLeft.on .lightGallery-slide {
    opacity: 0;
}

#lightGallery-slider.useLeft .lightGallery-slide.current {
    left: 0 !important;
    opacity: 1 !important;
}

#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
    left: -100%;
    opacity: 0;
}

#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
    left: 100%;
    opacity: 0;
}

#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
    -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
    -moz-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
}

#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
    -moz-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

#lightGallery-slider .lightGallery-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px;
}

#lightGallery-slider .lightGallery-slide img {
    cursor: grab;
    display: inline-block;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

#lightGallery-action {
    bottom: 20px;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    z-index: 9;
}

    #lightGallery-action a {
        background-color: rgba(0, 0, 0, 0.65);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        bottom: auto;
        color: #ffffff;
        cursor: pointer;
        display: inline-block !important;
        font-family: "Slide-icons";
        font-size: 16px;
        height: 28px;
        left: auto;
        margin: 0 3px 0 0 !important;
        position: relative;
        right: auto;
        top: auto;
        vertical-align: middle;
        width: 28px;
    }

        #lightGallery-action a.disabled {
            background-color: rgba(0, 0, 0, 0.65) !important;
            cursor: default;
            opacity: 0.6;
        }

        #lightGallery-action a:hover, #lightGallery-action a:focus {
            background-color: rgba(0, 0, 0, 0.85);
        }

        #lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
            bottom: 3px;
            left: 5px;
            position: absolute;
        }

        #lightGallery-action a#lightGallery-prev:before {
            content: "";
        }

        #lightGallery-action a#lightGallery-next:after {
            content: "";
        }

        #lightGallery-action a.cLthumb:after {
            bottom: 4px;
            content: "";
            font-family: "Slide-icons";
            font-size: 16px;
            left: 6px;
            position: absolute;
        }

#lightGallery_counter {
    bottom: 52px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}

#lightGallery-Gallery .thumb_cont {
    background-color: #000000;
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    position: absolute;
    -moz-transition: max-height 0.4s ease-in-out 0s;
    -o-transition: max-height 0.4s ease-in-out 0s;
    -webkit-transition: max-height 0.4s ease-in-out 0s;
    transition: max-height 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 9;
}

    #lightGallery-Gallery .thumb_cont.open {
        max-height: 350px;
    }

    #lightGallery-Gallery .thumb_cont .thumb_inner {
        margin-left: -12px;
        max-height: 290px;
        overflow-y: auto;
        padding: 12px;
    }

    #lightGallery-Gallery .thumb_cont .thumb_info {
        background-color: #333333;
        padding: 7px 20px;
    }

        #lightGallery-Gallery .thumb_cont .thumb_info .count {
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
        }

        #lightGallery-Gallery .thumb_cont .thumb_info .close {
            background-color: rgba(0, 0, 0, 0.65);
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            color: #ffffff;
            cursor: pointer;
            display: block;
            float: right !important;
            height: 28px;
            margin-top: -4px;
            position: relative;
            -moz-transition: background-color 0.3s ease 0s;
            -o-transition: background-color 0.3s ease 0s;
            -webkit-transition: background-color 0.3s ease 0s;
            transition: background-color 0.3s ease 0s;
            width: 28px;
            z-index: 1090;
        }

            #lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
                left: 6px;
                position: absolute;
                top: 4px;
            }

            #lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
                content: "";
                font-family: "Slide-icons";
                font-size: 16px;
                font-style: normal;
            }

            #lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
                background-color: #000000;
                text-decoration: none;
            }

    #lightGallery-Gallery .thumb_cont .thumb {
        border: 3px solid rgba(0, 0, 0, 0);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block !important;
        height: 50px;
        margin-bottom: 4px;
        margin-left: 4px;
        opacity: 0.6;
        overflow: hidden;
        text-align: center;
        -moz-transition: border-color 0.2s linear 0s, opacity 0.2s linear 0s;
        -o-transition: border-color 0.2s linear 0s, opacity 0.2s linear 0s;
        -webkit-transition: border-color 0.2s linear 0s, opacity 0.2s linear 0s;
        transition: border-color 0.2s linear 0s, opacity 0.2s linear 0s;
        vertical-align: middle;
        width: 50px;
    }

@media (min-width: 800px) {
    #lightGallery-Gallery .thumb_cont .thumb {
        height: 94px;
        width: 94px;
    }
}

#lightGallery-Gallery .thumb_cont .thumb > img {
    height: auto;
    max-width: 100%;
}

#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
    border-color: #ffffff;
    opacity: 1;
}

#lightGallery-slider .video_cont {
    display: inline-block;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

#lightGallery-slider .video_cont {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 1140px;
    width: 100%;
}

#lightGallery-slider .video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

    #lightGallery-slider .video iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
    }

#lightGallery-slider .info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    color: #ffffff;
    padding: 10px 50px;
    position: absolute;
    top: 0;
    width: 100%;
}

    #lightGallery-slider .info span {
        display: block;
        line-height: 1;
    }

        #lightGallery-slider .info span:last-child {
            margin-top: 6px;
        }

    #lightGallery-slider .info .title {
        font-size: 16px;
        font-weight: bold;
    }

    #lightGallery-slider .info .desc {
        color: #dddddd;
        font-size: 12px;
    }

#lightGallery-close {
    background-color: rgba(0, 0, 0, 0.65);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    width: 28px;
    z-index: 1090;
}

    #lightGallery-close:after {
        position: absolute;
        right: 6px;
        top: 3px;
    }

    #lightGallery-close:hover {
        background-color: #000000;
        text-decoration: none;
    }

.card.safari.identified .front:before, .card.safari.identified .back:before {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

.card.ie-10.flipped {
}

    .card.ie-10.flipped .front {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .card.ie-10.flipped .back {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

        .card.ie-10.flipped .back:after {
            left: 18%;
        }

        .card.ie-10.flipped .back .cvc {
            left: 5%;
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .card.ie-10.flipped .back .shiny {
            left: 84%;
        }

            .card.ie-10.flipped .back .shiny:after {
                left: -480%;
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

.card-logo {
    font-style: italic;
    height: 36px;
    width: 60px;
}

    .card-logo, .card-logo:before, .card-logo:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card-logo.amex {
            background-image: repeating-radial-gradient(circle at center center, #ffffff 1px, #999999 2px);
            border: 1px solid #eeeeee;
            color: #ffffff;
            font-size: 4px;
            font-weight: bold;
            text-transform: uppercase;
        }

            .card-logo.amex:before, .card-logo.amex:after {
                display: block;
                left: 16px;
                position: absolute;
                width: 28px;
            }

            .card-logo.amex:before {
                background: none repeat scroll 0 0 #267ac3;
                content: "american";
                height: 28px;
                padding-left: 2px;
                padding-top: 11px;
                text-align: left;
                top: 3px;
            }

            .card-logo.amex:after {
                bottom: 11px;
                content: "express";
                padding-right: 2px;
                text-align: right;
            }

.card.amex.flipped {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.card.amex.identified .front:before, .card.amex.identified .back:before {
    background-color: #108168;
}

.card.amex.identified .front .card-logo.amex {
    opacity: 1;
}

.card.amex.identified .front .cvc {
    visibility: visible;
}

.card.amex.identified .front:after {
    opacity: 1;
}

.card-logo.discover {
    background: none repeat scroll 0 0 #ff6600;
    border: 1px solid #eeeeee;
    color: #111111;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.03em;
    overflow: hidden;
    padding-top: 9px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

    .card-logo.discover:before, .card-logo.discover:after {
        content: " ";
        display: block;
        position: absolute;
    }

    .card-logo.discover:before {
        background: none repeat scroll 0 0 #ffffff;
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        border-radius: 200px;
        bottom: -5%;
        height: 200px;
        right: -80%;
        width: 200px;
        z-index: -1;
    }

    .card-logo.discover:after {
        background-color: #ffffff;
        background-image: radial-gradient(#ffffff, #ff6600);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        content: "network";
        font-size: 4px;
        height: 8px;
        left: 27px;
        line-height: 24px;
        text-indent: -7px;
        top: 10px;
        width: 8px;
    }

.card .front .card-logo.discover {
    right: 12%;
    top: 18%;
}

.card.discover.identified .front:before, .card.discover.identified .back:before {
    background-color: #86b8cf;
}

.card.discover.identified .card-logo.discover {
    opacity: 1;
}

.card.discover.identified .front:after {
    background-color: #ff6600;
    background-image: linear-gradient(#ff6600, #ffa166, #ff6600);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5) inset;
    content: " ";
    display: block;
    height: 50px;
    left: 100%;
    margin-left: -25px;
    position: absolute;
    top: 15%;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    width: 50px;
}

.card-logo.visa.visa {
    background: none repeat scroll 0 0 #ffffff;
    color: #1a1876;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

    .card-logo.visa.visa:before, .card-logo.visa.visa:after {
        content: " ";
        display: block;
        height: 25%;
        width: 100%;
    }

    .card-logo.visa.visa:before {
        background: none repeat scroll 0 0 #1a1876;
        bottom: 100%;
    }

    .card-logo.visa.visa:after {
        background: none repeat scroll 0 0 #e79800;
        top: 100%;
    }

.card.visa.identified .front:before, .card.visa.identified .back:before {
    background-color: #191278;
}

.card.visa.identified .card-logo.visa {
    opacity: 1;
}

.card-logo.mastercard {
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

    .card-logo.mastercard:before, .card-logo.mastercard:after {
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        content: " ";
        display: block;
        height: 36px;
        position: absolute;
        top: 0;
        width: 36px;
    }

    .card-logo.mastercard:before {
        background: none repeat scroll 0 0 #ff0000;
        left: 0;
        z-index: -1;
    }

    .card-logo.mastercard:after {
        background: none repeat scroll 0 0 #ffab00;
        right: 0;
        z-index: -2;
    }

.card.mastercard.identified .front .card-logo.mastercard, .card.mastercard.identified .back .card-logo.mastercard {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card.mastercard.identified .front:before, .card.mastercard.identified .back:before {
    background-color: #0061a8;
}

.card.mastercard.identified .card-logo.mastercard {
    opacity: 1;
}

.card-container {
    height: 200px;
    margin: auto;
    max-width: 350px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.card {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: "Helvetica Neue";
    height: 100%;
    line-height: 1;
    min-width: 290px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    -webkit-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    width: 100%;
}

    .card > *, .card > *:before, .card > *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: inherit;
    }

    .card.flipped {
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .card .front, .card .back {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: none repeat scroll 0 0 #dddddd;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -moz-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s;
        width: 100%;
    }

        .card .front:before, .card .back:before {
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            content: " ";
            display: block;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -moz-transition: all 400ms ease 0s;
            -o-transition: all 400ms ease 0s;
            -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s;
            width: 100%;
        }

        .card .front:after, .card .back:after {
            content: " ";
            display: block;
        }

        .card .front .display, .card .back .display {
            color: #ffffff;
            font-weight: normal;
            opacity: 0.5;
            -moz-transition: opacity 400ms linear 0s;
            -o-transition: opacity 400ms linear 0s;
            -webkit-transition: opacity 400ms linear 0s;
            transition: opacity 400ms linear 0s;
        }

            .card .front .display.focused, .card .back .display.focused {
                font-weight: 700;
                opacity: 1;
            }

        .card .front .cvc, .card .back .cvc {
            font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
            font-size: 14px;
        }

        .card .front .shiny, .card .back .shiny {
            background: none repeat scroll 0 0 #cccccc;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            height: 35px;
            position: relative;
            width: 50px;
        }

            .card .front .shiny:before, .card .back .shiny:before {
                background: none repeat scroll 0 0 #d9d9d9;
                -webkit-border-bottom-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
                content: " ";
                display: block;
                height: 60%;
                position: absolute;
                top: 20%;
                width: 70%;
            }

        .card .front .card-logo {
            opacity: 0;
            position: absolute;
            right: 5%;
            top: 8%;
            -moz-transition: all 400ms ease 0s;
            -o-transition: all 400ms ease 0s;
            -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s;
        }

        .card .front .lower {
            bottom: 30px;
            left: 10%;
            position: absolute;
            width: 80%;
        }

@media only screen and (max-width: 480px) {
    .card .front .lower {
        left: 5%;
        width: 90%;
    }
}

.card .front .lower .cvc {
    bottom: 5px;
    float: right;
    position: relative;
    visibility: hidden;
}

.card .front .lower .number {
    clear: both;
    font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
    font-size: 24px;
    margin-bottom: 30px;
}

.card .front .lower .expiry {
    float: right;
    font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
    letter-spacing: 0;
    position: relative;
    width: 25%;
}

    .card .front .lower .expiry:before, .card .front .lower .expiry:after {
        display: block;
        font-family: "Helvetica Neue";
        font-size: 7px;
        font-weight: bold;
        opacity: 0.5;
        white-space: pre;
    }

    .card .front .lower .expiry:before {
        content: attr(data-before);
        font-size: 7px;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .card .front .lower .expiry:after {
        bottom: 0;
        content: attr(data-after);
        margin-right: 5px;
        margin-top: 2px;
        position: absolute;
        right: 100%;
        text-align: right;
    }

.card .front .lower .name {
    bottom: 0;
    font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
    font-size: 20px;
    max-height: 45px;
    overflow: hidden;
    position: absolute;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 190px;
}

.card .back {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

    .card .back .bar {
        background-color: #444444;
        background-image: linear-gradient(#444444, #333333);
        height: 20%;
        position: absolute;
        top: 10%;
        width: 100%;
    }

    .card .back:after {
        background-color: #ffffff;
        background-image: linear-gradient(#ffffff, #ffffff);
        content: " ";
        display: block;
        height: 16%;
        left: 2%;
        position: absolute;
        top: 40%;
        width: 80%;
    }

    .card .back .cvc {
        left: 85%;
        position: absolute;
        top: 40%;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .card .back .shiny {
        left: 2%;
        position: absolute;
        top: 66%;
    }

        .card .back .shiny:after {
            color: #ffffff;
            content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free.\A It comes with no warranty.\A For support issues, please visit: github.com/jessepollak/card.";
            font-size: 7px;
            left: 120%;
            opacity: 0.5;
            position: absolute;
            top: 5%;
            width: 230px;
        }

.card.identified .front:before, .card.identified .back:before {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    opacity: 1;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}

.card.identified .front .card-logo, .card.identified .back .card-logo {
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.card.identified.no-radial-gradient .front:before, .card.identified.no-radial-gradient .back:before {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

html {
    font-size: 100%;
}

html, body {
    height: 100%;
}

body {
    background-repeat: repeat;
    /*font-size: 13px;*/
}

.gray-bg {
    background: none repeat scroll 0 0 #f2f4f5;
    padding-left: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .center-mobile {
        text-align: center !important;
    }
}

@media only screen and (max-width: 991px) {
    .center-tablet {
        text-align: center !important;
    }
}
/*iframe {
border: medium none;
width: 100%;
}*/
.site-layout {
    background: none repeat scroll 0 0 #ffffff;
    margin: auto;
    max-width: 100%;
    -moz-transition: max-width 0.25s ease 0s;
    -o-transition: max-width 0.25s ease 0s;
    -webkit-transition: max-width 0.25s ease 0s;
    transition: max-width 0.25s ease 0s;
}

    .site-layout.boxed {
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
        margin: auto;
        max-width: 1200px;
        overflow: hidden !important;
        position: relative;
        width: 100%;
    }

.ie .site-layout.boxed {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.group:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.page-block {
    padding: 36px 0 24px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .page-block {
        padding: 24px 0 19.2px;
    }
}

img {
    display: block;
    height: auto;
}

.img-rounded {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
}

.space-top {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .space-top {
        margin-top: 19.2px;
    }
}

.space-bottom {
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .space-bottom {
        margin-bottom: 19.2px;
    }
}

.double-space-top {
    margin-top: 48px;
}

@media only screen and (max-width: 768px) {
    .double-space-top {
        margin-top: 31.2px;
    }
}

.double-space-bottom {
    margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
    .double-space-bottom {
        margin-bottom: 31.2px;
    }
}

.double-padding-top {
    padding-top: 48px !important;
}

@media only screen and (max-width: 768px) {
    .double-padding-top {
        padding-top: 31.2px !important;
    }
}

.double-padding-bottom {
    padding-bottom: 48px !important;
}

@media only screen and (max-width: 768px) {
    .double-padding-bottom {
        padding-bottom: 31.2px !important;
    }
}

.no-space-top {
    margin-top: 0 !important;
}

.no-space-bottom {
    margin-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: #000000;*/
    font-family: inherit;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0;
}

    h2.heading, .h2.heading {
        font-weight: 300;
    }


@media only screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 3.1875em;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 768px) {
    h2, .h2 {
        font-size: 1.8em;
        margin-bottom: 18px;
    }
}


    h3.heading, .h3.heading {
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

        h3.heading > span, .h3.heading > span {
            background: none repeat scroll 0 0 #000000;
            display: block;
            height: 2px;
            margin-top: 8px;
            width: 50px;
        }

        h3.heading.center, .h3.heading.center {
            text-align: center;
        }

            h3.heading.center span, .h3.heading.center span {
                margin: 8px auto 0;
            }

/*h4, .h4 {
    font-size: 1.25em;
    margin-bottom: 12px;
}*/

    h4.heading, .h4.heading {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

/*h5, .h5 {
    font-size: 1em;
    margin-bottom: 7px;
}

h6, .h6 {
    font-size: 0.875em;
    margin-bottom: 7px;
}*/

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0.09em;
}

.page-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .page-heading {
        margin-bottom: 28.8px;
    }
}

.page-heading h1, .page-heading h2, .page-heading h3, .page-heading h4, .page-heading h5, .page-heading h6 {
    word-spacing: 0.15em;
}

.page-heading h2 {
    font-weight: 300;
}

.page-heading h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 12px;
}

    .page-heading h3 > span {
        background: none repeat scroll 0 0 #000000;
        display: block;
        height: 2px;
        margin-top: 8px;
        width: 50px;
    }

    .page-heading h3 > i {
        font-style: normal;
    }

.page-heading h4, .page-heading p {
    font-size: 1em;
    text-transform: none;
}

.page-heading.center {
    text-align: center;
}

    .page-heading.center span {
        margin: 8px auto 0;
    }

.page-heading.light-color h1, .page-heading.light-color h2, .page-heading.light-color h3, .page-heading.light-color h4, .page-heading.light-color h5, .page-heading.light-color h6, .page-heading.light-color p {
    color: #ffffff !important;
}

    .page-heading.light-color h3 span {
        background: none repeat scroll 0 0 #ffffff !important;
    }

p {
    font-size: 1em;
    line-height: 1.75;
    margin-bottom: 24px;
}

    p.small {
        font-size: 0.875em !important;
        line-height: 1.57;
        margin-bottom: 16px;
    }

.p-sm {
    font-size: 0.875em !important;
    line-height: 1.57;
    margin-bottom: 16px;
}

.p-lg {
    font-size: 1.125em !important;
    line-height: 1.75;
    margin-bottom: 24px;
}

blockquote {
    border-color: #e5e5e5;
    font-style: italic;
    margin-bottom: 24px;
}

    blockquote.alt {
        border: medium none;
        font-size: 2em;
        font-style: normal;
        font-weight: 300;
        margin: auto;
        max-width: 1140px;
        padding: 0 80px;
        position: relative;
        text-align: center;
        text-transform: none;
        width: 100%;
    }

        blockquote.alt:before, blockquote.alt:after {
            background-image: url("../img/quotes.png");
            background-repeat: no-repeat;
            content: "";
            display: block;
            height: 72px;
            margin-top: -30px;
            position: absolute;
            top: 50%;
            width: 46px;
        }

        blockquote.alt:before {
            background-position: 0 0;
            left: 0;
        }

        blockquote.alt:after {
            background-position: -46px 0;
            right: 0;
        }

@media only screen and (max-width: 768px) {
    blockquote.alt {
        font-size: 1.5em;
        padding: 0 60px;
    }
}

blockquote.light {
    color: #ffffff;
}

    blockquote.light:before {
        background-position: 0 -72px;
        left: 0;
    }

    blockquote.light:after {
        background-position: -46px -72px;
        right: 0;
    }

blockquote p {
    margin-bottom: 12px;
}

blockquote footer {
    color: #b2b2b2;
    font-style: normal;
}

.light-color {
    color: #ffffff !important;
}

    .light-color:hover {
        color: #ffffff !important;
    }

.primary-color, .text-primary {
    color: #a33038 !important;
}

    .primary-color:hover, .text-primary:hover {
        color: #a33038 !important;
    }

.gray-color {
    color: #e1e4e6 !important;
}

    .gray-color:hover {
        color: #e1e4e6 !important;
    }

.text-success {
    color: #5cb85c !important;
}

    .text-success:hover {
        color: #5cb85c !important;
    }

.text-info {
    color: #5bc0de !important;
}

    .text-info:hover {
        color: #5bc0de !important;
    }

.text-danger {
    color: #cc3333 !important;
}

    .text-danger:hover {
        color: #cc3333 !important;
    }

.text-warning {
    color: #ffce00 !important;
}

    .text-warning:hover {
        color: #ffce00 !important;
    }

.text-muted {
    color: #797979 !important;
}

    .text-muted:hover {
        color: #797979 !important;
    }

.light-weight {
    font-weight: 300 !important;
}

.bold-weight {
    font-weight: bold !important;
}

.normal-weight {
    font-weight: normal !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.normalcase {
    text-transform: none !important;
}

.italics {
    font-style: italic !important;
}

.no-underline {
    text-decoration: none !important;
}

.underline {
    text-decoration: underline !important;
}
/*a {
color: #a33038;
text-decoration: underline;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
a.large {
font-size: 1.125em;
}
a.alt {
text-decoration: none !important;
}
a.alt:hover {
text-decoration: underline !important;
}
a.muted {
border-bottom: 1px solid #afafaf;
color: #afafaf;
font-size: 0.875em;
margin: 0 0 4px;
padding-bottom: 1px;
text-decoration: none;
}
a.muted:hover {
border-bottom: 1px solid rgba(0, 0, 0, 0);
color: #afafaf;
}
a:hover, a:focus {
color: #a33038;
outline: 0 none;
text-decoration: none;
}*/
ul, ol {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.57;
    margin-bottom: 24px;
    padding-left: 17px;
}

    ul li, ol li {
        margin-bottom: 8px;
    }

    ul.large, ol.large {
        font-size: 1.125em;
    }

    ul.list-unstyled ul, ol.list-unstyled ul {
        list-style: none outside none;
        padding: 8px 0 0 15px;
    }

        ul.list-unstyled ul li, ol.list-unstyled ul li {
            font-size: 0.875em;
            line-height: 1;
        }

    ul.featured-list {
        list-style: none outside none;
        padding: 0;
    }

        ul.featured-list li:before {
            color: #a33038;
            content: "";
            font-family: FontAwesome;
            margin-right: 8px;
        }

.btn {
    background: none repeat scroll 0 0 #cacaca;
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 0.875em !important;
    font-weight: normal;
    margin: 0 5px 0 0 !important;
    outline: medium none !important;
    padding: 4px 26px !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn:hover {
        background: none repeat scroll 0 0 #b1b1b1;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
    }

    .btn span {
        font-weight: 900;
        /*margin-right: 15px;*/
    }

    .btn i {
        font-size: 1.2em;
        line-height: 1;
        padding-top: 2px;
        vertical-align: top;
    }

        .btn i.left {
            margin-right: 10px;
        }

        .btn i.right {
            margin-left: 10px;
        }

.btn-center {
    display: table !important;
    margin: auto !important;
}

.btn-default {
    background: none repeat scroll 0 0 #cacaca;
    color: #ffffff;
}

    .btn-default:hover {
        background: none repeat scroll 0 0 #b1b1b1;
    }

.btn-default2 {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #000000 !important;
}

    .btn-default2:hover {
        background: none repeat scroll 0 0 #d7d9d9;
    }

.btn-primary {
    background: none repeat scroll 0 0 #a33038;
    color: #ffffff;
}

    .btn-primary:hover {
        background: none repeat scroll 0 0 #dddddd;
    }

.btn-success {
    background: none repeat scroll 0 0 #5cb85c;
    color: #ffffff;
}

    .btn-success:hover {
        background: none repeat scroll 0 0 #449d44;
    }

.btn-info {
    background: none repeat scroll 0 0 #5bc0de;
    color: #ffffff;
}

    .btn-info:hover {
        background: none repeat scroll 0 0 #31b0d5;
    }

.btn-warning {
    background: none repeat scroll 0 0 #ffce00;
    color: #ffffff;
}

    .btn-warning:hover {
        background: none repeat scroll 0 0 #cca500;
    }

.btn-danger {
    background: none repeat scroll 0 0 #cc3333;
    color: #ffffff;
}

    .btn-danger:hover {
        background: none repeat scroll 0 0 #a32929;
    }

.btn-transparent {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}

    .btn-transparent:hover {
        background: none repeat scroll 0 0 #ffffff;
        color: #cacaca !important;
    }

    .btn-transparent.btn-primary:hover {
        color: #a33038 !important;
    }

    .btn-transparent.btn-success:hover {
        color: #5cb85c !important;
    }

    .btn-transparent.btn-info:hover {
        color: #5bc0de !important;
    }

    .btn-transparent.btn-warning:hover {
        color: #ffce00 !important;
    }

    .btn-transparent.btn-danger:hover {
        color: #cc3333 !important;
    }

.no-rgba .btn-transparent {
    background: none repeat scroll 0 0 #ffffff;
}

    .no-rgba .btn-transparent.btn-primary {
        color: #a33038 !important;
    }

    .no-rgba .btn-transparent.btn-success {
        color: #5cb85c !important;
    }

    .no-rgba .btn-transparent.btn-info {
        color: #5bc0de !important;
    }

    .no-rgba .btn-transparent.btn-warning {
        color: #ffce00 !important;
    }

    .no-rgba .btn-transparent.btn-danger {
        color: #cc3333 !important;
    }

    .no-rgba .btn-transparent:hover {
    }

.btn-outlined {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacaca;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #cacaca;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: normal;
    margin: 0 5px 0 0 !important;
    outline: 0 none;
    padding: 10px 40px;
    text-align: center;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn-outlined:hover {
        background: none repeat scroll 0 0 #cacaca;
        border-color: rgba(0, 0, 0, 0);
        color: #ffffff;
        text-decoration: none;
    }

    .btn-outlined:active, .btn-outlined.active {
        background-image: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-outlined.btn-default {
        border: 1px solid #cacaca;
        color: #cacaca !important;
    }

        .btn-outlined.btn-default:hover {
            background: none repeat scroll 0 0 #cacaca;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff !important;
        }

    .btn-outlined.btn-primary {
        border: 1px solid #a33038;
        color: #a33038 !important;
    }

        .btn-outlined.btn-primary:hover {
            background: none repeat scroll 0 0 #a33038;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff !important;
        }

    .btn-outlined.btn-success {
        border: 1px solid #5cb85c;
        color: #5cb85c !important;
    }

        .btn-outlined.btn-success:hover {
            background: none repeat scroll 0 0 #5cb85c;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff !important;
        }

    .btn-outlined.btn-info {
        border: 1px solid #5bc0de;
        color: #5bc0de !important;
    }

        .btn-outlined.btn-info:hover {
            background: none repeat scroll 0 0 #5bc0de;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff !important;
        }

    .btn-outlined.btn-warning {
        border: 1px solid #ffce00;
        color: #ffce00 !important;
    }

        .btn-outlined.btn-warning:hover {
            background: none repeat scroll 0 0 #ffce00;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff !important;
        }

    .btn-outlined.btn-danger {
        border: 1px solid #cc3333;
        color: #cc3333 !important;
    }

        .btn-outlined.btn-danger:hover {
            background: none repeat scroll 0 0 #cc3333;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff !important;
        }

    .btn-outlined.disabled, .btn-outlined[disabled], fieldset[disabled] .btn-outlined {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
    }

.btn-outlined-invert {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: normal;
    outline: 0 none;
    padding: 10px 40px;
    text-align: center;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn-outlined-invert:hover {
        background: none repeat scroll 0 0 #ffffff;
        color: #000000 !important;
        text-decoration: none;
    }

.btn-lg, .btn-group-lg > .btn {
    font-size: 1.25125em !important;
    padding: 10px 36px !important;
}

.btn-md {
    font-size: 1em !important;
    padding: 8px 26px !important;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 0.7em !important;
    padding: 4px 20px !important;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 0.6125em !important;
    padding: 2px 15px !important;
}

.btn-block {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

label {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 12px;
}

.form-control {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #b6b6b6;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

@media not all, not all {
    .form-control {
        line-height: 1;
    }
}

.form-control:focus {
    border-color: #66afe9;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.form-control:focus {
    border-color: #b6b6b6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::-moz-placeholder {
    color: #797979;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #797979;
    opacity: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: not-allowed;
    opacity: 0.5;
}

.form-group {
    display: block;
    margin-bottom: 24px;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    font-size: 13px;
    height: 38px;
}

.help-link {
    display: inline-block;
    float: right;
    font-size: 0.875em;
    margin-bottom: -12px;
    margin-top: 12px;
}

.ie .form-control {
    line-height: 1;
}

.submit-with-price {
    background: none repeat scroll 0 0 #a33038;
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    outline: medium none;
    padding: 6px 20px 9.6px;
    position: relative;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .submit-with-price:after {
        content: "";
        display: block;
        font-family: FontAwesome;
        font-size: 1.8em;
        margin-top: -20px;
        position: absolute;
        right: 12px;
        top: 50%;
    }

    .submit-with-price span {
        display: block;
        text-align: center;
        width: 100%;
    }

        .submit-with-price span.price {
            font-size: 2em;
        }

        .submit-with-price span.text {
            font-size: 1.125em;
            text-transform: uppercase;
        }

    .submit-with-price:hover {
        background: none repeat scroll 0 0 #dddddd;
    }

.checkbox, .radio {
    display: inline-block;
    margin: 0 25px 12px 0;
    padding-left: 0;
}

    .checkbox:after, .radio:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .checkbox label, .radio label {
        display: inline-block;
        padding-left: 0;
        vertical-align: middle;
    }

input.error, textarea.error {
    border-color: #cc3333 !important;
}

label.error {
    display: none !important;
}

.select-style {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #b6b6b6;
    position: relative;
    width: 100%;
}

    .select-style:after {
        background: none repeat scroll 0 0 #ffffff;
        color: #b6b6b6;
        content: "";
        font-family: FontAwesome;
        font-size: 1.4em;
        height: 30px;
        line-height: 1;
        padding-top: 5px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 32px;
    }

    .select-style select {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 300;
        height: 30px;
        padding: 0 12px;
        width: 100%;
    }

@media not all, not all {
    .select-style select {
        line-height: 1;
    }
}

.select-style.select-lg select {
    font-size: 1.2em;
    height: 38px;
}

.select-style.select-lg:after {
    height: 38px;
    padding-top: 9px;
}

.select-style select:focus {
    outline: medium none;
}

.helper-text {
    color: #797979;
    display: inline-block;
    margin: 16px 0 12px;
}

    .helper-text:hover {
        color: #797979 !important;
    }

.helper-links {
    margin-top: 16px;
}

    .helper-links a {
        border-bottom: 1px solid #afafaf;
        color: #afafaf;
        display: inline-block;
        font-size: 0.875em;
        margin: 0 0 4px;
        padding-bottom: 1px;
        text-decoration: none;
    }

        .helper-links a:hover {
            border-bottom: 1px solid rgba(0, 0, 0, 0);
            color: #afafaf;
        }

    .helper-links.lg a {
        font-size: 1em;
    }

.light-version .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
}

    .light-version .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .light-version .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

.light-version .select-style {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
}

    .light-version .select-style:after {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #ffffff;
    }

    .light-version .select-style option {
        color: #000000;
    }

.light-version .submit-with-price {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
}

    .light-version .submit-with-price:hover {
        background: none repeat scroll 0 0 #ffffff;
        color: #a33038;
    }

@-moz-document url-prefix("") {
    .light-version .select-style {
        overflow: hidden;
    }

        .light-version .select-style select {
            width: 110%;
        }
}

.ie .light-version .select-style {
    overflow: hidden;
}

    .ie .light-version .select-style select {
        width: 110%;
    }

@media not all, not all {
    .light-version .select-style {
        overflow: hidden;
    }

        .light-version .select-style select {
            width: 120%;
        }
}

.form-3d .form-control {
    border-color: #ced2d6;
    height: 38px;
    position: relative;
    z-index: 3;
}

.form-3d textarea {
    min-height: 71px;
}

.form-3d .form-group, .form-3d .datePicker {
    font-size: 1.2em;
    position: relative;
}

    .form-3d .form-group:after, .form-3d .datePicker:after {
        background: none repeat scroll 0 0 #d9dcdf;
        content: "";
        display: block;
        min-height: 100%;
        position: absolute;
        right: -10px;
        top: 10px;
        width: 100%;
        z-index: 1;
    }

.form-3d .datePicker {
    display: block;
    font-size: 100%;
    margin: auto;
}

    .form-3d .datePicker .datepicker {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #ced2d6;
        padding: 5px 10px 15px !important;
        position: relative;
        z-index: 2;
    }

        .form-3d .datePicker .datepicker th.datepicker-switch {
            font-weight: normal;
            text-transform: none !important;
        }

        .form-3d .datePicker .datepicker .fa {
            border: 1px solid #cbcbcb;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #bababa !important;
            display: block;
            font-size: 0.85em !important;
            height: 20px;
            margin: auto;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 20px;
        }

            .form-3d .datePicker .datepicker .fa:hover {
                border-color: #a33038 !important;
                color: #a33038 !important;
            }

        .form-3d .datePicker .datepicker .prev:after, .form-3d .datePicker .datepicker .next:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .form-3d .datePicker .datepicker .fa-angle-left {
            float: right;
            padding-right: 7px;
        }

        .form-3d .datePicker .datepicker .fa-angle-right {
            float: left;
            padding-left: 7px;
        }

        .form-3d .datePicker .datepicker thead tr:last-child, .form-3d .datePicker .datepicker tbody tr {
            border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
        }

            .form-3d .datePicker .datepicker thead tr:last-child td, .form-3d .datePicker .datepicker tbody tr td {
                font-size: 1.2em;
                font-weight: 300;
                padding-bottom: 4px !important;
                padding-top: 4px !important;
            }

.form-3d.light .form-control, .form-3d.light .datepicker {
    border-color: #ffffff;
}

    .form-3d.light .form-group:after, .form-3d.light .datePicker:after {
        background: none repeat scroll 0 0 #ffffff;
        opacity: 0.5;
        right: -10px;
        top: 10px;
    }

.login-form {
    display: block;
    margin: auto;
    max-width: 450px;
    width: 100%;
}

.social-sugnup {
    text-align: center;
}

    .social-sugnup a {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        display: block;
        font-size: 1.125em;
        margin: 0 auto 15px;
        padding: 12px;
        text-decoration: none;
        width: 263px;
    }

@media only screen and (max-width: 480px) {
    .social-sugnup a {
        width: 100%;
    }
}

.social-sugnup a.facebook {
    background: none repeat scroll 0 0 #6984b4;
}

    .social-sugnup a.facebook:hover {
        background: none repeat scroll 0 0 #4e6a9c;
    }

.social-sugnup a.twitter {
    background: none repeat scroll 0 0 #4fccf5;
}

    .social-sugnup a.twitter:hover {
        background: none repeat scroll 0 0 #1fbef2;
    }

.social-sugnup a.pinterest {
    background: none repeat scroll 0 0 #c21c21;
}

    .social-sugnup a.pinterest:hover {
        background: none repeat scroll 0 0 #951619;
    }

.inline-search {
    display: block;
    margin: 24px auto;
    max-width: 560px;
    width: 100%;
}

    .inline-search .form-control {
        float: left;
        width: 75%;
    }

@media only screen and (max-width: 768px) {
    .inline-search .form-control {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .inline-search .form-control {
        width: 58%;
    }
}

.inline-search .btn {
    float: right;
}

.inline-search:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.comment-form textarea {
    min-height: 163px;
}

.header-toolbar {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
    position: relative;
    width: 100%;
    z-index: 1006;
}

@media only screen and (max-width: 1024px) {
    .header-toolbar {
        display: none;
    }
}

.header-toolbar .container {
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .header-toolbar .container {
        width: 100%;
    }
}

.header-toolbar .cont-info {
    display: inline-block;
}

    .header-toolbar .cont-info div {
        color: #797979;
        display: inline-block;
        font-size: 0.875em;
        margin-right: 25px;
    }

        .header-toolbar .cont-info div i {
            margin-right: 7px;
        }

        .header-toolbar .cont-info div a {
            border-bottom: 1px solid rgba(0, 0, 0, 0);
            color: #797979;
            text-decoration: none;
        }

            .header-toolbar .cont-info div a:hover {
                border-bottom: 1px solid #797979;
            }

.header-toolbar .social-bar {
    display: inline-block;
}

    .header-toolbar .social-bar a {
        color: #797979;
        display: inline-block;
        font-size: 1em;
        margin-right: 22px;
        text-decoration: none;
    }

        .header-toolbar .social-bar a:hover {
            color: #a33038;
        }

.header-toolbar .tools {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -4px;
}

    .header-toolbar .tools li {
        display: inline-block;
        margin-left: 3px;
        padding: 0;
        position: relative;
    }

        .header-toolbar .tools li a {
            color: #797979;
            display: block;
            font-size: 0.875em;
            padding: 5px 0 13px 10px;
            text-decoration: none;
            text-transform: uppercase;
        }

        .header-toolbar .tools li ul {
            background: none repeat scroll 0 0 #ffffff;
            border: 1px solid #d8d8d8;
            display: none;
            left: -12px;
            margin-top: -1px;
            padding: 8px 5px 5px;
            position: absolute;
            text-align: center;
            width: 70px;
        }

            .header-toolbar .tools li ul li {
                display: block;
                float: none;
                margin-right: 0;
            }

                .header-toolbar .tools li ul li a {
                    color: #797979 !important;
                    padding: 0;
                }

                    .header-toolbar .tools li ul li a:hover {
                        color: #a33038 !important;
                    }

        .header-toolbar .tools li.currency ul {
            left: -9px;
            width: 75px;
        }

        .header-toolbar .tools li:hover a {
            color: #a33038;
        }

            .header-toolbar .tools li:hover a i {
                color: #a33038;
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .header-toolbar .tools li:hover ul {
            -moz-animation-duration: 0.3s;
            -o-animation-duration: 0.3s;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -moz-animation-name: fadeIn;
            -o-animation-name: fadeIn;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            display: block;
        }

/*.header {
    position: relative;
    width: 100%;
    z-index: 1005;
    background: #ffffff;
}*/

.header {
    position: relative;
    width: 100%;
    z-index: 1005;
    background: #ffffff;
    /*margin-bottom: 60px;*/
}


    .header.stuck {
        left: 0;
        position: fixed;
        top: 0;
    }

@media only screen and (max-width: 1024px) {
    .header.stuck {
        position: relative;
    }
}

.header .inner {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #d8d8d8;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    position: relative;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 5;
}

@media only screen and (max-width: 1024px) {
    .header .inner {
        height: 80px;
        text-align: center;
    }
}

.header .inner.no-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .container:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1200px) {
    .header .container {
        position: relative;
        z-index: -1;
    }
}

.transparent.private {
    background: #ffffff;
}

    .transparent.private a {
        color: #000000 !important;
    }

.transparent.opaque .logo {
    margin-top: 0px;
}

.header .logo {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.header.opaque .logo img {
    /*max-width: 50px;*/
}

.header .logo img {
    max-width: 205px;
    
}




.header.private .logo {
    margin-top: 23px;
    margin-left: -8px;
}

@media only screen and (max-width: 1000px) {
     .header .logo {
        display: inline-block;
        margin-top: 0px;
        left: 15px;
    }

      #breadcrumb.container {
        padding-left: 15px;   
    }
}

@media only screen and (max-width: 1024px) {
   

        .header .logo img {
            display: block;
            margin: auto;
        }

 
}

.header .navigation {
    float: left;
    text-align: right;
    /*width: 768px;*/
    text-align: center;
    top: 60px;
    position:absolute;
    margin-left:205px;
}



@media only screen and (max-width: 1200px) {
    .header .navigation {
        left: 0;
        width: 100%;
        z-index: -1;
        top: 60px;
        position:absolute;
    }

        .header .navigation .menu {
            /*margin-left: -50px;*/
        }
}

@media only screen and (max-width: 1024px) {
    .header .navigation {
        display: none;
    }
}

header.opaque  .navigation {
   top: 66px;
}

.header .search {
    cursor: pointer;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

    .header .search i {
        color: #000000;
        font-size: 1.6em;
        -moz-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        -webkit-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
    }

        .header .search i:hover {
            color: #a33038;
        }

/*.header .tools {
    float: right;
    width: 245px;
}*/

.header .tools {
    float: right;
    width: auto;
    margin-top:-14px;
}

@media only screen and (max-width: 1024px) {
    .header .tools {
        width: auto;
    }
}

.header .tools a {
    /*color: #000000;*/
    display: block;
    font-size: 1.035em;
    margin: 3px 4px 0;
    padding: 6px 5px 5px;
    text-decoration: none;
}

    .header .tools a:hover, .header .tools a:focus {
        /*color: #a33038;*/
    }

@media only screen and (max-width: 1024px) {
    .header .tools a {
        display: none;
    }
}

.header .tools .signup {
    border: 1px solid #000000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
    padding: 6px 20px;
}

    .header .tools .signup:hover {
        background: none repeat scroll 0 0 #a33038;
        border-color: rgba(0, 0, 0, 0);
        color: #ffffff;
    }

.header .tools .user {
    float: left;
    margin-left: 40px;
    position: relative;
}

    .header .tools .user a {
        float: none;
        padding-bottom: 32px;
    }

        .header .tools .user a i {
            margin-right: 10px;
        }

    .header .tools .user .user-dropdown {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
        border: 1px solid #cecece;
        display: none;
        padding: 15px 15px 20px 30px;
        position: absolute;
        width: 133px;
    }

        .header .tools .user .user-dropdown a {
            display: block;
            margin: 0;
            padding: 0;
        }

    .header .tools .user:hover > a {
        color: #a33038;
    }

    .header .tools .user:hover .user-dropdown {
        -moz-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        display: block;
    }

.header .tools .cart-btn {
    background-image: url("../img/cart-btn/svg/cart-btn-a33038.svg");
    cursor: pointer;
    display: block;
    float: right;
    height: 34px;
    margin-left: 8px;
    margin-top: 26px;
    width: 37px;
}

@media only screen and (max-width: 1024px) {
    .header .tools .cart-btn {
        float: none;
        margin-top: 20px;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 1;
    }
}

.header .tools .cart-btn .link {
    color: #ffffff;
    display: block !important;
    font-size: 0.875em;
    font-style: normal;
    margin-left: -4px;
    margin-top: 6px;
    position: relative;
    text-align: center;
    width: 40px;
}

.header .tools .cart-btn .cart-dropdown {
    cursor: default;
    left: 0;
    opacity: 0;
    padding-top: 31px;
    position: absolute;
    text-align: left;
    top: 58px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 6;
}

@media only screen and (max-width: 1024px) {
    .header .tools .cart-btn .cart-dropdown {
        display: none;
    }
}

.header .tools .cart-btn .cart-dropdown .empty-cart {
    display: none;
    height: 130px;
    padding-top: 24px;
    text-align: center;
}

.header .tools .cart-btn .cart-dropdown .wrap {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding: 24px 0;
    position: relative;
    z-index: 1;
}

.header .tools .cart-btn .cart-dropdown a {
    display: inline-block;
    float: none;
}

.header .tools .cart-btn .cart-dropdown .owl-carousel {
    margin: 8px auto 0;
    max-width: 560px;
}

.header .tools .cart-btn .cart-dropdown .owl-stage {
    text-align: center;
}

.header .tools .cart-btn .cart-dropdown .owl-prev, .header .tools .cart-btn .cart-dropdown .owl-next {
    height: 42px;
    margin-top: -21px;
    opacity: 0.7;
    position: absolute;
    top: 45%;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 22px;
}

    .header .tools .cart-btn .cart-dropdown .owl-prev:hover, .header .tools .cart-btn .cart-dropdown .owl-next:hover {
        opacity: 1;
    }

    .header .tools .cart-btn .cart-dropdown .owl-prev div, .header .tools .cart-btn .cart-dropdown .owl-next div {
        background: none repeat scroll 0 0 #a33038;
        height: 3px;
        position: absolute;
        width: 28px;
    }

        .header .tools .cart-btn .cart-dropdown .owl-prev div.arr01, .header .tools .cart-btn .cart-dropdown .owl-next div.arr01 {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .header .tools .cart-btn .cart-dropdown .owl-prev div.arr02, .header .tools .cart-btn .cart-dropdown .owl-next div.arr02 {
            bottom: 20px;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .header .tools .cart-btn .cart-dropdown .owl-prev div.arr03, .header .tools .cart-btn .cart-dropdown .owl-next div.arr03 {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .header .tools .cart-btn .cart-dropdown .owl-prev div.arr04, .header .tools .cart-btn .cart-dropdown .owl-next div.arr04 {
            bottom: 20px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.header .tools .cart-btn .cart-dropdown .owl-prev {
    left: -60px;
}

.header .tools .cart-btn .cart-dropdown .owl-next {
    right: -60px;
}

.header .tools .cart-btn .cart-dropdown .item {
    display: inline-block;
    height: 205px;
    margin: 0 10px;
    position: relative;
    width: 165px;
}

    .header .tools .cart-btn .cart-dropdown .item .delete {
        background: none repeat scroll 0 0 #e1e4e6;
        color: #000000;
        cursor: pointer;
        display: block;
        opacity: 1;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        width: 22px;
        z-index: 3;
    }

        .header .tools .cart-btn .cart-dropdown .item .delete:hover {
            background: none repeat scroll 0 0 #a33038;
            color: #ffffff;
        }

        .header .tools .cart-btn .cart-dropdown .item .delete .fa-angle-left {
            margin-left: -2px;
        }

    .header .tools .cart-btn .cart-dropdown .item a {
        display: block;
        height: 165px;
        margin: 0 0 10px;
        padding: 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 165px;
    }

        .header .tools .cart-btn .cart-dropdown .item a span {
            color: #ffffff;
            display: block;
            margin: 0;
            opacity: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            -moz-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            -webkit-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
            width: 100%;
            z-index: 2;
        }

        .header .tools .cart-btn .cart-dropdown .item a .overlay {
            background: none repeat scroll 0 0 #a33038;
            min-height: 100%;
            z-index: 1;
        }

        .header .tools .cart-btn .cart-dropdown .item a .name {
            font-size: 1em;
            top: 30px;
        }

        .header .tools .cart-btn .cart-dropdown .item a .price {
            font-size: 1.875em;
            font-weight: 300;
            top: 95px;
        }

        .header .tools .cart-btn .cart-dropdown .item a:hover span {
            opacity: 1;
        }

        .header .tools .cart-btn .cart-dropdown .item a:hover .overlay {
            opacity: 0.82;
        }

    .header .tools .cart-btn .cart-dropdown .item .qnt-count {
        margin: auto;
        width: 87px;
    }

        .header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn {
            background: none repeat scroll 0 0 #e7ecee;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
            display: block;
            float: left;
            height: 28px;
            padding-top: 6px;
            -moz-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
            width: 21px;
        }

            .header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn:hover {
                background: none repeat scroll 0 0 #a33038;
                -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
                -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
                color: #ffffff;
            }

            .header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn.inactive {
                cursor: default;
                opacity: 0.5;
            }

                .header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn.inactive:hover {
                    background: none repeat scroll 0 0 #e7ecee;
                    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                    color: #000000;
                }

        .header .tools .cart-btn .cart-dropdown .item .qnt-count .quantity {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            display: block;
            float: left;
            outline: medium none;
            padding-left: 8px;
            padding-right: 8px;
            text-align: center;
            width: 45px;
        }

        .header .tools .cart-btn .cart-dropdown .item .qnt-count:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

.header .tools .cart-btn .cart-dropdown table {
    border-bottom: 1px solid #cecece;
    width: 100%;
}

    .header .tools .cart-btn .cart-dropdown table td {
        padding-bottom: 9px;
    }

    .header .tools .cart-btn .cart-dropdown table.total {
        border: medium none;
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

        .header .tools .cart-btn .cart-dropdown table.total td {
            padding-top: 9px;
        }

.header .tools .cart-btn .cart-dropdown .links {
    margin-bottom: 16px;
}

    .header .tools .cart-btn .cart-dropdown .links a {
        border-bottom: 1px solid #afafaf;
        color: #afafaf;
        font-size: 0.875em;
        margin: 0 0 4px;
        padding: 0;
        text-decoration: none;
    }

        .header .tools .cart-btn .cart-dropdown .links a:hover {
            border-bottom: 1px solid rgba(0, 0, 0, 0);
            color: #afafaf;
        }

.header .tools .cart-btn .promo-code {
    display: none;
}

    .header .tools .cart-btn .promo-code .form-control {
        float: left;
        width: 62%;
    }

@media only screen and (max-width: 991px) {
    .header .tools .cart-btn .promo-code .form-control {
        width: 55%;
    }
}

.header .tools .cart-btn .promo-code .btn {
    float: right;
    margin-right: 0 !important;
    padding: 5px 18px !important;
}

    .header .tools .cart-btn .promo-code .btn.disabled {
        color: #3f4040 !important;
    }

.header .tools .cart-btn .promo-code.visible {
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    display: block;
}

.header .tools .cart-btn:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.header.transparent {
    top: 0;
}

    .header.transparent .inner {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
    }

    .header.transparent .inner {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
    }

        .header.transparent .inner .tools a {
            /*color: #ffffff;*/
            opacity: 1;
        }

            .header.transparent .inner .tools a:hover {
                opacity: 0.7;
            }

        .header.transparent .inner .tools .signup {
            border: 1px solid #ffffff;
            /*color: #ffffff;*/
            margin-right: 12px;
        }

            .header.transparent .inner .tools .signup:hover {
                background: none repeat scroll 0 0 #ffffff;
                /*color: #000000;*/
                opacity: 1;
            }

    .header.transparent.opaque {
        /*-moz-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;*/
        position: fixed;
    }

    .header.transparent.private .inner {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 1px solid #d8d8d8;
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    }

    .header.transparent.opaque .inner {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 1px solid #d8d8d8;
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    }

        .header.transparent.opaque .inner .tools a {
            color: #000000;
        }

            .header.transparent.opaque .inner .tools a:hover, .header.transparent.opaque .inner .tools a:focus {
                color: #a33038 !important;
                opacity: 1;
            }

    .header.transparent.private .inner .tools a:hover, .header.transparent.private .inner .tools a:focus {
        color: #a33038 !important;
        opacity: 1;
    }

    .header.transparent.opaque .inner .tools .signup {
        border: 1px solid #000000;
        color: #000000;
    }

        .header.transparent.opaque .inner .tools .signup:hover {
            background: none repeat scroll 0 0 #a33038;
            border-color: rgba(0, 0, 0, 0);
            color: #ffffff;
        }

@media only screen and (max-width: 1024px) {
    .header.transparent.opaque {
        position: absolute;
    }

        .header.transparent.opaque .inner {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border-bottom: medium none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-transition: none 0s ease 0s;
            -o-transition: none 0s ease 0s;
            -webkit-transition: none 0s ease 0s;
            transition: none 0s ease 0s;
        }

            .header.transparent.opaque .inner .tools a {
                color: #ffffff;
                opacity: 1;
            }

                .header.transparent.opaque .inner .tools a:hover {
                    opacity: 0.7;
                }

            .header.transparent.opaque .inner .tools .signup {
                border: 1px solid #ffffff;
                color: #ffffff;
                margin-right: 12px;
            }

                .header.transparent.opaque .inner .tools .signup:hover {
                    background: none repeat scroll 0 0 #ffffff;
                    color: #000000;
                    opacity: 1;
                }
}

@media only screen and (max-width: 1024px) {
    .header.scroller {
        position: absolute;
        top: 0;
    }
}

.header.scroller .inner {
    border-top: 1px solid #d8d8d8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
}

.header.scroller .logo {
    margin-top: 18px;
}

@media only screen and (max-width: 768px) {
    .header.scroller .logo {
        margin: 21px 0 0 -35px;
        width: 100px;
    }
}

.header.scroller .tools {
    margin-top: 15px;
    text-align: right;
}

    .header.scroller .tools a {
        display: inline-block;
        margin-left: 12px;
        margin-top: 0;
        padding: 0;
        vertical-align: middle;
    }

        .header.scroller .tools a.btn {
            margin-right: 0 !important;
        }

@media only screen and (max-width: 768px) {
    .header.scroller .tools a.btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .header.scroller .tools {
        position: absolute;
        right: 15px;
        top: 0;
    }
}

.sticky-wrapper {
    height: 90px !important;
}

@media only screen and (max-width: 1024px) {
    .sticky-wrapper {
        height: 80px !important;
    }
}

.no-svg .header .tools .cart-btn {
    background: url("../img/cart-btn/png/cart-btn-a33038.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.no-csstransforms .cart-dropdown .owl-prev, .no-csstransforms .cart-dropdown .owl-next {
    display: none !important;
}

.site-layout.boxed .header.stuck {
    position: relative;
}

.site-layout.boxed .header.transparent.opaque {
    position: absolute;
}

    .site-layout.boxed .header.transparent.opaque .inner {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
    }

        .site-layout.boxed .header.transparent.opaque .inner .tools a {
            color: #ffffff;
            opacity: 1;
        }

            .site-layout.boxed .header.transparent.opaque .inner .tools a:hover {
                opacity: 0.7;
            }

        .site-layout.boxed .header.transparent.opaque .inner .tools .signup {
            border: 1px solid #ffffff;
            color: #ffffff;
            margin-right: 12px;
        }

            .site-layout.boxed .header.transparent.opaque .inner .tools .signup:hover {
                background: none repeat scroll 0 0 #ffffff;
                color: #000000;
                opacity: 1;
            }

.hero-slider {
    background: none repeat scroll 0 0 #000000;
    position: relative;
    z-index: 100;
}

    .hero-slider .slide-pattern {
        background: url("/_layouts/15/UMinho.PortaisUOEI.UI/Css/Carousel/skins/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 100%;
        position: absolute;
        top: 0;
        -moz-transform: translateZ(0.4px);
        -ms-transform: translateZ(0.4px);
        -o-transform: translateZ(0.4px);
        -webkit-transform: translateZ(0.4px);
        transform: translateZ(0.4px);
        width: 100%;
        z-index: 8;
    }

@media only screen and (max-width: 768px) {
    .hero-slider .ms-nav-prev, .hero-slider .ms-nav-next {
        display: none;
    }
}

.hero-slider .ms-layer.thin-text-white {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.72);
    color: #ffffff;
    font-size: 4.5em;
    font-weight: 100;
    margin: 0;
    padding: 20px 25px;
    text-shadow: -1px 1px #000000;
}

.hero-slider .ms-layer.bold-text-white {
    color: #ffffff;
    font-size: 5em;
    font-weight: 900;
    margin: 0;
    text-shadow: -1px 1px #000000;
}

.hero-slider .ms-layer.blacktext {
    left: 26% !important;
    margin-top: -12%;
    padding: 7px 20px;
    top: 50% !important;
}

.hero-slider .ms-layer.bigtext {
    text-align: center;
    top: 50% !important;
    width: 100%;
}

.hero-slider .ms-layer.bigtext2 {
    margin-top: 60px;
    text-align: center;
    top: 43% !important;
    width: 100%;
}

.hero-slider .ms-layer.box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.72);
    left: 60px;
    padding-bottom: 22% !important;
    top: 40% !important;
    width: 46%;
}

.hero-slider .ms-layer.small-text {
    color: #ffffff;
    font-weight: 300;
    left: 78px;
    margin: 16px 0 0;
    padding: 0;
    top: 40% !important;
}

.hero-slider .ms-layer.medium-text {
    color: #ffffff;
    font-size: 4em;
    font-weight: 100;
    left: 75px;
    margin: 38px 0 0;
    padding: 0;
    top: 40% !important;
}

.hero-slider .ms-layer.big-text {
    color: #ffffff;
    font-size: 4.5em;
    font-weight: 900;
    left: 75px;
    margin: 100px 0 0;
    padding: 0;
    top: 40% !important;
}

.hero-slider .ms-layer.captiontext {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 3em;
    font-weight: 300;
    left: 230px;
    padding: 15px 20px;
    text-align: center;
    text-shadow: -1px 1px #000000;
    top: 38% !important;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .hero-slider .ms-layer.captiontext {
        font-size: 2em;
    }
}

.hero-static {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    /*margin-bottom: 24px;*/
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

    .hero-static .overlay {
        background: none repeat scroll 0 0 #ffffff;
        left: 0;
        min-height: 100%;
        opacity: 0.4;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .hero-static .overlay.dark {
            background: none repeat scroll 0 0 #000000;
            opacity: 0.35;
        }

    .hero-static .inner {
        display: table;
        height: 500px;
        padding: 36px 15px;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .hero-static .content {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    .hero-static h1 {
        margin-bottom: 8px;
    }

@media only screen and (max-width: 768px) {
    .hero-static h1 {
        font-size: 3.1875em;
    }
}

@media only screen and (max-width: 480px) {
    .hero-static h1 {
        font-size: 2.8125em;
    }
}

.hero-static h2 {
    margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
    .hero-static h2 {
        font-size: 2.125em;
    }
}

@media only screen and (max-width: 480px) {
    .hero-static h2 {
        font-size: 1.875em;
    }
}

.hero-static h3 {
    font-size: 2.5em;
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
    .hero-static h3 {
        font-size: 1.875em;
    }
}

@media only screen and (max-width: 480px) {
    .hero-static h3 {
        font-size: 1.25em;
    }
}

.hero-static p {
    font-size: 1.25em;
}

@media only screen and (max-width: 768px) {
    .hero-static p {
        font-size: 1.125em;
    }
}

@media only screen and (max-width: 480px) {
    .hero-static p {
        font-size: 1em;
    }
}

.hero-static h1.with-shadow, .hero-static h2.with-shadow, .hero-static h3.with-shadow, .hero-static p.with-shadow {
    text-shadow: -1px 1px #000000;
}

.hero-static h1.left, .hero-static h2.left, .hero-static h3.left, .hero-static p.left {
    text-align: left;
}

.hero-static h1.right, .hero-static h2.right, .hero-static h3.right, .hero-static p.right {
    text-align: right;
}

.hero-static.hero-parallax {
    background: none repeat scroll 0 0 #000000;
    height: 680px;
    overflow: hidden;
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    .hero-static.hero-parallax {
        height: 523px;
    }
}

.hero-static.hero-parallax .layer img {
    max-width: none;
    width: auto;
}

.hero-static.hero-parallax .inner {
    height: 680px;
    position: absolute;
}

@media only screen and (max-width: 768px) {
    .hero-static.hero-parallax .inner {
        height: 523px;
    }
}

.hero-static.fullscreen {
    background: none no-repeat scroll center top / cover #ffffff;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.hero-static .overlay-block {
    bottom: 0;
    position: absolute;
    width: 100%;
}

    .hero-static .overlay-block h1, .hero-static .overlay-block h2, .hero-static .overlay-block h3, .hero-static .overlay-block h4, .hero-static .overlay-block h5, .hero-static .overlay-block h6, .hero-static .overlay-block p, .hero-static .overlay-block ul, .hero-static .overlay-block ol {
        color: #ffffff;
        text-transform: none;
    }

    .hero-static .overlay-block p {
        font-size: 1em;
        margin-top: 24px;
    }

    .hero-static .overlay-block .opacity-70, .hero-static .overlay-block .opacity-97 {
        position: relative;
        width: 100%;
    }

    .hero-static .overlay-block .opacity-70 {
        background: none repeat scroll 0 0 rgba(68, 137, 86, 0.7);
        padding-top: 10px;
    }

    .hero-static .overlay-block .opacity-97 {
        background: none repeat scroll 0 0 rgba(68, 137, 86, 0.97);
        padding: 36px 0 24px;
    }

    .hero-static .overlay-block #slide-up-toggle {
        background: none repeat scroll 0 0 #a33038;
        bottom: 0;
        color: #ffffff;
        cursor: pointer;
        display: none;
        font-size: 1.5em;
        height: 30px;
        left: 50%;
        margin-left: -25px;
        opacity: 0.7;
        position: absolute;
        text-align: center;
        -moz-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
        width: 50px;
    }

        .hero-static .overlay-block #slide-up-toggle:hover {
            opacity: 1;
        }

@media only screen and (max-width: 1200px) {
    .hero-static .overlay-block > div:first-child {
        padding-bottom: 24px;
    }

    .hero-static .overlay-block .slide-up {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .hero-static .overlay-block .slide-up.open {
            max-height: 800px;
            padding: 36px 0 24px;
        }

    .hero-static .overlay-block #slide-up-toggle {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .hero-static .overlay-block {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .hero-static .overlay-block {
        font-size: 90%;
    }

        .hero-static .overlay-block .slide-up {
            font-size: 110%;
        }

        .hero-static .overlay-block .countdown, .hero-static .overlay-block p {
            display: none;
        }
}

.holder {
    position: relative;
    width: 100%;
    z-index: 0;
}

.parallax .hero-static {
    background-attachment: fixed;
}

@-moz-document url-prefix("") {
    .hero-static .inner {
        left: 0;
    }
}

@media not all, not all {
    .hero-static .inner {
        left: 0;
    }
}

.ie .hero-static .inner {
    left: 0;
}

.down-arrow {
    bottom: 65px;
    cursor: pointer;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 36px;
    z-index: 100;
}

    .down-arrow a {
        -moz-animation: 2s ease-out 0s normal none infinite pulsate1;
        -o-animation: 2s ease-out 0s normal none infinite pulsate1;
        -webkit-animation: 2s ease-out 0s normal none infinite pulsate1;
        animation: 2s ease-out 0s normal none infinite pulsate1;
        background: url("../img/arrow-down.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
        display: block;
        height: 36px;
        opacity: 0.5;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .down-arrow:after {
        -moz-animation: 2s ease-out 0s normal none infinite pulsate2;
        -o-animation: 2s ease-out 0s normal none infinite pulsate2;
        -webkit-animation: 2s ease-out 0s normal none infinite pulsate2;
        animation: 2s ease-out 0s normal none infinite pulsate2;
        background: url("../img/arrow-down.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
        content: "";
        display: block;
        left: 20px;
        min-height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

@keyframes pulsate1 {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes pulsate1 {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes pulsate2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulsate2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.fp-banner, .fw-img-banner {
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .fp-banner, .fw-img-banner {
        text-align: center;
    }
}

.fp-banner.light-text h2, .fw-img-banner.light-text h2, .fp-banner.light-text h3, .fw-img-banner.light-text h3, .fp-banner.light-text h4, .fw-img-banner.light-text h4, .fp-banner.light-text h5, .fw-img-banner.light-text h5, .fp-banner.light-text h6, .fw-img-banner.light-text h6, .fp-banner.light-text p, .fw-img-banner.light-text p {
    color: #ffffff;
}

    .fp-banner.light-text .page-heading h3 span, .fw-img-banner.light-text .page-heading h3 span, .fp-banner.light-text h3.heading span, .fw-img-banner.light-text h3.heading span {
        background: none repeat scroll 0 0 #ffffff;
    }

.fp-banner .container, .fw-img-banner .container {
    position: relative;
    z-index: 2;
}

.fp-banner .meta, .fw-img-banner .meta {
    font-size: 1em;
}

    .fp-banner .meta a, .fw-img-banner .meta a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        color: #4c9a61;
        font-weight: bold;
        text-decoration: none;
    }

        .fp-banner .meta a:hover, .fw-img-banner .meta a:hover {
            border-bottom: 1px solid #a33038;
        }

    .fp-banner .meta span, .fw-img-banner .meta span {
        margin: 0 3px;
    }

    .fp-banner .meta .left, .fw-img-banner .meta .left, .fp-banner .meta .right, .fw-img-banner .meta .right {
        float: left;
    }

@media only screen and (max-width: 768px) {
    .fp-banner .meta .left, .fw-img-banner .meta .left, .fp-banner .meta .right, .fw-img-banner .meta .right {
        float: none;
        text-align: center !important;
        width: 100% !important;
    }
}

.fp-banner .meta .left, .fw-img-banner .meta .left {
    width: 65%;
}

.fp-banner .meta .right, .fw-img-banner .meta .right {
    text-align: right;
    width: 35%;
}

.fp-banner .overlay, .fw-img-banner .overlay {
    background: none repeat scroll 0 0 #000000;
    left: 0;
    min-height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.fw-img-banner {
    padding: 84px 0 60px;
}

    .fw-img-banner .featured-heading {
        border-top: 10px solid #5cb85c;
        font-size: 3.75em;
        font-weight: 300;
        padding: 24px 0 0 35px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 991px) {
    .fw-img-banner .featured-heading {
        font-size: 3em;
        padding-left: 0;
    }
}

.fw-img-banner ul {
    color: #000000;
}

    .fw-img-banner ul li {
        margin-bottom: 2px;
    }

    .fw-img-banner ul a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        color: #000000;
        font-size: 1.25em;
        font-weight: 300;
        text-decoration: none;
    }

        .fw-img-banner ul a:hover {
            border-bottom: 1px solid #000000;
        }

.fw-img-banner.light-text ul a {
    color: #ffffff;
}

    .fw-img-banner.light-text ul a:hover {
        border-bottom: 1px solid #ffffff;
    }

.fw-img-banner.no-text {
    height: 500px;
}

.category-bars .col-xs-1, .category-bars .col-sm-1, .category-bars .col-md-1, .category-bars .col-lg-1, .category-bars .col-xs-2, .category-bars .col-sm-2, .category-bars .col-md-2, .category-bars .col-lg-2, .category-bars .col-xs-3, .category-bars .col-sm-3, .category-bars .col-md-3, .category-bars .col-lg-3, .category-bars .col-xs-4, .category-bars .col-sm-4, .category-bars .col-md-4, .category-bars .col-lg-4, .category-bars .col-xs-5, .category-bars .col-sm-5, .category-bars .col-md-5, .category-bars .col-lg-5, .category-bars .col-xs-6, .category-bars .col-sm-6, .category-bars .col-md-6, .category-bars .col-lg-6, .category-bars .col-xs-7, .category-bars .col-sm-7, .category-bars .col-md-7, .category-bars .col-lg-7, .category-bars .col-xs-8, .category-bars .col-sm-8, .category-bars .col-md-8, .category-bars .col-lg-8, .category-bars .col-xs-9, .category-bars .col-sm-9, .category-bars .col-md-9, .category-bars .col-lg-9, .category-bars .col-xs-10, .category-bars .col-sm-10, .category-bars .col-md-10, .category-bars .col-lg-10, .category-bars .col-xs-11, .category-bars .col-sm-11, .category-bars .col-md-11, .category-bars .col-lg-11, .category-bars .col-xs-12, .category-bars .col-sm-12, .category-bars .col-md-12, .category-bars .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.category-bars .row {
    margin-left: 0;
    margin-right: 0;
}

.category-bars a {
    display: block;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .category-bars a {
        max-height: 380px;
    }
}

.category-bars a .overlay {
    background: none repeat scroll 0 0 rgba(68, 137, 86, 0.8);
    color: #ffffff;
    left: 0;
    min-height: 100%;
    opacity: 0;
    padding: 60% 15px 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    -moz-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .category-bars a .overlay {
        padding: 35% 15px 0;
    }
}

@media only screen and (max-width: 360px) {
    .category-bars a .overlay {
        padding: 28% 15px 0;
    }
}

.category-bars a .overlay h2 {
    color: #ffffff;
    font-size: 1.875em;
    font-weight: 300;
    margin-bottom: 12px;
}

@media only screen and (max-width: 360px) {
    .category-bars a .overlay h2 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 360px) {
    .category-bars a .overlay p {
        font-size: 0.875em;
    }
}

.category-bars a:hover .overlay {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .category-bars .container {
        padding: 0;
        width: 100%;
    }
}

.category-tiles {
    position: relative;
    width: 100%;
}

    .category-tiles .container, .category-tiles .col-xs-1, .category-tiles .col-sm-1, .category-tiles .col-md-1, .category-tiles .col-lg-1, .category-tiles .col-xs-2, .category-tiles .col-sm-2, .category-tiles .col-md-2, .category-tiles .col-lg-2, .category-tiles .col-xs-3, .category-tiles .col-sm-3, .category-tiles .col-md-3, .category-tiles .col-lg-3, .category-tiles .col-xs-4, .category-tiles .col-sm-4, .category-tiles .col-md-4, .category-tiles .col-lg-4, .category-tiles .col-xs-5, .category-tiles .col-sm-5, .category-tiles .col-md-5, .category-tiles .col-lg-5, .category-tiles .col-xs-6, .category-tiles .col-sm-6, .category-tiles .col-md-6, .category-tiles .col-lg-6, .category-tiles .col-xs-7, .category-tiles .col-sm-7, .category-tiles .col-md-7, .category-tiles .col-lg-7, .category-tiles .col-xs-8, .category-tiles .col-sm-8, .category-tiles .col-md-8, .category-tiles .col-lg-8, .category-tiles .col-xs-9, .category-tiles .col-sm-9, .category-tiles .col-md-9, .category-tiles .col-lg-9, .category-tiles .col-xs-10, .category-tiles .col-sm-10, .category-tiles .col-md-10, .category-tiles .col-lg-10, .category-tiles .col-xs-11, .category-tiles .col-sm-11, .category-tiles .col-md-11, .category-tiles .col-lg-11, .category-tiles .col-xs-12, .category-tiles .col-sm-12, .category-tiles .col-md-12, .category-tiles .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .category-tiles .row {
        margin-left: 0;
        margin-right: 0;
    }

    .category-tiles .category {
        background-position: center center;
        background-repeat: no-repeat;
        border-collapse: collapse;
        display: block;
        height: 480px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

@media only screen and (max-width: 991px) {
    .category-tiles .category {
        height: 250px;
    }
}

.category-tiles .category .inner {
    display: table;
    height: 480px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .category-tiles .category .inner {
        height: 250px;
    }
}

.category-tiles .category .content {
    display: table-cell;
    padding: 24px 15px;
    position: relative;
    vertical-align: middle;
    z-index: 5;
}

.category-tiles .category h3 {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .category-tiles .category h3 {
        font-size: 2.25em;
    }
}

.category-tiles .category .overlay {
    background: none repeat scroll 0 0 #000000;
    left: 0;
    min-height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 3;
}

.category-tiles .category:hover .overlay {
    background: none repeat scroll 0 0 #a33038;
    opacity: 0.7;
}

.category-tiles.dark-text .overlay {
    background: none repeat scroll 0 0 #ffffff;
}

.category-tiles.dark-text .category h3 {
    color: #000000;
}

.menu {
    display: inline-block;
    height: 90px;
	text-align:left;
}

    .menu ul {
        list-style: none outside none;
        padding: 0;
    display: block;
    width: 100%;
    }

        .menu ul li {
            display: inline-block;
            margin: 0;
        }

            .menu ul li a {
                color: #000000;
                display: block;
                font-size: 1em;
                padding: 32px 10px;
                text-decoration: none;
                -moz-transition: color 0.3s ease 0s;
                -o-transition: color 0.3s ease 0s;
                -webkit-transition: color 0.3s ease 0s;
                transition: color 0.3s ease 0s;
            }

                .menu ul li a:hover, .menu ul li a:focus {
                    color: #a33038;
                }

            .menu ul li.active a, .menu ul li:hover a, .menu ul li:focus a {
                color: #a33038;
            }

.opaque .menu ul li .submenu {
    background-color: #ffffff;
}

.private .menu ul li .submenu {
    background-color: #ffffff;
}

.transparent .menu ul li .submenu {
    display: none;
    margin-left: 0px;
    margin-top: 0;
    padding: 11px 0px 13px;
    position: absolute;
    text-align: left;
    top: 90px;
    white-space: nowrap;
    width: auto!important;
}

.transparent.opaque .menu ul li .submenu {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
border: 1px solid #cecece;
margin-left: -5px;
margin-top: 27px !important;
padding: 11px 8px 13px;
position: absolute;
text-align: left;
top: 90px;
width: 225px;*/
}

.transparent.private .menu ul li .submenu {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border: 1px solid #cecece;
    margin-left: -5px;
    margin-top: 27px !important;
    padding: 11px 8px 13px;
    position: absolute;
    text-align: left;
    top: 90px;
    width: 225px;
}

.menu ul li .submenu li {
    display: block;
    margin: 0;
    /*padding: 0 12px;*/
    position: relative;
}

    .menu ul li .submenu li:hover {
        background-color: #faf8f5;
    }

    .menu ul li .submenu li a {
        color: #000000;
        font-size: 1em;
        padding: 3px 15px 3px 10px;
        position: relative;
    }

    .menu ul li .submenu li span span {
         display:block;
         padding-left:10px;
    }

        .menu ul li .submenu li a > span {
            display: block;
            width: 100%;
        }

        .menu ul li .submenu li a i {
            -moz-animation: 0.3s ease 0s normal none 1 fadeOut;
            -o-animation: 0.3s ease 0s normal none 1 fadeOut;
            -webkit-animation: 0.3s ease 0s normal none 1 fadeOut;
            animation: 0.3s ease 0s normal none 1 fadeOut;
            font-size: 1.1em;
            margin-top: -9px;
            position: absolute;
            right: 0;
            top: 50%;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            visibility: hidden;
        }
    /*.menu ul li .submenu li:hover a, .menu ul li .submenu li.active a, .menu ul li .submenu li:focus a {
color: #a33038;
}*/
    /*.menu ul li .submenu li:hover a i {
animation: 0.3s ease 0s normal none 1 fadeInLeftBig;
visibility: visible;
}*/
    .menu ul li .submenu li .sub-submenu {
        background-color: white;
        /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);*/
        border: 1px solid #cecece;
        opacity: 0;
        padding: 16px 0 20px;
        position: absolute;
        right: -195px;
        top: -17px;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 195px;
    }

        .menu ul li .submenu li .sub-submenu li a {
            color: #000000;
        }

            .menu ul li .submenu li .sub-submenu li a:hover, .menu ul li .submenu li .sub-submenu li.active a {
                color: #a33038;
            }

    .menu ul li .submenu li:hover .sub-submenu {
        opacity: 1;
        visibility: visible;
    }

.menu ul li:hover .submenu {
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block;
    box-shadow: none !important;
}

.transparent .menu li {
    padding: 0 10px;
}

    .transparent .menu li a {
        /*color: #ffffff;*/
        padding: 0px 5px 5px;
        position: relative;
        outline: none;
    }

    .transparent .menu li.static a:after {
        /*background: none repeat scroll 0 0 #ffffff;*/
        content: "";
        height: 2px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        width: 100%;
    }

    .transparent .menu li:hover a,
    .transparent .menu li.active a,
    .transparent .menu li:focus a,
    .transparent .menu li a:hover,
    .transparent .menu li a:focus {
        color: #000000;
    }

.transparent.opaque .menu li:hover a,
.transparent.opaque .menu li.active a,
.transparent.opaque .menu li:focus a,
.transparent.opaque .menu li a:hover,
.transparent.opaque .menu li a:focus {
    color: #000000;
    height: auto !important;
}

.transparent .menu li.static a:hover:after, .transparent .menu li.static a.selected:after {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.transparent .menu li.dynamic a:hover:after, .transparent .menu li.dynamic a.selected:after {
    opacity: 0;
}

.transparent.opaque li a {
    color: #000000;
    height: auto !important;
}

    .transparent.opaque li a:after {
        /*display: none;*/
    }

.transparent.opaque .menu li.static a:hover, .transparent.opaque .menu li.static a.selected {
    /*color: #a33038 !important;*/
}

.transparent.private .menu li.static a:hover, .transparent.private .menu li.static a.selected {
    color: #a33038 !important;
}

@media only screen and (max-width: 1024px) {
    .transparent.opaque li a {
        color: #000000;
    }

        .transparent.opaque li a:after {
            display: block;
        }

        .transparent.opaque li a:hover, .transparent.opaque li a.selected {
            color: #000000;
        }
}

.ie8 .transparent .menu li a:after {
    display: none;
}

.scroller .menu {
    height: 60px;
}

    .scroller .menu li {
        margin: 0 3px;
    }

        .scroller .menu li a {
            padding: 17px 7px;
            position: relative;
        }

            .scroller .menu li a:after {
                background: none repeat scroll 0 0 #a33038;
                bottom: 1px;
                content: "";
                display: block;
                height: 3px;
                left: 0;
                position: absolute;
                right: 0;
                -moz-transition: width 0.3s ease 0s;
                -o-transition: width 0.3s ease 0s;
                -webkit-transition: width 0.3s ease 0s;
                transition: width 0.3s ease 0s;
                width: 0;
            }

        .scroller .menu li.active a:after {
            width: 100%;
        }

.mega-menu {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #cecece;
    display: none;
    left: 0;
    padding: 20px 0 36px;
    position: absolute;
    text-align: left;
    top: 90px;
    width: 100%;
    z-index: 6;
}

    .mega-menu h4 {
        font-size: 1.25em;
        text-transform: uppercase;
    }

    .mega-menu p {
        margin-bottom: 16px;
    }

    .mega-menu a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        display: inline-block !important;
        font-size: 1em !important;
        line-height: 1.57;
        padding: 0 !important;
        text-decoration: none;
    }

        .mega-menu a:hover {
            border-bottom: 1px solid #a33038;
        }

    .mega-menu ul {
        list-style: none outside none;
        padding: 0;
    }

        .mega-menu ul li {
            display: list-item;
            line-height: 1.75;
            margin: 0;
        }

            .mega-menu ul li.active a {
                color: #a33038 !important;
            }

            .mega-menu ul li a {
                border: medium none !important;
                color: #000000 !important;
                font-size: 1em;
            }

                .mega-menu ul li a:hover {
                    color: #a33038 !important;
                }

    .mega-menu table {
        line-height: 1.75;
        margin-bottom: 16px;
        width: 100%;
    }

    .mega-menu .img-link {
        border: medium none !important;
        color: #000000 !important;
        margin-top: 10.9091px;
        text-align: center !important;
        width: 100%;
    }

        .mega-menu .img-link:hover, .mega-menu .img-link.active {
            color: #a33038 !important;
        }

        .mega-menu .img-link img {
            display: block;
            margin: 0 auto 5px !important;
            opacity: 1;
            -moz-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            -webkit-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
        }

        .mega-menu .img-link:hover img, .mega-menu .img-link.active img {
            opacity: 0.6;
        }

    .mega-menu .mega-submenu {
        display: none;
    }

        .mega-menu .mega-submenu.active {
            display: block;
        }

.has-mega-menu:hover .mega-menu {
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block;
}

#nav-toggle {
    cursor: pointer;
    display: none;
    /*padding: 10px 32px 16px 0;*/
    padding: 10px 15px 10px 0;
    margin-right: 0px;
    right: 32px;
    position: absolute;
    top: 29px;
    z-index: 1005;

}

@media only screen and (max-width: 1024px) {
    #nav-toggle {
        display: block;
        /*left:14px;*/
    }
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: none repeat scroll 0 0 #000000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    width: 32px;
}

    #nav-toggle span:before {
        top: -10px;
    }

    #nav-toggle span:after {
        bottom: -10px;
    }

    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }

    #nav-toggle.active span:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-toggle.active span:after {
        top: 10px;
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

#nav-toggle.active:hover span:before, #nav-toggle.active:hover span:after {
    background: none repeat scroll 0 0 #a33038;
}

.transparent #nav-toggle span, .transparent #nav-toggle span:before, .transparent #nav-toggle span:after {
    /*background: none repeat scroll 0 0 #ffffff;*/
}

.transparent.private #nav-toggle span, .transparent.private #nav-toggle span:before, .transparent.private #nav-toggle span:after {
    background: none repeat scroll 0 0 #000000 !important;
}

.transparent #nav-toggle:hover span, .transparent #nav-toggle:hover span:before, .transparent #nav-toggle:hover span:after {
    background: none repeat scroll 0 0 #ffffff;
}

.scroller #nav-toggle {
    top: 17px;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

.off-canvas-wrap {
    overflow: hidden;
    position: relative;
}

    .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
        min-height: 100%;
        z-index: 1;
    }

.inner-wrap {
    position: relative;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    width: 100%;
}

    .inner-wrap:before, .inner-wrap:after {
        content: " ";
        display: table;
    }

    .inner-wrap:after {
        clear: both;
    }

.left-off-canvas-menu {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*left: 0;*/
    right:0;
    overflow-y: visible;
    position: absolute;
    top:50px;
    /* top: 0;
   -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);*/
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    width: 260px;
    z-index: 1006;
    display: none;
}

    .left-off-canvas-menu * {
    }

.right-off-canvas-menu {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 1px solid #d8d8d8;
    bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    width: 260px;
    z-index: 1001;
}

    .right-off-canvas-menu * {
    }

.move-right > .inner-wrap {
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

@media only screen and (max-width: 1024px) {
    /*.move-right > .inner-wrap {
        -moz-transform: translate3d(260px, 0px, 0px);
        -ms-transform: translate3d(260px, 0px, 0px);
        -o-transform: translate3d(260px, 0px, 0px);
        -webkit-transform: translate3d(260px, 0px, 0px);
        transform: translate3d(260px, 0px, 0px);
    }*/

        .move-right > .inner-wrap .left-off-canvas-menu {
            display: block;
        }
}

.move-right .exit-off-canvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    -webkit-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
    }
}

.move-left > .inner-wrap {
    -moz-transform: translate3d(-260px, 0px, 0px);
    -ms-transform: translate3d(-260px, 0px, 0px);
    -o-transform: translate3d(-260px, 0px, 0px);
    -webkit-transform: translate3d(-260px, 0px, 0px);
    transform: translate3d(-260px, 0px, 0px);
}

.move-left .exit-off-canvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    bottom: 0;
    -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    -webkit-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap .exit-offcanvas-menu {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    bottom: 0;
    -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    -webkit-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1002;
}

@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-offcanvas-menu:hover {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -260px;
}

.no-csstransforms .right-off-canvas-menu {
    right: -260px;
}

.no-csstransforms .move-left > .inner-wrap {
    right: 260px;
}

.no-csstransforms .move-right > .inner-wrap {
    left: 260px;
}

.mobile-navi {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
}

    .mobile-navi .mobile-search {
        border-bottom: 1px solid #d8d8d8;
        height: 80px;
        padding: 21px 15px 0;
    }

        .mobile-navi .mobile-search .form-control {
            padding-right: 40px;
        }

        .mobile-navi .mobile-search button[type="submit"] {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            font-size: 1.5em;
            outline: medium none;
            position: absolute;
            right: 25px;
            top: 23px;
        }

            .mobile-navi .mobile-search button[type="submit"] i {
                display: inline-block;
                -moz-transition: color 0.25s ease 0s;
                -o-transition: color 0.25s ease 0s;
                -webkit-transition: color 0.25s ease 0s;
                transition: color 0.25s ease 0s;
            }

            .mobile-navi .mobile-search button[type="submit"]:hover i {
                color: #a33038;
            }

    .mobile-navi a {
        color: #000000;
        font-size: 1.035em;
        text-decoration: none;
    }

        .mobile-navi a:hover, .mobile-navi a:focus {
            color: #a33038;
        }

    .mobile-navi ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .mobile-navi ul li {
            margin: 0;
            overflow: hidden;
            position: relative;
        }

            .mobile-navi ul li a {
                border-bottom: 1px solid #d8d8d8;
                display: block;
                padding: 10px 45px 10px 15px;
            }

            .mobile-navi ul li.current a {
                color: #a33038;
            }

            .mobile-navi ul li span {
                color: #000000;
                cursor: pointer;
                display: block;
                font-family: FontAwesome;
                font-size: 1.3em;
                height: 47px;
                padding-top: 9px;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                width: 47px;
            }

                .mobile-navi ul li span:before {
                    content: "";
                }

                .mobile-navi ul li span:hover {
                    color: #a33038;
                }

            .mobile-navi ul li.active > span {
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .mobile-navi ul li ul.submenu {
                max-height: 0;
                -moz-transition: max-height 0.5s ease-in-out 0s;
                -o-transition: max-height 0.5s ease-in-out 0s;
                -webkit-transition: max-height 0.5s ease-in-out 0s;
                transition: max-height 0.5s ease-in-out 0s;
            }

                .mobile-navi ul li ul.submenu.open {
                    max-height: 1000px;
                }

                .mobile-navi ul li ul.submenu li {
                    overflow: hidden;
                }

                    .mobile-navi ul li ul.submenu li a {
                        color: #000000;
                        font-size: 1em;
                        padding: 7px 42px 7px 30px;
                    }

                        .mobile-navi ul li ul.submenu li a:hover, .mobile-navi ul li ul.submenu li a:focus {
                            color: #a33038;
                        }

                    .mobile-navi ul li ul.submenu li.current a {
                        color: #a33038;
                    }

                    .mobile-navi ul li ul.submenu li span {
                        font-size: 1.1em;
                        height: 40px;
                        padding-top: 7px;
                        top: 0;
                        width: 45px;
                    }

                    .mobile-navi ul li ul.submenu li ul.sub-submenu {
                        max-height: 0;
                        -moz-transition: max-height 0.4s ease-in-out 0s;
                        -o-transition: max-height 0.4s ease-in-out 0s;
                        -webkit-transition: max-height 0.4s ease-in-out 0s;
                        transition: max-height 0.4s ease-in-out 0s;
                    }

                        .mobile-navi ul li ul.submenu li ul.sub-submenu.open {
                            max-height: 400px;
                        }

                        .mobile-navi ul li ul.submenu li ul.sub-submenu li a {
                            color: #000000;
                            font-size: 0.875em;
                            padding: 5px 42px 5px 15px;
                        }

                            .mobile-navi ul li ul.submenu li ul.sub-submenu li a:hover, .mobile-navi ul li ul.submenu li ul.sub-submenu li a:focus {
                                color: #a33038;
                            }

                        .mobile-navi ul li ul.submenu li ul.sub-submenu li.current a {
                            color: #a33038;
                        }

    .mobile-navi .buttons {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .mobile-navi .buttons .pt-box,
        .mobile-navi .buttons .en-box {
            display: none;
        }

        .mobile-navi .buttons li {
            border-top: 1px solid #d8d8d8;
            display: block;
            float: left;
            width: 100%;
        }

            .mobile-navi .buttons li:first-child {
                border-right: 1px solid #d8d8d8;
            }

            .mobile-navi .buttons li a {
                display: block;
                padding: 10px 5px;
                text-align: center;
                width: 100%;
            }

                .mobile-navi .buttons li a i {
                    cursor: pointer;
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 1.2em;
                    font-style: normal;
                    margin-left: 7px;
                    -moz-transition: all 0.25s ease 0s;
                    -o-transition: all 0.25s ease 0s;
                    -webkit-transition: all 0.25s ease 0s;
                    transition: all 0.25s ease 0s;
                    vertical-align: middle;
                }

                    .mobile-navi .buttons li a i:before {
                        content: "";
                    }

            .mobile-navi .buttons li.active a i {
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .mobile-navi .buttons li ul {
                display: block;
                width: 100%;
            }

                .mobile-navi .buttons li ul li {
                    border-right: medium none;
                    float: none;
                    width: 100%;
                }

                    .mobile-navi .buttons li ul li:first-child {
                        border-right: medium none;
                        border-top: medium none;
                    }

                    .mobile-navi .buttons li ul li a {
                        border: medium none;
                        text-transform: uppercase;
                    }

            .mobile-navi .buttons li.lang, .mobile-navi .buttons li.currency {
                border-left: 1px solid #d8d8d8;
                border-top: medium none;
            }

                .mobile-navi .buttons li.lang > a.non-active, .mobile-navi .buttons li.currency > a.non-active {
                    border-bottom: 1px solid #d8d8d8;
                }

            .mobile-navi .buttons li.currency {
                margin-left: -1px;
            }

                .mobile-navi .buttons li.lang a, .mobile-navi .buttons li.currency a {
                    border-bottom: medium none;
                    font-size: 0.95em;
                    padding: 10px 5px 6px;
                    text-transform: uppercase;
                }

                .mobile-navi .buttons li.lang > a, .mobile-navi .buttons li.currency > a {
                    border-bottom: 1px solid rgba(0, 0, 0, 0);
                    -moz-transition: border 0.3s ease 0s;
                    -o-transition: border 0.3s ease 0s;
                    -webkit-transition: border 0.3s ease 0s;
                    transition: border 0.3s ease 0s;
                }

                .mobile-navi .buttons li.lang.active > a, .mobile-navi .buttons li.currency.active > a {
                    border-bottom: 1px solid #d8d8d8;
                }

        .mobile-navi .buttons:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

    .mobile-navi .user {
        border-bottom: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        width: 100%;
    }

        .mobile-navi .user a {
            display: block;
            padding: 12px 5px;
            text-align: center;
        }

            .mobile-navi .user a i {
                margin-right: 10px;
            }

.footer {
  /*  background: none repeat scroll 0 0 #ffffff;*/
    padding: 36px 0 0;
    position: relative;
    font-size: 13px;
    
}

@media only screen and (max-width: 768px) {
    .footer {
        /*text-align: center;*/
    }

    .row .sub-footer {
        text-align: left;
        padding-left: 15px;
    }
}
/*.footer h3 {
font-size: 1.25em;
font-weight: bold;
text-transform: uppercase;
}*/
.footer .featured-post, .footer .features, .footer .contacts {
    margin-bottom: 24px;
}

    .footer .featured-post h4, .footer .features h4, .footer .contacts h4, .footer .featured-post h5, .footer .features h5, .footer .contacts h5 {
        margin-bottom: 7.2px;
    }

        .footer .featured-post h4 a, .footer .features h4 a, .footer .contacts h4 a, .footer .featured-post h5 a, .footer .features h5 a, .footer .contacts h5 a {
            color: #000000;
            text-decoration: none;
        }

            .footer .featured-post h4 a:hover, .footer .features h4 a:hover, .footer .contacts h4 a:hover, .footer .featured-post h5 a:hover, .footer .features h5 a:hover, .footer .contacts h5 a:hover {
                color: #a33038;
            }

    .footer .featured-post .devider, .footer .features .devider, .footer .contacts .devider {
        background: none repeat scroll 0 0 #000000;
        display: block;
        height: 1px;
        width: 50px;
    }

@media only screen and (max-width: 768px) {
    .footer .featured-post .devider, .footer .features .devider, .footer .contacts .devider {
        margin: auto;
    }
}

.footer .featured-post .meta, .footer .features .meta, .footer .contacts .meta {
    font-size: 0.875em;
    margin-top: 4.8px;
}

    .footer .featured-post .meta .left, .footer .features .meta .left, .footer .contacts .meta .left, .footer .featured-post .meta .right, .footer .features .meta .right, .footer .contacts .meta .right {
        float: left;
    }

@media only screen and (max-width: 1200px) {
    .footer .featured-post .meta .left, .footer .features .meta .left, .footer .contacts .meta .left, .footer .featured-post .meta .right, .footer .features .meta .right, .footer .contacts .meta .right {
        float: none;
        width: 100% !important;
    }
}

.footer .featured-post .meta .left, .footer .features .meta .left, .footer .contacts .meta .left {
    width: 65%;
}

.footer .featured-post .meta .right, .footer .features .meta .right, .footer .contacts .meta .right {
    width: 35%;
}

.footer .featured-post .meta a, .footer .features .meta a, .footer .contacts .meta a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    text-decoration: none;
}

    .footer .featured-post .meta a:hover, .footer .features .meta a:hover, .footer .contacts .meta a:hover {
        border-bottom: 1px solid #a33038;
        color: #a33038;
    }

.footer .featured-post .meta span, .footer .features .meta span, .footer .contacts .meta span {
    margin-bottom: 4px;
    margin-right: 4px;
}

.footer .featured-post h4, .footer .featured-post h5 {
    margin-bottom: 6px;
}

.footer .features {
    margin-bottom: 12px;
}

    .footer .features h4, .footer .features h5 {
        font-weight: normal;
        margin-bottom: 4.8px;
    }

    .footer .features .group {
        margin-bottom: 8px;
    }

@media only screen and (max-width: 768px) {
    .footer .features .pull-left {
        float: none;
        text-align: center;
        width: 100%;
    }
}

.footer .features p {
    font-size: 0.875em;
}

.footer .features i, .footer .features .icon {
    font-size: 3.2em;
    margin: 0 18px 5px -4px;
    padding-top: 5px;
}

@media only screen and (max-width: 768px) {
    .footer .features i, .footer .features .icon {
        margin-left: 20px;
    }
}

.footer .contacts h4, .footer .contacts h5 {
    font-weight: bold;
    margin-bottom: 4.8px;
}

.footer .contacts p {
    margin-bottom: 13.3333px;
}

.footer .contacts .social-bar a {
    font-size: 2em;
    margin: 10px 18px 10px 0;
    text-decoration: none;
}

    .footer .contacts .social-bar a:hover {
        color: #dddddd;
    }

.footer .subscribe {
    margin: 10px auto 16px;
    max-width: 400px;
}

    .footer .subscribe form .form-control {
        float: left;
        width: 84%;
    }

@media only screen and (max-width: 1200px) {
    .footer .subscribe form .form-control {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .footer .subscribe form .form-control {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    .footer .subscribe form .form-control {
        width: 83%;
    }
}

@media only screen and (max-width: 360px) {
    .footer .subscribe form .form-control {
        width: 82%;
    }
}

.footer .subscribe form button[type="submit"] {
    background: none repeat scroll 0 0 #a33038;
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    font-size: 1.3em;
    height: 38px;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    width: 40px;
}

    .footer .subscribe form button[type="submit"]:hover {
        background: none repeat scroll 0 0 #dddddd;
    }

.footer .subscribe form:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.footer .copyright {
    background: none repeat scroll 0 0 #ffffff;
    padding: 16px 0 40px;
    text-align: center;
}

    .footer .copyright p {
        font-size: 14px;
        margin-bottom: 0;
        border-top: 1px solid #dddddd;
        padding-top: 20px;
        text-align: center;
    }

        .footer .copyright p a {
            border-bottom: 1px solid rgba(0, 0, 0, 0);
            /*color: #000000;*/
            text-decoration: none;
        }

            .footer .copyright p a:hover {
                border-bottom: 1px solid #a33038;
                color: #a33038;
            }

.catalog-grid .badge {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 1.25em;
    font-weight: 300;
    left: 0;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1;
}

    .catalog-grid .badge.sale {
        background: none repeat scroll 0 0 #a33038;
    }

    .catalog-grid .badge.out {
        background: none repeat scroll 0 0 #d1d1d1;
    }

.catalog-grid .item {
    max-width: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .catalog-grid .item .delete {
        background: none repeat scroll 0 0 #ffffff;
        color: #000000;
        cursor: pointer;
        font-size: 1.2em;
        height: 27px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -moz-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        -webkit-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        width: 26px;
        z-index: 5;
    }

        .catalog-grid .item .delete:hover {
            color: #cc3333;
        }

    .catalog-grid .item .thumb {
        display: block;
        position: relative;
        text-decoration: none;
    }

    .catalog-grid .item h3 {
        font-size: 1em;
        margin-bottom: 2.4px;
    }

    .catalog-grid .item p {
        color: #000000;
        font-weight: 300;
        margin-bottom: 0;
    }

    .catalog-grid .item .overlay {
        background: none repeat scroll 0 0 #f2f4f5;
        left: 0;
        min-height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        -moz-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
        width: 100%;
        z-index: 2;
    }

    .catalog-grid .item .description {
        left: 0;
        position: absolute;
        top: 0;
        visibility: visible;
        z-index: 3;
    }

        .catalog-grid .item .description.hide {
            visibility: hidden;
        }

    .catalog-grid .item .share-opts {
        display: none;
        height: 52px;
        left: 0;
        margin-top: -26px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 3;
    }

        .catalog-grid .item .share-opts a {
            color: #ffffff;
            display: inline-block;
            font-size: 1.3em;
            height: 42px;
            margin: 5px;
            padding-top: 5px;
            text-align: center;
            text-decoration: none;
            width: 42px;
        }

            .catalog-grid .item .share-opts a.facebook {
                background: none repeat scroll 0 0 #3b5998;
            }

                .catalog-grid .item .share-opts a.facebook:hover {
                    background: none repeat scroll 0 0 #2d4373;
                }

            .catalog-grid .item .share-opts a.twitter {
                background: none repeat scroll 0 0 #00aced;
            }

                .catalog-grid .item .share-opts a.twitter:hover {
                    background: none repeat scroll 0 0 #0087ba;
                }

            .catalog-grid .item .share-opts a.google-plus {
                background: none repeat scroll 0 0 #dd4b39;
            }

                .catalog-grid .item .share-opts a.google-plus:hover {
                    background: none repeat scroll 0 0 #c23321;
                }

            .catalog-grid .item .share-opts a.mail {
                background: none repeat scroll 0 0 #a33038;
            }

                .catalog-grid .item .share-opts a.mail:hover {
                    background: none repeat scroll 0 0 #dddddd;
                }

        .catalog-grid .item .share-opts.show {
            display: block;
        }

    .catalog-grid .item footer {
        position: relative;
    }

        .catalog-grid .item footer .price {
            display: block;
            font-size: 1.875em;
            font-weight: 300;
            margin-top: -22px;
            position: absolute;
            top: 50%;
        }

        .catalog-grid .item footer .tools {
            text-align: right;
        }

            .catalog-grid .item footer .tools a {
                border: 1px solid #b2b2b2;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #b2b2b2;
                display: inline-block;
                margin-left: 5px;
                text-align: center;
                text-decoration: none;
                vertical-align: middle;
            }

                .catalog-grid .item footer .tools a i {
                    font-size: 0.8em;
                }

                .catalog-grid .item footer .tools a:hover, .catalog-grid .item footer .tools a.share-btn.active {
                    background: none repeat scroll 0 0 #a33038;
                    border-color: #a33038;
                    color: #ffffff;
                }

                .catalog-grid .item footer .tools a.add-cart {
                    background: none repeat scroll 0 0 #a33038;
                    border-color: #a33038;
                    color: #ffffff;
                    font-size: 0.875em;
                    text-transform: uppercase;
                }

                    .catalog-grid .item footer .tools a.add-cart i {
                        font-size: 1.1em;
                    }

                    .catalog-grid .item footer .tools a.add-cart:hover {
                        background: none repeat scroll 0 0 #dddddd;
                    }

    .catalog-grid .item:hover .overlay {
        opacity: 0.9;
    }

    .catalog-grid .item:hover .badge {
        opacity: 0;
    }

.catalog-grid.type-1 .item {
    margin: 12px auto;
}

    .catalog-grid.type-1 .item .description {
        opacity: 0;
        padding: 36px 15px 16px;
        -moz-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
        -o-transform: translate(100%, 0px);
        -webkit-transform: translate(100%, 0px);
        transform: translate(100%, 0px);
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .catalog-grid.type-1 .item .share-opts {
        opacity: 0;
        top: 42%;
        -moz-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
        -o-transform: translate(100%, 0px);
        -webkit-transform: translate(100%, 0px);
        transform: translate(100%, 0px);
    }

    .catalog-grid.type-1 .item footer {
        padding: 13.3333px 0;
        right: 0;
        -moz-transition: right 0.4s ease 0s;
        -o-transition: right 0.4s ease 0s;
        -webkit-transition: right 0.4s ease 0s;
        transition: right 0.4s ease 0s;
        width: 200%;
    }

        .catalog-grid.type-1 .item footer .info, .catalog-grid.type-1 .item footer .tools {
            width: 50%;
        }

        .catalog-grid.type-1 .item footer .info {
            position: relative;
        }

        .catalog-grid.type-1 .item footer .tools {
            margin-top: -16px;
            padding-right: 11%;
            position: absolute;
            right: 0;
            top: 50%;
            width: 100%;
        }

            .catalog-grid.type-1 .item footer .tools a {
                padding: 3px 14px;
            }

                .catalog-grid.type-1 .item footer .tools a.add-cart {
                    padding: 4px 14px;
                }

@media only screen and (max-width: 1200px) {
    .catalog-grid.type-1 .item footer .tools {
        padding-right: 13%;
    }
}

@media only screen and (max-width: 360px) {
    .catalog-grid.type-1 .item footer .tools {
        padding-right: 14%;
    }
}

.catalog-grid.type-1 .item footer h3, .catalog-grid.type-1 .item footer p {
    width: 78%;
}

@media only screen and (max-width: 1200px) {
    .catalog-grid.type-1 .item footer h3, .catalog-grid.type-1 .item footer p {
        width: 74%;
    }
}

@media only screen and (max-width: 360px) {
    .catalog-grid.type-1 .item footer h3, .catalog-grid.type-1 .item footer p {
        width: 72%;
    }
}

.catalog-grid.type-1 .item footer p {
    color: #a33038;
    font-size: 0.875em;
    font-weight: normal;
}

.catalog-grid.type-1 .item footer .price {
    right: 0;
}

.catalog-grid.type-1 .item footer:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.catalog-grid.type-1 .item:hover .description, .catalog-grid.type-1 .item:hover .share-opts {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.catalog-grid.type-1 .item:hover footer {
    right: 78%;
}

@media only screen and (max-width: 1200px) {
    .catalog-grid.type-1 .item:hover footer {
        right: 74%;
    }
}

@media only screen and (max-width: 360px) {
    .catalog-grid.type-1 .item:hover footer {
        right: 72%;
    }
}

.catalog-grid.type-2 .item {
    margin: 16px auto;
}

    .catalog-grid.type-2 .item .description {
        opacity: 0;
        padding: 24px 15px 16px;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

@media only screen and (max-width: 1200px) {
    .catalog-grid.type-2 .item p {
        line-height: 1.5;
    }
}

.catalog-grid.type-2 .item .share-opts {
    opacity: 0;
    top: 48%;
    -moz-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-grid.type-2 .item footer {
    bottom: 20px;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 3;
}

    .catalog-grid.type-2 .item footer .tools a {
        padding: 3px 11px;
    }

        .catalog-grid.type-2 .item footer .tools a.add-cart {
            padding: 4px 11px;
        }

.catalog-grid.type-2 .item:hover footer, .catalog-grid.type-2 .item:hover .share-opts, .catalog-grid.type-2 .item:hover .description {
    opacity: 1;
}

.catalog-grid.type-2 .item:hover .share-opts {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.catalog-grid.grid-sm .item {
    font-size: 80%;
}

@media only screen and (max-width: 1200px) {
    .catalog-grid.grid-sm .item {
        margin: 12px auto;
    }
}

.catalog-grid.grid-sm .item footer .price {
    padding-top: 5px;
}

.catalog-grid.grid-sm .item .share-opts a {
    height: 38px;
    padding-top: 7px;
    width: 38px;
}

@media only screen and (max-width: 1200px) {
    .catalog-grid.grid-sm .item {
        font-size: 100%;
    }

        .catalog-grid.grid-sm .item .share-opts a {
            height: 42px;
            padding-top: 5px;
            width: 42px;
        }

        .catalog-grid.grid-sm .item footer .price {
            padding-top: 0;
        }
}

.catalog-grid.grid-sm.type-1 .item {
    font-size: 85%;
    margin: 8px auto;
}

    .catalog-grid.grid-sm.type-1 .item footer .info h3 {
        font-size: 1.125em;
    }

    .catalog-grid.grid-sm.type-1 .item footer .info p {
        font-size: 1em;
    }

    .catalog-grid.grid-sm.type-1 .item footer .price {
        padding-top: 2px;
    }

    .catalog-grid.grid-sm.type-1 .item footer .tools {
        padding-right: 12.5%;
    }

@media only screen and (max-width: 1200px) {
    .catalog-grid.grid-sm.type-1 .item {
        font-size: 100%;
    }

        .catalog-grid.grid-sm.type-1 .item footer .info h3 {
            font-size: 1em;
        }

        .catalog-grid.grid-sm.type-1 .item footer .info p {
            font-size: 0.875em;
        }

        .catalog-grid.grid-sm.type-1 .item footer .price {
            padding-top: 0;
        }

        .catalog-grid.grid-sm.type-1 .item footer .tools {
            padding-right: 11%;
        }
}

@media only screen and (max-width: 360px) {
    .catalog-grid.grid-sm.type-1 .item footer .tools {
        padding-right: 13%;
    }
}

.catalog-grid.grid-sm.type-1 .item:hover footer {
    right: 75%;
}

@media only screen and (max-width: 1200px) {
    .catalog-grid.grid-sm.type-1 .item:hover footer {
        right: 78%;
    }
}

@media only screen and (max-width: 360px) {
    .catalog-grid.grid-sm.type-1 .item:hover footer {
        right: 74%;
    }
}

.catalog-list {
    margin-top: 12px;
}

    .catalog-list .item {
        margin-bottom: 48px;
    }

        .catalog-list .item .thumb {
            display: block;
            margin: 0 auto 20px;
            max-width: 360px;
            position: relative;
        }

            .catalog-list .item .thumb img {
                display: block;
                left: 0;
                position: absolute;
                top: 0;
                z-index: 1;
            }

                .catalog-list .item .thumb img:first-child {
                    position: relative;
                }

                .catalog-list .item .thumb img.active {
                    z-index: 3;
                }

        .catalog-list .item h3 {
            border-bottom: 1px solid #cecece;
            font-weight: 300;
            padding-bottom: 16px;
            text-transform: uppercase;
        }

            .catalog-list .item h3 a {
                color: #000000;
                text-decoration: none;
            }

                .catalog-list .item h3 a:hover {
                    color: #a33038;
                }

        .catalog-list .item p {
            margin-bottom: 16px;
        }

@media only screen and (max-width: 991px) {
    .catalog-list .item h3, .catalog-list .item p {
        text-align: center;
    }
}

.catalog-list .item .description {
    border-bottom: 1px solid #cecece;
}

.catalog-list .item footer {
    margin-top: 24px;
}

    .catalog-list .item footer h4 {
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .catalog-list .item footer .price {
        display: block;
        font-size: 2.5em;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .catalog-list .item footer .tools a {
        border: 1px solid #b2b2b2;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 8px;
        padding: 4px 15px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
    }

        .catalog-list .item footer .tools a i {
            font-size: 0.8em;
        }

        .catalog-list .item footer .tools a:hover, .catalog-list .item footer .tools a.share-btn.active {
            background: none repeat scroll 0 0 #a33038;
            border-color: #a33038;
            color: #ffffff;
        }

        .catalog-list .item footer .tools a.add-cart {
            background: none repeat scroll 0 0 #a33038;
            border-color: #a33038;
            color: #ffffff;
            font-size: 0.875em;
            padding: 5px 15px;
            text-transform: uppercase;
        }

            .catalog-list .item footer .tools a.add-cart i {
                font-size: 1.1em;
            }

            .catalog-list .item footer .tools a.add-cart:hover {
                background: none repeat scroll 0 0 #dddddd;
            }

@media only screen and (max-width: 768px) {
    .catalog-list .item {
        text-align: center;
    }
}

.shopping-cart header {
    padding: 0 15px 8px;
}

    .shopping-cart header h4 {
        text-align: center;
        text-transform: uppercase;
    }

.shopping-cart .item {
    border: 1px solid #cecece;
    margin-bottom: 24px;
    padding: 24px 15px 13.3333px;
    position: relative;
    width: 100%;
}

    .shopping-cart .item .delete {
        color: #000000;
        cursor: pointer;
        font-size: 1.25em;
        height: 28px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 5px;
        -moz-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        -webkit-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        width: 28px;
    }

        .shopping-cart .item .delete:hover {
            color: #cc3333;
        }

    .shopping-cart .item .thumb {
        float: left;
        margin-right: 25px;
    }

    .shopping-cart .item .details {
        float: left;
    }

        .shopping-cart .item .details a {
            color: #000000;
            text-decoration: none;
        }

            .shopping-cart .item .details a:hover {
                color: #a33038;
            }

    .shopping-cart .item .price {
        font-size: 1.875em;
        font-weight: 300;
        margin-top: 38.4px;
        text-align: center;
        width: 100%;
    }

.shopping-cart .qnt-count {
    margin: 48px auto 0;
    padding-left: 10px;
    width: 110px;
}

    .shopping-cart .qnt-count .incr-btn {
        background: none repeat scroll 0 0 #e7ecee;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
        color: #000000;
        display: block;
        float: left;
        height: 28px;
        padding-top: 6px;
        text-align: center;
        text-decoration: none;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        width: 21px;
    }

        .shopping-cart .qnt-count .incr-btn:hover {
            background: none repeat scroll 0 0 #a33038;
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
            color: #ffffff;
        }

        .shopping-cart .qnt-count .incr-btn.inactive {
            cursor: default;
            opacity: 0.5;
        }

            .shopping-cart .qnt-count .incr-btn.inactive:hover {
                background: none repeat scroll 0 0 #e7ecee;
                -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                color: #000000;
            }

    .shopping-cart .qnt-count .quantity {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        display: block;
        float: left;
        outline: medium none;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
        width: 50px;
    }

    .shopping-cart .qnt-count:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.color-switcher {
    margin-bottom: 12px;
}

    .color-switcher h4 {
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .color-switcher .color {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25) inset;
        -webkit-box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25) inset;
        box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25) inset;
        cursor: pointer;
        display: inline-block;
        height: 28px;
        margin-right: 3px;
        padding: 4px 0 0 4px;
        position: relative;
        width: 28px;
    }

        .color-switcher .color span {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            height: 20px;
            width: 20px;
        }

        .color-switcher .color.current {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
        }

            .color-switcher .color.current span {
                height: 28px;
                width: 28px;
            }

            .color-switcher .color.current:before {
                color: #ffffff;
                content: "";
                display: block;
                font-family: FontAwesome;
                font-size: 0.6em;
                left: 9px;
                position: absolute;
                top: 8px;
                z-index: 1;
            }

.ie .color-switcher .color {
    border: 1px solid #cecece;
}

.size-switcher {
    margin-bottom: 12px;
}

    .size-switcher h4 {
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .size-switcher label {
        cursor: pointer;
        margin: 0 5px 10px 0;
        position: relative;
        width: 36px;
    }

        .size-switcher label span {
            color: #b2b2b2;
            font-weight: normal;
            left: 0;
            position: absolute;
            text-align: center;
            top: 7px;
            -moz-transition: color 0.25s ease 0s;
            -o-transition: color 0.25s ease 0s;
            -webkit-transition: color 0.25s ease 0s;
            transition: color 0.25s ease 0s;
            width: 100%;
        }

    .size-switcher .iradio {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #cecece;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #cecece;
        cursor: pointer;
        display: block;
        float: left;
        height: 28px;
        margin: 4px 9px 0 0;
        padding: 0;
        text-align: center;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        width: 36px;
    }

        .size-switcher .iradio.checked {
            background: none repeat scroll 0 0 #a33038;
            border-color: #a33038;
        }

            .size-switcher .iradio.checked + span {
                color: #ffffff;
            }

.sp-tools h4 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.sp-tools .qnt-count {
    margin-bottom: 20px;
    width: 100%;
}

    .sp-tools .qnt-count .incr-btn {
        background: none repeat scroll 0 0 #e7ecee;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
        color: #000000;
        display: block;
        float: left;
        height: 28px;
        padding-top: 6px;
        text-align: center;
        text-decoration: none;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        width: 21px;
    }

        .sp-tools .qnt-count .incr-btn:hover {
            background: none repeat scroll 0 0 #a33038;
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
            color: #ffffff;
        }

        .sp-tools .qnt-count .incr-btn.inactive {
            cursor: default;
            opacity: 0.5;
        }

            .sp-tools .qnt-count .incr-btn.inactive:hover {
                background: none repeat scroll 0 0 #e7ecee;
                -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                color: #000000;
            }

    .sp-tools .qnt-count .quantity {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        display: block;
        float: left;
        outline: medium none;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
        width: 35px;
    }

    .sp-tools .qnt-count label {
        float: left;
        font-size: 0.875em;
        font-weight: normal;
        padding: 2px 8px 0 0;
        text-transform: uppercase;
        width: 105px;
    }

    .sp-tools .qnt-count:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.sp-tools .price {
    font-size: 2em;
    font-weight: 300;
    line-height: 0.8;
    margin-bottom: 20px;
}

.info-tile-radio {
    display: table;
    text-align: center;
    width: 100%;
}

    .info-tile-radio .tile {
        cursor: pointer;
        display: inline-block;
        margin: 0 18px 18px;
        min-width: 152px;
        padding: 15px 15px 10px;
        position: relative;
    }

        .info-tile-radio .tile label {
            background: none repeat scroll 0 0 #ffffff;
            color: #000000;
            font-size: 1.25em;
            font-weight: normal;
            min-height: 100%;
            position: relative;
            text-align: center;
            width: 100%;
            z-index: 1;
        }

            .info-tile-radio .tile label span {
                display: block;
                font-size: 0.8em;
                line-height: 1.6;
                margin-top: 12px;
            }

                .info-tile-radio .tile label span.pricing {
                    color: #a33038;
                    font-size: 1em;
                    font-weight: bold;
                }

        .info-tile-radio .tile .iradio {
            border: 1px solid #cecece;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            color: #cecece;
            cursor: pointer;
            left: 0;
            min-height: 100%;
            position: absolute;
            top: 0;
            -moz-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
            width: 100%;
            z-index: 2;
        }

            .info-tile-radio .tile .iradio.checked {
                border: 2px solid #a33038;
            }

.tracking-page .heading {
    margin-bottom: 28.8px;
}

.tracking-page h4 {
    margin-bottom: 8px;
}

.tracking-page p {
    margin-bottom: 16px;
}

.tracking-page .package {
    margin: 12px 0;
    text-align: center;
}

    .tracking-page .package img {
        display: block;
        margin: 0 auto 12px;
    }

@media only screen and (max-width: 768px) {
    .tracking-page aside {
        text-align: center;
    }
}

.tracking-timeline {
    margin: 72px 0;
}

    .tracking-timeline .timeline {
        margin-bottom: 24px;
    }

        .tracking-timeline .timeline .checkpoint {
            background: none repeat scroll 0 0 #e5e5e5;
            float: left;
            height: 10px;
            position: relative;
            width: 20%;
        }

            .tracking-timeline .timeline .checkpoint.last {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            }

            .tracking-timeline .timeline .checkpoint span {
                background: none repeat scroll 0 0 #e5e5e5;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                display: block;
                height: 25px;
                left: -2px;
                position: absolute;
                top: -8px;
                width: 25px;
            }

                .tracking-timeline .timeline .checkpoint span:after {
                    background: none repeat scroll 0 0 #bfbfbf;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    content: "";
                    display: block;
                    height: 17px;
                    left: 4px;
                    position: absolute;
                    top: 4px;
                    width: 17px;
                }

                .tracking-timeline .timeline .checkpoint span.active {
                    background: none repeat scroll 0 0 #a33038;
                }

                    .tracking-timeline .timeline .checkpoint span.active:after {
                        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                        color: #ffffff;
                        content: "";
                        font-family: "FontAwesome";
                        font-size: 0.8em;
                        height: auto;
                        left: 6px;
                        top: 4px;
                        width: auto;
                    }

            .tracking-timeline .timeline .checkpoint.active {
                background: none repeat scroll 0 0 #a33038;
            }

        .tracking-timeline .timeline:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

    .tracking-timeline .labels div {
        float: left;
        width: 20%;
    }

        .tracking-timeline .labels div i {
            display: none;
            font-style: normal;
        }

@media only screen and (max-width: 480px) {
    .tracking-timeline .labels div span {
        display: none;
    }

    .tracking-timeline .labels div i {
        display: block;
    }
}

.tracking-timeline .labels:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.deliv-method {
    margin-bottom: 36px;
    text-align: center;
}

    .deliv-method h4 {
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .deliv-method .icon {
        height: 80px;
        margin-bottom: 24px;
        position: relative;
        width: 80px;
    }

        .deliv-method .icon:before, .deliv-method .icon:after {
            display: block;
            font-family: "FontAwesome";
            font-size: 5em;
            position: absolute;
        }

        .deliv-method .icon:before {
            color: #a33038;
            z-index: 2;
        }

        .deliv-method .icon:after {
            color: #dbdbdb;
            z-index: 1;
        }

        .deliv-method .icon.air-transport:before, .deliv-method .icon.air-transport:after {
            content: "";
        }

        .deliv-method .icon.air-transport:after {
            right: 13px;
            top: 5px;
        }

        .deliv-method .icon.ground-transport:before, .deliv-method .icon.ground-transport:after {
            content: "";
        }

        .deliv-method .icon.ground-transport:after {
            right: -5px;
            top: 3px;
        }

        .deliv-method .icon.sea-transport:before, .deliv-method .icon.sea-transport:after {
            content: "";
            font-size: 4.5em;
        }

        .deliv-method .icon.sea-transport:after {
            right: 3px;
            top: 3px;
        }

.shop-history {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

    .shop-history .container-fluid {
        padding: 0;
    }

        .shop-history .container-fluid .row {
            margin: 0;
        }

        .shop-history .container-fluid .column {
            border-left: 1px solid #cecece;
            padding: 0;
        }

            .shop-history .container-fluid .column:first-child {
                border-left: medium none;
            }

@media only screen and (max-width: 991px) {
    .shop-history .container-fluid .column {
        border-left: medium none;
    }
}

.shop-history .preview {
    margin: auto;
    max-width: 670px;
    padding: 24px 0 16px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .shop-history .preview {
        padding: 0;
    }
}

.shop-history .preview img {
    border-style: none;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 24px;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1;
}

    .shop-history .preview img:first-child {
        position: relative;
        top: 0;
    }

    .shop-history .preview img.active {
        opacity: 1;
        z-index: 5;
    }

.shop-history .panel-group {
    margin-bottom: 0;
}

    .shop-history .panel-group .panel {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-top: 1px solid #cecece;
        margin-top: 0;
    }

        .shop-history .panel-group .panel:first-child {
            border-top: medium none;
        }

@media only screen and (max-width: 991px) {
    .shop-history .panel-group .panel:first-child {
        border-top: 1px solid #cecece;
    }
}

.shop-history .panel-group .panel .panel-heading {
    padding: 64.8px 25px 36px 20px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .shop-history .panel-group .panel .panel-heading {
        padding: 64.8px 15px 24px;
    }
}

.shop-history .panel-group .panel .panel-heading .panel-title {
    font-size: 1em;
    width: 70%;
}

    .shop-history .panel-group .panel .panel-heading .panel-title h3 {
        font-size: 1.875em;
    }

@media only screen and (max-width: 768px) {
    .shop-history .panel-group .panel .panel-heading .panel-title h3 {
        font-size: 1.6875em;
    }
}

.shop-history .panel-group .panel .panel-heading .panel-title h3 a {
    cursor: default;
    font-size: 1em;
    font-weight: 300;
}

    .shop-history .panel-group .panel .panel-heading .panel-title h3 a:hover {
        color: #a33038;
    }

    .shop-history .panel-group .panel .panel-heading .panel-title h3 a.collapsed {
        cursor: pointer;
    }

.shop-history .panel-group .panel .panel-heading .panel-title h4 {
    color: #b2b2b2;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .shop-history .panel-group .panel .panel-heading .panel-title h4 {
        font-size: 1.125em;
    }
}

.shop-history .panel-group .panel .panel-heading .badge {
    background: none repeat scroll 0 0 #000000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
    left: -1px;
    padding: 7px 24px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
}

    .shop-history .panel-group .panel .panel-heading .badge.warning {
        background: none repeat scroll 0 0 #ffce00;
    }

    .shop-history .panel-group .panel .panel-heading .badge.primary {
        background: none repeat scroll 0 0 #a33038;
    }

@media only screen and (max-width: 768px) {
    .shop-history .panel-group .panel .panel-heading .badge {
        padding: 7px 15px;
    }
}

.shop-history .panel-group .panel .panel-heading .price {
    font-size: 2.5em;
    font-weight: 300;
    padding-top: 22px;
    position: absolute;
    right: 25px;
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .shop-history .panel-group .panel .panel-heading .price {
        font-size: 2em;
        text-align: right;
        width: 25%;
    }
}

@media only screen and (max-width: 480px) {
    .shop-history .panel-group .panel .panel-heading .price {
        text-align: right;
        width: 30%;
    }
}

.shop-history .panel-group .panel .panel-body {
    border: medium none;
    padding: 0 25px 24px 20px;
}

    .shop-history .panel-group .panel .panel-body h4, .shop-history .panel-group .panel .panel-body h5 {
        font-weight: bold;
    }

    .shop-history .panel-group .panel .panel-body h5 {
        margin-bottom: 0;
    }

    .shop-history .panel-group .panel .panel-body p {
        margin-bottom: 12px;
    }

    .shop-history .panel-group .panel .panel-body table {
        margin-bottom: 24px;
        width: 100%;
    }

        .shop-history .panel-group .panel .panel-body table td {
            padding: 6px 10px 6px 0;
        }

            .shop-history .panel-group .panel .panel-body table td.product {
                width: 36%;
            }

            .shop-history .panel-group .panel .panel-body table td.quantity {
                width: 18%;
            }

            .shop-history .panel-group .panel .panel-body table td.shipping {
                width: 16%;
            }

            .shop-history .panel-group .panel .panel-body table td.subtotal {
                width: 15%;
            }

            .shop-history .panel-group .panel .panel-body table td.total {
                width: 15%;
            }

@media only screen and (max-width: 768px) {
    .shop-history .panel-group .panel .panel-body table td.product {
        width: 36%;
    }

    .shop-history .panel-group .panel .panel-body table td.quantity {
        width: 23%;
    }

    .shop-history .panel-group .panel .panel-body table td.shipping {
        width: 21%;
    }

    .shop-history .panel-group .panel .panel-body table td.subtotal {
        width: 0;
    }

    .shop-history .panel-group .panel .panel-body table td.total {
        width: 21%;
    }
}

.paypal-btn {
    background: url("../img/paypal-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    margin: auto;
    width: 200px;
}

.ie .card-wrapper {
    display: none;
}

.recent-post, .blog .list-view .post, .search-results .post {
    margin-bottom: 24px;
}

    .recent-post h3, .blog .list-view .post h3, .search-results .post h3, .recent-post h4, .blog .list-view .post h4, .search-results .post h4, .recent-post h5, .blog .list-view .post h5, .search-results .post h5 {
        margin-bottom: 7.2px;
    }

        .recent-post h3 a, .blog .list-view .post h3 a, .search-results .post h3 a, .recent-post h4 a, .blog .list-view .post h4 a, .search-results .post h4 a, .recent-post h5 a, .blog .list-view .post h5 a, .search-results .post h5 a {
            color: #000000;
            text-decoration: none;
        }

            .recent-post h3 a:hover, .blog .list-view .post h3 a:hover, .search-results .post h3 a:hover, .recent-post h4 a:hover, .blog .list-view .post h4 a:hover, .search-results .post h4 a:hover, .recent-post h5 a:hover, .blog .list-view .post h5 a:hover, .search-results .post h5 a:hover {
                color: #a33038;
            }

    .recent-post p, .blog .list-view .post p, .search-results .post p {
        margin-bottom: 12px;
    }

    .recent-post .devider, .blog .list-view .post .devider, .search-results .post .devider {
        background: none repeat scroll 0 0 #000000;
        display: block;
        height: 1px;
        margin-bottom: 9.6px;
        width: 50px;
    }

    .recent-post .meta, .blog .list-view .post .meta, .search-results .post .meta {
        font-size: 0.875em;
        margin-top: 4.8px;
    }

        .recent-post .meta .left, .blog .list-view .post .meta .left, .search-results .post .meta .left, .recent-post .meta .right, .blog .list-view .post .meta .right, .search-results .post .meta .right {
            float: left;
        }

@media only screen and (max-width: 1200px) {
    .recent-post .meta .left, .blog .list-view .post .meta .left, .search-results .post .meta .left, .recent-post .meta .right, .blog .list-view .post .meta .right, .search-results .post .meta .right {
        float: none;
        text-align: left !important;
        width: 100% !important;
    }
}

.recent-post .meta .left, .blog .list-view .post .meta .left, .search-results .post .meta .left {
    width: 65%;
}

.recent-post .meta .right, .blog .list-view .post .meta .right, .search-results .post .meta .right {
    text-align: right;
    width: 35%;
}

.recent-post .meta a, .blog .list-view .post .meta a, .search-results .post .meta a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    text-decoration: none;
}

    .recent-post .meta a:hover, .blog .list-view .post .meta a:hover, .search-results .post .meta a:hover {
        border-bottom: 1px solid #a33038;
        color: #a33038;
    }

.recent-post .meta span, .blog .list-view .post .meta span, .search-results .post .meta span {
    margin-bottom: 5px;
    margin-right: 5px;
}

.blog .list-view .post, .search-results .list-view .post {
    margin-bottom: 24px;
}

    .blog .list-view .post .featured-img, .search-results .list-view .post .featured-img {
        display: block;
        margin: 0 auto 16px;
        max-width: 360px;
        text-decoration: none;
        width: 100%;
    }

        .blog .list-view .post .featured-img img, .search-results .list-view .post .featured-img img {
            margin: auto;
        }

    .blog .list-view .post .meta, .search-results .list-view .post .meta {
        font-size: 1em;
    }

    .blog .list-view .post h3, .search-results .list-view .post h3 {
        font-size: 1.25em;
        font-weight: bold;
        text-transform: uppercase;
    }

@media only screen and (max-width: 768px) {
    .blog .list-view, .search-results .list-view {
        text-align: center;
    }

        .blog .list-view .post, .search-results .list-view .post {
            margin-bottom: 36px;
        }

            .blog .list-view .post .devider, .search-results .list-view .post .devider {
                margin-left: auto;
                margin-right: auto;
            }

            .blog .list-view .post .meta .left, .search-results .list-view .post .meta .left, .blog .list-view .post .meta .right, .search-results .list-view .post .meta .right {
                text-align: center !important;
            }
}

.blog .grid-view .post, .search-results .grid-view .post {
    margin: 0 auto 30px;
    max-width: 360px;
    width: 100%;
}

    .blog .grid-view .post .featured-img, .search-results .grid-view .post .featured-img {
        overflow: hidden;
        position: relative;
    }

        .blog .grid-view .post .featured-img .meta, .search-results .grid-view .post .featured-img .meta {
            background: none repeat scroll 0 0 #a33038;
            opacity: 0.8;
            bottom: -45px;
            left: 0;
            opacity: 0;
            padding: 10px 15px;
            position: absolute;
            text-align: center;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 100%;
        }

            .blog .grid-view .post .featured-img .meta a, .search-results .grid-view .post .featured-img .meta a {
                color: #ffffff;
                margin: 0 10px;
                opacity: 1;
                text-decoration: none;
            }

                .blog .grid-view .post .featured-img .meta a i, .search-results .grid-view .post .featured-img .meta a i {
                    font-size: 1.1em;
                    margin-right: 8px;
                }

                .blog .grid-view .post .featured-img .meta a:hover, .search-results .grid-view .post .featured-img .meta a:hover {
                    opacity: 0.7;
                }

        .blog .grid-view .post .featured-img:hover .meta, .search-results .grid-view .post .featured-img:hover .meta {
            bottom: 0;
            opacity: 1;
        }

    .blog .grid-view .post footer, .search-results .grid-view .post footer {
        border-bottom: 1px solid #cecece;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        padding: 16px 15px;
    }

    .blog .grid-view .post h3, .search-results .grid-view .post h3 {
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 4.8px;
        text-transform: uppercase;
    }

        .blog .grid-view .post h3 a, .search-results .grid-view .post h3 a {
            color: #000000;
            text-decoration: none;
        }

            .blog .grid-view .post h3 a:hover, .search-results .grid-view .post h3 a:hover {
                color: #a33038;
            }

    .blog .grid-view .post p, .search-results .grid-view .post p {
        margin-bottom: 16px;
    }

    .blog .grid-view .post .devider, .search-results .grid-view .post .devider {
        background: none repeat scroll 0 0 #000000;
        display: block;
        height: 1px;
        margin-bottom: 9.6px;
        width: 50px;
    }

    .blog .grid-view .post .taxonomy a, .search-results .grid-view .post .taxonomy a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 4px;
        text-decoration: none;
    }

        .blog .grid-view .post .taxonomy a:hover, .search-results .grid-view .post .taxonomy a:hover {
            border-bottom: 1px solid #a33038;
            color: #a33038;
        }

.post-controls {
    width: 100%;
}

    .post-controls .next-post, .post-controls .prev-post {
        display: block;
        text-decoration: none;
        top: 5px;
    }

        .post-controls .next-post i, .post-controls .prev-post i {
            font-size: 1.4em;
            padding-top: 1px;
        }

        .post-controls .next-post:hover, .post-controls .prev-post:hover {
            color: #dddddd;
        }

    .post-controls .prev-post {
        float: left;
        margin-left: 10px;
    }

        .post-controls .prev-post i {
            float: left;
            margin-right: 8px;
        }

    .post-controls .next-post {
        float: right;
        margin-right: 10px;
    }

        .post-controls .next-post i {
            float: right;
            margin-left: 8px;
        }

    .post-controls:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.post-title {
    border-bottom: 1px solid #cecece;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #b55639;
}

.block-devider {
    border-bottom: 1px solid #cecece;
    margin-bottom: 21.6px;
}

.post-meta {
    border-top: 1px solid #cecece;
    padding-top: 16px;
}

    .post-meta .taxonomy {
        float: left;
        margin-bottom: 15px;
    }

        .post-meta .taxonomy a {
            border-bottom: 1px solid rgba(0, 0, 0, 0);
            font-weight: bold;
            padding-bottom: 3px;
            text-decoration: none;
        }

            .post-meta .taxonomy a:hover {
                border-bottom: 1px solid #a33038;
            }

        .post-meta .taxonomy span {
            color: #b2b2b2;
            margin: 0 5px;
        }

    .post-meta .date {
        color: #b2b2b2;
        float: right;
        margin-left: 15px;
        text-transform: uppercase;
    }

    .post-meta:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.post-toolbox {
    padding: 16px 0 48px;
}

    .post-toolbox:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

@media only screen and (max-width: 480px) {
    .post-toolbox {
        text-align: center;
    }
}

.post-toolbox .buttons {
    float: right;
}

@media only screen and (max-width: 480px) {
    .post-toolbox .buttons {
        display: table;
        float: none;
        margin: 24px auto 0;
    }
}

.post-toolbox .buttons a {
    border: 1px solid #b2b2b2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #b2b2b2;
    display: inline-block;
    height: 46px;
    margin-left: 20px;
    padding-top: 13px;
    text-align: center;
    text-decoration: none;
    width: 46px;
}

    .post-toolbox .buttons a i {
        font-size: 1.4em;
    }

    .post-toolbox .buttons a:hover {
        background: none repeat scroll 0 0 #a33038;
        border: 1px solid #a33038;
        color: #ffffff;
    }

@media only screen and (max-width: 480px) {
    .post-toolbox .buttons a:first-child {
        margin-left: 0;
    }
}

.archive-list {
    list-style: none outside none;
    padding: 0;
    width: 100%;
}

    .archive-list li {
        border-bottom: 1px solid #e1e4e6;
        display: block;
        padding-bottom: 2px;
    }

        .archive-list li a {
            float: left;
            font-size: 1.25em;
            text-decoration: none;
        }

            .archive-list li a:hover {
                color: #dddddd;
            }

        .archive-list li span {
            color: #868686;
            float: right;
            margin-left: 15px;
            margin-top: 4px;
            text-transform: uppercase;
        }

        .archive-list li:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

@media only screen and (max-width: 768px) {
    .archive-list {
        text-align: center;
    }

        .archive-list li a, .archive-list li span {
            float: none;
        }

        .archive-list li span {
            display: block;
        }
}

.sidebar {
    max-width: 400px;
    padding-bottom: 1px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .sidebar {
        border-top: 1px solid #cecece;
        margin-top: 24px;
        padding-top: 24px;
    }
}

.sidebar:before {
    background: none repeat scroll 0 0 #cecece;
    content: "";
    min-height: 100%;
    position: absolute;
    width: 1px;
}

@media only screen and (max-width: 991px) {
    .sidebar:before {
        display: none;
    }
}

.sidebar.no-devider:before {
    display: none;
}

.sidebar.no-devider.right {
    padding-left: 10px !important;
}

@media only screen and (max-width: 991px) {
    .sidebar.no-devider.right {
        padding-left: 0 !important;
    }
}

.sidebar.no-devider.left {
    padding-right: 10px !important;
}

@media only screen and (max-width: 991px) {
    .sidebar.no-devider.left {
        padding-right: 0 !important;
    }
}

.sidebar.right {
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .sidebar.right {
        padding-left: 0;
    }
}

.sidebar.right:before {
    left: 0;
    top: 0;
}

.sidebar.left {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .sidebar.left {
        padding-right: 0;
    }
}

.sidebar.left:before {
    right: 0;
    top: 0;
}

.sidebar .widget {
    margin-bottom: 24px;
}

    .sidebar .widget:last-child {
        margin-bottom: 12px;
    }

    .sidebar .widget h3 {
        font-size: 1.25em;
        font-weight: bold;
    }

    .sidebar .widget.featured-posts .post {
        margin-bottom: 12px;
    }

        .sidebar .widget.featured-posts .post h4, .sidebar .widget.featured-posts .post h5 {
            margin-bottom: 4.8px;
        }

            .sidebar .widget.featured-posts .post h4 a, .sidebar .widget.featured-posts .post h5 a {
                color: #000000;
                text-decoration: none;
            }

                .sidebar .widget.featured-posts .post h4 a:hover, .sidebar .widget.featured-posts .post h5 a:hover {
                    color: #a33038;
                }

        .sidebar .widget.featured-posts .post .devider {
            background: none repeat scroll 0 0 #000000;
            display: block;
            height: 1px;
            width: 50px;
        }

@media only screen and (max-width: 768px) {
    .sidebar .widget.featured-posts .post .devider {
        margin: auto;
    }
}

.sidebar .widget.featured-posts .post .meta {
    font-size: 0.875em;
    margin-top: 4.8px;
}

    .sidebar .widget.featured-posts .post .meta .left, .sidebar .widget.featured-posts .post .meta .right {
        float: left;
    }

    .sidebar .widget.featured-posts .post .meta .left {
        width: 65%;
    }

    .sidebar .widget.featured-posts .post .meta .right {
        width: 35%;
    }

    .sidebar .widget.featured-posts .post .meta a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 4px;
        text-decoration: none;
    }

        .sidebar .widget.featured-posts .post .meta a:hover {
            border-bottom: 1px solid #a33038;
            color: #a33038;
        }

    .sidebar .widget.featured-posts .post .meta span {
        margin-bottom: 4px;
        margin-right: 4px;
    }

.sidebar .widget.categories .category {
    margin-bottom: 8px;
}

    .sidebar .widget.categories .category .cat-icon {
        float: left;
        font-size: 2.8em;
        margin-right: 15px;
    }

    .sidebar .widget.categories .category .cat-text {
        float: left;
    }

        .sidebar .widget.categories .category .cat-text h4 {
            font-size: 1em;
            margin: 5px 0 3.6px;
        }

            .sidebar .widget.categories .category .cat-text h4 a {
                color: #000000;
                text-decoration: none;
            }

                .sidebar .widget.categories .category .cat-text h4 a:hover {
                    color: #a33038;
                }

        .sidebar .widget.categories .category .cat-text p {
            font-size: 0.875em;
            margin-bottom: 0;
        }

    .sidebar .widget.categories .category:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.sidebar .widget.search form {
    position: relative;
}

    .sidebar .widget.search form .form-control {
        padding-right: 45px;
    }

    .sidebar .widget.search form button[type="submit"] {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        font-size: 1.5em;
        outline: medium none;
        position: absolute;
        right: 12px;
        top: 3px;
    }

        .sidebar .widget.search form button[type="submit"] i {
            display: inline-block;
            -moz-transition: color 0.25s ease 0s;
            -o-transition: color 0.25s ease 0s;
            -webkit-transition: color 0.25s ease 0s;
            transition: color 0.25s ease 0s;
        }

        .sidebar .widget.search form button[type="submit"]:hover i {
            color: #a33038;
        }

.sidebar .widget.subscribe form .form-control {
    float: left;
    width: 82%;
}

@media only screen and (max-width: 1200px) {
    .sidebar .widget.subscribe form .form-control {
        width: 78%;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar .widget.subscribe form .form-control {
        width: 85%;
    }
}

@media only screen and (max-width: 360px) {
    .sidebar .widget.subscribe form .form-control {
        width: 80%;
    }
}

.sidebar .widget.subscribe form button[type="submit"] {
    background: none repeat scroll 0 0 #a33038;
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    font-size: 1.3em;
    height: 38px;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    width: 40px;
}

    .sidebar .widget.subscribe form button[type="submit"]:hover {
        background: none repeat scroll 0 0 #dddddd;
    }

.sidebar .widget.subscribe form:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.sidebar .widget.shop-categories h3, .sidebar .widget.shop-links h3 {
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 10px;
}

.sidebar .widget.shop-categories a, .sidebar .widget.shop-links a {
    color: #000000;
    text-decoration: none;
}

    .sidebar .widget.shop-categories a:hover, .sidebar .widget.shop-links a:hover {
        color: #a33038;
    }

.sidebar .widget.shop-categories ul, .sidebar .widget.shop-links ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .sidebar .widget.shop-categories ul li, .sidebar .widget.shop-links ul li {
        margin-bottom: 3px;
    }

.sidebar .widget.shop-categories .all a, .sidebar .widget.shop-links .all a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #a33038;
    padding-bottom: 2px;
}

    .sidebar .widget.shop-categories .all a:hover, .sidebar .widget.shop-links .all a:hover {
        border-color: #a33038;
    }

.sidebar .widget.shop-categories .category, .sidebar .widget.shop-links .category {
    margin-bottom: 20px;
}

    .sidebar .widget.shop-categories .category h4, .sidebar .widget.shop-links .category h4 {
        font-size: 1.125em;
        font-weight: bold;
        margin-bottom: 4px;
    }

.sidebar .widget.shop-links {
    border-bottom: 1px solid #cecece;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.sidebar .widget.shop-filters {
    border-bottom: 1px solid #cecece;
    margin-bottom: 16px;
    padding-bottom: 12px;
    position: relative;
}

    .sidebar .widget.shop-filters h3 {
        font-size: 1.125em;
        font-weight: normal;
        margin-bottom: 10px;
        width: 60%;
    }

    .sidebar .widget.shop-filters .checkbox, .sidebar .widget.shop-filters .radio {
        margin-bottom: 8px;
    }

    .sidebar .widget.shop-filters .clear {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        color: #a33038;
        cursor: pointer;
        display: block;
        font-size: 0.875em;
        padding-bottom: 1px;
        position: absolute;
        right: 0;
        top: 5px;
        -moz-transition: border 0.3s ease 0s;
        -o-transition: border 0.3s ease 0s;
        -webkit-transition: border 0.3s ease 0s;
        transition: border 0.3s ease 0s;
    }

        .sidebar .widget.shop-filters .clear:hover {
            border-bottom: 1px solid #a33038;
        }

.sidebar .widget.cart-content {
    padding-top: 12px;
}

    .sidebar .widget.cart-content .item {
        padding-bottom: 12px;
        position: relative;
    }

        .sidebar .widget.cart-content .item .thumb {
            display: table;
            margin: auto;
        }

        .sidebar .widget.cart-content .item h4 {
            font-size: 1em;
            font-weight: bold;
        }

            .sidebar .widget.cart-content .item h4 a {
                color: #000000;
                text-decoration: none;
            }

                .sidebar .widget.cart-content .item h4 a:hover {
                    color: #a33038;
                }

        .sidebar .widget.cart-content .item .price {
            margin-top: 9.6px;
            text-transform: uppercase;
        }

            .sidebar .widget.cart-content .item .price span {
                color: #a33038;
            }

        .sidebar .widget.cart-content .item .qnt-count {
            margin-top: 12px;
            width: 100px;
        }

            .sidebar .widget.cart-content .item .qnt-count .incr-btn {
                background: none repeat scroll 0 0 #e7ecee;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                color: #000000;
                display: block;
                float: left;
                height: 28px;
                padding-top: 6px;
                text-align: center;
                text-decoration: none;
                -moz-transition: all 0.25s ease 0s;
                -o-transition: all 0.25s ease 0s;
                -webkit-transition: all 0.25s ease 0s;
                transition: all 0.25s ease 0s;
                width: 21px;
            }

                .sidebar .widget.cart-content .item .qnt-count .incr-btn:hover {
                    background: none repeat scroll 0 0 #a33038;
                    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
                    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
                    color: #ffffff;
                }

                .sidebar .widget.cart-content .item .qnt-count .incr-btn.inactive {
                    cursor: default;
                    opacity: 0.5;
                }

                    .sidebar .widget.cart-content .item .qnt-count .incr-btn.inactive:hover {
                        background: none repeat scroll 0 0 #e7ecee;
                        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
                        color: #000000;
                    }

            .sidebar .widget.cart-content .item .qnt-count .quantity {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                border: medium none;
                display: block;
                float: left;
                outline: medium none;
                padding-left: 8px;
                padding-right: 8px;
                text-align: center;
                width: 50px;
            }

            .sidebar .widget.cart-content .item .qnt-count:after {
                clear: both;
                content: "";
                display: block;
                height: 0;
                visibility: hidden;
            }

    .sidebar .widget.cart-content .devider {
        background: none repeat scroll 0 0 #cecece;
        height: 1px;
        margin-bottom: 17.1429px;
        width: 100%;
    }

.sidebar .widget.cart-totals table {
    border-bottom: 1px solid #cecece;
    width: 100%;
}

    .sidebar .widget.cart-totals table td {
        padding-bottom: 9px;
    }

    .sidebar .widget.cart-totals table.total {
        border: medium none;
        font-size: 1.25em;
        font-weight: bold;
        text-transform: uppercase;
    }

        .sidebar .widget.cart-totals table.total td {
            padding-bottom: 0;
            padding-top: 9px;
        }

.sidebar .widget.coupone-field .promo-code .form-control {
    float: left;
    width: 62%;
}

@media only screen and (max-width: 1200px) {
    .sidebar .widget.coupone-field .promo-code .form-control {
        width: 55%;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar .widget.coupone-field .promo-code .form-control {
        width: 72%;
    }
}

@media only screen and (max-width: 360px) {
    .sidebar .widget.coupone-field .promo-code .form-control {
        width: 65%;
    }
}

.sidebar .widget.coupone-field .promo-code .btn {
    float: right;
    margin-right: 0 !important;
    padding: 5px 18px !important;
}

    .sidebar .widget.coupone-field .promo-code .btn.disabled {
        color: #3f4040 !important;
    }

.sidebar .widget .btn-block {
    margin: 16px 0 12px !important;
}

.sidebar .widget p {
    margin-bottom: 12px;
}

.sidebar-button {
    background: none repeat scroll 0 0 #a33038;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 10px;
    color: #ffffff;
    display: none;
    font-size: 1.25em;
    height: 42px;
    left: 10px;
    padding-top: 7px;
    position: fixed;
    text-align: center;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 42px;
    z-index: 10;
}

    .sidebar-button:hover {
        background: none repeat scroll 0 0 #dddddd;
        color: #ffffff;
    }

@media only screen and (max-width: 991px) {
    .sidebar-button {
        display: block;
    }
}

.specialty-page-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    min-height: 100%;
    opacity: 0.05;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media not all, not all {
    .specialty-page-bg {
        position: absolute;
    }
}

.ie .specialty-page-bg {
    position: absolute;
}

.specialty-page {
    padding: 84px 0 96px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 480px) {
    .specialty-page {
        padding: 67.2px 0;
    }
}

.specialty-page .error-numb {
    color: #a33038;
    font-size: 8em;
    font-weight: 300;
    line-height: 1.2;
}

@media only screen and (max-width: 480px) {
    .specialty-page .error-numb {
        font-size: 6.5em;
    }
}

.specialty-page .error-numb span {
    display: inline-block;
    font-size: 1.2em;
    margin-top: -8px;
    vertical-align: top;
}

.specialty-page .ep-search {
    display: block;
    margin: 48px auto 24px;
    max-width: 560px;
    width: 100%;
}

    .specialty-page .ep-search .form-control {
        float: left;
        width: 75%;
    }

@media only screen and (max-width: 768px) {
    .specialty-page .ep-search .form-control {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .specialty-page .ep-search .form-control {
        width: 58%;
    }
}

.specialty-page .ep-search .btn {
    float: right;
}

.specialty-page .page-heading {
    margin-bottom: 36px;
}

.sp-form {
    height: 80px;
    padding: 21px 15px 0;
}

    .sp-form .form-control {
        padding-right: 40px;
    }

    .sp-form button[type="submit"] {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        font-size: 1.5em;
        outline: medium none;
        position: absolute;
        right: 40px;
        top: 23px;
    }

        .sp-form button[type="submit"] i {
            display: inline-block;
            -moz-transition: color 0.25s ease 0s;
            -o-transition: color 0.25s ease 0s;
            -webkit-transition: color 0.25s ease 0s;
            transition: color 0.25s ease 0s;
        }

        .sp-form button[type="submit"]:hover i {
            color: #a33038;
        }

.big-links {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .big-links li a {
        color: #000000;
        font-size: 1.7em;
        text-decoration: none;
    }

        .big-links li a span {
            color: #a33038;
            margin-left: 10px;
            -moz-transition: color 0.3s ease 0s;
            -o-transition: color 0.3s ease 0s;
            -webkit-transition: color 0.3s ease 0s;
            transition: color 0.3s ease 0s;
        }

        .big-links li a:hover {
            color: #a33038;
        }

            .big-links li a:hover span {
                color: #000000;
            }

.team-member {
    margin: 0 auto 48px;
    text-align: center;
    width: 100%;
}

    .team-member .img {
        margin: 0 auto 16px;
        overflow: hidden;
        position: relative;
    }

        .team-member .img .social-strip {
            background: none repeat scroll 0 0 rgba(68, 137, 86, 0.8);
            bottom: -50px;
            opacity: 0;
            padding: 10px 0;
            position: absolute;
            text-align: center;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 100%;
        }

            .team-member .img .social-strip a {
                color: #ffffff;
                display: inline-block;
                font-size: 2em;
                margin: 0 3%;
                opacity: 1;
                -moz-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                -webkit-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }

                .team-member .img .social-strip a:hover {
                    opacity: 0.7;
                }

@media only screen and (max-width: 991px) {
    .team-member .img .social-strip a {
        font-size: 1.5em;
        margin: 0 2.5%;
    }
}

@media only screen and (max-width: 360px) {
    .team-member .img .social-strip a {
        font-size: 1.2em;
    }
}

.team-member .img:hover .social-strip {
    bottom: 0;
    opacity: 1;
}

.team-member h3, .team-member h4, .team-member p {
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.team-member h3 {
    font-weight: 300;
    margin-bottom: 7.2px;
}

.team-member h4 {
    margin-bottom: 7.2px;
    text-transform: uppercase;
}

.team-member .social-icons {
    margin-top: 16px;
}

    .team-member .social-icons a {
        background: none repeat scroll 0 0 #a33038;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        font-size: 1.2em;
        height: 35px;
        margin: 6px 3px;
        padding-top: 3px;
        text-align: center;
        text-decoration: none;
        width: 35px;
    }

        .team-member .social-icons a:hover {
            background: none repeat scroll 0 0 #dddddd;
        }

.team-member.large {
    max-width: 520px;
}

.team-member.middle {
    max-width: 340px;
}

    .team-member.middle h3 {
        font-size: 1.4em;
    }

    .team-member.middle h4 {
        font-size: 1em;
    }

.team-member.smaller {
    max-width: 263px;
}

    .team-member.smaller h3, .team-member.smaller h4, .team-member.smaller p {
        padding: 0;
    }

    .team-member.smaller h3 {
        font-size: 1.4em;
    }

    .team-member.smaller h4 {
        font-size: 1em;
    }

.team-member-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 535px;
    position: relative;
    width: 100%;
}

    .team-member-img .social {
        background: none repeat scroll 0 0 rgba(68, 137, 86, 0.8);
        bottom: 0;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        .team-member-img .social a {
            color: #ffffff;
            display: inline-block;
            font-size: 2em;
            margin: 0 3%;
            opacity: 1;
            -moz-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            -webkit-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
        }

            .team-member-img .social a:hover {
                opacity: 0.7;
            }

@media only screen and (max-width: 991px) {
    .team-member-img .social a {
        font-size: 1.5em;
        margin: 0 2.5%;
    }
}

@media only screen and (max-width: 360px) {
    .team-member-img .social a {
        font-size: 1.2em;
    }
}

.team-member-details, .project-details {
    padding-bottom: 9.6px;
}

    .team-member-details h4, .project-details h4 {
        font-weight: bold;
    }

    .team-member-details h5, .project-details h5 {
        font-weight: bold;
        margin-bottom: 4.8px;
    }

    .team-member-details p, .project-details p {
        margin-bottom: 12px;
    }

    .team-member-details.meta .date, .project-details.meta .date {
        color: #b2b2b2;
        float: left;
        margin-right: 15px;
        text-transform: uppercase;
    }

    .team-member-details.meta a, .project-details.meta a {
        float: right;
    }

    .team-member-details.meta:after, .project-details.meta:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.faq-section {
    margin-bottom: 31.2px;
    padding-left: 15px;
}

    .faq-section h4 {
        font-size: 1em;
        font-weight: bold;
        margin-left: -15px;
        text-transform: uppercase;
    }

.user-account label {
    font-weight: normal;
}

    .user-account label span {
        color: #a33038;
    }

.user-account .text-center .btn-default2 {
    margin-left: 20px !important;
}

.user-account .navigation {
    margin-top: 40.8px;
}

.user-account h3 {
    margin-bottom: 36px;
}

.user-account .navigation h3 {
    margin-bottom: 13.3333px;
}

.user-account .gray-bg {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 991px) {
    .user-account .container {
        width: 100%;
    }

    .user-account .navigation {
        margin-top: 8px;
    }
}

.account-settings fieldset:first-child {
    padding: 0 40px;
}

.account-settings .form-group {
    margin-bottom: 12px;
}

.account-settings .pass-block {
    background: none repeat scroll 0 0 #e1e4e6;
    margin-top: 16px;
    max-height: 100px;
    padding: 20px 40px 13.3333px;
    position: relative;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .account-settings .pass-block label[for="af-cur-pass"] {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .account-settings .pass-block #af-cur-pass {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none !important;
        display: block;
        font-size: 1.125em;
        font-weight: bold;
    }

    .account-settings .pass-block .edit-btn {
        position: absolute;
        right: 40px;
        top: 24px;
    }

    .account-settings .pass-block .close, .account-settings .pass-block .form-group {
        display: none;
    }

    .account-settings .pass-block.expanded {
        background: none repeat scroll 0 0 #a33038;
        max-height: 400px;
    }

        .account-settings .pass-block.expanded label {
            color: #ffffff;
        }

            .account-settings .pass-block.expanded label span {
                color: #000000;
            }

            .account-settings .pass-block.expanded label[for="af-cur-pass"], .account-settings .pass-block.expanded #af-cur-pass, .account-settings .pass-block.expanded .btn {
                display: none;
            }

        .account-settings .pass-block.expanded .form-group {
            display: block;
        }

        .account-settings .pass-block.expanded .form-control {
            border: 1px solid #ffffff;
        }

        .account-settings .pass-block.expanded .form-group, .account-settings .pass-block.expanded .close {
            -moz-animation-duration: 0.3s;
            -o-animation-duration: 0.3s;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -moz-animation-name: fadeIn;
            -o-animation-name: fadeIn;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            display: block;
        }

        .account-settings .pass-block.expanded .close {
            background: none repeat scroll 0 0 #e1e4e6;
            color: #000000;
            cursor: pointer;
            display: block;
            font-size: 1.1em;
            height: 23px;
            opacity: 1;
            padding-top: 1px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -moz-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
            width: 23px;
            z-index: 3;
        }

            .account-settings .pass-block.expanded .close:hover {
                background: none repeat scroll 0 0 #ffffff;
                color: #a33038;
            }

            .account-settings .pass-block.expanded .close .fa-angle-left {
                margin-left: -2px;
            }

.account-settings .user-avatar {
    margin: 12px auto 0;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .account-settings .user-avatar .user-img {
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        visibility: visible;
        z-index: 2;
    }

        .account-settings .user-avatar .user-img.removed {
            opacity: 0;
            visibility: hidden;
        }

    .account-settings .user-avatar .avatar {
        position: relative;
        z-index: 1;
    }

    .account-settings .user-avatar .upload {
        background: none repeat scroll 0 0 rgba(68, 137, 86, 0.8);
        bottom: -50px;
        color: #ffffff;
        display: block;
        font-size: 1.125em;
        opacity: 0;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 5;
    }

        .account-settings .user-avatar .upload i {
            font-size: 2em;
            margin-right: 15px;
            vertical-align: middle;
        }

        .account-settings .user-avatar .upload span, .account-settings .user-avatar .upload i {
            opacity: 1;
            -moz-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            -webkit-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
        }

        .account-settings .user-avatar .upload:hover span, .account-settings .user-avatar .upload:hover i {
            opacity: 0.7;
        }

    .account-settings .user-avatar .delete {
        background: none repeat scroll 0 0 #e1e4e6;
        color: #000000;
        cursor: pointer;
        display: block;
        height: 38px;
        opacity: 0;
        padding-top: 3px;
        position: absolute;
        right: -30px;
        text-align: center;
        top: -30px;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 38px;
        z-index: 3;
    }

        .account-settings .user-avatar .delete:before, .account-settings .user-avatar .delete:after {
            font-family: "FontAwesome";
            font-size: 1.4em;
        }

        .account-settings .user-avatar .delete:before {
            content: "";
        }

        .account-settings .user-avatar .delete:after {
            content: "";
            margin-left: -3px;
        }

        .account-settings .user-avatar .delete:hover {
            background: none repeat scroll 0 0 rgba(68, 137, 86, 0.8);
            color: #ffffff;
        }

    .account-settings .user-avatar:hover .upload {
        bottom: 0;
        opacity: 1;
    }

    .account-settings .user-avatar:hover .delete {
        opacity: 1;
        right: 0;
        top: 0;
        visibility: visible;
    }

.hidden-form {
    display: none;
}

    .hidden-form.active {
        -moz-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        display: block;
    }

#adress-settings {
    display: block;
}

    #adress-settings.hidden {
        display: none;
    }

.schedule table {
    border: medium none;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

    .schedule table th {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #e0e0e0 -moz-use-text-color -moz-use-text-color;
        -moz-border-image: none;
        -o-border-image: none;
        -webkit-border-image: none;
        border-image: none;
        border-style: none solid none none;
        border-width: medium 1px medium medium;
        padding: 12px 0;
        text-align: center;
    }

        .schedule table th.day {
            text-align: left;
        }

@media only screen and (max-width: 991px) {
    .schedule table th.day {
        font-size: 0.875em;
        text-transform: uppercase;
    }

        .schedule table th.day span {
            display: none;
        }
}

@media only screen and (max-width: 768px) {
    .schedule table th {
        font-size: 0.875em;
    }
}

.schedule table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e0e0e0 -moz-use-text-color -moz-use-text-color;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    padding: 12px 0;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .schedule table {
        font-size: 50%;
    }
}

.schedule .event {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: none repeat scroll 0 0 #a33038;
    color: #ffffff;
    display: block;
    outline: medium none;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: bottom;
    width: 100%;
    z-index: 2;
}

    .schedule .event span {
        display: block;
        font-size: 0.875em;
        margin-top: 5px;
        text-transform: none;
    }

    .schedule .event:before, .schedule .event:after {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
    }

    .schedule .event:before {
        background: none repeat scroll 0 0 #a33038;
        color: rgba(0, 0, 0, 0);
        content: attr(data-description);
        font-size: 1.125em;
        font-weight: 300;
        height: 200%;
        left: -50%;
        line-height: 1.4;
        opacity: 0;
        padding: 1.8em 1.5em 1em;
        pointer-events: auto;
        position: absolute;
        text-transform: none;
        top: -50%;
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -moz-transition: opacity 0.3s ease 0s, color 0.3s ease 0s, transform 0.3s ease 0s, background-position 0.2s ease 0s;
        -o-transition: opacity 0.3s ease 0s, color 0.3s ease 0s, transform 0.3s ease 0s, background-position 0.2s ease 0s;
        -webkit-transition: opacity 0.3s ease 0s, color 0.3s ease 0s, transform 0.3s ease 0s, background-position 0.2s ease 0s;
        transition: opacity 0.3s ease 0s, color 0.3s ease 0s, transform 0.3s ease 0s, background-position 0.2s ease 0s;
        white-space: pre-wrap;
        width: 200%;
        -ms-word-break: break-all;
        word-break: break-all;
        z-index: 1;
    }

    .schedule .event:hover, .schedule .event:focus {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #a33038;
    }

        .schedule .event:hover:before, .schedule .event:focus:before {
            color: #ffffff;
            opacity: 1;
            -moz-transform: scale(1) translateY(-75%);
            -ms-transform: scale(1) translateY(-75%);
            -o-transform: scale(1) translateY(-75%);
            -webkit-transform: scale(1) translateY(-75%);
            transform: scale(1) translateY(-75%);
            -moz-transition-delay: 0s, 0s, 0s, 0.1s;
            -o-transition-delay: 0s, 0s, 0s, 0.1s;
            -webkit-transition-delay: 0s, 0s, 0s, 0.1s;
            transition-delay: 0s, 0s, 0s, 0.1s;
        }

.button-demo button {
    margin-bottom: 10px !important;
}

.icons-demo {
    text-align: center;
}

    .icons-demo span {
        font-size: 3.7em;
        margin: 15px;
    }

        .icons-demo span.icon-alt {
            font-size: 2em;
            margin: 10px 6px;
        }

.coming-soon-tile {
    background: none repeat scroll 0 0 #a33038;
    color: #ffffff;
    cursor: default;
    left: 0;
    max-width: 360px;
    min-height: 100%;
    padding-top: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 0;
}

    .coming-soon-tile span {
        font-size: 4em;
        line-height: 1;
    }

    .coming-soon-tile p {
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
    }

@media only screen and (max-width: 1200px) {
    .coming-soon-tile {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .coming-soon-tile {
        padding-top: 90px;
    }
}

.ms-partialview-template .ms-slide-info {
    padding-top: 16px;
    text-align: center;
    width: 100%;
}

    .ms-partialview-template .ms-slide-info h3 {
        font-weight: 300;
        margin-bottom: 7px;
    }

    .ms-partialview-template .ms-slide-info h4 {
        margin-bottom: 7px;
        text-transform: uppercase;
    }

    .ms-partialview-template .ms-slide-info p {
        margin: 6px auto 0;
        max-width: 700px;
    }

.ms-partialview-template.fullwidth h3 {
    text-transform: uppercase;
}

.ms-layer.video-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}

    .ms-layer.video-title.video-top-title {
        color: #808080;
        font-size: 16px;
    }

    .ms-layer.video-title.video-sub-title {
        font-size: 22px;
        font-weight: 300;
    }

.ms-dis-slider-cont {
    max-width: 612px;
    padding: 3.2% 8.5% 24%;
    position: relative;
}

    .ms-dis-slider-cont .ms-view {
        background-color: #17171a;
    }

.ms-display-cont {
    margin: 0 auto;
    max-width: 614px;
    position: relative;
}

.ms-display-bg {
    max-width: 100%;
    position: absolute;
}

.ms-display-template .ms-nav-prev, .ms-display-template .ms-nav-next {
    background: url("/_layouts/15/UMinho.PortaisUOEI.UI/Css/Carousel/skins/light-skin-1-retina.png") no-repeat scroll -11px -9px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 35px;
}

.ms-display-template .ms-nav-next {
    background-position: -59px -9px;
    left: auto;
    right: -80px;
}

.ms-display-template .ms-bullets.ms-dir-h {
    bottom: -50%;
    position: absolute;
    right: 50%;
    width: 100px;
}

    .ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
        position: relative;
        right: -50%;
    }

.ms-display-template .ms-bullet {
    background: url("/_layouts/15/UMinho.PortaisUOEI.UI/Css/Carousel/skins/light-skin-1-retina.png") no-repeat scroll -112px -25px rgba(0, 0, 0, 0);
    height: 10px;
    margin: 4px;
    width: 10px;
}

.ms-display-template .ms-bullet-selected {
    background-position: -143px -25px;
}

.master-slider {
    -moz-transform: translate3d(0px, 0px, 1px);
    -ms-transform: translate3d(0px, 0px, 1px);
    -o-transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
}

.ms-staff-carousel {
    margin: 0 auto;
    max-width: 880px;
    overflow: hidden;
    position: relative;
}

    .ms-staff-carousel .ms-view {
        background-color: rgba(0, 0, 0, 0);
        overflow: visible;
    }

    .ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next {
        background: url("../img/arrows.png") no-repeat scroll -7px -57px #ffffff;
        -moz-box-shadow: 0 1px 0 0 #bebebe;
        -webkit-box-shadow: 0 1px 0 0 #bebebe;
        box-shadow: 0 1px 0 0 #bebebe;
        cursor: pointer;
        height: 40px;
        left: -35px;
        margin-top: -17px;
        position: absolute;
        top: 50%;
        width: 35px;
    }

    .ms-staff-carousel .ms-nav-next {
        background-position: -6px -7px;
        left: auto;
        right: -35px;
    }

    .ms-staff-carousel .ms-staff-info {
        margin-top: 30px;
        max-width: 600px;
        min-height: 260px;
        text-align: center;
    }

        .ms-staff-carousel .ms-staff-info h3 {
            font-weight: 300;
            margin-bottom: 7px;
        }

        .ms-staff-carousel .ms-staff-info h4 {
            margin-bottom: 7px;
            text-transform: uppercase;
        }

        .ms-staff-carousel .ms-staff-info p {
            margin: auto auto 12px;
            max-width: 600px;
        }

        .ms-staff-carousel .ms-staff-info .ms-socials a {
            background: none repeat scroll 0 0 #a33038;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #ffffff;
            display: inline-block;
            font-size: 1.2em;
            height: 35px;
            margin: 6px 3px;
            padding-top: 3px;
            text-align: center;
            text-decoration: none;
            width: 35px;
        }

            .ms-staff-carousel .ms-staff-info .ms-socials a:hover {
                background: none repeat scroll 0 0 #dddddd;
            }

.ms-skin-default .ms-caption {
    background: none repeat scroll 0 0 rgba(68, 137, 86, 0.75);
    color: #ffffff;
    display: block;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.ms-showcase .master-slider, .ms-container, .ms-view {
    position: relative;
    -moz-transform: translate3d(0px, 0px, 1px);
    -ms-transform: translate3d(0px, 0px, 1px);
    -o-transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
}

.ms-showcase .ms-view {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ms-showcase .ms-layer.product-title {
    color: #000000;
    font-size: 1.25em;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

.ms-showcase .ms-skin-default .ms-tooltip-cont {
    width: 250px;
}

.ms-showcase .ms-layer.product-subtitle {
    font-size: 1em;
}

.ms-showcase .product-desc {
    font-size: 0.8em;
    width: 30%;
}

.ms-showcase .product-tt {
    color: #000000;
    font-size: 0.8em;
    padding: 5px;
}

    .ms-showcase .product-tt h3 {
        font-size: 1.125em;
        font-weight: 400;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

.ms-showcase .ms-layer.product-price {
    color: #a33038;
    font-size: 20pt;
    font-weight: 600;
}

.ms-showcase .ms-nav-next, .ms-showcase .ms-nav-prev {
    z-index: 40;
}

@media only screen and (max-width: 768px) {
    .ms-showcase .ms-nav-next, .ms-showcase .ms-nav-prev {
        display: none;
    }
}

.sp-slider .ms-view {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sp-slider .ms-thumb-list {
    height: 155px !important;
}

.sp-slider .ms-thumb-frame {
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    -moz-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

    .sp-slider .ms-thumb-frame.ms-thumb-frame-selected {
        border: 1px solid #cecece;
    }

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
    }

        .owl-carousel .owl-stage:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
        position: relative;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        -moz-user-select: none;
        cursor: pointer;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        -moz-user-select: none;
        float: left;
        min-height: 1px;
        position: relative;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -moz-user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.logo-carousel {
    margin: 24px auto;
    max-width: 1000px;
}

    .logo-carousel:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .logo-carousel a {
        display: block;
        float: left;
        margin: 0 20px;
        max-width: 180px;
        opacity: 0.5;
        -moz-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        -webkit-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

        .logo-carousel a:hover {
            opacity: 1;
        }

.package-carousel {
    margin: auto;
    max-width: 1070px;
    position: relative;
    width: 100%;
}

    .package-carousel .product {
        display: block;
        float: left;
        position: relative;
        width: 29%;
    }

        .package-carousel .product img {
            display: block;
            max-width: 220px;
        }

    .package-carousel .plus, .package-carousel .equal {
        color: #000000;
        font-size: 2.5em;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        z-index: 5;
    }

    .package-carousel .plus {
        right: 35px;
    }

    .package-carousel .equal {
        left: -43px;
    }

@media only screen and (max-width: 1200px) {
    .package-carousel .plus {
        right: 20px;
    }
}

.package-carousel .package {
    display: block;
    float: left;
    position: relative;
    width: 42%;
}

    .package-carousel .package img {
        display: block;
        margin: auto;
        max-width: 385px;
    }

@media only screen and (max-width: 991px) {
    .package-carousel .product {
        width: 50%;
    }

        .package-carousel .product img {
            margin: auto;
        }

    .package-carousel .plus {
        left: 100%;
        margin-left: -12px;
    }

    .package-carousel .package {
        padding-top: 10px;
        width: 100%;
    }

        .package-carousel .package img {
            margin: auto;
        }

    .package-carousel .equal {
        left: 50%;
        margin-left: -12px;
        margin-top: 0;
        top: -16px;
    }
}

.package-carousel footer {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.package-carousel .price, .package-carousel .discount {
    display: inline;
    font-size: 1.875em;
    margin: 10px 6px;
    width: 100%;
}

.package-carousel .discount {
    color: #b2b2b2;
    font-weight: 300;
    text-decoration: line-through;
}

.package-carousel .owl-prev, .package-carousel .owl-next {
    height: 42px;
    opacity: 0.7;
    position: absolute;
    top: 33%;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 22px;
}

@media screen and (max-width: 1060px) {
    .package-carousel .owl-prev, .package-carousel .owl-next {
        display: none !important;
    }
}

.package-carousel .owl-prev:hover, .package-carousel .owl-next:hover {
    opacity: 1;
}

.package-carousel .owl-prev div, .package-carousel .owl-next div {
    background: none repeat scroll 0 0 #a33038;
    height: 3px;
    position: absolute;
    width: 28px;
}

    .package-carousel .owl-prev div.arr01, .package-carousel .owl-next div.arr01 {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .package-carousel .owl-prev div.arr02, .package-carousel .owl-next div.arr02 {
        bottom: 20px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .package-carousel .owl-prev div.arr03, .package-carousel .owl-next div.arr03 {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .package-carousel .owl-prev div.arr04, .package-carousel .owl-next div.arr04 {
        bottom: 20px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.package-carousel .owl-prev {
    left: -35px;
}

.package-carousel .owl-next {
    right: -35px;
}

.nav-tabs {
    border: medium none;
    display: block;
    list-style: none outside none;
    padding-left: 0;
    text-align: center;
    width: 100%;
}

    .nav-tabs li {
        display: inline-block;
        float: none;
        margin: 0 15px 10px;
    }

@media only screen and (max-width: 768px) {
    .nav-tabs li {
        margin: 0 10px 10px;
    }
}

.nav-tabs li a {
    border: medium none;
    color: #797979;
    display: block;
    font-size: 1.05em;
    padding: 6px;
    position: relative;
    text-decoration: none;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

    .nav-tabs li a span {
        color: #a33038;
        font-weight: bold;
        margin-right: 10px;
        -moz-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        -webkit-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
    }

    .nav-tabs li a:after {
        background: none repeat scroll 0 0 #000000;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -moz-transition: width 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s;
        -webkit-transition: width 0.3s ease 0s;
        transition: width 0.3s ease 0s;
        width: 0;
    }

    .nav-tabs li a:hover {
        border: medium none;
        color: #000000;
        text-decoration: none;
    }

        .nav-tabs li a:hover span {
            color: #000000;
        }

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #000000 !important;
}

    .nav-tabs li.active a span, .nav-tabs li.active a:hover span, .nav-tabs li.active a:focus span {
        color: #000000;
    }

    .nav-tabs li.active a:after, .nav-tabs li.active a:hover:after, .nav-tabs li.active a:focus:after {
        width: 100%;
    }

.nav-tabs.left {
    padding-left: 15px;
    text-align: left;
}

    .nav-tabs.left li:first-child {
        margin-left: 0;
    }

.nav-tabs.right {
    padding-right: 15px;
    text-align: right;
}

    .nav-tabs.right li:last-child {
        margin-right: 0;
    }

.nav-tabs.vertical {
    padding: 15px 0 0;
    text-align: left;
}

    .nav-tabs.vertical li {
        display: block;
        margin: 0 20px 10px;
        outline: none !important;
    }

        .nav-tabs.vertical li a {
            color: #000000;
            font-size: 16px;
            padding: 0;
            outline: none !important;
        }

            .nav-tabs.vertical li a:after {
                background: none repeat scroll 0 0 #a33038;
                bottom: auto;
                left: auto;
                max-height: 0;
                min-height: 0;
                right: 0;
                top: 0;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                width: 2px;
                outline: none !important;
            }

            .nav-tabs.vertical li a:hover {
                color: #a33038;
                outline: none !important;
            }

        .nav-tabs.vertical li.active a, .nav-tabs.vertical li.active a:hover, .nav-tabs.vertical li.active a:focus {
            color: #a33038 !important;
        }

            .nav-tabs.vertical li.active a:after, .nav-tabs.vertical li.active a:hover:after, .nav-tabs.vertical li.active a:focus:after {
                max-height: 100%;
                min-height: 100%;
                width: 2px;
            }

@media only screen and (max-width: 991px) {
    .nav-tabs.vertical {
        text-align: center;
    }

        .nav-tabs.vertical li {
            display: inline-block;
            margin: 0 15px 5px;
            outline: none !important;
        }

            .nav-tabs.vertical li a {
                padding: 6px;
                outline: none !important;
            }

                .nav-tabs.vertical li a:after {
                    bottom: 0;
                    height: 2px;
                    left: 0;
                    max-height: none;
                    right: 0;
                    top: auto;
                    width: 0;
                }

            .nav-tabs.vertical li.active a:after, .nav-tabs.vertical li.active a:hover:after, .nav-tabs.vertical li.active a:focus:after {
                max-height: inherit;
                min-height: inherit;
                width: 100%;
            }
}

@media not all {
    .nav-tabs.vertical li {
        margin: 0 10px 5px;
    }
}

.image-tabs .nav-tabs {
    padding: 0;
}

    .image-tabs .nav-tabs li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 25%;
    }

@media only screen and (max-width: 480px) {
    .image-tabs .nav-tabs li {
        width: 50%;
    }
}

.image-tabs .nav-tabs li a {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    margin: 0;
    opacity: 0.7;
    padding: 0;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

    .image-tabs .nav-tabs li a:after {
        display: none;
    }

.image-tabs .nav-tabs li:hover a, .image-tabs .nav-tabs li:focus a, .image-tabs .nav-tabs li.active a {
    opacity: 1;
}

.image-tabs .nav-tabs:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.image-tabs .tab-content {
    background: none repeat scroll 0 0 #000000;
}

.panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

    .panel .panel-heading {
        padding-bottom: 0;
        padding-top: 0;
    }

        .panel .panel-heading a {
            font-weight: bold;
            text-decoration: none;
        }

            .panel .panel-heading a.collapsed {
                color: #000000;
            }

            .panel .panel-heading a:hover {
                color: #a33038;
            }

.panel-default, .panel-primary, .panel-danger, .panel-success, .panel-warning, .panel-info {
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .panel-default .panel-heading, .panel-primary .panel-heading, .panel-danger .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading, .panel-info .panel-heading {
        position: relative;
    }

        .panel-default .panel-heading .panel-title, .panel-primary .panel-heading .panel-title, .panel-danger .panel-heading .panel-title, .panel-success .panel-heading .panel-title, .panel-warning .panel-heading .panel-title, .panel-info .panel-heading .panel-title {
            color: #ffffff;
            font-size: 1.25em;
            margin-bottom: 0;
        }

            .panel-default .panel-heading .panel-title a, .panel-primary .panel-heading .panel-title a, .panel-danger .panel-heading .panel-title a, .panel-success .panel-heading .panel-title a, .panel-warning .panel-heading .panel-title a, .panel-info .panel-heading .panel-title a {
                color: #ffffff;
                display: block;
                font-weight: normal;
                padding-bottom: 10px;
                padding-top: 10px;
                position: relative;
            }

                .panel-default .panel-heading .panel-title a:after, .panel-primary .panel-heading .panel-title a:after, .panel-danger .panel-heading .panel-title a:after, .panel-success .panel-heading .panel-title a:after, .panel-warning .panel-heading .panel-title a:after, .panel-info .panel-heading .panel-title a:after {
                    color: #ffffff;
                    content: "";
                    display: block;
                    font-family: "FontAwesome";
                    font-size: 1.2em;
                    margin-top: -17px;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    -moz-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    -webkit-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                .panel-default .panel-heading .panel-title a:hover, .panel-primary .panel-heading .panel-title a:hover, .panel-danger .panel-heading .panel-title a:hover, .panel-success .panel-heading .panel-title a:hover, .panel-warning .panel-heading .panel-title a:hover, .panel-info .panel-heading .panel-title a:hover, .panel-default .panel-heading .panel-title a:focus, .panel-primary .panel-heading .panel-title a:focus, .panel-danger .panel-heading .panel-title a:focus, .panel-success .panel-heading .panel-title a:focus, .panel-warning .panel-heading .panel-title a:focus, .panel-info .panel-heading .panel-title a:focus, .panel-default .panel-heading .panel-title a.collapsed, .panel-primary .panel-heading .panel-title a.collapsed, .panel-danger .panel-heading .panel-title a.collapsed, .panel-success .panel-heading .panel-title a.collapsed, .panel-warning .panel-heading .panel-title a.collapsed, .panel-info .panel-heading .panel-title a.collapsed {
                    color: #ffffff;
                }

                    .panel-default .panel-heading .panel-title a.collapsed:after, .panel-primary .panel-heading .panel-title a.collapsed:after, .panel-danger .panel-heading .panel-title a.collapsed:after, .panel-success .panel-heading .panel-title a.collapsed:after, .panel-warning .panel-heading .panel-title a.collapsed:after, .panel-info .panel-heading .panel-title a.collapsed:after {
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

    .panel-default .panel-body, .panel-primary .panel-body, .panel-danger .panel-body, .panel-success .panel-body, .panel-warning .panel-body, .panel-info .panel-body {
        background: none repeat scroll 0 0 #f2f4f5;
        border: medium none !important;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        padding-top: 24px;
    }

        .panel-default .panel-body p:last-child, .panel-primary .panel-body p:last-child, .panel-danger .panel-body p:last-child, .panel-success .panel-body p:last-child, .panel-warning .panel-body p:last-child, .panel-info .panel-body p:last-child {
            margin-bottom: 12px;
        }

    .panel-default.static .panel-title, .panel-primary.static .panel-title, .panel-danger.static .panel-title, .panel-success.static .panel-title, .panel-warning.static .panel-title, .panel-info.static .panel-title {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .panel-default.static .panel-body, .panel-primary.static .panel-body, .panel-danger.static .panel-body, .panel-success.static .panel-body, .panel-warning.static .panel-body, .panel-info.static .panel-body {
        padding-top: 16px;
    }

        .panel-default.static .panel-body p:last-child, .panel-primary.static .panel-body p:last-child, .panel-danger.static .panel-body p:last-child, .panel-success.static .panel-body p:last-child, .panel-warning.static .panel-body p:last-child, .panel-info.static .panel-body p:last-child {
            margin-bottom: 8px;
        }

    .panel-default .panel-heading {
        background: none repeat scroll 0 0 #e1e4e6;
    }

        .panel-default .panel-heading .panel-title {
            color: #000000;
        }

            .panel-default .panel-heading .panel-title a {
                color: #000000;
            }

                .panel-default .panel-heading .panel-title a:hover, .panel-default .panel-heading .panel-title a:focus, .panel-default .panel-heading .panel-title a.collapsed {
                    color: #000000;
                }

                .panel-default .panel-heading .panel-title a:after {
                    color: #000000;
                }

    .panel-primary .panel-heading {
        background: none repeat scroll 0 0 #a33038;
    }

    .panel-success .panel-heading {
        background: none repeat scroll 0 0 #5cb85c;
    }

    .panel-info .panel-heading {
        background: none repeat scroll 0 0 #5bc0de;
    }

    .panel-danger .panel-heading {
        background: none repeat scroll 0 0 #cc3333;
    }

    .panel-warning .panel-heading {
        background: none repeat scroll 0 0 #ffce00;
    }

.google-map {
    border-bottom: 1px solid #e1e4e6;
    border-top: 1px solid #e1e4e6;
    width: 100%;
}

    .google-map #map-canvas {
        height: 100%;
    }

    .google-map.h-550 {
        height: 550px;
    }

@media only screen and (max-width: 991px) {
    .google-map.h-550 {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .google-map.h-550 {
        height: 250px;
    }
}

.google-map.h-350 {
    height: 350px;
}

@media only screen and (max-width: 480px) {
    .google-map.h-350 {
        height: 250px;
    }
}

.google-map.h-250 {
    height: 250px;
}

.info-box {
    background: none repeat scroll 0 0 #cacaca;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

    .info-box h3 {
        margin-bottom: 0;
    }

@media only screen and (max-width: 1200px) {
    .info-box h3 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .info-box h3 {
        font-size: 1.25em;
    }
}

.info-box .btn {
    font-size: 1.125em !important;
    margin-top: 16px;
    padding: 10px 30px !important;
    text-transform: none;
}

.info-box.gray {
    background: none repeat scroll 0 0 #f2f4f5;
}

    .info-box.gray h3 {
        color: #000000 !important;
    }

.info-box.dark {
    background: none repeat scroll 0 0 #000000;
}

.info-box.primary {
    background: none repeat scroll 0 0 #a33038;
}

.info-box.success {
    background: none repeat scroll 0 0 #5cb85c;
}

.info-box.info {
    background: none repeat scroll 0 0 #5bc0de;
}

.info-box.warning {
    background: none repeat scroll 0 0 #ffce00;
}

.info-box.danger {
    background: none repeat scroll 0 0 #cc3333;
}

.info-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
    width: 100%;
}

    .info-banner .box {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
        margin: auto;
        max-width: 770px;
        padding: 48px 20px;
        text-align: center;
        width: 100%;
    }

.parallax .info-banner {
    background-attachment: fixed;
}

.info-string {
    background: none repeat scroll 0 0 #a33038;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

    .info-string .inner {
        margin: auto;
        max-width: 1170px;
        padding: 10px 40px 10px 10px;
        position: relative;
        width: 100%;
    }

    .info-string p {
        font-size: 1.125em;
        font-weight: 300;
        margin-bottom: 0;
    }

    .info-string .close {
        color: #ffffff;
        float: none;
        font-weight: 300;
        opacity: 1;
        position: absolute;
        right: 25px;
        text-shadow: none;
        -moz-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

        .info-string .close:hover {
            opacity: 0.7;
        }

.pricing-plan {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 36px 30px;
    text-align: center;
    width: 100%;
}

    .pricing-plan.type-1 {
        background: none repeat scroll 0 0 #e7ecee;
    }

        .pricing-plan.type-1 h3 {
            font-size: 2.5em;
        }

        .pricing-plan.type-1 h4 {
            font-size: 1.875em;
            font-weight: 300;
            margin-bottom: 24px;
        }

            .pricing-plan.type-1 h4 span {
                font-weight: normal;
            }

        .pricing-plan.type-1 p {
            font-size: 1.25em;
            margin-bottom: 36px;
        }

        .pricing-plan.type-1 .btn {
            font-size: 1.125em !important;
            text-transform: none;
        }

        .pricing-plan.type-1.dark {
            background: none repeat scroll 0 0 #373f41;
        }

            .pricing-plan.type-1.dark h3, .pricing-plan.type-1.dark h4, .pricing-plan.type-1.dark p {
                color: #ffffff;
            }

    .pricing-plan.type-2 {
        background: none repeat scroll 0 0 #e7ecee;
        border: 1px solid #cecece;
        padding: 0;
    }

        .pricing-plan.type-2 header {
            background: none repeat scroll 0 0 #373f41;
            padding: 33.6px 25px 20px;
        }

            .pricing-plan.type-2 header h3 {
                color: #ffffff;
                font-size: 2.5em;
                font-weight: 300;
            }

        .pricing-plan.type-2 .body {
            padding: 28.8px 25px 38.4px;
        }

            .pricing-plan.type-2 .body h4 {
                font-size: 2.5em;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .pricing-plan.type-2 .body ul {
                font-size: 1.25em;
                list-style: none outside none;
                margin-bottom: 38.4px;
                padding: 0;
                text-align: center;
            }

                .pricing-plan.type-2 .body ul span {
                    font-weight: bold;
                }

            .pricing-plan.type-2 .body .btn {
                font-size: 1.125em !important;
                text-transform: none;
            }

        .pricing-plan.type-2.active {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: 1px solid #a33038;
        }

            .pricing-plan.type-2.active header {
                background: none repeat scroll 0 0 #a33038;
            }

.harmonic .item {
    float: left;
    margin-bottom: 36px;
    min-height: 450px;
    padding: 0 15px;
    position: relative;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .harmonic .item {
        float: none;
        width: 100%;
    }
}

.harmonic .item .image {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a33038;
    display: block;
    height: 388px;
    margin-bottom: 24px;
    width: 100%;
}

.harmonic .item h4 {
    display: block;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .harmonic .item h4 {
        display: none;
    }
}

.harmonic .item h4 > span {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 2px;
    margin-top: 8px;
    width: 50px;
}

.harmonic .item p {
    margin-bottom: 0;
    width: 614px;
}

@media only screen and (max-width: 991px) {
    .harmonic .item p {
        width: 100%;
    }
}

.harmonic .item .info {
    display: none;
}

@media only screen and (max-width: 991px) {
    .harmonic .item .info {
        display: block;
    }
}

.harmonic .item .info h4 {
    display: block !important;
    position: relative;
    text-align: left;
}

.harmonic .item.expanded {
    width: 55%;
}

@media only screen and (max-width: 991px) {
    .harmonic .item.expanded {
        width: 100%;
    }
}

.harmonic .item.expanded h4 {
    display: none;
}

.harmonic .item.expanded .info {
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block;
}

    .harmonic .item.expanded .info h4 {
        display: block !important;
    }

@media only screen and (max-width: 991px) {
    .harmonic .item.expanded .info {
        -moz-animation: 0s ease 0s normal none 1 none;
        -o-animation: 0s ease 0s normal none 1 none;
        -webkit-animation: 0s ease 0s normal none 1 none;
        animation: 0s ease 0s normal none 1 none;
    }
}

.harmonic .item.collapsed {
    width: 15%;
}

@media only screen and (max-width: 991px) {
    .harmonic .item.collapsed {
        width: 100%;
    }
}

.harmonic .item.collapsed h4 {
    display: none;
}

.filters {
    list-style: none outside none;
    margin-bottom: 24px;
    margin-left: 0;
    text-align: center;
}

    .filters li {
        display: inline-block;
        margin: 0 2px 10px;
    }

        .filters li a {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            color: #000000;
            display: block;
            font-size: 0.875em;
            padding: 4px 15px;
            text-decoration: none;
            text-transform: uppercase;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .filters li:hover a {
            color: #a33038;
        }

        .filters li.current a {
            background-color: #a33038;
            color: #ffffff;
        }

.gallery-grid.masonry .item {
    background: none repeat scroll 0 0 #a33038;
    border: 2px solid #ffffff;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 25%;
}

    .gallery-grid.masonry .item img {
        display: block;
        margin-left: -40%;
        max-width: none !important;
        width: auto;
    }

    .gallery-grid.masonry .item.width2 {
        width: 50%;
    }

        .gallery-grid.masonry .item.width2 img {
            margin: 0;
        }

@media only screen and (max-width: 768px) {
    .gallery-grid.masonry .item {
        width: 50%;
    }

        .gallery-grid.masonry .item img {
            margin-left: -15%;
        }

        .gallery-grid.masonry .item.width2 {
            width: 100%;
        }
}

@media only screen and (max-width: 480px) {
    .gallery-grid.masonry .item {
        width: 100%;
    }

        .gallery-grid.masonry .item img {
            margin: 0;
        }

        .gallery-grid.masonry .item.width2 {
            width: 100%;
        }
}

.gallery-grid.masonry .grid-sizer {
    width: 25%;
}

@media only screen and (max-width: 768px) {
    .gallery-grid.masonry .grid-sizer {
        width: 50%;
    }
}

.gallery-grid figure {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

    .gallery-grid figure img {
        display: block;
        min-height: 100%;
        position: relative;
    }

    .gallery-grid figure h3 {
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 300;
    }

        .gallery-grid figure h3 span {
            font-weight: bold;
        }

@media only screen and (max-width: 360px) {
    .gallery-grid figure h3 {
        font-size: 1.1em;
    }
}

.gallery-grid figure p {
    font-size: 0.875em;
}

@media only screen and (max-width: 360px) {
    .gallery-grid figure p {
        font-size: 0.7875em;
    }
}

.gallery-grid figure figcaption {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #ffffff;
    padding: 0 30px;
}

    .gallery-grid figure figcaption:before, .gallery-grid figure figcaption:after {
        pointer-events: none;
    }

.gallery-grid figure figcaption, .gallery-grid figure a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery-grid figure a {
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}

.gallery-grid div.effect-01 img {
    opacity: 1;
    -moz-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    width: 100%;
}

    .gallery-grid div.effect-01 img:hover {
        opacity: 0.6;
        -moz-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        -webkit-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
        width: 100%;
    }

.gallery-grid div.effect-01 figcaption:before, .gallery-grid figure.effect-01 figcaption:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-grid div.effect-01 figcaption:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.gallery-grid figure.effect-01 figcaption:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-grid figure.effect-01 h3 {
    font-size: 17px;
    opacity: 0;
    padding-top: 47px;
    -moz-transform: translate3d(0px, -20px, 0px);
    -ms-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate3d(0px, -20px, 0px);
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform: translate3d(0px, -20px, 0px);
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

@media only screen and (max-width: 360px) {
    .gallery-grid figure.effect-01 h3 {
        padding-top: 90px;
    }
}

.gallery-grid figure.effect-01 p {
    opacity: 0;
    -moz-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-grid figure.effect-01:hover img {
    opacity: 0.3;
}

.gallery-grid figure.effect-01:hover figcaption:before, .gallery-grid figure.effect-01:hover figcaption:after {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-grid figure.effect-01:hover h3, .gallery-grid figure.effect-01:hover p {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.gallery-grid figure.effect-02 {
    background: linear-gradient(to bottom, #a33038 0px, rgba(255, 255, 255, 0.4) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

    .gallery-grid figure.effect-02 img {
        opacity: 1;
        -moz-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        -webkit-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .gallery-grid figure.effect-02 figcaption {
        padding: 3.5em 3em 3em;
        text-align: left;
    }

        .gallery-grid figure.effect-02 figcaption:after {
            border: 4px solid #ffffff;
            bottom: 22%;
            content: "";
            height: 35%;
            left: 20px;
            opacity: 0;
            position: absolute;
            right: 20px;
            -moz-transform: translate3d(0px, -100%, 0px);
            -ms-transform: translate3d(0px, -100%, 0px);
            -o-transform: translate3d(0px, -100%, 0px);
            -webkit-transform: translate3d(0px, -100%, 0px);
            transform: translate3d(0px, -100%, 0px);
            -moz-transition: all 0.35s ease 0s;
            -o-transition: all 0.35s ease 0s;
            -webkit-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
        }

    .gallery-grid figure.effect-02 h3 {
        opacity: 0;
        -moz-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        -webkit-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .gallery-grid figure.effect-02 p {
        bottom: 70px;
        left: 40px;
        opacity: 0;
        position: absolute;
        right: 40px;
        -moz-transform: translate3d(0px, -100px, 0px);
        -ms-transform: translate3d(0px, -100px, 0px);
        -o-transform: translate3d(0px, -100px, 0px);
        -webkit-transform: translate3d(0px, -100px, 0px);
        transform: translate3d(0px, -100px, 0px);
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
    }

@media only screen and (max-width: 991px) {
    .gallery-grid figure.effect-02 p {
        bottom: 60px;
    }
}

.gallery-grid figure.effect-02:hover img {
    opacity: 0.3;
}

.gallery-grid figure.effect-02:hover figcaption:after {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.gallery-grid figure.effect-02:hover h3 {
    opacity: 1;
}

.gallery-grid figure.effect-02:hover p {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -webkit-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -moz-transition-property: transform, opacity;
        -o-transition-property: transform, opacity;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -moz-transition-duration: 0s;
            -o-transition-duration: 0s;
            -webkit-transition-duration: 0s;
            transition-duration: 0s;
        }

.animated-digits {
    margin-bottom: 43.2px;
    text-align: center;
}

    .animated-digits .group {
        display: table;
        margin: auto auto 28.8px;
    }

    .animated-digits .icon, .animated-digits .digit {
        float: left;
        margin: 0 12px;
    }

    .animated-digits .icon {
        font-size: 5em;
    }

        .animated-digits .icon.icon-globe {
            font-size: 4.7em;
        }

        .animated-digits .icon.icon-chart {
            font-size: 4.8em;
        }

@media only screen and (max-width: 991px) {
    .animated-digits .icon {
        font-size: 4em;
    }

        .animated-digits .icon.icon-globe {
            font-size: 3.7em;
        }

        .animated-digits .icon.icon-chart {
            font-size: 3.8em;
        }
}

@media only screen and (max-width: 768px) {
    .animated-digits .icon {
        font-size: 5em;
    }

        .animated-digits .icon.icon-globe {
            font-size: 4.7em;
        }

        .animated-digits .icon.icon-chart {
            font-size: 4.8em;
        }
}

.animated-digits .digit {
    display: block;
    font-size: 2.4em;
    padding-top: 0.3125em;
}

@media only screen and (max-width: 991px) {
    .animated-digits .digit {
        font-size: 1.6em;
        padding-top: 0.5em;
    }
}

@media only screen and (max-width: 768px) {
    .animated-digits .digit {
        font-size: 2.4em;
        padding-top: 0.3125em;
    }
}

.animated-digits h4 {
    font-size: 1em;
}

.animated-digits p {
    font-size: 0.875em;
    margin-bottom: 0;
}

.chart {
    width: 100%;
}

.countdown {
    margin: 0 auto 60px;
    max-width: 700px;
    width: 100%;
}

    .countdown .timer {
        font-size: 6.25em;
        font-weight: 300;
        line-height: 0.55;
        margin-bottom: 48px;
        padding: 36px 0 0;
        text-align: center;
        width: 100%;
    }

    .countdown span {
        color: #a33038;
        display: block;
        float: left;
        font-size: 1.25em;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        width: 25%;
    }

    .countdown.light .timer, .countdown.light span {
        color: #ffffff;
    }

    .countdown.smaller {
        margin-bottom: 24px;
    }

        .countdown.smaller .timer {
            font-size: 5.8em;
        }

@media only screen and (max-width: 1200px) {
    .countdown.smaller .timer {
        font-size: 4.8em;
    }
}

@media only screen and (max-width: 991px) {
    .countdown.smaller .timer {
        font-size: 6.25em;
    }
}

.countdown.align-left .timer {
    text-align: left;
}

.countdown.align-left span {
    padding-left: 25px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .countdown.align-left span {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .countdown.align-left .timer, .countdown.align-left span {
        text-align: center;
    }

    .countdown.align-left span {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .countdown {
        max-width: 580px;
    }

        .countdown.smaller .timer, .countdown .timer {
            font-size: 5em;
            padding: 24px 0 0;
        }

        .countdown.smaller span, .countdown span {
            font-size: 1.125em;
        }
}

@media only screen and (max-width: 580px) {
    .countdown {
        max-width: 460px;
    }

        .countdown.smaller .timer, .countdown .timer {
            font-size: 4em;
            padding: 12px 0 0;
        }

        .countdown.smaller span, .countdown span {
            font-size: 1em;
        }
}

@media only screen and (max-width: 480px) {
    .countdown {
        margin: 0 auto 48px;
        max-width: 340px;
    }

        .countdown.smaller .timer, .countdown .timer {
            font-size: 3em;
            margin-bottom: 28.8px;
            padding: 8px 0 0;
        }

        .countdown.smaller span, .countdown span {
            font-size: 0.875em;
        }
}

@media only screen and (max-width: 360px) {
    .countdown {
        max-width: 280px;
    }

        .countdown.smaller .timer, .countdown .timer {
            font-size: 2em;
            margin-bottom: 28.8px;
            padding: 13.3333px 0 0;
        }

        .countdown.smaller span, .countdown span {
            font-size: 0.7875em;
        }
}

.percent-chart {
    display: block;
    height: 190px;
    margin: 12px auto 96px;
    position: relative;
    text-align: center;
    width: 190px;
}

    .percent-chart canvas {
        left: 0;
        position: absolute;
        top: 0;
    }

    .percent-chart .percent {
        display: inline-block;
        font-size: 2.25em;
        font-weight: bold;
        line-height: 190px;
        z-index: 2;
    }

        .percent-chart .percent:after {
            content: "%";
            margin-left: 0.1em;
        }

    .percent-chart .legend {
        color: #000000;
        display: block;
        font-size: 1.125em;
        font-weight: bold;
        margin-top: 16.8px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

.tile-btn {
    color: #000000;
    display: block;
    margin: 12px auto 48px;
    max-width: 254px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

    .tile-btn .inner {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #a33038;
        padding: 24px 15px 12px;
        position: relative;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 2;
    }

        .tile-btn .inner img {
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            display: block;
            margin: 0 auto 24px;
            max-width: 143px;
            width: 100%;
        }

        .tile-btn .inner h4 {
            font-size: 1em;
            font-weight: bold;
            text-transform: uppercase;
        }

    .tile-btn:after {
        background: none repeat scroll 0 0 #a33038;
        content: "";
        display: block;
        min-height: 100%;
        opacity: 0.2;
        position: absolute;
        right: -10px;
        top: 10px;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 1;
    }

    .tile-btn .overlay {
        background: none repeat scroll 0 0 #ffffff;
        left: 0;
        min-height: 100%;
        opacity: 0;
        padding: 48px 15px 24px;
        position: absolute;
        top: 0;
        -moz-transition: opacity 0.25s ease 0s;
        -o-transition: opacity 0.25s ease 0s;
        -webkit-transition: opacity 0.25s ease 0s;
        transition: opacity 0.25s ease 0s;
        width: 100%;
    }

        .tile-btn .overlay p {
            margin-bottom: 0;
        }

    .tile-btn:hover {
        color: #000000;
    }

        .tile-btn:hover .inner {
            -moz-transform: translate(5px, 5px);
            -ms-transform: translate(5px, 5px);
            -o-transform: translate(5px, 5px);
            -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
        }

        .tile-btn:hover:after {
            -moz-transform: translate(-5px, -5px);
            -ms-transform: translate(-5px, -5px);
            -o-transform: translate(-5px, -5px);
            -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
        }

        .tile-btn:hover .overlay {
            opacity: 1;
        }

.img-thumbnail {
    border: 1px solid #cacaca;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.img-circle-thumbnail {
    border: 1px solid #cacaca;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
}

.image-3d, .thumbnail-3d {
    display: block;
    position: relative;
}

    .image-3d img, .thumbnail-3d img {
        border: 1px solid #d9dcdf;
        position: relative;
        z-index: 2;
    }

    .image-3d:after, .thumbnail-3d:after {
        background: none repeat scroll 0 0 #d9dcdf;
        content: "";
        display: block;
        min-height: 100%;
        position: absolute;
        right: -10px;
        top: 10px;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 1;
    }

    .image-3d.primary:after, .thumbnail-3d.primary:after {
        background: none repeat scroll 0 0 #a33038;
        opacity: 0.2;
    }

    .image-3d.primary img, .thumbnail-3d.primary img {
        border: 1px solid #a33038;
    }

    .image-3d.reverse:after, .thumbnail-3d.reverse:after {
        left: -10px;
        right: auto;
    }

.thumbnail-3d {
    margin: 0 auto 30px;
    max-width: 360px;
}

    .thumbnail-3d .inner {
        overflow: hidden;
        position: relative;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 2;
    }

    .thumbnail-3d .overlay {
        background: none repeat scroll 0 0 #f2f4f5;
        display: table;
        left: 0;
        opacity: 0;
        padding: 0 20px;
        position: absolute;
        top: 0;
        -moz-transform: translate(362px, 0px);
        -ms-transform: translate(362px, 0px);
        -o-transform: translate(362px, 0px);
        -webkit-transform: translate(362px, 0px);
        transform: translate(362px, 0px);
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 3;
    }

        .thumbnail-3d .overlay .info {
            display: table-cell;
            vertical-align: middle;
        }

        .thumbnail-3d .overlay h4 {
            font-size: 1.125em;
            margin-bottom: 4.8px;
        }

        .thumbnail-3d .overlay p {
            font-size: 0.875em;
            margin-bottom: 12px;
        }

    .thumbnail-3d:hover .inner {
        -moz-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        -o-transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    .thumbnail-3d:hover:after {
        -moz-transform: translate(-5px, -5px);
        -ms-transform: translate(-5px, -5px);
        -o-transform: translate(-5px, -5px);
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    .thumbnail-3d:hover .overlay {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .thumbnail-3d.static:hover .inner {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .thumbnail-3d.static:hover:after {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.thumbnail-zoom, .thumbnail-link {
    cursor: pointer;
    display: block;
    margin: 0 auto 30px;
    max-width: 360px;
    overflow: hidden;
    position: relative;
}

    .thumbnail-zoom img, .thumbnail-link img {
        border: 1px solid #cecece;
    }

    .thumbnail-zoom .overlay, .thumbnail-link .overlay {
        background: none repeat scroll 0 0 #a33038;
        left: 0;
        min-height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .thumbnail-zoom .figcap, .thumbnail-link .figcap {
        color: #ffffff;
        height: 50px;
        left: 0;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 50%;
        -moz-transform: translate(0px, 50px);
        -ms-transform: translate(0px, 50px);
        -o-transform: translate(0px, 50px);
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
        width: 100%;
        z-index: 3;
    }

        .thumbnail-zoom .figcap i, .thumbnail-link .figcap i {
            display: block;
            font-size: 2.3em;
            margin-bottom: 8px;
        }

        .thumbnail-zoom .figcap.no-title, .thumbnail-link .figcap.no-title {
            height: 40px;
            margin-top: -20px;
            top: 50%;
        }

    .thumbnail-zoom .overlay, .thumbnail-link .overlay, .thumbnail-zoom .figcap, .thumbnail-link .figcap {
        opacity: 0;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .thumbnail-zoom:hover .overlay, .thumbnail-link:hover .overlay {
        opacity: 0.7;
    }

    .thumbnail-zoom:hover .figcap, .thumbnail-link:hover .figcap {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.toolbox {
    border-bottom: 1px solid #cecece;
    padding: 17.1429px 0 13.3333px;
    width: 100%;
}

    .toolbox.top-line {
        border-top: 1px solid #cecece;
    }

    .toolbox .container {
        position: relative;
    }

    .toolbox .heading {
        width: 75%;
    }

        .toolbox .heading h1 {
            cursor: default;
            float: left;
            font-size: 1.7em;
            font-weight: bold;
            margin-bottom: 0;
            text-transform: uppercase;
        }

@media only screen and (max-width: 768px) {
    .toolbox .heading h1 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 768px) {
    .toolbox .heading {
        width: 68%;
    }

        .toolbox .heading h1 {
            font-size: 1.4em;
        }
}

.toolbox .heading .back-btn {
    background: none repeat scroll 0 0 #e7ecee;
    border: medium none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
    color: #000000;
    float: left;
    height: 26px;
    margin: 9px 20px 5px 0;
    outline: medium none;
    padding-top: 1px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 21px;
}

@media only screen and (max-width: 768px) {
    .toolbox .heading .back-btn {
        display: none;
    }
}

.toolbox .heading .back-btn i {
    font-size: 1.1em;
}

.toolbox .heading .back-btn:hover {
    background: none repeat scroll 0 0 #a33038;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) inset;
    color: #ffffff;
}

.toolbox .heading:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.toolbox .layout-view {
    margin-top: -12px;
    position: absolute;
    right: 15px;
    top: 50%;
}

    .toolbox .layout-view a {
        display: inline-block;
        height: 25px;
        width: 25px;
    }

        .toolbox .layout-view a.grid {
            margin-left: 20px;
        }

            .toolbox .layout-view a.grid span {
                display: block;
                height: 10px;
                position: relative;
                width: 25px;
            }

                .toolbox .layout-view a.grid span:before, .toolbox .layout-view a.grid span:after {
                    background: none repeat scroll 0 0 #000000;
                    content: "";
                    display: block;
                    height: 10px;
                    position: absolute;
                    -moz-transition: background 0.3s ease 0s;
                    -o-transition: background 0.3s ease 0s;
                    -webkit-transition: background 0.3s ease 0s;
                    transition: background 0.3s ease 0s;
                    width: 10px;
                }

                .toolbox .layout-view a.grid span:before {
                    bottom: 0;
                    left: 0;
                }

                .toolbox .layout-view a.grid span:after {
                    bottom: 0;
                    right: 0;
                }

                .toolbox .layout-view a.grid span:first-child {
                    margin-bottom: 5px;
                }

                    .toolbox .layout-view a.grid span:first-child:before {
                        left: 0;
                        top: 0;
                    }

                    .toolbox .layout-view a.grid span:first-child:after {
                        right: 0;
                        top: 0;
                    }

            .toolbox .layout-view a.grid.active span:before, .toolbox .layout-view a.grid:hover span:before, .toolbox .layout-view a.grid.active span:after, .toolbox .layout-view a.grid:hover span:after {
                background: none repeat scroll 0 0 #a33038;
            }

            .toolbox .layout-view a.grid.active {
                pointer-events: none;
            }

        .toolbox .layout-view a.list {
            margin-left: 20px;
        }

            .toolbox .layout-view a.list span {
                display: block;
                height: 5px;
                margin-bottom: 5px;
                position: relative;
                width: 25px;
            }

                .toolbox .layout-view a.list span:before, .toolbox .layout-view a.list span:after {
                    background: none repeat scroll 0 0 #000000;
                    content: "";
                    display: block;
                    position: absolute;
                    -moz-transition: background 0.3s ease 0s;
                    -o-transition: background 0.3s ease 0s;
                    -webkit-transition: background 0.3s ease 0s;
                    transition: background 0.3s ease 0s;
                }

                .toolbox .layout-view a.list span:before {
                    height: 5px;
                    left: 0;
                    top: 0;
                    width: 5px;
                }

                .toolbox .layout-view a.list span:after {
                    height: 1px;
                    right: 0;
                    top: 2px;
                    width: 16px;
                }

            .toolbox .layout-view a.list.active span:before, .toolbox .layout-view a.list:hover span:before, .toolbox .layout-view a.list.active span:after, .toolbox .layout-view a.list:hover span:after {
                background: none repeat scroll 0 0 #a33038;
            }

            .toolbox .layout-view a.list.active {
                pointer-events: none;
            }

.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 16px;
    padding: 0;
}

    .breadcrumb li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-bottom: 8px;
        padding-bottom: 4px;
        text-decoration: none;
    }

        .breadcrumb li a:hover {
            border-bottom: 1px solid #a33038;
        }

    .breadcrumb li.active {
        color: #b2b2b2;
        cursor: default;
    }

    .breadcrumb > li + li:before {
        color: #000000;
    }

.sorting {
    position: relative;
}

    .sorting .heading, .sorting .breadcrumb {
        width: 70%;
    }

@media only screen and (max-width: 768px) {
    .sorting .heading, .sorting .breadcrumb {
        text-align: center;
        width: 100%;
    }

        .sorting .heading h1, .sorting .breadcrumb h1 {
            float: none;
        }
}

.sorting .sort {
    display: block;
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
}

@media only screen and (max-width: 768px) {
    .sorting .sort {
        margin-top: 12px;
        position: relative;
        right: auto;
        text-align: center;
        width: 100%;
    }
}

.sorting .sort li {
    display: inline-block;
}

    .sorting .sort li:after {
        color: #cecece;
        content: "";
        font-family: "FontAwesome";
        font-size: 0.3em;
        margin: 0 8px 0 9px;
        vertical-align: middle;
    }

    .sorting .sort li:first-child:after, .sorting .sort li:last-child:after {
        display: none;
    }

    .sorting .sort li:first-child {
        font-weight: bold;
        margin-right: 15px;
    }

    .sorting .sort li a {
        color: #000000;
        text-decoration: none;
    }

        .sorting .sort li a:hover {
            color: #a33038;
        }

    .sorting .sort li.active a {
        color: #a33038;
    }

.pagination {
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

    .pagination li {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        margin: 0 4px 10px 0;
        vertical-align: middle;
    }

        .pagination li.page-count {
            margin: 0 25px 10px 0;
        }

        .pagination li a {
            border: medium none;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            color: #000000;
            padding: 3px 6px;
            text-decoration: none;
        }

        .pagination li.active a {
            background: none repeat scroll 0 0 #a33038;
            color: #ffffff !important;
            pointer-events: none;
        }

        .pagination li.disabled a {
            background: none repeat scroll 0 0 #a33038;
            color: #ffffff !important;
            pointer-events: none;
        }

        .pagination li.prev a, .pagination li.next a {
            background: none repeat scroll 0 0 #ffffff !important;
            color: #000000 !important;
            pointer-events: none;
        }

        .pagination li:hover a {
            color: #000000;
        }

.follow-btn, .market-btn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 1.125em;
    margin: 0 auto 36px;
    max-width: 340px;
    padding: 12px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}

    .follow-btn i, .market-btn i, .follow-btn span, .market-btn span {
        display: block;
        font-size: 1.6em;
        left: 0;
        min-height: 100%;
        padding-top: 12px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
    }

    .follow-btn span, .market-btn span {
        background: none repeat scroll 0 0 #ffffff;
        opacity: 0.15;
        -moz-transition: width 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s;
        -webkit-transition: width 0.3s ease 0s;
        transition: width 0.3s ease 0s;
    }

@media only screen and (max-width: 360px) {
    .follow-btn span, .market-btn span {
        width: 40px;
    }
}

.follow-btn:hover, .market-btn:hover {
    color: #ffffff;
}

    .follow-btn:hover span, .market-btn:hover span {
        width: 100%;
    }

.follow-btn.facebook, .market-btn.facebook {
    background: none repeat scroll 0 0 #3b5998;
}

.follow-btn.google-plus, .market-btn.google-plus {
    background: none repeat scroll 0 0 #cc3732;
}

.follow-btn.twitter, .market-btn.twitter {
    background: none repeat scroll 0 0 #00aced;
}

.follow-btn.youtube, .market-btn.youtube {
    background: none repeat scroll 0 0 #bb0000;
}

.follow-btn.linkedin, .market-btn.linkedin {
    background: none repeat scroll 0 0 #007bb6;
}

.follow-btn.pinterest, .market-btn.pinterest {
    background: none repeat scroll 0 0 #cb2027;
}

.follow-btn.instagram, .market-btn.instagram {
    background: none repeat scroll 0 0 #517fa4;
}

.follow-btn.vimeo, .market-btn.vimeo {
    background: none repeat scroll 0 0 #1ab7ea;
}

.follow-btn.vk, .market-btn.vk {
    background: none repeat scroll 0 0 #45668e;
}

.follow-btn.dribbble, .market-btn.dribbble {
    background: none repeat scroll 0 0 #ea4c89;
}

.follow-btn.behance, .market-btn.behance {
    background: none repeat scroll 0 0 #1769ff;
}

.follow-btn.tumblr, .market-btn.tumblr {
    background: none repeat scroll 0 0 #32506d;
}

.follow-btn.flickr, .market-btn.flickr {
    background: none repeat scroll 0 0 #ff0084;
}

.market-btn.app-store {
    background: none repeat scroll 0 0 #000000;
}

.market-btn.google-play {
    background: none repeat scroll 0 0 #a4c639;
}

.market-btn.win-market {
    background: none repeat scroll 0 0 #00bcf2;
}

.datepicker {
    direction: ltr;
}

.datepicker-inline {
    margin: auto;
    width: 100%;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker .dow {
    padding-bottom: 12px;
    padding-top: 12px;
    text-transform: uppercase;
}

.datepicker .prev, .datepicker .next {
    color: #000000;
    font-size: 1.3em;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        color: #a33038;
    }

.datepicker .prev {
    text-align: right;
}

.datepicker .next {
    text-align: left;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}

.datepicker span.month {
    font-size: 1em;
}

.datepicker table {
    -moz-user-select: none;
    margin: 0;
}

.datepicker .table-condensed {
    width: 100%;
}

.datepicker td, .datepicker th {
    border: medium none;
    height: 20px;
    text-align: center;
    width: 20px;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: rgba(0, 0, 0, 0);
}

.datepicker table tr td.day, .datepicker table tr td.day {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .datepicker table tr td.day:hover, .datepicker table tr td.day:hover {
        background: none repeat scroll 0 0 #f2f4f5;
        cursor: pointer;
    }

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #b2b2b2;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e5e5e5;
    cursor: default;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #a33038;
    color: #ffffff;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today {
    background-color: #a33038;
    color: #ffffff;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover {
        background-color: #a33038;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

.datepicker table tr td span {
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
    margin: 1%;
    width: 23%;
}

    .datepicker table tr td span:hover {
        background: none repeat scroll 0 0 #f2f4f5;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #a33038;
        color: #ffffff;
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover {
            background-color: #a33038;
        }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #b2b2b2;
    }

.datepicker th.datepicker-switch {
    color: #000000;
    font-size: 1.2em;
    text-transform: uppercase;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

    .datepicker th.datepicker-switch:hover {
        color: #a33038;
    }

.datepicker thead, .datepicker tbody {
    padding: 0 10px;
}

    .datepicker thead tr:last-child, .datepicker tbody tr {
        border-bottom: 1px solid #a33038;
    }

        .datepicker thead tr:last-child td, .datepicker tbody tr td {
            padding-bottom: 12px;
            padding-top: 12px;
        }

    .datepicker thead tr:first-child th, .datepicker tfoot tr th {
        cursor: pointer;
    }

.info-block {
    position: relative;
    width: 100%;
}

    .info-block img {
        display: block;
        margin: auto;
    }

    .info-block .close {
        background: none repeat scroll 0 0 #ffffff;
        color: #000000;
        display: block;
        float: none;
        font-size: 1.6em;
        font-weight: 300;
        height: 30px;
        opacity: 1;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: none;
        top: 0;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 30px;
    }

        .info-block .close:hover {
            background: none repeat scroll 0 0 #a33038;
            color: #ffffff;
        }

.icon-block {
    margin-bottom: 31.2px;
}

    .icon-block a {
        color: #000000;
        text-decoration: none;
    }

        .icon-block a:hover {
            color: #a33038;
        }

    .icon-block p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 768px) {
    .icon-block {
        text-align: center;
    }
}

.featured-icon {
    display: inline-block;
    font-size: 3.6em;
    line-height: 1;
    margin-bottom: 6px;
}

    .featured-icon.center {
        text-align: center;
    }

    .featured-icon .icon-cassete {
        font-size: 0.75em;
    }

    .featured-icon .icon-piano {
        font-size: 0.9em;
    }

    .featured-icon.icon-alt {
        color: #ffffff;
        font-size: 2em;
        height: 48px;
        padding-top: 8px;
        text-align: center;
        width: 48px;
    }

        .featured-icon.icon-alt.rounded {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

            .featured-icon.icon-alt.rounded.primary {
                background: none repeat scroll 0 0 #a33038;
            }

            .featured-icon.icon-alt.rounded.dark {
                background: none repeat scroll 0 0 #000000;
            }

        .featured-icon.icon-alt.circle {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            font-size: 1.7em;
            padding-top: 10px;
        }

            .featured-icon.icon-alt.circle.primary {
                background: none repeat scroll 0 0 #a33038;
            }

            .featured-icon.icon-alt.circle.dark {
                background: none repeat scroll 0 0 #000000;
            }

.sticky-btns {
    bottom: 10px;
    position: fixed;
    right: -48px;
    -moz-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    z-index: 50;
}

    .sticky-btns.scrolled {
        right: 3px;
    }

    .sticky-btns span {
        background: none repeat scroll 0 0 #a33038;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 1.25em;
        height: 42px;
        margin: 0 5px;
        padding-top: 6px;
        text-align: center;
        -moz-transition: background 0.3s ease 0s;
        -o-transition: background 0.3s ease 0s;
        -webkit-transition: background 0.3s ease 0s;
        transition: background 0.3s ease 0s;
        width: 42px;
    }

        .sticky-btns span:hover {
            background: none repeat scroll 0 0 #dddddd;
        }

        .sticky-btns span#scrollTop-btn {
            padding-top: 5px;
        }

    .sticky-btns #qcf-btn.active {
        -moz-border-radius: 0 0 4px 4px !important;
        -webkit-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important;
    }

@media only screen and (max-width: 768px) {
    .sticky-btns #qcf-btn {
        display: none;
    }
}

.sticky-btns:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.sticky-btns .quick-contact {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border: 1px solid #cecece;
    bottom: 52px;
    display: none;
    left: -233px;
    padding: 12px 20px 24px;
    position: absolute;
    width: 280px;
}

    .sticky-btns .quick-contact.visible {
        -moz-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        display: block;
    }

    .sticky-btns .quick-contact h3 {
        font-size: 1.375em;
        margin-bottom: 12px;
    }

    .sticky-btns .quick-contact p {
        margin-bottom: 12px;
    }

    .sticky-btns .quick-contact .form-group {
        margin-bottom: 12px;
    }

    .sticky-btns .quick-contact textarea {
        height: 90px;
        max-height: 90px;
        max-width: 238px;
        overflow-y: auto;
        resize: none;
        width: 238px;
    }

    .sticky-btns .quick-contact input[type="submit"] {
        margin-top: 24px;
    }

.ui-slider {
    margin: 28.8px 0 16px;
    position: relative;
    width: 100%;
}

    .ui-slider #ui-slider {
        float: right;
        width: 78%;
    }

    .ui-slider .tool-tip {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #cecece;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        display: block;
        left: -40px;
        padding: 2px 5px;
        position: absolute;
        text-align: center;
        top: -7px;
        width: 80px;
    }

    .ui-slider .icon {
        display: block;
        height: 23px;
        left: 0;
        position: absolute;
        top: -8px;
        width: 30px;
    }

        .ui-slider .icon span {
            background: none repeat scroll 0 0 #000000;
            display: block;
            height: 3px;
            left: 0;
            max-width: 30px;
            position: absolute;
            top: 10px;
            width: 100%;
        }

            .ui-slider .icon span:before, .ui-slider .icon span:after {
                background: none repeat scroll 0 0 #000000;
                content: "";
                display: block;
                height: 3px;
                left: 0;
                position: absolute;
                width: 100%;
            }

            .ui-slider .icon span:before {
                top: -10px;
            }

            .ui-slider .icon span:after {
                bottom: -10px;
            }

    .ui-slider:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

.noUi-target, .noUi-target * {
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
}

.noUi-origin {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -moz-transition: left 0.3s ease 0s, top 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s, top 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s, top 0.3s ease 0s;
    transition: left 0.3s ease 0s, top 0.3s ease 0s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-origin, .noUi-handle {
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.noUi-horizontal {
    height: 7px;
}

    .noUi-horizontal .noUi-handle {
        height: 16px;
        left: -17px;
        top: -6px;
        width: 20px;
    }

.noUi-background {
    background: none repeat scroll 0 0 #cecece;
}

.noUi-connect {
    background: none repeat scroll 0 0 #a33038;
    -moz-transition: background 450ms ease 0s;
    -o-transition: background 450ms ease 0s;
    -webkit-transition: background 450ms ease 0s;
    transition: background 450ms ease 0s;
}

.noUi-origin {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.noUi-target {
    border: 1px solid #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cecece;
    cursor: default;
}

.noUi-connect[disabled], [disabled] .noUi-connect {
    opacity: 0.6;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.modal-content {
    background-color: #ffffff;
    border: 1px solid #cecece;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 25px;
    position: relative;
}

.modal-header, .modal-body, .modal-footer {
    border-color: #cecece;
    padding-left: 0;
    padding-right: 0;
}

    .modal-header a {
        border-bottom: 1px dashed rgba(0, 0, 0, 0);
    }

        .modal-header a:hover {
            border-bottom: 1px dashed #dddddd;
            color: #dddddd;
            text-decoration: none;
        }

    .modal-header .close {
        color: #a33038;
        font-size: 1.125em;
        opacity: 1;
        position: absolute;
        right: 18px;
        top: 18px;
        -moz-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

        .modal-header .close:hover {
            opacity: 0.7;
        }

        .modal-header .close:focus {
            outline: 0 none;
        }

        .modal-header .close:active {
            outline: 0 none;
        }

.modal-backdrop {
    background: none repeat scroll 0 0 #ffffff;
    opacity: 0.8;
}

.modal-open .header.stuck, .modal-open .header.opaque {
    left: -8px;
}

@media only screen and (max-width: 1200px) {
    .modal-open .header.stuck, .modal-open .header.opaque {
        left: 0;
        padding-right: 17px;
    }
}

@media not all, not all {
    .modal-open .header.stuck, .modal-open .header.opaque {
        left: 0;
    }
}

.share-modal {
    padding: 0;
}

    .share-modal .modal-dialog {
        margin: 100px auto 50px;
        max-width: 1170px;
        width: 100%;
    }

    .share-modal .modal-content {
        border: medium none;
        padding: 0;
    }

        .share-modal .modal-content .bar {
            color: #ffffff;
            display: table;
            float: left;
            height: 600px;
            position: relative;
            text-align: center;
            width: 20%;
            z-index: 10;
        }

            .share-modal .modal-content .bar.facebook {
                background: none repeat scroll 0 0 #3b5998;
            }

            .share-modal .modal-content .bar.twitter {
                background: none repeat scroll 0 0 #00aced;
            }

            .share-modal .modal-content .bar.google-plus {
                background: none repeat scroll 0 0 #dd4b39;
            }

            .share-modal .modal-content .bar.instagram {
                background: none repeat scroll 0 0 #007bb6;
            }

            .share-modal .modal-content .bar.mail {
                background: none repeat scroll 0 0 #a33038;
            }

            .share-modal .modal-content .bar i {
                color: #ffffff;
                display: table-cell;
                font-size: 3.125em;
                vertical-align: middle;
            }

            .share-modal .modal-content .bar span, .share-modal .modal-content .bar .button {
                display: block;
                left: 0;
                opacity: 0;
                position: absolute;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                visibility: hidden;
            }

            .share-modal .modal-content .bar span {
                font-size: 2em;
                font-weight: 300;
                text-align: center;
                top: 50px;
                -moz-transform: translate(0px, 150px);
                -ms-transform: translate(0px, 150px);
                -o-transform: translate(0px, 150px);
                -webkit-transform: translate(0px, 150px);
                transform: translate(0px, 150px);
                width: 100%;
            }

            .share-modal .modal-content .bar .button {
                bottom: 60px;
                -moz-transform: translate(0px, -150px);
                -ms-transform: translate(0px, -150px);
                -o-transform: translate(0px, -150px);
                -webkit-transform: translate(0px, -150px);
                transform: translate(0px, -150px);
                width: 100%;
            }

            .share-modal .modal-content .bar:hover span, .share-modal .modal-content .bar:hover .button {
                opacity: 1;
                -moz-transform: translate(0px, 0px);
                -ms-transform: translate(0px, 0px);
                -o-transform: translate(0px, 0px);
                -webkit-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
                visibility: visible;
            }

@media only screen and (max-width: 991px) {
    .share-modal .modal-content .bar {
        height: 300px;
    }

        .share-modal .modal-content .bar.facebook {
            width: 50%;
        }

        .share-modal .modal-content .bar.twitter {
            width: 50%;
        }

        .share-modal .modal-content .bar.google-plus {
            width: 50%;
        }

        .share-modal .modal-content .bar.instagram {
            width: 50%;
        }

        .share-modal .modal-content .bar.mail {
            display: none;
        }

        .share-modal .modal-content .bar span {
            top: 30px;
            -moz-transform: translate(0px, 70px);
            -ms-transform: translate(0px, 70px);
            -o-transform: translate(0px, 70px);
            -webkit-transform: translate(0px, 70px);
            transform: translate(0px, 70px);
        }

        .share-modal .modal-content .bar .button {
            bottom: 40px;
            -moz-transform: translate(0px, -70px);
            -ms-transform: translate(0px, -70px);
            -o-transform: translate(0px, -70px);
            -webkit-transform: translate(0px, -70px);
            transform: translate(0px, -70px);
        }
}

@media screen and (max-width: 500px) {
    .share-modal .modal-content .bar span {
        font-size: 1.5em;
        font-weight: normal;
    }
}


.header .tools .selected {
    background: #a33038;
    color: #ffffff !important;
}


button[type="submit"].search-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 1.5em;
    outline: medium none;
    position: absolute;
    right: 20px;
    top: 16px;
}

.row .post {
    margin-top: 24px;
    margin-bottom: 24px;
}

    .row.post.gallery-grid p {
        font-size: 12px;
    }

.meta.group .left a {
    font-size: 12px;
}

.row.post.gallery-grid div h4 {
    margin-bottom: 0;
}

.gallery-grid figure.effect-01 h5 {
    opacity: 0;
    padding-top: 110px;
    -moz-transform: translate3d(0px, -20px, 0px);
    -ms-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate3d(0px, -20px, 0px);
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform: translate3d(0px, -20px, 0px);
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.team-member-img.space-top img {
    width: 100%;
}

.btn-margin-bottom3 {
    margin-bottom: 3px !important;
}

.btn-margin-top30 {
    margin-top: 30px;
}

.news-image-size {
    height: 100%;
    opacity: 1;
}

.item-thumbnail_100x100 img {
    height: 100px;
    margin-right: 10px;
    width: 100px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-left-20 {
    margin-left: 20px;
}

.relative-pos {
    position: relative;
}

    .relative-pos iframe {
        width: 750px;
    }

img.main-image {
    height: 480px;
    width: 750px;
    margin-top: 0;
    margin-left: 0;
}


.post h5 a {
    font-weight: bold;
    font-size: 13px;
}

.nextEventDate {
    margin-bottom: 0;
}


.bottom-border {
    border-bottom: 1px solid #cecece;
}

.post.font-resize13 p {
    font-size: 13px;
}

.width55 {
    width: 55%;
}

h3 a:hover {
    text-decoration: none;
}

.transparent .loggedUser {
    color: #ffffff;
    display: inline;
    float: right;
    font-size: 11px;
    padding-top: 7px;
    text-align: right;
    text-transform: uppercase;
}

.transparent.private .loggedUser {
    color: #000000;
    display: inline;
    float: right;
    font-size: 11px;
    padding-top: 7px;
    text-align: right;
    text-transform: uppercase;
}

.transparent .loggedUser a {
    text-align: right;
    width: 100%;
    color: #ffffff;
    font-size: 11px;
    padding-right: 5px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
}

.transparent.opaque .loggedUser {
    color: #000000;
    display: inline;
    float: right;
    font-size: 11px;
    padding-top: 7px;
    text-align: right;
    text-transform: uppercase;
}

    .transparent.opaque .loggedUser a {
        color: #000000;
        text-align: right;
        width: 100%;
        font-size: 11px;
        padding-right: 5px;
        margin-top: 10px;
        text-decoration: none;
        text-transform: uppercase;
        padding-left: 10px;
    }

        .transparent.opaque .loggedUser a:hover,
        .transparent.private .loggedUser a:hover {
            color: #a33038 !important;
        }

.panel-body .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    font-size: 13px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 999;
    text-align: center;
}

    .scroll-down .btn {
        width: 50px;
        height: 50px;
        padding: 0;
        border: 2px solid #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        font-size: 30px;
        line-height: 50px;
        letter-spacing: normal;
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .scroll-down .btn:hover {
            border-color: rgba(255,255,255,.5);
            outline: 0;
            color: rgba(255,255,255,.5);
        }

.icon-mid {
    display: inline-block;
    font-size: 30px !important;
    margin-left: -20px;
    padding-top: 5px !important;
}

.shareIcons {
    margin-left: 8px;
}

.image-effect-hover:hover {
    opacity: 0.6 !important;
}

.loadingPages {
    background-color: #f3f3f3;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50%;
    position: relative;
    z-index: 2;
    background-image: url('/_layouts/15/UMinho.Alumni.UI/Images/Ajax/loading.gif');
}

/*Miguel*/
.off-canvas-wrap {
    overflow: visible;
}



.transparent .menu li.static a::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}



.static.dynamic-children:hover {
    font-weight: normal;
}

.menu-item-text:hover {
    font-weight: normal;
}

a.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode:hover,
a.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode.selected {
    font-weight: normal;
}



.quick-search .overlay {
    /*background: none repeat scroll 0 0 #a33038;*/
    left: 0;
    min-height: 100%;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.quick-search.open {
    -moz-animation: 0.4s ease 0s normal none 1 fadeInDown;
    -o-animation: 0.4s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 0.4s ease 0s normal none 1 fadeInDown;
    animation: 0.4s ease 0s normal none 1 fadeInDown;
    visibility: visible;
    display: block;
}

.quick-search .search-field-out {
    margin: auto;
    max-width: 780px;
    position: relative;
    width: 100%;
}

.quick-search .fa-search {
    font-size: 16px;
    float: left;
	margin-top: 4px;
	
}

.quick-search .fa-times {
    font-size: 18px;
    float: right;
    margin-top: 5px;
    margin-right: 13px;
}

.quick-search .search-field::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.quick-search .search-field::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.quick-search .search-field:focus {
    opacity: 1;
}

    .quick-search .search-field:focus::-moz-placeholder {
        color: #666666;
        opacity: 1;
    }

    .quick-search .search-field:focus::-moz-placeholder {
        color: #666666;
        opacity: 1;
    }

.quick-search span {
    color: #666666;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 300;
    margin-top: 16px;
    position: relative;
    z-index: 1;
}

.quick-search .search-field {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1;
    max-width: 730px;
    margin-left: 50px;
    position: relative;
    width: 80%;
    color: #666666;
    margin-right: 15px;
    float:left;
    margin-bottom: 9px;
}


.overlay {
    background-color: #ffffff;
    border-bottom-color: #E3E3E3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.quick-search {
    animation: 0.4s ease 0s normal none 1 running fadeOutUp;
    padding-top:5px;
	padding-bottom:5px;
    position: relative !important;
    text-align: center;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    display: none;
}



/*move top*/
.header-moveTop100 {
    top: 100px !important;
}

.header-moveTop156 {
    top: 156px !important;
}

.marginTop-mainContent {
    margin-top: 160px;
}

.submitBtn {
    color: rgb(150, 33, 24) !important;
    border-radius: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 500;
    border-width: 1px;
    border-color: rgb(150, 33, 24) !important;
}

.feedbackBtn {
    background-color: transparent;
    color: #999899 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-radius: 50px;
    text-transform: none;
    font-size: 13px !important;
}

select.input-lg {
    height: 38px;
}

.has-feedback .form-control {
    padding-right: 37.5px;
}



/*Footer*/

.subfooterRow1 {
   background-color:#f8f8f8;
   border-top:1px solid #f0f0f0;
}

.subfooterRow2 {
   background-color:#f8f8f8;
   border-top:1px solid #f0f0f0;
}

.row.footer-area {
    background-color: #666;
    height: 350px;
    border-top: 2px solid #f3f3f3;
}

.row.sub-footer {
   
    background-color: #f8f8f8f;
    height: 75px;
    color: #969696;
    line-height: 75px;
    font-size: 13px;
}

.footer-links {
    height: auto;
}

.footer-links h2 {
    margin-bottom: 20px;
    
}

.footer-links h4, .footer-links h5 {
    margin-bottom: 0px;
    color: #969696;
}

/*End of Footer*/


#s4-bodyContainer {
    padding-bottom: 1px !important;
}

.transparent.opaque.opaque-public .logo {
    margin-top: 0px;
}

/*.ms-core-listMenu-selected{
    display:none !important;
}*/

.header-alignment{
    padding-left:0;
    padding-right: 0;
}

