﻿/* ---------------------------------------------------- */
/* Variables */
/* ---------------------------------------------------- */
/* Social Colors */
/* Contexts colors */
/* ---------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------- */
@font-face {
    font-family: 'Mulish';
    src: url('../Fuentes/Mulish/Mulish-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto';
    src: url('../Fuentes/Noto_Serif/NotoSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* ---------------------------------------------------- */
/* Global Variables */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */
.animation-delay-1 {
    -webkit-animation-delay: .1s !important;
    animation-delay: .1s !important;
}

.animation-delay-2 {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}

.animation-delay-3 {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.animation-delay-4 {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important;
}

.animation-delay-5 {
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important;
}

.animation-delay-6 {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important;
}

.animation-delay-7 {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important;
}

.animation-delay-8 {
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important;
}

.animation-delay-9 {
    -webkit-animation-delay: .9s !important;
    animation-delay: .9s !important;
}

.animation-delay-10 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.animation-delay-11 {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.animation-delay-12 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.animation-delay-13 {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.animation-delay-14 {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}

.animation-delay-15 {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.animation-delay-16 {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}

.animation-delay-17 {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.animation-delay-18 {
    -webkit-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
}

.animation-delay-19 {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
}

.animation-delay-20 {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
}

.animation-delay-21 {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}

.animation-delay-22 {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.animation-delay-23 {
    -webkit-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
}

.animation-delay-24 {
    -webkit-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important;
}

.animation-delay-25 {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}

.animation-delay-26 {
    -webkit-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}

.animation-delay-27 {
    -webkit-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}

.animation-delay-28 {
    -webkit-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
}

.animation-delay-29 {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
}

.animation-delay-30 {
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
}

/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Mulish", Noto,sans-serif !important;
    font-size: 12pt !important;
    font-weight: normal !important;
    letter-spacing: 0.8px !important;
    line-height: 1.75em !important;
    color: #686868 !important;
}

.boxed {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto" !important;
    font-weight: bold !important;
    line-height: 120% !important;
    color: #686868;
    margin: 20px 0 17px 0;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
    font-weight: 400;
}

h6 {
    font-size: 1em;
    font-weight: 400;
}

a {
    color: #FE5000;
}

.strong {
    font-weight: 400;
}

a:hover,
a:focus,
a:active {
    color: #001A72;
}

a.button {
    text-decoration: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

iframe {
    border: 0;
}

p.small {
    font-size: .9em;
}

.margin-small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.handwriting {
    font-family: 'Indie Flower', cursive;
}

dt {
    color: #FE5000;
}

dt,
dd {
    margin: 2px 0;
}

.small-font {
    font-size: .9em;
}

.primary-color {
    color: #FE5000;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.imageborder {
    padding: 5px;
    border: solid 1px #ddd;
}

img + p {
    margin-top: 20px;
}

img.alignleft + p,
img.alignright + p {
    margin-top: 0px;
}

.p-lg {
    font-size: 1.1em;
    line-height: 180%;
}

.margin-bottom {
    margin-bottom: 40px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top {
    margin-top: 40px;
}

.margin-top-80 {
    margin-top: 80px;
}

hr {
    display: block;
    border-top: 1px solid #ddd;
    margin: 25px 0;
}

    hr.color {
        border-color: #FE5000 !important;
    }

    hr.dotted {
        border-style: dotted !important;
    }

    hr.dashed {
        border-style: dashed !important;
    }

    hr.double {
        height: 5px;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
        border-bottom-style: solid;
    }

.list-line {
    list-style-type: none;
    padding: 0;
}

    .list-line li {
        border-bottom: solid 1px #eee;
    }

        .list-line li:first-child {
            border-top: solid 1px #eee;
        }

        .list-line li a {
            color: #333;
            text-decoration: none;
            padding: 7px;
            display: block;
            transition: all .25s ease;
        }

            .list-line li a:hover {
                background-color: #f5f5f5;
                color: #FE5000;
            }

.small-caps {
    font-variant: small-caps;
}
.Tam18{font-size:18px !important;}
.Tam30 {
    font-size: 30px;
}

.Tam25 {
    font-size: 25px;
}
.Tam20{ font-size:20px;}
/* ---------------------------------------------------- */
/* Artificial Reason Class */
/* ---------------------------------------------------- */
#Container .mix {
    display: none;
}

.text-icon {
    margin-bottom: 30px;
    overflow: hidden;
}

    .text-icon .icon-ar {
        float: left;
        margin-top: 5px;
    }

.text-icon-content {
    padding-left: 70px;
    font-size: .9em;
}

    .text-icon-content p {
        margin-top: 5px;
    }

.slogan {
    /*font-family: "Roboto", sans-serif;*/
    font-size: 1.8em;
    line-height: 150%;
    margin-bottom: 50px;
    font-weight: 300;
}

    .slogan > span {
        color: #FE5000;
    }

.section-lines {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: 40px;
    background-color: #f9f9f9;
}


.css-section {
    margin-bottom: 20px;
}

.wrap-primary-color {
    background-color: #FE5000;
    padding: 40px 0;
    color: #fff;
}

    .wrap-primary-color h1,
    .wrap-primary-color h2,
    .wrap-primary-color h3,
    .wrap-primary-color h4,
    .wrap-primary-color h5,
    .wrap-primary-color h6 {
        color: #fff;
    }

.dropcaps::first-letter {
    float: left;
    color: #FE5000;
    font-size: 3em;
    font-weight: 400;
    padding: 10px 10px 10px 5px;
    margin-top: 2px;
}

.dropcaps-bg::first-letter {
    background-color: #FE5000;
    color: #fff;
    padding-bottom: 12px;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: 2px;
    padding: 10px 5px;
    font-size: 2.8em;
    margin-top: 4px;
}

.dropcaps-circle::first-letter {
    border: solid 1px #FE5000;
    border-radius: 30px;
    padding: 10px 8px;
    font-size: 2.3em;
    margin-right: 10px;
    margin-top: 2px;
}

.dropcaps-circle-bg::first-letter {
    background-color: #FE5000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 8px;
    font-size: 2.3em;
    margin-right: 10px;
    margin-top: 2px;
}

.border-box {
    background-color: #f9f9f9;
    border: solid 3px #eee;
    border-left-color: #FE5000;
    padding: 20px;
    margin-bottom: 20px;
}

.blockquote-color {
    border-color: #FE5000;
}

.blockquote-color-bg {
    border-color: #FE5000;
    border-bottom: solid 1px #FE5000;
    background-color: #f9f9f9;
}

.blockquote-big {
    font-size: 1.8em;
    line-height: 140%;
    font-style: oblique;
    border: none;
}

    .blockquote-big footer {
        font-style: normal;
        font-size: .7em;
    }

.blockquote-color-bg-primary {
    font-size: 1em;
    background-color: #FE5000;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none;
}

    .blockquote-color-bg-primary:after,
    .blockquote-color-bg-dark:after {
        font-family: "FontAwesome";
        content: "\f10e";
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #fff;
        font-size: 2.6em;
    }

.blockquote-color-bg-dark {
    font-size: 1em;
    background-color: #001A72;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none;
}

.blockquote-color-bg-light {
    font-size: 1em;
    background-color: #ddd;
    color: #333;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none;
    text-shadow: 1px 1px 0px #ffffff;
}

    .blockquote-color-bg-light:after {
        font-family: "FontAwesome";
        content: "\f10e";
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #333;
        font-size: 2.6em;
    }

.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
    color: #eee;
    font-size: .9em;
}

.blockquote-color-bg-light footer {
    color: #666;
    font-size: .9em;
}

.em-primary {
    color: #FE5000;
}

.em-success {
    color: #02c66c;
}

.em-info {
    color: #54c8eb;
}

.em-warning {
    color: #f0ad4e;
}

.em-danger {
    color: #d9534f;
}

.em-help,
.em-royal {
    color: #ac60d0;
}

.em-primary-inverse {
    background-color: #FE5000;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.em-success-inverse {
    background-color: #02c66c;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.em-info-inverse {
    background-color: #54c8eb;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.em-warning-inverse {
    background-color: #f0ad4e;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.em-danger-inverse {
    background-color: #d9534f;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.em-royal-inverse {
    background-color: #ac60d0;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.main-header {
    background-color: #FAFAFA;
    color: #fff;
    padding: 20px 0;
    position: relative;

}

    .main-header.main-header-inverse {
        background-color: #f5f5f5;
        color: #000;
        border-bottom: solid 1px #ddd;
    }

        .main-header.main-header-inverse .page-title,
        .main-header.main-header-inverse .breadcrumb a,
        .main-header.main-header-inverse .breadcrumb a,
        .main-header.main-header-inverse .breadcrumb {
            color: #000;
        }

            .main-header.main-header-inverse .breadcrumb li {
                color: #FE5000;
            }

            .main-header.main-header-inverse .breadcrumb a:hover {
                border-bottom: solid 1px #000;
            }

            .main-header.main-header-inverse .breadcrumb > li + li:before {
                color: #666;
            }

    .main-header .page-title {
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 100%;
        font-size: 1.8em;
        display: inline-block;
        padding-top: 5px;
    }

.sidebar-nav {
    background-color: #f9f9f9;
    border: solid 1px #eee;
    margin: 0;
    padding: 0;
    font-size: .9em;
    margin-bottom: 40px;
}

    .sidebar-nav li {
        padding: 0;
        list-style: none;
    }

        .sidebar-nav li a > i {
            margin: 2px 5px 0 0;
            font-size: 1.1em;
            color: #999;
        }

        .sidebar-nav li a {
            display: block;
            padding: 5px 15px;
            color: #333;
            text-decoration: none;
            border-left: solid 3px #333;
            background-color: #f3f3f3;
        }

    .sidebar-nav > li > a:after {
        font-family: 'FontAwesome';
        content: "\f107";
        font-size: 1.2em;
        float: right;
    }

    .sidebar-nav > li > a.collapsed:after {
        content: "\f105";
    }

    .sidebar-nav li a.collapsed {
        background-color: transparent;
        border-left: solid 3px #FE5000;
    }

    .sidebar-nav li a:hover,
    .sidebar-nav li a:focus,
    .sidebar-nav li a:active {
        border-color: #333;
        background-color: #f3f3f3;
    }

.menu-submenu li a {
    border-color: #ddd;
    padding-left: 35px;
    background-color: transparent;
}

.menu-submenu li.active a {
    border-color: #333;
    background-color: #f3f3f3;
}

.menu-submenu li:last-child a {
    border-bottom: solid 1px #eee;
}

.sidebar-nav li.active > a {
    border-left-color: #333;
    background-color: #f3f3f3;
}

.btn-ar {
    border-radius: 2px;
    font-size: 14px;
}

    .btn-ar > .fa {
        margin-right: 5px;
    }

    .btn-ar.btn-transparent {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
    }

        .btn-ar.btn-transparent:hover,
        .btn-ar.btn-transparent:focus,
        .btn-ar.btn-transparent:active {
            background-color: rgba(255, 255, 255, 0.2);
        }

  

    .btn-ar.btn-success {
        color: #fff;
        background: linear-gradient(to bottom, #02c66c 5%, #02ad5e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success-color', endColorstr='darken(@success-color, 5%)', GradientType=0);
        background-color: #02c66c;
        border: 1px solid #02ad5e;
    }

        .btn-ar.btn-success:active {
            background-color: #02ad5e;
            background: linear-gradient(to bottom, #02ad5e 5%, #02c66c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@success-color, 8%)', endColorstr='@success-color', GradientType=0);
        }


    .btn-ar.btn-warning {
        color: #fff;
        background: linear-gradient(to bottom, #f0ad4e 5%, #ed9c28 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@warning-color', endColorstr='darken(@warning-color, 5%)', GradientType=0);
        background-color: #f0ad4e;
        border: 1px solid #eea236;
    }

        .btn-ar.btn-warning:active {
            background-color: #eea236;
            background: linear-gradient(to bottom, #eea236 5%, #f0ad4e 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@warning-color, 8%)', endColorstr='@warning-color', GradientType=0);
        }

    .btn-ar.btn-danger {
        color: #fff;
        background: linear-gradient(to bottom, #d9534f 5%, #d2322d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@danger-color', endColorstr='darken(@danger-color, 5%)', GradientType=0);
        background-color: #d9534f;
        border: 1px solid #d43f3a;
    }

        .btn-ar.btn-danger:active {
            background-color: #d43f3a;
            background: linear-gradient(to bottom, #d43f3a 5%, #d9534f 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@danger-color, 8%)', endColorstr='@danger-color', GradientType=0);
        }

    .btn-ar.btn-royal {
        color: #fff;
        /*background: linear-gradient(to bottom, #c03c02 5%, #a03201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@royal-color', endColorstr='darken(@royal-color, 5%)', GradientType=0);*/
        background-color: #a03201;
        border: 1px solid #a03201;
    }

        .btn-ar.btn-royal:active {
            background-color: #a03201;
            /*background: linear-gradient(to bottom, #c03c02 5%, #a03201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@royal-color, 8%)', endColorstr='@royal-color', GradientType=0);*/
        }

.btn-social {
    color: #aaa;
    border: solid 1px #aaa;
    padding: 8px 0px;
    width: 150px;
    text-align: center;
    margin: 0 5px 5px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    transition: background .25s ease;
}

    .btn-social.btn-social-white {
        color: #fff !important;
        border-color: #fff !important;
    }

    .btn-social:hover {
        text-decoration: none;
        background-color: #aaa;
        color: #fff;
    }

    .btn-social:active {
        box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.2);
    }

.btn-social-white {
    color: #fff;
    border-color: #fff;
    transition: all .25s ease;
}

    .btn-social-white:hover {
        color: #FE5000;
        border-color: #FE5000;
        background-color: rgba(0, 0, 0, 0.1);
    }

.btn-social .fa {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.btn-social.solid:hover {
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}

.btn-social.sm {
    width: 32px;
    height: 32px;
}

.btn-social.lg {
    width: 220px;
    padding: 12px 0;
}

.btn-social.xl-lg {
    width: 400px;
    padding: 18px 0;
}

.btn-social.round {
    border-radius: 5px;
}

.btn-social.sm .fa {
    margin: 0;
}

.btn-social.rss {
    color: #ef922f;
    border-color: #ef922f;
}

    .btn-social.rss:hover,
    .btn-social.rss.solid {
        color: #fff;
        background-color: #ef922f;
    }

.btn-social.facebook {
    color: #3b5998;
    border-color: #3b5998;
}

    .btn-social.facebook:hover,
    .btn-social.facebook.solid {
        color: #fff;
        background-color: #3b5998;
    }

.btn-social.twitter {
    color: #00aced;
    border-color: #00aced;
}

    .btn-social.twitter:hover,
    .btn-social.twitter.solid {
        color: #fff;
        background-color: #00aced;
    }

.btn-social.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}

    .btn-social.google-plus:hover,
    .btn-social.google-plus.solid {
        color: #fff;
        background-color: #dd4b39;
    }

.btn-social.youtube {
    color: #bb0000;
    border-color: #bb0000;
}

    .btn-social.youtube:hover,
    .btn-social.youtube.solid {
        color: #fff;
        background-color: #bb0000;
    }

.btn-social.linkedin {
    color: #007bb6;
    border-color: #007bb6;
}

    .btn-social.linkedin:hover,
    .btn-social.linkedin.solid {
        color: #fff;
        background-color: #007bb6;
    }

.btn-social.instagram {
    color: #517fa4;
    border-color: #517fa4;
}

    .btn-social.instagram:hover,
    .btn-social.instagram.solid {
        color: #fff;
        background-color: #517fa4;
    }

.btn-social.pinterest {
    color: #cb2027;
    border-color: #cb2027;
}

    .btn-social.pinterest:hover,
    .btn-social.pinterest.solid {
        color: #fff;
        background-color: #cb2027;
    }

.btn-social.wordpress {
    color: #4597be;
    border-color: #4597be;
}

    .btn-social.wordpress:hover,
    .btn-social.wordpress.solid {
        color: #fff;
        background-color: #4597be;
    }

.btn-social.git {
    color: #666666;
    border-color: #666666;
}

    .btn-social.git:hover,
    .btn-social.git.solid {
        color: #fff;
        background-color: #666666;
    }

.btn-social.flickr {
    color: #ff0084;
    border-color: #ff0084;
}

    .btn-social.flickr:hover,
    .btn-social.flickr.solid {
        color: #fff;
        background-color: #ff0084;
    }

.btn-social.stack-overflow {
    color: #bbbbbb;
    border-color: #bbbbbb;
}

    .btn-social.stack-overflow:hover,
    .btn-social.stack-overflow.solid {
        color: #fff;
        background-color: #bbbbbb;
    }

.btn-social.vine {
    color: #00b48a;
    border-color: #00b48a;
}

    .btn-social.vine:hover,
    .btn-social.vine.solid {
        color: #fff;
        background-color: #00b48a;
    }

.btn-social.dribbble {
    color: #f26798;
    border-color: #f26798;
}

    .btn-social.dribbble:hover,
    .btn-social.dribbble.solid {
        color: #fff;
        background-color: #f26798;
    }

.btn-social.foursquare {
    color: #0072b1;
    border-color: #0072b1;
}

    .btn-social.foursquare:hover,
    .btn-social.foursquare.solid {
        color: #fff;
        background-color: #0072b1;
    }

.btn-social.tumblr {
    color: #32506d;
    border-color: #32506d;
}

    .btn-social.tumblr:hover,
    .btn-social.tumblr.solid {
        color: #fff;
        background-color: #32506d;
    }

.social-icon-ar {
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /*margin: 0 20px 20px 0;*/
    margin: 0 0px 20px 20px;
}

@media (min-width:320px) and (max-width:480px) {
    .social-icon-ar {
        margin: 0 0px 10px 10px;
    }
}

@media (min-width:1024px) and (max-width:1600px) {
    .social-icon-ar {
        margin: 0 0px 15px 10px;
    }
}


.social-icon-ar .fa {
    padding-top: 7px;
}

.social-icon-ar:hover {
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.social-icon-ar.round {
    border-radius: 5px;
}

.social-icon-ar.circle {
    border-radius: 40px;
}

.social-icon-ar.sm {
    width: 25px;
    height: 25px;
    margin: 0 10px 10px 0;
    font-size: 15px;
}

    .social-icon-ar.sm .fa {
        padding-top: 6px;
    }

.social-icon-ar.tumblr {
    background-color: #32506d;
    background-image: linear-gradient(to top, #32506d, #426a90);
}

.social-icon-ar.rss {
    background-color: #ef922f;
    background-image: linear-gradient(to top, #ef922f, #f3ab5e);
}

.social-icon-ar.twitter {
    background-color: #00aced;
    background-image: linear-gradient(to top, #00aced, #21c2ff);
}

.social-icon-ar.facebook {
    background-color: #3b5998;
    background-image: linear-gradient(to top, #3b5998, #4c70ba);
}

.social-icon-ar.linkedin {
    background-color: #007bb6;
    background-image: linear-gradient(to top, #007bb6, #009de9);
}

.social-icon-ar.pinterest {
    background-color: #cb2027;
    background-image: linear-gradient(to top, #cb2027, #e03e44);
}

.social-icon-ar.instagram {
    background-color: #517fa4;
    background-image: linear-gradient(to top, #517fa4, #7098b8);
}

.social-icon-ar.google-plus {
    background-color: #dd4b39;
    background-image: linear-gradient(to top, #dd4b39, #e47365);
}

.social-icon-ar.youtube {
    background-color: #bb0000;
    background-image: linear-gradient(to top, #bb0000, #ee0000);
}

.social-icon-ar.git {
    background-color: #666666;
    background-image: linear-gradient(to top, #666666, #808080);
}

.social-icon-ar.wordpress {
    background-color: #4597be;
    background-image: linear-gradient(to top, #4597be, #6baccb);
}

.social-icon-ar.flickr {
    background-color: #ff0084;
    background-image: linear-gradient(to top, #ff0084, #ff339d);
}

.social-icon-ar.stack-overflow {
    background-color: #bbbbbb;
    background-image: linear-gradient(to top, #bbbbbb, #d4d4d4);
}

.social-icon-ar.vine {
    background-color: #00b48a;
    background-image: linear-gradient(to top, #00b48a, #00e7b1);
}

.social-icon-ar.dribbble {
    background-color: #f26798;
    background-image: linear-gradient(to top, #f26798, #f696b8);
}

.social-icon-ar.foursquare {
    background-color: #0072b1;
    background-image: linear-gradient(to top, #0072b1, #0093e4);
}

.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #FE5000;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

    .icon-ar.icon-ar-square {
        border-radius: 0;
    }

    .icon-ar.icon-ar-round {
        border-radius: 5px;
    }

    .icon-ar.icon-ar-circle {
        border-radius: 100px;
    }

    .icon-ar.icon-ar-inverse {
        background-color: transparent;
        color: #FE5000;
        border: solid 1px #FE5000;
    }

        .icon-ar.icon-ar-inverse.icon-ar-no-border {
            width: auto;
            height: auto;
            line-height: 1;
            border: none;
            font-size: 60px;
        }

    .icon-ar.icon-ar-sm {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 2;
    }

    .icon-ar.icon-ar-lg {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 2.2;
    }

    .icon-ar.icon-ar-xl-lg {
        width: 80px;
        height: 80px;
        font-size: 36px;
        line-height: 2.2;
    }

    .icon-ar.icon-ar-xxl-lg {
        width: 120px;
        height: 120px;
        font-size: 48px;
        line-height: 2.6;
    }

    .icon-ar.icon-ar-white {
        background-color: #fff;
        color: #FE5000;
    }

        .icon-ar.icon-ar-white.icon-ar-inverse {
            background-color: transparent;
            color: #fff;
            border: solid 1px #fff;
        }

    .icon-ar.icon-ar-danger {
        background-color: #d9534f;
    }

    .icon-ar.icon-ar-warning {
        background-color: #f0ad4e;
    }

    .icon-ar.icon-ar-success {
        background-color: #02c66c;
    }

    .icon-ar.icon-ar-info {
        background-color: #54c8eb;
    }

    .icon-ar.icon-ar-help {
        background-color: #ac60d0;
    }

    .icon-ar.icon-ar-black {
        background-color: #333;
    }

    .icon-ar.icon-ar-inverse.icon-ar-white {
        background-color: transparent;
        color: #001A72;
        border-color: #001A72;
    }

    .icon-ar.icon-ar-inverse.icon-ar-danger {
        background-color: transparent;
        color: #d9534f;
        border-color: #d9534f;
    }

    .icon-ar.icon-ar-inverse.icon-ar-warning {
        background-color: transparent;
        color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .icon-ar.icon-ar-inverse.icon-ar-success {
        background-color: transparent;
        color: #02c66c;
        border-color: #02c66c;
    }

    .icon-ar.icon-ar-inverse.icon-ar-info {
        background-color: transparent;
        color: #54c8eb;
        border-color: #54c8eb;
    }

    .icon-ar.icon-ar-inverse.icon-ar-help {
        background-color: transparent;
        color: #ac60d0;
        border-color: #ac60d0;
    }

    .icon-ar.icon-ar-inverse.icon-ar-black {
        background-color: transparent;
        color: #333;
        border-color: #333;
    }

a > .icon-ar.icon-ar-inverse:hover {
    background-color: #FE5000;
    color: #fff;
}

.table-striped-primary > tbody > tr:nth-child(odd) > td,
.table-striped-primary > tbody > tr:nth-child(odd) > th {
    background-color: #FE5000;
    color: #fff;
}

.content-box {
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 15px 15px 35px 15px;
    margin-bottom: 15px;
}

    .content-box.box-default {
       /* background-color: #f6f6f6;
        border: solid 1px #e5e5e5;*/
    }

        .content-box.box-default:hover {
           /* background-color: #f3f3f3;*/
        }

    .content-box.box-primary .content-box-title,
    .content-box.box-info .content-box-title,
    .content-box.box-success .content-box-title,
    .content-box.box-warning .content-box-title,
    .content-box.box-danger .content-box-title,
    .content-box.box-royal .content-box-title {
        color: #001A72;

    }

.content-box-title.counter {
    font-size: 4em;
    color: #333;
    margin-top: 0;
}

.content-box.box-primary {
    background-color: #fff;
    color: #000;
    border: solid 1px #001A72;
}

.content-box.box-success {
    background-color: #02c66c;
    color: #fff;
    border: solid 1px #016135;
}

.content-box.box-info {
    background-color: #54c8eb;
    color: #fff;
    border: solid 1px #179bc2;
}

.content-box.box-warning {
    background-color: #f0ad4e;
    color: #fff;
    border: solid 1px #c77c11;
}

.content-box.box-danger {
    background-color: #d9534f;
    color: #fff;
    border: solid 1px #a02622;
}

.content-box.box-royal {
    background-color: #ac60d0;
    color: #fff;
    border: solid 1px #792e9c;
}

.content-box.box-primary:hover {
    background-color: #f4f8ff;
}

.content-box.box-success:hover {
    background-color: #02ad5e;
}

.content-box.box-info:hover {
    background-color: #3dc1e8;
}

.content-box.box-warning:hover {
    background-color: #eea236;
}

.content-box.box-danger:hover {
    background-color: #d43f3a;
}

.content-box.box-royal:hover {
    background-color: #a24cca;
}
/* ---------------------------------------------------- */
/* Bootstrap Elements */
/* ---------------------------------------------------- */
.progress {
    border-radius: 2px;
}
/* Progress Bar */
.progress {
    border-radius: 0;
}

.progress-sm {
    height: 10px;
}

.progress-xs {
    height: 5px;
}

.progress-lg {
    height: 30px;
}

    .progress-lg .progress-bar {
        line-height: 30px;
    }

.progress-bar {
    background-color: #FE5000;
}

.progress-bar-success {
    background-color: #02c66c;
}

.progress-bar-info {
    background-color: #54c8eb;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-royal {
    background-color: #ac60d0;
}

.popover {
    border-radius: 0;
}

.panel-border {
    background-color: #f5f5f5;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 10px;
}

    .panel-border .panel-body {
        background-color: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }

.modal-content {
    border-radius: 0px;
}

.modal-body.no-padding {
    padding: 0;
}

.moda-title {
    font-weight: 400;
}

.modal-open #sb-site {
    position: static !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.modal-open {
    position: static !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important;
}

.nav-tabs.nav-tabs-transparent li a {
    font-size: 1.3em;
    color: #fe5000;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #ddd;
    font-family: "Roboto";
    transition: all .25s ease;
}

    .nav-tabs.nav-tabs-transparent li a:hover {
        background-color: #e5e5e5;
    }

.nav-tabs.nav-tabs-transparent li.active a,
.nav-tabs.nav-tabs-transparent li.active a:hover,
.nav-tabs.nav-tabs-transparent li.active a:focus {
    background-image: linear-gradient(to top, #FE5000, #FE5000);
    color: #fff;
    border-bottom: solid 1px #ddd;
}

.nav-tabs.nav-tabs-ar {
    border-top: solid 3px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    font-family: "Roboto", sans-serif;
    background-color: #fafafa;
}

    .nav-tabs.nav-tabs-ar li a {
        margin-top: -3px;
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
        color: #555;
        transition: padding 0.2s, border-top 0.2s;
        -moz-transition: padding 0.2s, border-top 0.2s;
        -webkit-transition: padding 0.2s, border-top 0.2s;
        padding-right: 5px;
        padding-left: 5px;
        background-color: #fafafa;
        margin-left: -1px;
        border: 0;
        border-bottom: solid 1px #e5e5e5;
        border-top: solid 3px #e5e5e5;
    }

    .nav-tabs.nav-tabs-ar li:first-child a {
        border-left: solid 1px #e5e5e5;
    }

    .nav-tabs.nav-tabs-ar li:first-child a {
        margin-left: 0px;
    }

    .nav-tabs.nav-tabs-ar li a:hover,
    .nav-tabs.nav-tabs-ar li.active a,
    .nav-tabs.nav-tabs-ar li.active a:hover,
    .nav-tabs.nav-tabs-ar li.active a:focus {
        border-top: solid 3px #FE5000;
        background-color: #f9f9f9;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        color: #FE5000;
        padding-right: 5px;
        padding-left: 5px;
        font-weight: 500;
    }

    .nav-tabs.nav-tabs-ar li.active a {
        position: relative;
        z-index: 2;
    }

        .nav-tabs.nav-tabs-ar li.active a,
        .nav-tabs.nav-tabs-ar li.active a:hover,
        .nav-tabs.nav-tabs-ar li.active a:focus {
            border-bottom: solid 1px #f9f9f9;
        }

    .nav-tabs.nav-tabs-ar li a:hover {
        position: relative;
        z-index: 1;
        border-bottom-color: #e5e5e5;
        border-top-color: #000;
        color: #000;
    }

@media (min-width: 370px) {
    .nav-tabs.nav-tabs-ar li a {
        padding-right: 10px;
        padding-left: 10px;
    }

        .nav-tabs.nav-tabs-ar li a:hover,
        .nav-tabs.nav-tabs-ar li.active a,
        .nav-tabs.nav-tabs-ar li.active a:hover,
        .nav-tabs.nav-tabs-ar li.active a:focus {
            padding-right: 25px;
            padding-left: 25px;
        }
}

.nav-tabs.nav-tabs-ar + .tab-content {
    padding: 15px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden;
    background-color: #f9f9f9;
}

.nav-tabs.nav-tabs-ar.nav-tabs-ar-white,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
    background-color: #fff;
}

.nav-tabs.nav-tabs-ar li a i {
    font-size: 1.2em;
}

.nav-tabs + .tab-content {
    padding: 15px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden;
}

.nav-tabs li a {
    border-radius: 2px;
}

.nav-tabs.nav-tabs-round li a {
    border-radius: 5px 5px 0 0;
    font-size:1.5em;
    font-weight:300;
}

.nav-tabs li a:hover {
    background-color: #f5f5f5;
}

.label {
    text-shadow: none;
    font-family: "Open Sans";
}

.label-primary {
    background-color: #FE5000;
}

.label-success {
    background-color: #02c66c;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label-info {
    background-color: #54c8eb;
}

.label-royal {
    background-color: #ac60d0;
}

.badge-square {
    border-radius: 0;
}

.badge-round {
    border-radius: 2px;
}

.badge-primary {
    background-color: #FE5000;
    color: #fff;
}

.alert {
    border-radius: 2px;
}

    .alert h1,
    .alert h2,
    .alert h3,
    .alert h4,
    .alert h5,
    .alert h6 {
        color: inherit;
        margin: 0px 0 5px 0;
        font-weight: 400;
    }

    .alert i {
        font-size: 1.2em;
        margin-right: 5px;
    }

    .alert > .close {
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=30);
        opacity: .3;
    }

.alert-primary > .close {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=80);
    opacity: .8;
}

.alert-info {
    background-color: #ddf4fb;
    border: solid 1px #54c8eb;
}

.alert-success {
    background-color: #ddffef;
    border: solid 1px #02c66c;
}

.alert-warning {
    background-color: #fceedb;
    border: solid 1px #f0ad4e;
}

.alert-danger {
    background-color: #f4cecd;
    border: solid 1px #d9534f;
}

.alert-royal {
    background-color: #ead6f3;
    border: solid 1px #ac60d0;
    color: #792e9c;
}

.alert-primary {
    background-color: #ff8603;
    border: solid 1px #FE5000;
    color: #fff4e9;
}

.alert.alert-border {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
}

.alert.alert-primary.alert-border {
    border-color: #834400;
}

.well {
    border-radius: 2px;
    background-color: #f3f3f3;
    border-color: #e0e0e0;
}

.nav-pills > .active > a > .badge {
    color: #fff;
    background-color: #FE5000;
}

.list-group-sm li,
.list-group-sm a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-group-item-success {
    background-color: #d3ffea;
    color: #017a43;
}

.list-group-item-warning {
    background-color: #fceedb;
    color: #df8a13;
}

.list-group-item-danger {
    background-color: #f8dede;
    color: #b52b27;
}

.list-group-item-info {
    background-color: #d4f1fa;
    color: #19add9;
}

.list-group-item-royal {
    background-color: #f2e6f8;
    color: #8834b0;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-striped li:nth-child(odd) {
    background-color: #eee;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #FE5000;
    border-color: #FE5000;
}

.page-header {
    color: #000;
    border-bottom: solid 1px #FE5000;
    margin-bottom: 30px;
}

.right-line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    margin: 50px 0;
}

    .right-line:after {
        position: absolute;
        top: 55%;
        overflow: hidden;
        width: 100%;
        height: 1px;
        content: '\a0';
        background-color: #ddd;
        border-left: solid 20px #fff;
    }


.pager li > a,
.pager li > span {
    border-radius: 2px;
    color: #FE5000;
}

    .pager li > a:hover,
    .pager li > span:hover {
        color: #fff;
        background-color: #FE5000;
    }

.pager.pager-border li > a,
.pager.pager-border li > span {
    border-radius: 2px;
    color: #FE5000;
    border: none;
    border-bottom: 3px solid #eee;
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px;
}

    .pager.pager-border li > a:hover,
    .pager.pager-border li > span:hover {
        color: #fff;
        background-color: transparent;
        border-color: #FE5000;
        color: #000;
    }

input {
    border-radius: 0 !important;
    box-shadow: none;
}

.form-control {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #595e68;
        box-shadow: none;
    }

textarea.form-control,
select.form-control {
    border-radius: 0;
}

    textarea.form-control:focus {
        border-color: #595e68;
    }

.checkbox,
.checkbox-inline {
    padding-left: 20px;
}

    .checkbox label,
    .checkbox-inline label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        margin-right: 10px;
    }

        .checkbox label::before,
        .checkbox-inline label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            top: 2px;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 0px;
            background-color: #fff;
            transition: border 0.15s ease-in-out;
        }

        .checkbox label::after,
        .checkbox-inline label::after {
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            top: 2px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #595e68;
        }

    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        transition: all 0.15s ease-in-out;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox-inline input[type="checkbox"]:focus + label::before {
            border-color: #d5c58f;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox-inline input[type="checkbox"]:checked + label::after {
            content: "";
            background-color: #595e68;
            width: 10px;
            height: 10px;
            top: 6px;
            left: 4px;
            transition: all 0.15s ease-in-out;
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox-inline input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox-inline input[type="checkbox"]:disabled + label::before {
                background-color: #ddd;
                cursor: not-allowed;
            }

    .checkbox.checkbox-inline,
    .checkbox-inline.checkbox-inline {
        margin-top: 0;
    }

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #FE5000;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            transition: 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            border-color: #FE5000;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.input-group-addon {
    border-radius: 0;
    background-color: #FE5000;
    border-color: #d56e00;
    color: #fff;
}

.has-success .royal-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #019450;
}

.has-success .form-control {
    border-color: #02c66c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #019450;
        box-shadow: none;
    }

.has-success .input-group-addon {
    color: #02c66c;
    background-color: #dff0d8;
    border-color: #02c66c;
}

.has-success .form-control-feedback {
    color: #02c66c;
}

.has-warning .royal-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #ec971f;
}

.has-warning .form-control {
    border-color: #f0ad4e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #c77c11;
        box-shadow: none;
    }

.has-warning .input-group-addon {
    color: #f0ad4e;
    background-color: #dff0d8;
    border-color: #f0ad4e;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-error .royal-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #c9302c;
}

.has-error .form-control {
    border-color: #d9534f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #a02622;
        box-shadow: none;
    }

.has-error .input-group-addon {
    color: #d9534f;
    background-color: #dff0d8;
    border-color: #d9534f;
}

.has-error .form-control-feedback {
    color: #d9534f;
}

.form-group .glyphicon {
    margin-top: 5px;
}

.jumbotron {
    padding: 20px 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f5f5f5;
    border-radius: 0;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 5px #FE5000;
    border-bottom: solid 5px #FE5000;
    overflow: hidden;
}

.container .jumbotron {
    border-radius: 0px;
}

.jumbotron p {
    font-size: 1.2em;
    font-weight: 400;
}

.lead {
    font-weight: 400;
    font-family: "Roboto", "Open Sans", sans-serif;
}

.lead-lg {
    font-size: 1.8em;
    font-weight: 300;
}

    .lead-lg strong {
        font-weight: 400;
    }

.lead-sm {
    font-size: 1.2em;
}

.lead-hand {
    font-size: 1.3em;
    font-family: 'Indie Flower', cursive;
    line-height: 170%;
}
.panel{
    background-color:transparent !important;
}
.panel,
.panel .panel-footer {
    border-radius: 0;
}

    .panel .panel-default{
        border:none !important;
    }

    .panel-primary {
        border-color: #FE5000;
    }

    .panel-primary .panel-heading,
    .panel-primary .panel-footer {
        background-color: #FE5000;
        color: #fff;
    }



    .panel-heading a {
        font-weight: 500 !important;
    }

    .panel-heading i {
        margin-right: 5px;
        font-size: 1.1em;
    }

.panel-title {
    padding: 7px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading-link,
.panel-plus-link {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
   
}

    .panel-plus-link a {
        background-color: inherit;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .panel-plus-link a:hover,
        .panel-plus-link a:focus,
        .panel-plus-link a:active {
            background-color: transparent !important;
        }

.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em;
}

.panel-group .panel > .panel-heading.panel-plus-link a:before {
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em;
}

.panel-primary .panel-heading a,
.panel-primary-dark .panel-heading a,
.panel-info-dark .panel-heading a,
.panel-success-dark .panel-heading a,
.panel-warning-dark .panel-heading a,
.panel-danger-dark .panel-heading a,
.panel-royal-dark .panel-heading a,
.panel-primary .panel-plus-link a,
.panel-primary-dark .panel-plus-link a,
.panel-info-dark .panel-plus-link a,
.panel-success-dark .panel-plus-link a,
.panel-warning-dark .panel-plus-link a,
.panel-danger-dark .panel-plus-link a,
.panel-royal-dark .panel-plus-link a {
    color: #fff;
}

    .panel-primary .panel-heading a:hover,
    .panel-primary-dark .panel-heading a:hover,
    .panel-info-dark .panel-heading a:hover,
    .panel-success-dark .panel-heading a:hover,
    .panel-warning-dark .panel-heading a:hover,
    .panel-danger-dark .panel-heading a:hover,
    .panel-royal-dark .panel-heading a:hover,
    .panel-primary .panel-plus-link a:hover,
    .panel-primary-dark .panel-plus-link a:hover,
    .panel-info-dark .panel-plus-link a:hover,
    .panel-success-dark .panel-plus-link a:hover,
    .panel-warning-dark .panel-plus-link a:hover,
    .panel-danger-dark .panel-plus-link a:hover,
    .panel-royal-dark .panel-plus-link a:hover {
        background-color: none;
    }

.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-warning-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-danger-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-royal-dark .panel-footer a,
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-warning-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-danger-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-royal-dark .panel-footer a {
    color: #fff;
}

.panel-default .panel-heading-link a,
.panel-default .panel-plus-link a {
    color: #333;
}

.panel .panel-footer i {
    margin: 0 5px;
}

.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #FE5000;
    color: #fff;
    padding: 5px 0px;
    margin-top: -5px;
    margin-right: -15px;
    width: 33px;
    text-align: center;
}

.panel-primary .panel-heading-link a:after,
.panel-primary-dark .panel-heading-link a:after,
.panel-info-dark .panel-heading-link a:after,
.panel-success-dark .panel-heading-link a:after,
.panel-warning-dark .panel-heading-link a:after,
.panel-danger-dark .panel-heading-link a:after,
.panel-royal-dark .panel-heading-link a:after {
    background-color: #333;
}

.panel .panel-heading-link a.collapsed:after {
    content: "\f104";
}

.panel-success .panel-heading-link a:after {
    background-color: #02c66c;
}

.panel-info .panel-heading-link a:after {
    background-color: #54c8eb;
}

.panel-warning .panel-heading-link a:after {
    background-color: #f0ad4e;
}

.panel-danger .panel-heading-link a:after {
    background-color: #d9534f;
}

.panel-royal .panel-heading-link a:after {
    background-color: #ac60d0;
}

.panel-success .panel-plus-link a,
.panel-success .panel-heading-link a {
    color: #017a43;
}

.panel-info .panel-plus-link a,
.panel-info .panel-heading-link a {
    color: #19add9;
}

.panel-warning .panel-plus-link a,
.panel-warning .panel-heading-link a {
    color: #df8a13;
}

.panel-danger .panel-plus-link a,
.panel-danger .panel-heading-link a {
    color: #b52b27;
}

.panel-royal .panel-plus-link a,
.panel-royal .panel-heading-link a {
    color: #8834b0;
}

.panel-heading.panel-plus-link > a,
.panel-heading-link > a {
    display: block;
    padding: 5px 15px;
}

    .panel-heading-link > a > i {
        margin-right: 10px;
    }

.panel .panel-heading a {
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

.panel .panel-primary .panel-heading a:hover,
.panel .panel-success .panel-heading a:hover,
.panel .panel-info .panel-heading a:hover,
.panel .panel-warning .panel-heading a:hover,
.panel .panel-danger .panel-heading a:hover,
.panel .panel-royal .panel-heading a:hover,
.panel .panel-primary-dark .panel-heading a:hover,
.panel .panel-info-dark .panel-heading a:hover,
.panel .panel-success-dark .panel-heading a:hover,
.panel .panel-warning-dark .panel-heading a:hover,
.panel .panel-danger-dark .panel-heading a:hover,
.panel .panel-royal-dark .panel-heading a:hover {
    background-color: transparent !important;
}

.panel-body-no-padding {
    padding: 0 !important;
}

.panel-default .panel-heading,
.panel-default .panel-footer {
    background-color: #f3f3f3;
    color: #333;
}

.panel-royal .panel-heading,
.panel-royal .panel-footer {
    background-color: #dfc2ed;
    color: #5a2275;
    border: solid 1px #d5afe7;
}

.panel-royal .panel-body {
    border: solid 1px #dfc2ed;
}

.panel-primary-dark .panel-heading,
.panel-primary-dark .panel-footer {
    background-color: #b65f00;
    color: #fff;
}

.panel-success-dark .panel-heading,
.panel-success-dark .panel-footer {
    background-color: #5ca43f;
    color: #fff;
}

.panel-info-dark .panel-heading,
.panel-info-dark .panel-footer {
    background-color: #288ec3;
    color: #fff;
}

.panel-warning-dark .panel-heading,
.panel-warning-dark .panel-footer {
    background-color: #e4c016;
    color: #fff;
}

.panel-danger-dark .panel-heading,
.panel-danger-dark .panel-footer {
    background-color: #a94242;
    color: #fff;
}

.panel-royal-dark .panel-heading,
.panel-royal-dark .panel-footer {
    background-color: #792e9c;
    color: #fff;
}

.panel-primary-dark .panel-body {
    border: solid 1px #b65f00;
}

.panel-success-dark .panel-body {
    border: solid 1px #5ca43f;
}

.panel-info-dark .panel-body {
    border: solid 1px #288ec3;
}

.panel-warning-dark .panel-body {
    border: solid 1px #e4c016;
}

.panel-danger-dark .panel-body {
    border: solid 1px #a94242;
}

.panel-royal-dark .panel-body {
    border: solid 1px #792e9c;
}

.dropdown-submenu {
    position: relative;
}

.dropdown.dropdown-inverse a {
    color: #fff;
}

    .dropdown.dropdown-inverse a:hover {
        color: #fff;
        background-image: linear-gradient(to top, #FE5000, #FE5000);
    }

.dropdown.dropdown-inverse ul {
    background-color: #333;
    color: #fff;
    border-color: #222;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
}

.dropdown.dropdown-inverse .divider {
    background-color: #555;
}

.dropdown.dropdown-inverse .dropdown-header {
    border-color: #555;
    box-shadow: none;
    color: #ccc;
}

/*dropdown > a:after,
.dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}*/

/*.dropdown > a:after {
    top: 26px;
    right: 15px;
    content: "\f107";
}*/

.dropdown-submenu > .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }

    .dropdown > a {
        border-bottom: solid 1px #ddd;
        margin: 0;
    }

    .dropdown.open > a,
    .dropdown.open > a:focus,
    .dropdown.open > a:active {
        border-bottom: solid 1px #ddd;
    }

    .dropdown a {
        padding: 0 6px;
    }

    .dropdown-submenu {
        padding: 0;
        margin-top: -5px;
    }

        .dropdown-submenu a {
            padding: 5px 0;
            margin: 0;
        }

        .dropdown-submenu > a:after {
            content: " ";
        }

    /*.dropdown > a:after {
        top: 10px;
        right: 15px;
        content: "\f104";
    }*/

    .dropdown.open > a:after {
        top: 10px;
        right: 15px;
        content: "\f107";
    }
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.dropdown-header {
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    padding: 6px 0;
    margin: 9px 0;
}

.main-header .container {
    position: relative;
}

@media (max-width: 500px) {
    .main-header .breadcrumb {
        display: none !important;
    }
}

.main-header .breadcrumb {
    margin: 0;
    display: inline-block;
    background: none;
    color: #fff;
    font-size: 1em;
    /*position: absolute;*/
    top: 0px;
    right: 10px;
}

    .main-header .breadcrumb li {
        color: #eee;
    }

        .main-header .breadcrumb li.current_item {
            color: #eee;
        }

    .main-header .breadcrumb a {
        color: #fff;
    }

        .main-header .breadcrumb a:hover {
            text-decoration: none;
            border-bottom: solid 1px #fff;
        }

.breadcrumb > li + li:before {
    padding: 0 6px 0 5px;
    content: "\00bb";
}

.main-header .breadcrumb > li + li:before {
    color: #fff;
}

.nav-pills > li > a {
    border-radius: 0px;
    /*color: #333;*/
}

.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus {
    border-left: solid 3px #000;
    background-color: #eee;
    color: #333;
}

.nav-pills.nav-stacked > li > a {
    border-left: solid 3px #FE5000;
}

    .nav-pills.nav-stacked > li > a:hover {
        border-left: solid 3px #000;
    }

.nav-stacked > li + li {
    margin: 0;
}

.nav-stacked {
    background-color: #f9f9f9;
    border: solid 1px #eee;
}

.thumbnail {
    border-radius: 0px;
    position: relative;
    transition: all .25s ease;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #FE5000;
}

.thumbnail.thumbnail-round {
    border-radius: 5px;
}

    .thumbnail.thumbnail-round > img {
        border-radius: 5px;
    }
/* Caption */
.img-caption-ar {
    position: relative;
    padding: 5px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
}

    .img-caption-ar img {
        width: 100%;
    }

.caption-ar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: all .25s ease;
}

    .caption-ar .caption-content {
        width: 80%;
        height: 150px;
        left: 10%;
        top: 40%;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        visibility: hidden;
        transition: all .50s ease;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .caption-ar:hover .caption-content {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .caption-ar:hover {
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }

    .caption-ar .caption-content a {
        background-color: rgba(128, 128, 128, 0.5);
        padding: 10px 10px 8px 10px;
        color: #fff;
        border: solid 1px #999;
        text-decoration: none;
        margin-bottom: 10px !important;
        display: inline-block;
        transition: all .25s ease;
    }

        .caption-ar .caption-content a:hover {
            background-color: rgba(200, 200, 200, 0.5);
        }

        .caption-ar .caption-content a i {
            margin-right: 10px;
        }

    .caption-ar .caption-content .caption-title {
        padding: 0;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5em;
    }

        .caption-ar .caption-content .caption-title + p {
            margin-top: 5px;
        }
/* ---------------------------------------------------- */
/* Navbar */
/* ---------------------------------------------------- */

.site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 5px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
    font-size: 10pt;
}
.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    position: absolute;
    z-index: 99;
    background: rgba(71 76 88 /90%);    
    margin-top: 35px;
}
    .navbar-default {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
    background-image: linear-gradient(to top, #ececec, #f4f4f4);
    margin-bottom: 0;
    border-bottom: 0;
    } 



@media (min-width: 360px) and (max-width: 768px) {
    .navbar-brand {
        padding-top: 5px;
    }

    .navbar-default .navbar-brand {
        margin-left: 10px;
        padding-left: 45px;
    }
}


.navbar-default .navbar-brand span {
    color: #FE5000;
}

.dropdown-menu li a {
    position: relative;
}

    .dropdown-menu li a .label {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .dropdown-menu li a:hover .label {
        background-color: #fff;
        color: #FE5000;
    }

@media (min-width: 767px) {
    /*Navbar Collapse*/
    .navbar-collapse {
        padding: 0;
    }
    /*Navbar*/
    .navbar-default .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 15px;
        margin-top: -1px;
        color: #ffffff ;
        font-family: Mulish;
        font-size: 10pt;
        font-weight: 400;
        letter-spacing: 1px;
        /*line-height:45px;*/
        /*height: 75px;*/
    }

    .navbar-default .navbar-nav > li.dropdown > a {
        padding-right: 24px;
    }


    /*Dropdown Menu*/
    .dropdown-menu {
        padding: 0;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        margin-top: 0px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
        background-color: #f5f5f5;
    }

        .dropdown-menu li a {
            font-size: 13px;
            font-weight: 400;
            padding: 6px 15px;
        }

        .dropdown-menu .active > a,
        .dropdown-menu li > a:hover,
        .dropdown-menu li > a:focus,
        .dropdown-menu li > a:active {
            background-color: #f4f8ff;
            background-image: linear-gradient(to top, #d06c00, #FE5000);
            color: #000000 !Important;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 8px;
    }

    .navbar-default .navbar-nav > li.dropdown > a {
        padding-right: 16px;
    }

    .dropdown > a:after {
        right: 5px;
    }

    .navbar-default .navbar-brand {
        font-size: 1.9em;
        word-spacing: -5px;
        -webkit-text-stroke: 0.007em;
        background-image: none;
        padding-left: 5px;
    }
}
@media (min-width:1024){ .navbar-default .navbar-nav > li.dropdown > a {
        padding-right: 16px;
    }}
.navbar-header .navbar-toggle {
    margin: 0;
    padding: 8px 12px 4px 12px;
    background-color: #555;
    background-image: linear-gradient(to top, #4d4d4d, #666666);
    border: none;
    border-radius: 0;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 50px;
}

    .navbar-header .navbar-toggle:hover,
    .navbar-header .navbar-toggle:focus {
        background-color: #d06c00;
    }

    .navbar-header .navbar-toggle i {
        margin: 0;
        padding: 0;
        line-height: 100%;
        font-size: 1.5em;
    }

.sb-icon-navbar i {
    background-color: #555;
    background-image: linear-gradient(to top, #4d4d4d, #666666);
    color: #fff;
    padding: 11px;
    margin-left: 15px;
    vertical-align: middle;
    font-size: 1.5em;
    padding: 15px 14px 14px 14px;
    height: 50px;
}

@media (min-width: 768px) and (max-width: 842px) {
    .navbar-right {
        float: left !important;
    }
}

@media (max-width: 991px) {
    .sb-icon-navbar i {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        font-size: 1.7em;
        word-spacing: -4px;
        margin-left: 60px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.site-navbar-top .site-logo {
  font-size: 2rem; }

.site-navbar-wrap {
  position: relative;
  z-index: 1;
  width: 100%; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  position: absolute;
  z-index: 99; }
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #fff; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
  
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #1f3c88; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #1f3c88; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #1f3c88; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #1f3c88; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/*-------------------------------------------------------------------*/
/* Carousel razon */
/*-------------------------------------------------------------------*/
.carousel-section-e {
    margin-bottom: 40px;
    overflow: hidden;
}

.carousel-e {
    background-color: #FE5000;
}

.carousel-e {
    background-color: #FE5000;
    background-color: rgba(233, 121, 0, 0.9);
}

    .carousel-e .carousel-caption {
        position: static;
        text-align: left;
    }

    .carousel-e .carousel-img-wrap {
        display: table-row;
    }

    .carousel-e .carousel-img {
        height: 400px;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        display: static;
    }

        .carousel-e .carousel-img img {
            width: 100%;
        }

    .carousel-e .carousel-indicators {
        bottom: 0px !important;
    }

        .carousel-e .carousel-indicators li {
            margin: 0 2px;
        }



.carousel-razon {
    background-color: #Fff;
    background-color: rgba(218, 216, 250, 0.43);
}

.carousel-razon-dark {
    background-color: #001A72;
    background-color: rgba(0, 0, 0, 0.6);
}

.carousel-razon .carousel-caption {
    position: static;
    text-align: left;
}

.carousel-razon .carousel-img-wrap {
    display: table-row;
}

.carousel-razon .carousel-img {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    display: static;
}

    .carousel-razon .carousel-img img {
        width: 100%;
    }

.carousel-razon .carousel-indicators {
    bottom: 0px !important;
}

    .carousel-razon .carousel-indicators li {
        margin: 0 2px;
    }

.carousel-text span {
    color: #FE5000;
}

.carousel-title {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 2.2em;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    font-weight: 500;
}

.carousel-title2 {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 1.8em;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    font-weight: 500;
}

.crousel-subtitle {
    font-size: 1.6em;
    color: #001a72;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: "Roboto","Roboto", sans-serif;
}

.carousel-list {
    margin: 20px 0 20px 20px;
}

    .carousel-list li {
        color: #fff;
        font-size: 1.4em;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .carousel-list li i {
            font-size: 1.6em;
            margin-right: 20px;
            color: #fff;
        }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: .8;
}

    .carousel-control.left {
        background-image: none;
        -webkit-filter: none;
        filter: none;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        -webkit-filter: none;
        filter: none;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=100);
        outline: none;
        opacity: 1;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carouseldestacado {
    font-size: 1.2em;
}

@media (max-width: 767px) {
    .carousel-indicators {
        top: 10px !important;
        bottom: auto !important;
    }

    .carousel-title {
        margin: 10px 0 5px 0;
        padding: 0;
        font-size: 2em;
        line-height: 1.3em;
    }

    .crousel-subtitle {
        font-size: 1.4em;
    }

    .carousel-text p {
        margin-bottom: 10px;
    }

    .carousel-list {
        margin: 5px 0 0 0;
    }

        .carousel-list li {
            font-size: 1.2em;
            line-height: 1em;
            margin-bottom: 4px;
        }

            .carousel-list li span {
                padding: 5px;
            }

            .carousel-list li i {
                width: 42px;
                padding: 5px;
            }

    .carousel-control {
        left: auto;
        bottom: auto;
        top: 20px;
    }

        .carousel-control.left {
            right: 50px;
        }

        .carousel-control.right {
            right: 0;
        }
}
/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
#footer-widgets {
    background-color: #505157;
    color: #eee;
    padding: 20px 0 20px 0;
    /*margin-top: 30px;*/
    /*border-top: solid 1px #ccc;*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.footer-widget-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    color: #ff921d;
}

#footer-widgets a {
    color: #eee;
    text-decoration: none;
    transition: all .25s ease;
}

    #footer-widgets a:hover {
        color: #ff921d;
    }

#footer {
    background-color: #505157;
    color: #ccc;
    padding: 17px 0;
    /*text-align: center;*/
    /*border-top: solid 1px #555;*/
    font-size: 0.9em;
}

    #footer a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 1.1em;
    }

        #footer a:hover {
            color: #FE5000;
        }

    #footer p {
        margin: 0;
        padding: 0;
        line-height: 100%;
    }

.footer-widget .media {
    margin-bottom: 10px;
}

    .footer-widget .media .media-heading {
        font-size: 1.1em;
        line-height: 1.3em;
    }

.footer-widget small {
    color: #ccc;
    font-style: oblique;
}

.footer-widget .thumbnail {
    border-color: #666;
    background-color: rgba(0, 0, 0, 0.2);
}

.three_cols {
    overflow: hidden;
}

    .three_cols > li {
        float: left;
        width: 33.333%;
        padding-bottom: 2px;
        padding-top: 1px;
    }

@media (min-width: 320px) and (max-width: 480px) {
    .three_cols > li {
        width: 50%;
    }
}

.input-group > input[type="text"] {
    height: 34px;
    position: relative;
    z-index: 3;
}

input.input-lg[type="text"] {
    height: 40px !important;
}


.navbar-header-full.navbar-inverse {
    /*border-top: solid 1px #fe5000;*/
    background-color: #575b66;
    color: #ffffff !important;
}
/* ---------------------------------------------------- */
/* Slidebar */
/* ---------------------------------------------------- */
.sb-slidebar {
    color: #fff;
}

    .sb-slidebar input[type="text"] {
        border-radius: 0;
        height: 50px;
        background-color: #333;
        border: 0;
        border-bottom: solid 1px #2f2f2f;
        box-shadow: none;
        color: #fff;
    }

    .sb-slidebar .input-group .btn {
        height: 50px;
        background-color: #FE5000;
        color: #fff;
        border-color: #2f2f2f;
        border-radius: 0;
    }

        .sb-slidebar .input-group .btn i {
            font-size: 1.4em;
        }

.slidebar-header {
    color: #FE5000;
    font-size: 1.6em;
    border-bottom: solid 1px #2f2f2f;
    padding: 15px 20px;
    margin: 10px 0 20px 0;
}

.padding0 {
    padding: 0px !Important;
}


.padding-20 {
    padding: 20px 0;
}

.padding-40 {
    padding: 40px 0;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.margin-10 {
    margin: 10px 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.lateral-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.slidebar-menu {
    margin: 0;
    padding: 0;
}

    .slidebar-menu li {
        list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0;
    }

        .slidebar-menu li a {
            display: block;
            color: #ddd;
            padding: 10px 20px;
            border-bottom: solid 1px #2f2f2f;
            text-decoration: none;
        }

            .slidebar-menu li a:hover {
                background-color: #000;
                color: #fff;
            }

.slidebar-social-icons {
    padding: 0 20px;
}
/* ---------------------------------------------------- */
/* Theme Options */
/* ---------------------------------------------------- */
#theme-options {
    display: table;
    position: fixed;
    top: 150px;
    left: -260px;
    z-index: 1000;
    transition: all .25s ease;
}

    #theme-options:hover {
        left: 0;
    }

#icon-options {
    display: table-cell;
}

    #icon-options i {
        padding: 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
        background-image: linear-gradient(to top, #ececec, #f4f4f4);
    }

#body-options {
    display: table-cell;
    width: 260px;
    background-color: #eee;
    padding: 15px 20px;
    position: relative;
    z-index: 100;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
    background-image: linear-gradient(to top, #ececec, #f4f4f4);
}

    #body-options h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    #body-options .color-box {
        display: inline-block;
        text-indent: -999999px !important;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border: solid 1px #000;
        margin: 2px;
    }

    #body-options .color-blue {
        background-color: #0099da;
    }

    #body-options .color-blue2 {
        background-color: #4d7db3;
    }

    #body-options .color-blue3 {
        background-color: #6695e2;
    }

    #body-options .color-blue4 {
        background-color: #2366f0;
    }

    #body-options .color-blue5 {
        background-color: #38d3ff;
    }

    #body-options .color-green {
        background-color: #21ba91;
    }

    #body-options .color-green2 {
        background-color: #21ba49;
    }

    #body-options .color-green3 {
        background-color: #13e018;
    }

    #body-options .color-green4 {
        background-color: #5ebe1e;
    }

    #body-options .color-green5 {
        background-color: #0a9200;
    }

    #body-options .color-red {
        background-color: #e73c3c;
    }

    #body-options .color-red2 {
        background-color: #ae0000;
    }

    #body-options .color-red3 {
        background-color: #ed0742;
    }

    #body-options .color-fuchsia {
        background-color: #ff4c94;
    }

    #body-options .color-pink {
        background-color: #ff41e6;
    }

    #body-options .color-yellow {
        background-color: #f6dc00;
    }

    #body-options .color-yellow2 {
        background-color: #c5b319;
    }

    #body-options .color-orange {
        background-color: #ffb644;
    }

    #body-options .color-orange2 {
        background-color: #FE5000;
    }

    #body-options .color-orange3 {
        background-color: #c37744;
    }

    #body-options .color-violet {
        background-color: #9f2cc0;
    }

    #body-options .color-violet2 {
        background-color: #9000ec;
    }

    #body-options .color-violet3 {
        background-color: #c64dff;
    }

    #body-options .color-gray {
        background-color: #808080;
    }

    #body-options .color-aqua {
        background-color: #29d7d5;
    }

.syntaxhighlighter {
    background-color: white !important;
}

    .syntaxhighlighter .line.alt1 {
        background-color: white !important;
    }

    .syntaxhighlighter .line.alt2 {
        background-color: white !important;
    }

    .syntaxhighlighter .line.highlighted.alt1,
    .syntaxhighlighter .line.highlighted.alt2 {
        background-color: #e0e0e0 !important;
    }

    .syntaxhighlighter .line.highlighted.number {
        color: black !important;
    }

    .syntaxhighlighter table caption {
        color: black !important;
    }

    .syntaxhighlighter .gutter {
        color: #afafaf !important;
    }

        .syntaxhighlighter .gutter .line {
            border-right: 3px solid #FE5000 !important;
        }

            .syntaxhighlighter .gutter .line.highlighted {
                background-color: #FE5000 !important;
                color: white !important;
            }

    .syntaxhighlighter.printing .line .content {
        border: none !important;
    }

    .syntaxhighlighter.collapsed {
        overflow: visible !important;
    }

        .syntaxhighlighter.collapsed .toolbar {
            color: blue !important;
            background: white !important;
            border: 1px solid #FE5000 !important;
        }

            .syntaxhighlighter.collapsed .toolbar a {
                color: blue !important;
            }

                .syntaxhighlighter.collapsed .toolbar a:hover {
                    color: red !important;
                }

    .syntaxhighlighter .toolbar {
        color: white !important;
        background: #FE5000 !important;
        border: none !important;
    }

        .syntaxhighlighter .toolbar a {
            color: white !important;
        }

            .syntaxhighlighter .toolbar a:hover {
                color: black !important;
            }

    .syntaxhighlighter .plain,
    .syntaxhighlighter .plain a {
        color: black !important;
    }

    .syntaxhighlighter .comments,
    .syntaxhighlighter .comments a {
        color: #008200 !important;
    }

    .syntaxhighlighter .string,
    .syntaxhighlighter .string a {
        color: blue !important;
    }

    .syntaxhighlighter .keyword {
        color: #006699 !important;
    }

    .syntaxhighlighter .preprocessor {
        color: gray !important;
    }

    .syntaxhighlighter .variable {
        color: #aa7700 !important;
    }

    .syntaxhighlighter .value {
        color: #009900 !important;
    }

    .syntaxhighlighter .functions {
        color: #ff1493 !important;
    }

    .syntaxhighlighter .constants {
        color: #0066cc !important;
    }

    .syntaxhighlighter .script {
        font-weight: bold !important;
        color: #006699 !important;
        background-color: none !important;
    }

    .syntaxhighlighter .color1,
    .syntaxhighlighter .color1 a {
        color: gray !important;
    }

    .syntaxhighlighter .color2,
    .syntaxhighlighter .color2 a {
        color: #ff1493 !important;
    }

    .syntaxhighlighter .color3,
    .syntaxhighlighter .color3 a {
        color: red !important;
    }

    .syntaxhighlighter .keyword {
        font-weight: bold !important;
    }
/* UI ELEMNTS PAGES */
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

    .bs-glyphicons-list li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #fff;
        background-color: #f9f9f9;
    }

    .bs-glyphicons-list .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .bs-glyphicons-list .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word;
        /* Help out IE10+ with class names */
    }

    .bs-glyphicons-list li:hover {
        color: #fff;
        background-color: #FE5000;
    }

@media (min-width: 768px) {
    .bs-glyphicons-list {
        margin-left: 0;
        margin-right: 0;
    }

        .bs-glyphicons-list li {
            width: 12.5%;
            font-size: 12px;
        }
}

.fontawesome-icon-list .fa-hover a {
    font-size: 1.1em;
    line-height: 2em;
    color: #333;
    display: block;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 2px;
}

    .fontawesome-icon-list .fa-hover a:hover {
        color: #fff;
        background-color: #FE5000;
    }

    .fontawesome-icon-list .fa-hover a i {
        font-size: 1.4em;
        margin-right: 10px;
        line-height: 1.8em;
        vertical-align: baseline;
    }

@media (min-width: 768px) {
    .drop-demo ul {
        position: static;
        z-index: 0;
        margin: 0;
        padding: 0;
    }

    .drop-demo .dropdown-menu .dropdown-submenu ul {
        position: absolute;
    }
}

@media (max-width: 767px) {
    .drop-demo ul {
        position: static;
        z-index: 0;
        margin: 0;
        padding: 0;
    }

    .drop-demo .dropdown-menu .dropdown-submenu ul {
        position: static;
        box-shadow: none;
        border: 0;
        margin: 0;
        padding-left: 15px;
    }
}
/*-------------------------------------------------------------------*/
/* Carousel Images */
/*-------------------------------------------------------------------*/
.carousel-images .carousel-indicators {
    bottom: auto;
    top: 10px;
}

.carousel-images .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    height: 50px;
    left: 20px;
    width: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 90;
}

    .carousel-images .carousel-control.left {
        background-image: none;
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
    }

    .carousel-images .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
    }

    .carousel-images .carousel-control:hover,
    .carousel-images .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        outline: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.carousel-images .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: auto;
    right: auto;
    bottom: 0;
    padding: 20px;
}

    .carousel-images .carousel-caption.carousel-caption-dark {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .carousel-images .carousel-caption h1,
    .carousel-images .carousel-caption h2,
    .carousel-images .carousel-caption h3,
    .carousel-images .carousel-caption h4,
    .carousel-images .carousel-caption h5,
    .carousel-images .carousel-caption h6 {
        color: #fff;
        margin: 0 0 10px 0;
    }

        .carousel-images .carousel-caption h1 a,
        .carousel-images .carousel-caption h2 a,
        .carousel-images .carousel-caption h3 a,
        .carousel-images .carousel-caption h4 a,
        .carousel-images .carousel-caption h5 a,
        .carousel-images .carousel-caption h6 a {
            color: #fff;
            text-decoration: none;
        }
/*-------------------------------------------------------------------*/
/* bxslider */
/*-------------------------------------------------------------------*/
.bx-wrapper {
    border: none;
    box-shadow: none;
}

    .bx-wrapper .bx-loading {
        background-image: url("../img/bx_loader.gif");
    }

    .bx-wrapper .bx-caption {
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.7);
    }

        .bx-wrapper .bx-caption span {
            font-family: "Roboto", sans-serif;
            font-size: 1em;
            margin: 0;
            line-height: 1em;
            padding-bottom: 15px;
        }

    .bx-wrapper .bx-prev {
        left: 0px;
        background: url("../img/controls.png") no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url("../img/controls.png") no-repeat -43px -32px;
    }

    .bx-wrapper .bx-viewport {
        box-shadow: none;
        border: 0;
    }

.bxslider-controls {
    position: relative;
}

    .bxslider-controls .bx-next {
        font-size: 1.4em;
        font-weight: 500;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 6px 0px;
        color: #fff;
        width: 32px;
        height: 35px;
        text-align: center;
        text-decoration: none;
        position: absolute;
        right: 0;
        top: -60px;
    }

    .bxslider-controls .bx-prev {
        font-size: 1.4em;
        font-weight: 500;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 6px 0px;
        color: #fff;
        width: 32px;
        height: 35px;
        text-align: center;
        text-decoration: none;
        position: absolute;
        right: 37px;
        top: -60px;
    }

        .bxslider-controls .bx-prev:hover,
        .bxslider-controls .bx-next:hover {
            background-color: #FE5000;
        }

.calification {
    color: #ffde00;
    font-size: 1.3em;
    margin-bottom: 10px;
}

    .calification i {
        margin: 0;
        padding: 0;
        line-height: 100%;
    }
/* ---------------------------------------------------- */
/* Index Page */
/* ---------------------------------------------------- */
.home-devices {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .home-devices {
        padding-top: 80px;
    }
}

.icon-devices {
    margin: 30px 0 20px 0px;
    font-size: 3em;
    text-align: center;
    padding: 0;
}

    .icon-devices li {
        list-style-type: none;
        list-style-position: outside;
        display: inline-block;
    }

        .icon-devices li a {
            color: #777;
            margin-right: 10px;
        }

            .icon-devices li a:hover {
                color: #666;
            }

        .icon-devices li.active a {
            color: #FE5000;
        }
/* ---------------------------------------------------- */
/* Portfolio */
/* ---------------------------------------------------- */
.portfolio-menu {
    background-color: #f9f9f9;
    margin-bottom: 40px;
}

    .portfolio-menu h3 {
        font-size: 1.2em;
        color: #fff;
        background-color: #FE5000;
        padding: 10px 10px;
        border-left: solid 3px #FE5000;
        margin: 0;
        font-weight: 400;
    }

        .portfolio-menu h3 i,
        .portfolio-menu h4 i {
            font-size: .85em;
            margin-right: 5px;
        }

    .portfolio-menu h4 {
        font-size: 1.2em;
        color: #333;
        background-color: #f1f1f1;
        padding: 10px 10px;
        border-left: solid 3px #FE5000;
        margin: 0;
        font-weight: 400;
    }

.portfolio-cats,
.portfolio-cols,
.portfolio-desc {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    box-sizing: border-box;
}

    .portfolio-cats li span {
        padding: 7px 10px;
        border-left: solid 3px #ddd;
        display: block;
        margin: 0;
        text-decoration: none;
        color: #333;
        cursor: pointer;
    }

        .portfolio-cats li span:hover,
        .portfolio-cats li span.active,
        .portfolio-cats li span.active:hover {
            color: #000;
            border-color: #FE5000;
        }

        .portfolio-cats li span.active {
            font-weight: 600;
        }

    .portfolio-cols li {
        float: left;
        width: 25%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .portfolio-cols li a {
            display: block;
            text-decoration: none;
            color: #333;
            font-size: 1.3em;
            margin: 0;
            padding: 0;
            border-right: solid 1px #ddd;
            padding: 7px 0;
        }

        .portfolio-desc li:first-child a,
        .portfolio-cols li:first-child a {
            border-left: solid 3px #ddd;
        }

        .portfolio-desc li:last-child a,
        .portfolio-cols li:last-child a {
            border-right: none;
        }

        .portfolio-cols li a.active,
        .portfolio-desc li a.active,
        .portfolio-cols li a.active:focus,
        .portfolio-desc li a.active:focus,
        .portfolio-cols li a.active:hover,
        .portfolio-desc li a.active:hover {
            background-color: #FE5000;
            color: #fff;
            font-weight: normal;
        }

    .portfolio-desc li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .portfolio-desc li a {
            display: block;
            text-decoration: none;
            color: #333;
            font-size: 1.1em;
            margin: 0;
            padding: 0;
            border-right: solid 1px #ddd;
            padding: 5px 0;
        }

.portfolio-item-caption {
    text-align: center;
    margin-bottom: 20px;
}

    .portfolio-item-caption h1,
    .portfolio-item-caption h2,
    .portfolio-item-caption h3,
    .portfolio-item-caption h4,
    .portfolio-item-caption h5,
    .portfolio-item-caption h6 {
        margin-bottom: 5px;
        margin-top: 0px;
    }

.portfolio-topbar {
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

    .portfolio-topbar h1,
    .portfolio-topbar h2,
    .portfolio-topbar h3,
    .portfolio-topbar h4,
    .portfolio-topbar h5,
    .portfolio-topbar h6 {
        display: block;
        text-align: center;
        font-size: 1.3em;
        margin: 0;
        padding: 8px 0;
        line-height: 1;
        border-right: solid 1px #eee;
    }

.portfolio-topbar-cats li,
.portfolio-topbar-cols li,
.portfolio-topbar-desc li {
    float: left;
    list-style-type: none;
    list-style-position: outside;
}

.portfolio-topbar-cats,
.portfolio-topbar-cols,
.portfolio-topbar-desc {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    float: left;
}

    .portfolio-topbar-cats li span {
        display: inline-block;
        padding: 5px 12px;
        cursor: pointer;
        border-bottom: solid 3px #eee;
    }

        .portfolio-topbar-cats li span.active,
        .portfolio-topbar-cats li span.active:hover {
            border-bottom: solid 3px #FE5000;
        }

.topbar-border {
    display: block;
    width: 100%;
    padding: 5px 12px;
    border-bottom: solid 3px #eee;
    border-right: solid 1px #eee;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio-topbar-cats li span {
        padding: 5px 9px;
    }
}

.portfolio-topbar-cols {
    display: block;
    width: 100%;
}

    .portfolio-topbar-cols li {
        width: 25%;
        float: left;
        text-align: center;
    }

        .portfolio-topbar-cols li a {
            display: block;
            padding: 5px 12px;
            cursor: pointer;
            border-bottom: solid 3px #eee;
            text-decoration: none;
            color: #333;
        }

            .portfolio-topbar-cols li a.active,
            .portfolio-topbar-cols li a.active:hover,
            .portfolio-topbar-desc li a.active,
            .portfolio-topbar-desc li a.active:hover {
                border-bottom-color: #FE5000;
            }

            .portfolio-topbar-cols li a:hover,
            .portfolio-topbar-desc li a:hover,
            .portfolio-topbar-cats li span:hover {
                border-bottom-color: #999;
            }

        .portfolio-topbar-cols li:last-child,
        .portfolio-topbar-desc li:last-child {
            border-right: solid 1px #eee;
        }

.portfolio-topbar .col-md-8 {
    padding-right: 0;
}

.portfolio-topbar .col-md-2.port-fix {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-topbar .col-md-2 {
    padding-left: 0;
}

.portfolio-topbar-desc li {
    float: left;
    width: 50%;
    text-align: center;
}

.portfolio-topbar-desc {
    display: block;
    width: 100%;
}

    .portfolio-topbar-desc li a {
        display: block;
        padding: 5px 12px;
        cursor: pointer;
        border-bottom: solid 3px #eee;
        text-decoration: none;
        color: #333;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio-item-panel .panel-body {
        font-size: .9em;
        line-height: 160%;
    }

    .portfolio-item-panel h4 {
        margin-top: 0;
    }
}
/* ---------------------------------------------------- */
/* E-Commerce */
/* ---------------------------------------------------- */
.ec-box {
    margin-bottom: 20px;
    border: solid 1px #eee;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all .25s ease;
}

    .ec-box:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        z-index: 10;
    }

    .ec-box img {
        display: block;
        margin: 0 auto;
    }

.ec-box-footer {
    background-color: #f5f5f5;
    padding: 5px;
    overflow: hidden;
    margin-top: 10px;
}

    .ec-box-footer .label {
        font-size: 1em;
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
        margin-bottom: 0;
    }

    .ec-box-footer .ec-price {
        display: block;
        font-size: 1.2em;
        color: #02c66c;
        text-align: center;
        margin-top: 5px;
    }

.ec-box-header {
    background-color: #f5f5f5;
    padding: 5px;
    font-weight: 600;
    text-align: center;
}

.ec-filters-menu ul {
    padding: 0;
    list-style-type: none;
}

    .ec-filters-menu ul li a {
        display: block;
        color: #333;
        border-left: solid 3px #ddd;
        padding-left: 15px;
        text-decoration: none;
    }

        .ec-filters-menu ul li a:hover {
            border-color: #000;
            color: #000;
        }

        .ec-filters-menu ul li a.active {
            border-color: #FE5000;
            color: #FE5000;
        }

.price-box {
    font-size: 2.4em;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    border: solid 1px #cdff76;
    padding: 9px;
    border-radius: 2px;
}

#bx-pager a {
    display: inline-block;
    border: solid 1px #ddd;
    padding: 3px;
}

@media (max-width: 991px) {
    #bx-pager {
        margin-bottom: 40px;
    }
}

.e-price {
    font-size: 1.4em;
    padding: 15px;
    background-color: #FE5000;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

    .e-price span {
        font-size: 2em;
    }
/*-------------------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------------------*/
.post {
    margin-bottom: 30px;
    overflow: hidden;
}

    .post .panel.panel-default .panel-heading a {
        color: #000;
        font-size: 1.2em;
        margin: 0;
    }

    .post .panel.panel-primary .panel-heading a {
        color: #fff;
        font-size: 1.2em;
        margin: 0;
    }

.post-title {
    font-size: 1.6em;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

.post .post-title a {
    color: #FE5000;
    text-decoration: none;
}

.img-post {
    padding: 5px;
    border: solid 1px #ccc;
    background-color: #eee;
    margin: 0 auto 20px auto;
}

.post p {
    line-height: 190%;
}

.post-content {
    font-size: .9em;
}

.post-info {
    margin-top: 20px;
    padding: 5px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    vertical-align: baseline;
    position: relative;
}

    .post-info span {
        color: #FE5000;
    }

    .post-info .btn {
        position: absolute;
        right: 0;
        top: 3px;
    }

.post-info-b i {
    margin: 0 5px;
}

.pi-content {
    margin-top: 5px;
    display: inline-block;
}
/* Comments */
.sub-comments {
    padding-left: 50px;
    border-left: dotted 1px #ddd;
}
/*-------------------------------------------------------------------*/
/* Sidebar */
/*-------------------------------------------------------------------*/
.block {
    margin-bottom: 40px;
}

    .block .nav > li > a > i {
        font-size: 1.3em;
    }

    .block ul {
        padding: 0;
    }

        .block ul.simple li {
            list-style-type: none;
            margin: 3px 0;
        }

            .block ul.simple li a {
                border-left: solid 2px #FE5000;
                padding-left: 20px;
            }

                .block ul.simple li a:hover {
                    border-color: #000000;
                }

            .block ul.simple li ul {
                padding-left: 20px;
            }

.post-sidebar {
    padding: 0;
}

    .post-sidebar li {
        list-style-type: none;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .post-sidebar img {
        float: left;
        padding: 5px;
        border: solid 1px #ccd;
        background-color: #ddd;
        margin-right: 10px;
    }

    .post-sidebar h4 {
        margin: 0;
        padding: 0;
        line-height: 140%;
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

    .post-sidebar .date {
        margin-top: 10px;
        color: #666;
        display: block;
    }

.tags-cloud a {
    border: solid 1px #ddd;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block;
    font-size: .9em;
    color: #FE5000;
    text-decoration: none;
}

    .tags-cloud a:hover {
        background-color: #FE5000;
        color: #fff;
    }

.comments-sidebar {
    padding: 0;
    margin: 0;
}

    .comments-sidebar li {
        list-style-type: none;
        margin: 10px 0;
        overflow: hidden;
    }

        .comments-sidebar li:nth-child(2n) img {
            border-radius: 50px;
            float: left;
            margin-right: 10px;
        }

        .comments-sidebar li:nth-child(2n+1) img {
            border-radius: 50px;
            float: right;
            margin-left: 10px;
        }

        .comments-sidebar li h4 {
            font-size: 1em;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            line-height: 140%;
        }
/*-------------------------------------------------------------------*/
/* Masonry Blog */
/*-------------------------------------------------------------------*/
.masonry-item.blog-item hr {
    margin: 0 0 10px 0;
}

.masonry-item.blog-item .btn {
    margin-top: 5px;
}

.masonry-item.blog-item .img-responsive {
    width: 100%;
}

.masonry-item.blog-item .autor-post img {
    width: 45px;
    height: 45px;
    border-radius: 200px;
    margin-right: 10px;
}
/*-------------------------------------------------------------------*/
/* Timeline */
/*-------------------------------------------------------------------*/
@media (min-width: 768px) {
    .timeline-left {
        border-right: solid 5px #ddd;
    }

    .timeline-right {
        padding-top: 100px;
    }

    .timeline-event-left {
        width: 97%;
        position: relative;
    }

        .timeline-event-left:before {
            content: "";
            width: 20px;
            height: 20px;
            background-color: #FE5000;
            border-radius: 50px;
            border: solid 4px #ddd;
            position: absolute;
            right: -37px;
            top: 13px;
            margin-left: -12px;
            z-index: 10;
        }

    .timeline-event-right:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #FE5000;
        border-radius: 50px;
        border: solid 4px #ddd;
        position: absolute;
        left: -25px;
        top: 13px;
        margin-left: -12px;
        z-index: 10;
    }

    .timeline-event-right {
        width: 97%;
        margin-left: 3%;
        position: relative;
    }

    .timeline-event:after {
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        position: absolute;
        top: 9px;
    }

    .timeline-event-left:after {
        border-width: 14px 0 14px 20px;
        border-color: transparent transparent transparent #FE5000;
        right: -18px;
    }

    .timeline-event-right:after {
        border-width: 14px 20px 14px 0;
        border-color: transparent #FE5000 transparent transparent;
        left: -18px;
    }
}

@media (min-width: 992px) {
    .timeline-event-left:before {
        right: -41px;
        margin-left: -12px;
    }

    .timeline-event-right:before {
        left: -29px;
        margin-left: -12px;
    }
}

@media (min-width: 1200px) {
    .timeline-event-left:before {
        right: -44px;
        margin-left: -12px;
    }

    .timeline-event-right:before {
        left: -32px;
        margin-left: -12px;
    }
}

.timeline-title {
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
}

    .timeline-title span {
        background-color: #FE5000;
        padding: 8px;
        color: #fff;
        border-radius: 3px;
    }
/* Timeline 2 */
@media (min-width: 768px) {
    .timeline-2 {
        border-left: solid 5px #eee;
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        margin-left: 110px;
    }

        .timeline-2 li {
            position: relative;
        }

    .timeline-2-point {
        top: 20px;
        left: -10px;
        width: 10px;
        height: 10px;
        position: absolute;
        background: #FE5000;
        margin: 0 0 0 -17px;
        box-shadow: 0 0 0 4px #eee;
        -webkit-font-smoothing: antialiased;
        border-radius: 30px;
        z-index: 20;
    }

    .timeline-2 li:hover .timeline-2-point {
        background-color: #444;
    }

    .timeline-2 li .timeline-time {
        position: relative;
        top: 0px;
        left: -150px;
        z-index: 20;
        text-align: right;
        display: block;
        width: 100px;
    }

        .timeline-2 li .timeline-time span {
            display: block;
            font-size: 1.6em;
        }

    .timeline-2 li .panel,
    .timeline-2 li .alert,
    .timeline-2 li blockquote {
        margin-top: -45px;
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .timeline-2 {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .timeline-2-point {
        display: none;
    }

    .timeline-2 li {
        margin-bottom: 40px;
    }

        .timeline-2 li .timeline-time {
            font-size: 1.6em;
            padding-bottom: 20px;
            display: block;
        }
}
/*-------------------------------------------------------------------*/
/* Pricing */
/*-------------------------------------------------------------------*/
.pricign-box {
    border: solid 1px #444;
    box-shadow: 3px 3px 8px 0px #cccccc;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .pricign-box:hover {
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
    }

.pricing-box-header {
    color: #fff;
    background-color: #444;
    padding: 10px;
}

    .pricing-box-header > h2 {
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 100%;
        font-size: 2em;
        text-align: center;
        color: #fff;
    }

    .pricing-box-header > p {
        font-size: .9em;
        font-weight: 300;
        text-align: center;
        margin: 0;
    }

.pricing-box-price {
    padding: 10px;
    margin-bottom: 7px;
    background-color: #ededed;
    border-bottom: solid 1px #ddd;
}

    .pricing-box-price h3 {
        margin: 0;
        padding: 0;
        line-height: 100%;
        font-size: 2em;
        text-align: center;
    }

        .pricing-box-price h3 > sub {
            font-size: .6em;
        }

.pricing-box-content > ul {
    padding: 0;
}

    .pricing-box-content > ul > li {
        list-style-type: none;
        padding: 7px 0;
        border-bottom: dotted 1px #ddd;
        vertical-align: top;
    }

        .pricing-box-content > ul > li > i {
            margin: 0 14px;
            font-size: 1.4em;
            list-style-position: inside;
        }

.pricing-box-footer {
    margin: 10px auto;
    text-align: center;
}

.pricign-box-pro {
    border-color: #FE5000;
}

    .pricign-box-pro > .pricing-box-header {
        color: #fff;
        background-color: #FE5000;
    }
/* Pricing Mega Table */
.pricing-table {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    margin-bottom: 40px;
}

.pricing-table-head {
    border-bottom: solid 1px #ddd;
}

    .pricing-table-head .price {
        text-align: center;
    }

.pricing-table-content {
    list-style-type: none;
    padding: 0;
    font-size: .9em;
    margin: 0;
}

    .pricing-table-content li {
        padding: 5px 10px;
        border-bottom: solid 1px #ddd;
        margin: 0;
    }

.border-fix-pricing {
    border-right: solid 1px #ddd;
}

.pricing-table-description {
    margin-top: 70px;
}

.pricing-desc-title {
    font-size: 24px;
    text-align: center;
    background-color: #FE5000;
    color: #fff;
    margin: 0;
    padding: 21px 5px 20px 5px;
    height: 69px;
}

.pricing-table-head h2 {
    font-size: 1.3em;
    text-align: center;
    background-color: #FE5000;
    color: #fff;
    margin: 0;
    padding: 10px 5px;
    font-weight: 400;
    height: 70px;
}

    .pricing-table-head h2 span {
        font-size: 12px;
        display: block;
        padding-top: 5px;
    }

.pricing-table-head .price {
    font-size: 1em;
}

.pricing-table-head .price {
    font-size: 24px;
    font-weight: 400;
    height: 32px;
}

    .pricing-table-head .price i {
        font-style: normal;
        font-size: 32px;
    }

.pricing-table-content {
    text-align: center;
}

.pricing-table-description .pricing-table-content {
    text-align: left;
}

.pricing-table-content li:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.pricing-table-description i {
    margin-right: 10px;
    color: #FE5000;
    font-size: 1.1em;
}

.pricing-table-footer .btn {
    border-radius: 0px;
}

.pricing-table-content .fa-check {
    color: #02c66c;
}

.pricing-table-content .fa-times {
    color: #d9534f;
}

@media (min-width: 992px) {
    .pricing-col {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .pricing-table-content span {
        display: block;
    }

    .pricing-table {
        border-right: solid 1px #ddd;
    }
}
/*-------------------------------------------------------------------*/
/* Charts */
/*-------------------------------------------------------------------*/
.circles-text {
    font-size: 2em !important;
}
/*-------------------------------------------------------------------*/
/* Home Full */
/*-------------------------------------------------------------------*/
.sh-header-full-title {
    background-image: none;
    padding-left: 0;
}

    .sh-header-full-title .sh-logo {
        display: inline-block;
        left: 0;
        border: solid 2px #001A72;
        border-radius: 5px;
        padding: 10px;
        color: #FE5000;
        margin: 17px 10px 0 10px;
        height: 65px;
        width: 65px;
        text-align: center;
        vertical-align: top;
    }

    .sh-header-full-title .sh-header-title {
        display: inline-block;
    }

        .sh-header-full-title .sh-header-title h1 {
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .sh-header-full-title .sh-header-title p {
            margin-bottom: 18px;
            margin-top: 0;
            color: #999;
            font-size: 14px;
            position: relative;
            z-index: 1;
            text-transform: uppercase;
        }

            .sh-header-full-title .sh-header-title p:after {
                content: "";
                width: 100%;
                border-bottom: solid 1px #999;
                position: absolute;
                left: 0;
                top: 10px;
                z-index: 1;
            }

            .sh-header-full-title .sh-header-title p:before {
                content: "";
                width: 100%;
                border-bottom: solid 1px #999;
                position: absolute;
                left: 0;
                top: 14px;
                z-index: 1;
            }

            .sh-header-full-title .sh-header-title p span {
                background-color: #f1f1f1;
                padding: 0 5px;
                position: relative;
                z-index: 2;
            }

.dropdown-menu-lang {
    width: auto;
    box-shadow: none;
}

    .dropdown-menu-lang li.active a {
        color: #fff;
    }

    .dropdown-menu-lang li a {
        display: block !important;
    }

        .dropdown-menu-lang li a:hover,
        .dropdown-menu-lang li a:focus {
            color: #fff;
        }

.header-full-dark .sh-header-title p span {
    background-color: #001A72;
}

.header-full-dark .sh-logo {
    border-color: #bbb;
}

.header-full-dark .dropdown-menu-lang li a {
    color: #fff !important;
    background-image: none;
}

    .header-full-dark .dropdown-menu-lang li a:hover,
    .header-full-dark .dropdown-menu-lang li a:focus {
        background-color: #FE5000 !important;
    }
/* ---------------------------------------------------- */
/* Feature icon */
/* ---------------------------------------------------- */
.wrap-dark-color {
    background-color: #333;
    color: #666;
}

    .wrap-dark-color p.lead {
        margin: 20px 0;
        font-size: 1.3em;
    }

.feature-icon:first-child {
    border-left: solid 1px #001A72;
}

.feature-container {
    display: table;
}

a.feature-icon {
    display: table-cell;
    padding: 20px;
    min-width: 130px;
    border-right: solid 1px #001A72;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    transition: all .25s ease;
}

    a.feature-icon:hover {
        color: #fff;
        background-color: #FE5000;
    }

.feature-icon i {
    display: block;
    font-size: 2.6em;
    margin-bottom: 10px;
    text-align: center;
}

.feature-icon h4 {
    font-size: 1.2em;
    margin: 0;
    color: #666;
    text-align: center;
}

.feature-icon:hover h4 {
    color: #fff;
}

@media (min-width: 1200px) {
    a.feature-icon:hover {
        min-width: 200px;
    }
}

@media (max-width: 991px) {
    .feature-container {
        display: block;
        text-align: center;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .feature-icon:first-child {
        border-left: 0;
    }

    a.feature-icon {
        float: left;
        width: 25%;
        border: 0;
    }
}

@media (max-width: 519px) {
    .feature-container h4 {
        font-size: 1em;
    }

    .feature-icon:first-child {
        border-left: 0;
    }

    a.feature-icon {
        float: left;
        border: 0;
        min-width: 0;
        width: 50%;
    }
}
/* ---------------------------------------------------- */
/* Errors */
/* ---------------------------------------------------- */
.error-404 {
    max-width: 500px;
}

    .error-404 h1 {
        font-size: 6em;
        text-transform: uppercase;
        font-family: 'Open Sans';
    }

    .error-404 h2 {
        font-size: 3em;
        text-transform: uppercase;
    }

@media (min-height: 1019px) {
    .error-404 {
        margin: 48px auto 49px auto;
    }
}
/* 404 2 */
.paper-back {
    background-image: url("../img/back.png");
    background-repeat: repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.title-logo {
    background-image: url("../img/colors/orange2/logo50.png");
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 2.3em;
    font-weight: 300;
    font-family: "Muli", "Roboto", sans-serif;
    color: #000;
    padding-top: 70px;
    margin-bottom: 20px;
    text-align: center;
}

    .title-logo span {
        color: #FE5000;
    }

.transparent-div {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
    border: solid 1px #c3c3c3;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    color: #fe5000;
}

    .transparent-div h1,
    .transparent-div h2,
    .transparent-div h3 {
        color: #fe5000;
    }

    .transparent-div h1 {
        font-size: 3.5em;
    }

    .transparent-div p {
        font-size: 1.2em;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        margin-bottom: 25px;
    }

  

@media (min-width: 500px) {
    .absolute-center {
        width: 500px;
        height: 500px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
}
/* ---------------------------------------------------- */
/* Home News */
/* ---------------------------------------------------- */
.home-news-box {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .home-news-box {
        margin-top: 40px;
    }

        .home-news-box h5 {
            font-size: 1em;
        }
}
/* ---------------------------------------------------- */
/* Home Profile */
/* ---------------------------------------------------- */
.profile-header {
    min-height: 350px;
    background-image: url("../img/back_profile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
}

.dark-div {
    background-color: rgba(0, 0, 0, 0.5);
}

.profile-header .dark-div {
    min-height: 350px;
    padding: 50px 0;
}

.profile-header h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 3em;
    text-align: center;
    color: #fff;
}

.profile-header h2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 1.7em;
    text-align: center;
    color: #cdff76;
}

.profile-header-btn .btn {
    margin: 10px;
    padding: 12px 20px;
}

.home-profile-img img {
    border: solid 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.profile-header-social {
    text-align: center;
    margin: 20px 0 0 0;
}
/* ---------------------------------------------------- */
/* Home Services */
/* ---------------------------------------------------- */
.services-header {
    min-height: 350px;
    background-image: url("../img/back_services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
}

.primary-dark-div {
    background-color: rgba(141, 73, 0, 0.5);
}

.services-header .primary-dark-div {
    min-height: 350px;
    padding: 50px 0;
}

.service-header-text {
    max-width: 450px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

    .service-header-text h1 {
        color: #cdff76;
    }

   
/* ---------------------------------------------------- */
/* Login Pages */
/* ---------------------------------------------------- */
.logig-form {
    max-width: 500px;
}

.login-form-full {
    padding-top: 50px;
    max-width: 500px;
    margin: 0 auto;
}

.paper-back-full {
    background-image: url("../img/back.png");
    background-repeat: repeat;
    padding-bottom: 30px;
}

@media (min-height: 800px) {
    .login-form-full {
        padding-top: 10%;
    }
}
/* ---------------------------------------------------- */
/* Page Profile */
/* ---------------------------------------------------- */
.profile-avatar-container {
    position: relative;
}

.profile-avatar {
    position: absolute;
    top: -100px;
    left: 100px;
    border: solid 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.nav-profile {
    background-color: #f9f9f9;
    border-bottom: solid 1px #eee;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 60px;
}

    .nav-profile ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        min-height: 50px;
        list-style-type: none;
    }

.profile-counters li {
    float: left;
    text-align: center;
}

    .profile-counters li a {
        font-family: "Roboto";
        display: block;
        color: #333;
        font-size: 22px;
        padding: 6px 40px 4px 0;
        text-decoration: none;
    }

        .profile-counters li a:hover {
            color: #FE5000;
        }

        .profile-counters li a span {
            display: block;
            font-size: 13px;
        }

.profile-header-text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    margin-top: 130px;
}

    .profile-header-text h1 {
        color: #cdff76;
    }

    .profile-header-text h2 {
        color: #fff;
    }

@media (max-width: 767px) {
    .profile-avatar {
        position: static;
        margin: 0 auto;
        display: block;
    }

    .nav-profile {
        margin-bottom: 40px;
    }

    .profile-header-text {
        text-align: center;
        margin-top: 0px;
    }
}
/* ---------------------------------------------------- */
/* Coming Soon */
/* ---------------------------------------------------- */
.coming-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/coming_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.coming-content {
    background-color: rgba(0, 10, 17, 0.76);
    margin-top: 20px;
    padding: 30px 0;
}

    .coming-content h1 {
        font-family: "Muli", "Roboto", sans-serif;
    }

.coming-counter h1 {
    color: #fff;
    font-size: 3em;
    text-align: right;
    margin: 0 0 40px 0;
}

#getting-started {
    color: #fff;
}

    #getting-started span {
        display: block;
    }

.coming-date {
    list-style-type: none;
    padding: 0;
    float: right;
}

    .coming-date li {
        float: left;
        display: block;
        text-align: center;
        font-size: 36px;
        font-weight: 300;
        font-family: "Roboto";
        margin: 0 15px;
    }

        .coming-date li span {
            display: block;
            font-size: 18px;
            margin-top: 15px;
        }

        .coming-date li.colon {
            margin: 0;
        }

        .coming-date li:last-child {
            margin-right: 0;
        }

.coming-desc h1 {
    font-size: 40px;
    color: #fff;
    display: block;
    margin: 0 0 20px 0;
    padding-left: 70px;
    background-image: url("../img/logo50_white.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.coming-desc p {
    font-size: 1.2em;
    line-height: 170%;
}

.coming-social {
    float: right;
    margin-top: 150px;
}

@media (max-width: 991px) {
    .coming-social {
        float: left;
        margin-top: 20px;
    }
}

@media (min-height: 600px) {
    .coming-content {
        margin-top: 50px;
    }
}

@media (min-height: 800px) {
    .coming-content {
        margin-top: 300px;
    }
}

.coming-date.coming-date-black {
    display: block;
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: center;
    margin: 20px auto;
}

    .coming-date.coming-date-black li {
        color: #fe5000;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
/*-------------------------------------------------------------------*/
/* Service List */
/*-------------------------------------------------------------------*/
.service-list li {
    counter-increment: myIndex;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0 10px 80px;
}

    .service-list li:before {
        content: counter(myIndex);
        font-family: "Roboto", sans-serif;
        font-size: 1.5em;
        padding: 5px 12px;
        border: solid 1px #FE5000;
        color: #FE5000;
        border-radius: 500px;
        position: absolute;
        top: 10px;
        left: 0;
        margin-left:15px;
    }
/*-------------------------------------------------------------------*/
/* Back to Top */
/*-------------------------------------------------------------------*/
#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .25s ease;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

    #back-top a:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    #back-top a i {
        font-size: 2em;
    }

@media (max-width: 767px) {
    #back-top a {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

        #back-top a i {
            font-size: 1.6em;
        }
}
/*-------------------------------------------------------------------*/
/* Header full */
/*-------------------------------------------------------------------*/




    .header-full-title h1 {
        margin-bottom: 5px;
        margin-top: 15px;
        font-family: "Muli";
        word-spacing: -7px;
        color: #000;
        font-size: 48px;
    }

        .header-full-title h1 a {
            /*color: #001A72;*/
            color: #ffffff;
            text-decoration: none;
        }

        .header-full-title h1 span,
        .header-full-title h1 span a {
            color: #ffffff;
            font-size: 32px;
        }

    .header-full-title p {
        margin-bottom: 15px;
        font-size: 1.2em;
        text-align: center;
    }

.top-nav {
    float: right;
    position: relative;
}

    .top-nav .dropdown {
        display: inline-block;
        margin-left: 20px;
        z-index: 1001;
        vertical-align: top;
    }

        .top-nav .dropdown a {
            margin: 0;
            padding: 0;
            display: inline-block;
            padding: 7px 10px;
            color: #fe5000;
            text-decoration: none;
            background-color: #fefefe;
            box-shadow: inset 0 0 1px #ffffff;
            border: solid 1px #e3e6e8;
            border-top: 0;
        }

        .top-nav .dropdown > a:after {
            content: none;
        }

        .top-nav .dropdown a i {
            font-size: 1.2em;
            color: #fe5000;
        }


    .top-nav .dropdown2 {
        display: inline-block;
        /*margin-left: 20px;*/
        z-index: 60000000;
        vertical-align: top;
        margin-left: 0;
    }

@media (min-width:1200px) {
    .top-nav .dropdown2 {
      /*  margin-left: 195px;*/
    }
}

.top-nav .dropdown2 a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 8px 10px;
    color: #FFFFFF;
    text-decoration: none;
    border-top: 0;
}

    .top-nav .dropdown2 a:hover {
        color: #FE5000;
        background-color: #fff;
    }

.top-nav .dropdown2 > a:after {
    content: none;
}

.top-nav .dropdown2 a i {
    font-size: 1.2em;
    color: #fe5000;
}


.dropdown-search-box,
.dropdown-login-box {
    overflow: hidden;
    padding: 10px;
    min-width: 300px;
    box-shadow: none;
}

    .dropdown-search-box .form-group,
    .dropdown-login-box {
        margin: 0;
    }

        .dropdown-login-box h4 {
            margin: 5px 0 10px 0;
        }

        .dropdown-login-box .btn {
            margin-top: 10px;
        }

.top-nav-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    background-color: #fefefe;
    box-shadow: inset 0 0 1px #ffffff;
    border: solid 1px #e3e6e8;
    border-top: 0;
    overflow: hidden;
}

    .top-nav-social li {
        float: left;
        margin: 0;
    }

    .top-nav-social a {
        font-size: 1.5em;
        margin: 0;
        color: #fe5000;
        display: inline-block;
        padding: 7px 10px;
        min-width: 40px;
        text-align: center;
        transition: all .25s ease;
    }

        .top-nav-social a.twitter:hover {
            background-color: #00aced;
            color: #fff;
        }

        .top-nav-social a.facebook:hover {
            background-color: #3b5998;
            color: #fff;
        }

        .top-nav-social a.instagram:hover {
            background-color: #517fa4;
            color: #fff;
        }

        .top-nav-social a.rss:hover {
            background-color: #ef922f;
            color: #fff;
        }

        .top-nav-social a.linkedin:hover {
            background-color: #007bb6;
            color: #fff;
        }

        .top-nav-social a.git:hover {
            background-color: #666666;
            color: #fff;
        }

        .top-nav-social a.google-plus:hover {
            background-color: #dd4b39;
            color: #fff;
        }

        .top-nav-social a.youtube:hover {
            background-color: #bb0000;
            color: #fff;
        }

        .top-nav-social a.pinterest:hover {
            background-color: #cb2027;
            color: #fff;
        }

        .top-nav-social a.wordpress:hover {
            background-color: #4597be;
            color: #fff;
        }

        .top-nav-social a.flickr:hover {
            background-color: #ff0084;
            color: #fff;
        }

        .top-nav-social a.vine:hover {
            background-color: #00b48a;
            color: #fff;
        }

        .top-nav-social a.dribbble:hover {
            background-color: #f26798;
            color: #fff;
        }

        .top-nav-social a.foursquare:hover {
            background-color: #0072b1;
            color: #fff;
        }

        .top-nav-social a.tumblr:hover {
            background-color: #32506d;
            color: #fff;
        }
/* ----- */


.navbar-default.navbar-inverse + .main-header {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    color: #333;
}

    .navbar-default.navbar-inverse + .main-header .page-title,
    .navbar-default.navbar-inverse + .main-header a {
        color: #333;
        border-color: #333;
    }

    .navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
        color: #888;
    }

    .navbar-default.navbar-inverse + .main-header li.active,
    .navbar-default.navbar-inverse + .main-header li.current_item {
        color: #000;
        border-color: #000;
    }

.header-full-dark {
    background-image: none;
    background-color: #001A72;
    color: #fff;
}

    .header-full-dark .header-full-title h1 a {
        margin-bottom: 5px;
        margin-top: 15px;
        font-family: "Muli";
        word-spacing: -7px;
        color: #fff;
        font-size: 32px;
    }

.navbar-header-full .sb-icon-navbar i {
    height: 51px;
    margin-top: -1px;
}

.navbar-inverse .sb-icon-navbar i {
    background-color: #001A72;
    background-image: none;
}

.header-full + .navbar-inverse {
    background-image: none;
    box-shadow: none;
    background-color: rgb(87 91 102 / 90%);
}


.header-full-dark .top-nav-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    background-color: #333;
    box-shadow: inset 0 0 1px #323232;
    border: solid 1px #555;
    border-top: 0;
    overflow: hidden;
}

    .header-full-dark .top-nav-social li {
        float: left;
        margin: 0;
    }

    .header-full-dark .top-nav-social a {
        color: #999;
        transition: all .25s ease;
    }

.header-full-dark .top-nav .dropdown a {
    color: #999;
    background-color: #333;
    box-shadow: inset 0 0 1px #323232;
    border: solid 1px #555;
    border-top: 0;
}

    .header-full-dark .top-nav .dropdown a i {
        color: #999;
    }

.header-full-dark .top-nav .dropdown-menu {
    color: #999;
    background-color: #333;
}

    .header-full-dark .top-nav .dropdown-menu input {
        color: #999;
        background-color: #001A72;
        border-color: #555;
        box-shadow: none;
    }

        .header-full-dark .top-nav .dropdown-menu input:focus {
            border-color: #FE5000;
        }

.header-full-dark ~ .navbar-dark {
    border-top: solid 1px #555;
}
/* Navbar Dark */
.navbar-dark {
    background-color: #001A72;
    background-image: none;
    color: #fff;
    box-shadow: none;
}

    .navbar-dark a {
        background-image: none;
    }

.navbar-default.navbar-dark .navbar-nav > li > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a {
    background-image: none;
    color: #fff;
}

    .navbar-default.navbar-dark .navbar-nav > li > a,
    .navbar-default.navbar-dark .navbar-nav > li > a:hover,
    .navbar-default.navbar-dark .navbar-nav > li > a:focus,
    .navbar-default.navbar-dark .navbar-nav > .active > a,
    .navbar-default.navbar-dark .navbar-nav > .active > a:hover,
    .navbar-default.navbar-dark .navbar-nav > .active > a:focus {
        color: #fff;
    }

.navbar-default.navbar-dark .navbar-nav > .open > a,
.navbar-default.navbar-dark .navbar-nav > .open > a:hover,
.navbar-default.navbar-dark .navbar-nav > .open > a:focus {
    background-color: #FE5000;
    background-image: none;
    color: #fff;
}

.navbar-default.navbar-dark .navbar-brand {
    color: #eee;
}

.navbar-default.navbar-dark + .main-header {
    background-color: #f1f1f1;
    border-bottom: solid 1px #ddd;
    color: #333;
}

    .navbar-default.navbar-dark + .main-header .page-title,
    .navbar-default.navbar-dark + .main-header a {
        color: #333;
        border-color: #333;
    }

    .navbar-default.navbar-dark + .main-header .breadcrumb > li + li:before {
        color: #888;
    }

    .navbar-default.navbar-dark + .main-header li.active,
    .navbar-default.navbar-dark + .main-header li.current_item {
        color: #000;
        border-color: #000;
    }

.navbar-dark .dropdown .dropdown-menu {
    background-color: #001A72;
    color: #fff;
    border-color: #555;
    box-shadow: none;
}

    .navbar-dark .dropdown .dropdown-menu a {
        color: #fff;
        background-image: none;
    }

        .navbar-dark .dropdown .dropdown-menu a:hover,
        .navbar-dark .dropdown .dropdown-menu a:focus {
            color: #fff;
        }

.navbar-dark .dropdown .divider {
    background-color: #555;
}

.navbar-dark .dropdown .dropdown-header {
    color: #fff;
    border-color: #555;
}

.navbar-dark .sb-icon-navbar i {
    background-color: #FE5000;
    background-image: none;
}

.navbar-dark .navbar-header .navbar-toggle {
    background-color: #FE5000;
    background-image: none;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
    background-color: #d06c00;
}
.navbar-collapse{  padding-top: 5px;}

@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-dark .navbar-collapse {
        border-color: #555;
    }

    .navbar-dark .dropdown > a {
        border-bottom: solid 1px #555;
        margin: 0;
    }

    .dropdown-menu a {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .navbar-dark .dropdown-menu a {
        color: #fff !important;
    }

    .navbar-dark .dropdown-submenu.active > a,
    .navbar-dark .dropdown-menu .active > a {
        background-color: #FE5000 !important;
    }

    .navbar-dark .dropdown.active > a,
    .navbar-dark .dropdown a:hover,
    .navbar-dark .dropdown a:focus,
    .navbar-dark .dropdown.active a:hover,
    .navbar-dark .dropdown.active a:focus {
        background-color: #FE5000 !important;
    }

    .navbar-dark .dropdown.open > a,
    .navbar-dark .dropdown.open > a:focus,
    .navbar-dark .dropdown.open > a:active {
        border-bottom: none;
        background-color: #FE5000;
    }

    .navbar-dark .dropdown-submenu .dropdown-menu li > a {
        color: #fff !important;
    }

        .navbar-dark .dropdown-submenu .dropdown-menu li > a:hover {
            background-color: #FE5000 !important;
        }

    .dropdown-submenu {
        margin-left: -15px;
    }
}
/* Navbar Inverse */
.navbar-inverse {
    background-color: #fff;
    background-image: none;
    color: #fff;
    box-shadow: none;
}

        .navbar-inverse .navbar-brand span {
            color: #000;
        }

    .navbar-inverse a {
        background-image: none;
    }

.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:active .navbar-default.navbar-inverse .navbar-nav > .active > a {
    background-image: none;
    color: #fff;
}

.navbar-default.navbar-inverse .navbar-nav > li > a,
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > li > a:focus,
.navbar-default.navbar-inverse .navbar-nav > .active > a,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
}

@media (max-width:768px) {
    .navbar-default.navbar-inverse .navbar-nav > li > a,
    .navbar-default.navbar-inverse .navbar-nav > li > a:hover,
    .navbar-default.navbar-inverse .navbar-nav > li > a:focus,
    .navbar-default.navbar-inverse .navbar-nav > .active > a,
    .navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-default.navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
    }
}


.navbar-default.navbar-inverse + .main-header {
    background-color: #FAFAFA;
    border-bottom: solid 1px #ddd;
    color: #333;
}

    .navbar-default.navbar-inverse + .main-header .page-title,
    .navbar-default.navbar-inverse + .main-header a {
        color: #333;
        border-color: #333;
    }

    .navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
        color: #888;
    }

    .navbar-default.navbar-inverse + .main-header li.active,
    .navbar-default.navbar-inverse + .main-header li.current_item {
        color: #000;
        border-color: #000;
    }

.navbar-inverse .dropdown .dropdown-menu {
    background-color: #FE5000;
    color: #000;
    border-color: #001a72;
    box-shadow: none;
    border-width: 1px;
}

@media (min-width:768px) {
    .navbar-inverse .dropdown .dropdown-menu {
        background-color: #FFFFFF;
    }
}

.navbar-inverse .dropdown .dropdown-menu a {
    color: #000;
    background-image: none;
}

    .navbar-inverse .dropdown .dropdown-menu a:hover,
    .navbar-inverse .dropdown .dropdown-menu a:focus {
        color: #fff;
    }

.navbar-dark .dropdown .dropdown-menu .active > a:hover,
.navbar-dark .dropdown .dropdown-menu .active > a:focus,
.navbar-inverse .dropdown .dropdown-menu .active > a:hover,
.navbar-inverse .dropdown .dropdown-menu .active > a:focus {
    background-color: #FE5000;
}

.navbar-inverse .dropdown .divider {
    background-color: #555;
}

.navbar-inverse .dropdown .dropdown-header {
    color: #fff;
    border-color: #555;
}

.navbar-inverse .sb-icon-navbar i {
    background-color: #333;
    background-image: none;
}

.navbar-inverse .navbar-header .navbar-toggle {
    background-color: #FE5000;
    background-image: none;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
    background-color: inverseen(#333333, 5%);
}

.header-full-dark + .navbar-inverse {
    border-color: #FE5000;
}

@media (max-width: 767px) {
    .navbar-inverse {
        background-color: #FFF;
    }

        .navbar-inverse .navbar-collapse {
            border-color: #555;
            background-color: #FE5000;
        }

        .navbar-inverse .dropdown > a {
            border-bottom: solid 0px #555;
            margin: 0;
        }

    .dropdown-menu a {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .navbar-inverse .dropdown-menu a {
        color: #fff !important;
    }

    .navbar-inverse .dropdown-submenu.active > a,
    .navbar-inverse .dropdown-menu .active > a {
        background-color: #333 !important;
        color: white;
    }

    .navbar-inverse .dropdown.active > a,
    .navbar-inverse .dropdown a:hover,
    .navbar-inverse .dropdown a:focus,
    .navbar-inverse .dropdown.active a:hover,
    .navbar-inverse .dropdown.active a:focus {
        background-color: #A03201 !important;
        color: white !Important;
    }

    .navbar-inverse .dropdown.open > a,
    .navbar-inverse .dropdown.open > a:focus,
    .navbar-inverse .dropdown.open > a:active {
        border-bottom: none;
        background-color: #FFF;
    }

    @media (max-width:768px) {
        .navbar-inverse .dropdown.open > a,
        .navbar-inverse .dropdown.open > a:focus,
        .navbar-inverse .dropdown.open > a:active {
            border-bottom: none;
            background-color: #A03201 !important;
        }
    }



    .navbar-inverse .dropdown-submenu .dropdown-menu li > a {
        color: #fff !important;
    }

        .navbar-inverse .dropdown-submenu .dropdown-menu li > a:hover {
            background-color: #333 !important;
        }
}
/*-------------------------------------------------------------------*/
/* Date Input */
/*-------------------------------------------------------------------*/
input[type="date"] {
    padding: 0;
    padding-top: -5px;
    -webkit-padding-start: 1px;
    height: 30px;
    border: solid 1px #ccc;
}

    input[type="date"]:focus {
        border-color: #FE5000;
    }
/*-------------------------------------------------------------------*/
/* Switch */
/*-------------------------------------------------------------------*/
.bootstrap-switch {
    border-radius: 0px;
    border: 1px solid;
    border-color: #cccccc;
}

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
        color: #fff;
        background: #FE5000;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
        color: #fff;
        background: #54c8eb;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
        color: #fff;
        background: #02c66c;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
        background: #f0ad4e;
        color: #fff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-royal,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-royal {
        color: #fff;
        background: #ac60d0;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
        color: #fff;
        background: #d9534f;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
        color: #333;
        background-color: #ddd;
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
        color: #eee;
        background: #9d5100;
    }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        color: #333333;
        background: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .bootstrap-switch input[type='radio'],
    .bootstrap-switch input[type='checkbox'] {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
    }

        .bootstrap-switch input[type='radio'].form-control,
        .bootstrap-switch input[type='checkbox'].form-control {
            height: auto;
        }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.33;
    }

    .bootstrap-switch.bootstrap-switch-disabled,
    .bootstrap-switch.bootstrap-switch-readonly,
    .bootstrap-switch.bootstrap-switch-indeterminate {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch- .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
            opacity: 0.5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        transition: margin-left 0.5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #FE5000;
        box-shadow: none;
        outline: 0;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
/*-------------------------------------------------------------------*/
/* Megamenu */
/*-------------------------------------------------------------------*/
.megamenu {
    padding: 15px 0 0 0 !important;
    background-color: #f2f2f2;
    border: solid 1px #f0f0f0;
    color: #333;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.dropdown-megamenu {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

.megamenu-section {
    margin-bottom: 15px;
}

.megamenu .megamenu-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.megamenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

.megamenu li {
    margin: 0;
    padding: 0;
}

    .megamenu li a {
        margin: 0;
        padding: 0;
        color: #333 !important;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12.5px;
        transition: all .15s ease;
    }

        .megamenu li a:hover,
        .megamenu li a:focus {
            color: #FE5000 !important;
            background-color: transparent;
            text-decoration: none;
        }
/*------------------*/
.wrap-primary-plan {
    background-image: url("../img/plan.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
}

#primary-plan {
    font-family: "Muli";
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    margin: 20px auto;
    display: block;
}

    #primary-plan h1 {
        font-family: "Muli";
        font-weight: 300;
        font-size: 2.6em;
        color: #fff;
    }

.wrap-pointers {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIW2NkYGD4D8SMjEACDAAOKQEDKKNmJgAAAABJRU5ErkJggg==) repeat;
}

.content-box-trans {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 0 !important;
}

#subscribe-plan {
    max-width: 484px;
    margin: 40px auto 80px auto;
}

    #subscribe-plan input {
        background-color: rgba(0, 0, 0, 0.5);
        border: solid 1px rgba(255, 255, 255, 0.7);
        box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
        color: #fff;
        height: 42px;
        border-radius: 0;
        font-size: 16px;
        border-right: 0;
    }

        #subscribe-plan input:focus {
            box-shadow: 0px 0px 3px 0px #ffffff;
        }

    #subscribe-plan .btn {
        background: rgba(255, 255, 255, 0);
        height: 42px;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        border: solid 1px rgba(255, 255, 255, 0.7);
        font-size: 16px;
        color: #ddd;
        border-radius: 0;
        padding: 0px 25px;
        z-index: 2;
    }

        #subscribe-plan .btn:hover,
        #subscribe-plan .btn:focus {
            text-shadow: 0px 0px 1px #ffffff;
        }

        #subscribe-plan .btn:active {
            background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, #000000));
            background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
        }

    #subscribe-plan .lead-lg {
        text-align: center;
        font-size: 2em;
        margin-bottom: 10px;
    }
/*-------------------------------------------------------------------*/
/* Vertical Tabs */
/*-------------------------------------------------------------------*/
.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li,
    .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .sideways > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .sideways > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .sideways > li.active > a,
        .sideways > li.active > a:hover,
        .sideways > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .sideways.tabs-left {
        left: -50px;
    }

    .sideways.tabs-right {
        right: -50px;
    }

        .sideways.tabs-right > li {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .sideways.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.tabs-left-ar > li {
    margin-bottom: 0;
}

    .tabs-left-ar > li > a,
    .tabs-left-ar > li.active > a {
        border-radius: 0;
        background-color: #f9f9f9;
        border-left: solid 3px #ccc;
    }

.vertical-tabs-left,
.vertical-tabs-right {
    display: table;
    background-color: #ffffff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.vertical-tabs-left {
    /*border-right: solid 1px #ddd;*/
}

.vertical-tabs-right {
    border-left: solid 1px #ddd;
}

.vertical-tab-list {
    display: table-cell;
    min-width: 200px;
    vertical-align: top;
}

.vertical-tabs-right .vertical-tab-list {
    /*border-right: solid 3px #ddd;*/
    /*border-left: solid 1px #ddd;*/
}

.vertical-tabs-left .vertical-tab-list {
    /*border-left: solid 3px #ddd;*/
    /*border-right: solid 1px #ddd;*/
}

.vertical-tabs-right .vertical-tab-list ul.nav > li > a {
    /*border-right: solid 3px #ddd;*/
    margin-right: -3px;
    color: #001A72;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}

.vertical-tabs-left .vertical-tab-list ul.nav > li > a {
    /*border-left: solid 3px #ddd;*/
    /*margin-left: -3px;*/
    color: #001A72;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    border-bottom: dashed 1px #c2c3c5;
}

.vertical-tabs-right .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li > a:focus {
    /*border-right: solid 3px #999;*/
    background-color: #f1f1f1;
    border-bottom: dashed 1px #c2c3c5;
}

.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:focus {
    /*border-right: solid 3px #FE5000;*/
    background-color: #f1f1f1;
    border-bottom: dashed 1px #c2c3c5;
}

.vertical-tabs-left .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li > a:focus {
    /*border-left: solid 3px #999;*/
    background-color: #f1f1f1;
    border-bottom: dashed 1px #c2c3c5;
    color: #000000;
}

.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:focus {
    border-left: solid 3px #001a72;
    background-color: #001a72;
    border-bottom: dashed 1px #c2c3c5;
    color: #FFFFFF !Important;
}

.vertical-tabs-left .tab-content,
.vertical-tabs-right .tab-content {
    display: table-cell;
    padding: 20px;
    width: 100%;
}
/*-------------------------------------------------------------------*/
/* wrap-polygon */
/*-------------------------------------------------------------------*/
.overlay {
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding-top: 40px;
  
}

.wrap-polygons {
    background-image: url("../img/back_polygons.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

    .wrap-polygons.ar-intro-product {
        border: none;
        padding-bottom: 0;
    }

        .wrap-polygons.ar-intro-product h1 {
            font-size: 2.9em;
        }

        .wrap-polygons.ar-intro-product .lead {
            font-weight: 300;
            font-size: 1.4em;
            line-height: 160%;
        }

        .wrap-polygons.ar-intro-product .social-icons {
            margin: 10px 0;
        }

        .wrap-polygons.ar-intro-product .btn-polygon {
            margin: 15px 0;
        }

            .wrap-polygons.ar-intro-product .btn-polygon .btn {
                margin: 0 5px;
            }

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .dropdown-submenu > .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

.yamm .yamm-content {
    padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.col-megamenu {
    border-right: solid 1px #ddd;
    padding: 0;
}

    .col-megamenu::last-child {
        border: 0;
    }

.yamm-content .row {
    margin: 0;
}

.megamenu-block .megamenu-block-title {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #FE5000;
    font-size: 16px;
    padding: 15px 20px 10px 20px;
    text-transform: uppercase;
}

    .megamenu-block .megamenu-block-title i {
        margin-right: 5px;
    }

.megamenu-block ul {
    margin: 0;
    padding: 0;
}

    .megamenu-block ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        list-style-position: outside;
    }

        .megamenu-block ul li a {
            padding: 2px 20px;
            font-size: 13px;
            display: block;
            color: #333;
        }

            .megamenu-block ul li a i {
                margin-right: 5px;
            }

            .megamenu-block ul li a:hover {
                text-decoration: none;
            }

.navbar-dark .megamenu-block-title,
.navbar-inverse .megamenu-block-title {
    color: #f2f2f2;
}

.navbar-dark .col-megamenu,
.navbar-inverse .col-megamenu {
    border-right: solid 1px #555;
}
/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com, uifaces.com/authorized
Image placeholders: placemi.com
*/
#t-cards {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #345;
}
/********************************/
/*          Panel cards         */
/********************************/
.panel.panel-card {
    position: relative;
    height: 241px;
    border: solid 1px #ddd;
    overflow: hidden;
}

    .panel.panel-card .panel-heading {
        position: relative;
        z-index: 2;
        height: 120px;
        border-bottom-color: #fff;
        overflow: hidden;
        transition: height 600ms ease-in-out;
    }

        .panel.panel-card .panel-heading img {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            width: 120%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
        }

        .panel.panel-card .panel-heading button {
            position: absolute;
            top: 10px;
            right: 15px;
            z-index: 3;
        }

    .panel.panel-card .panel-header {
        margin: 10px 0;
    }

    .panel.panel-card .panel-figure {
        position: absolute;
        top: auto;
        left: 50%;
        z-index: 3;
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 1;
        box-shadow: 0 0 0 3px #fff;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        transition: opacity 400ms ease-in-out;
    }

    .panel.panel-card .panel-body {
        padding-top: 40px;
        padding-bottom: 20px;
        transition: padding 400ms ease-in-out;
    }

    .panel.panel-card .panel-thumbnails {
        padding: 0 15px 20px;
    }

.panel-thumbnails .thumbnail {
    width: 60px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.panel.panel-card:hover .panel-heading {
    height: 55px;
    transition: height 400ms ease-in-out;
}

.panel.panel-card:hover .panel-figure {
    opacity: 0;
    transition: opacity 400ms ease-in-out;
}

.panel.panel-card:hover .panel-body {
    padding-top: 20px;
    transition: padding 400ms ease-in-out;
}

.max-width-500 {
    max-width: 500px;
}

.ar-nav-pills {
    /*background-color: #f5f5f5;*/
    border: solid 1px #ddd;
    margin-bottom: 30px;
    font-size: 16px;
}

    .ar-nav-pills li {
        border-left: solid 1px #ddd;
    }

        .ar-nav-pills li a .fa {
            margin-right: 5px;
            font-size: 1.1em;
        }

        .ar-nav-pills li.active a,
        .ar-nav-pills li.active a:focus,
        .ar-nav-pills li.active a:hover {
            background-color: #FFFFFF;
            border-bottom:solid 4px #FE5000;
            color:#FE5000;
        }

        .ar-nav-pills li:first-child {
            border-left: none;
        }

@media (max-width: 767px) {
    .ar-nav-pills {
        background-color: #f5f5f5;
        border: solid 1px #ddd;
        margin-bottom: 30px;
    }

        .ar-nav-pills li {
            border-left: none;
            margin: 0 !important;
            margin-bottom: -5px !important;
        }
}

.hand-list {
    margin-top: 20px;
}

    .hand-list li {
        margin-bottom: 40px;
    }
/* ---------------------------------------------------- */
/* Header Shop */
/* ---------------------------------------------------- */
.sh-header-full-title {
    background-image: none;
    padding-left: 0;
}

    .sh-header-full-title .sh-logo {
        display: inline-block;
        left: 0;
        border: solid 2px #001A72;
        border-radius: 5px;
        padding: 10px;
        color: #FE5000;
        margin: 17px 10px 0 10px;
        height: 65px;
        width: 65px;
        text-align: center;
        vertical-align: top;
    }

    .sh-header-full-title .sh-header-title {
        display: inline-block;
    }

        .sh-header-full-title .sh-header-title h1 {
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .sh-header-full-title .sh-header-title p {
            margin-bottom: 18px;
            margin-top: 0;
            color: #999;
            font-size: 14px;
            position: relative;
            z-index: 1;
            text-transform: uppercase;
        }

            .sh-header-full-title .sh-header-title p:after {
                content: "";
                width: 100%;
                border-bottom: solid 1px #999;
                position: absolute;
                left: 0;
                top: 10px;
                z-index: 1;
            }

            .sh-header-full-title .sh-header-title p:before {
                content: "";
                width: 100%;
                border-bottom: solid 1px #999;
                position: absolute;
                left: 0;
                top: 14px;
                z-index: 1;
            }

            .sh-header-full-title .sh-header-title p span {
                background-color: #f1f1f1;
                padding: 0 5px;
                position: relative;
                z-index: 2;
            }

.dropdown-menu-lang {
    width: auto;
    box-shadow: none;
}

    .dropdown-menu-lang li.active a {
        color: #fff;
    }

    .dropdown-menu-lang li a {
        display: block !important;
    }

        .dropdown-menu-lang li a:hover,
        .dropdown-menu-lang li a:focus {
            color: #fff;
        }

.header-full-dark .sh-header-title p span {
    background-color: #001A72;
}

.header-full-dark .sh-logo {
    border-color: #bbb;
}

.header-full-dark .dropdown-menu-lang li a {
    color: #fff !important;
    background-image: none;
}

    .header-full-dark .dropdown-menu-lang li a:hover,
    .header-full-dark .dropdown-menu-lang li a:focus {
        background-color: #FE5000 !important;
    }
/* ---------------------------------------------------- */
/* Home Shop */
/* ---------------------------------------------------- */
.sh-wrap-commerce {
    background-image: url("../img/back_wrap_commerce.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
    min-height: 500px;
}

#sh-home-intro .title {
    text-transform: uppercase;
}

    #sh-home-intro .title h1,
    #sh-home-intro .title h2 {
        font-family: 'Oswald', sans-serif;
        color: #fff;
    }

        #sh-home-intro .title h1 span,
        #sh-home-intro .title h2 span {
            color: #FE5000;
        }

    #sh-home-intro .title h1 {
        font-size: 4.8em;
        font-weight: 600;
        word-spacing: -10px;
        border-bottom: solid 1px #fff;
        padding-bottom: 30px;
        margin-bottom: 30px;
        line-height: 1;
        display: inline-block;
    }

    #sh-home-intro .title h2 {
        font-size: 1.4em;
        margin-top: 0;
        letter-spacing: 1px;
    }

    #sh-home-intro .title .btn-intro-shop {
        background-image: none !important;
        border: solid 1px #f1f1f1;
        border-radius: 0;
        font-family: 'Oswald', sans-serif;
        padding: 15px 25px;
        font-size: 1.2em;
        font-weight: 300;
    }

    #sh-home-intro .title .btn-primary.btn-intro-shop {
        background-color: rgba(233, 121, 0, 0.4);
    }

        #sh-home-intro .title .btn-primary.btn-intro-shop:hover {
            background-color: #FE5000;
        }

    #sh-home-intro .title .btn-success.btn-intro-shop {
        background-color: rgba(2, 198, 108, 0.4);
    }

        #sh-home-intro .title .btn-success.btn-intro-shop:hover {
            background-color: #02c66c;
        }

    #sh-home-intro .title .btn-info.btn-intro-shop {
        background-color: rgba(84, 200, 235, 0.4);
    }

        #sh-home-intro .title .btn-info.btn-intro-shop:hover {
            background-color: #54c8eb;
        }

    #sh-home-intro .title .btn-warning.btn-intro-shop {
        background-color: rgba(240, 173, 78, 0.4);
    }

        #sh-home-intro .title .btn-warning.btn-intro-shop:hover {
            background-color: #f0ad4e;
        }

    #sh-home-intro .title .btn-danger.btn-intro-shop {
        background-color: rgba(217, 83, 79, 0.4);
    }

        #sh-home-intro .title .btn-danger.btn-intro-shop:hover {
            background-color: #d9534f;
        }

    #sh-home-intro .title .btn-royal.btn-intro-shop {
        background-color: rgba(172, 96, 208, 0.4);
    }

        #sh-home-intro .title .btn-royal.btn-intro-shop:hover {
            background-color: #ac60d0;
        }

    #sh-home-intro .title .sh-home-intro-btn {
        margin: 40px 0px;
    }

        #sh-home-intro .title .sh-home-intro-btn .btn {
            margin: 0 5px 5px 0;
        }

    #sh-home-intro .title .sh-home-intro-social a:link {
        color: #fff !important;
    }


.DestHome img {
    position: relative;
    border: 1px solid #E5E5E5;
    top: -50%;
}

.DestHome h4 {
    font-weight: bold !Important;
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    min-height: 60px;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
}

.MarginTop-1 {
    margin-top: -1px;
}

.MarginTop0 {
    margin-top: 0px;
}
.MarginTop5 {
    margin-top: 5px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop15 {
    margin-top: 15px;
}

.MarginTop25 {
    margin-top: 25px;
}

.MarginTop33 {
    margin-top: 33px;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginTop40 {
    margin-top: 40px;
}

.MarginTop50 {
    margin-top: 50px;
}

.MarginTop70 {
    margin-top: 70px;
}

.MarginBottom0 {
    margin-bottom: 0px !Important;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.MarginBottom30 {
    margin-bottom: 30px;
}

.MarginBottom40 {
    margin-bottom: 40px;
}

.MarginBottom70 {
    margin-bottom: 70px;
}

.MarginLeft5 {
    margin-left: 5px;
}

.MarginLeft20 {
    margin-left: 20px;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginLeft76 {
    margin-left: 76px;
}

.MarginLeft300 {
    margin-left: 300px;
}

.MarginRight5 {
    margin-right: 5px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight15 {
    margin-right: 15px;
}

.MarginRight40 {
    margin-right: 40px;
}

.MarginRight50 {
    margin-right: 50px;
}

.MarginRight140 {
    margin-right: 140px;
}

.PaddingTop0 {
    padding-top: 0px !Important;
}

.PaddingTop10 {
    padding-top: 10px;
}

.PaddingTop25 {
    padding-top: 25px !Important;
}

.PaddingTop50 {
    padding-top: 50px;
}

.PaddingTop70 {
    padding-top: 70px;
}

.PaddingTop100 {
    padding-top: 100px;
}

.PaddingTop300 {
    padding-top: 300px;
}

.PaddingRight10 {
    padding-right: 10px;
}


.PaddingRight0 {
    padding-right: 0px !important;
}


.PaddingRight30 {
    padding-right: 30px;
}
.PaddingTop30 {
    padding-top:30px;

}

.PaddingBottom0 {
    padding-bottom: 0px;
}

.PaddingBottom30 {
    padding-bottom: 30px;
}

.PaddingBottom50 {
    padding-bottom: 50px;
}

.PaddingBottom70 {
    padding-bottom: 70px;
}
.PaddingLeft0 {
    padding-left: 0px !important;
}
.PaddingLeft30 {
    padding-left: 30px !important;
}

.PaddingLeft50 {
    padding-left: 50px;
}

.dvListadoCheck {
    padding: 3em 3em;
    font-size: 16pt;
}
.pListadoCheck {
    padding-left: 40px;
    background-image: url(../img/facturaonline/Clockin13.png);
    /*margin-left: 110px;*/
    background-repeat: no-repeat;
    text-align: left;
}

    .dvCuerpoTabHome {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}

.outer {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.inner {
    width: 100%;
    display: inline-block;
    position: relative;
    top: -50%;
}

.DestHome {
    width: 500px;
    height: 200px;
    padding: 0px;
    text-align: center;
    border-width: 0px !Important;
    background-color: white !Important;
    max-height: 250px;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

    .DestHome .mascara, .DestHome .contenido {
        width: 100%;
        height: inherit;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        line-height: 1.2em;
    }

    .DestHome img {
        display: block;
        position: relative;
    }

    .DestHome h2 {
        text-transform: uppercase;
        color: #fe5000;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(255, 255, 255, 1);
        margin: 7px 0 0 0;
    }

    .DestHome p {
        font-size: 0.9em;
        position: relative;
        color: #fff;
        padding: 10px 20px 10px;
        text-align: center;
    }

    .DestHome a.link {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #fff;
        color: #FE5000;
        /*text-transform: uppercase;*/
        box-shadow: 0 0 1px #fff;
    }

        .DestHome a.link:hover {
            box-shadow: 0 0 5px #fff;
        }


.DestOver img {
    transition: all 0.2s linear;
}

.DestOver .mascara {
    opacity: 0;
    background-color: rgba(254,80,0, 0.7);
    transition: all 0.3s ease-in-out;
}

.DestOver h2 {
    transform: translateX(-200px); /*Desplazamos a la izquierda*/
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.DestOver p {
    transform: translateX(200px); /*Desplazamos a la derecha*/
    opacity: 0;
    transition: all 0.4s linear;
}

.DestOver a.link {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(100px); /*Desplazamos para abajo*/
}

.DestOver:hover img {
    transform: scale(1.1); /*Damos un ligero zoom a la imagen*/
}

.DestOver:hover .mascara {
    opacity: 1;
}

.DestOver:hover h2,
.DestOver:hover p,
.DestOver:hover a.link {
    opacity: 1;
    transform: translateX(0px); /*Regresamos a las posiciones originales*/
}

.DestOver:hover p {
    transition-delay: 0.1s;
}

.DestOver:hover a.link {
    transition-delay: 0.2s; /*Aplicamos un peque�o retardo para que se muestre al final*/
    transform: translateY(0px);
}


.dvLogo {
    padding: 5px 0px 5px 0px;
}


.Rojo {
    color: red;
}

.ColorError {
    color: #C9302C;
}

.ColorError100Porc {
    color: #C9302C;
    width: 100%;
    text-align: right;
}
.Negrita {
    font-weight: bold !important;
}

.Normal {
    font-weight: 100 !Important;
}

.Blanco {
    color: white;
}

.TextoAmarillo {
    color: #bda65c !important;
    font-weight:bold !important;
    font-size:20pt !important;
    background-color:#ffffff !important;
    margin-bottom:20px !important;
}

.displayNone {
    display: none;
}


.sinL small::before, .sinL small::after {
    content: "";
}

.sinL h5 {
    margin-top: 0px;
}

.sinL img {
    margin-bottom: 5px;
}

.carousel-inner .item {
    min-height: 360px;
}


@media (max-width:480px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (max-width:600px) {
    .hidden-mov {
        display: none !important;
    }
}


.dvInlineBlock {
    display: inline-block;
}

.dvInlineBlock100Porc {
    display: inline-block;
    width: 100%;
}



.dropdown .tab-pane ul {
    margin-left: 0px;
    padding-left: 15px;
}


.container .media {
    margin-bottom: 60px;
    margin-top: 60px;
}

    .container .media img {
        width: 220px;
        margin-right: 10px;
    }
/*@media (max-width:600px){.container .media-object {display:none;}}*/


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.vbottomNoTable {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

@media (min-width:768px) and (max-width:1025px) {
    .vbottomNoTable {
        display: inline;
    }
}

.vtop {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.dvColumPuntosMenu {
    display: inline-block;
    margin-right: 40px;
}

@media (min-width:768px) and (max-width:1025px) {
    .dvColumPuntosMenu {
        display: inline-block;
        margin-right: 20px;
    }
}

.MenuDemo {
    background-color: #001A72;
    color: white !important;
}

.FondoGris {
    background-color: #474c58;
}
.FondoGris h4{
    font-family: Mulish !important;    
    font-size: 20pt;
    letter-spacing :1px;
}
.Subtitulos {
    font-family: Mulish !important;
    font-size: 20pt;
    letter-spacing: 1px;
    color: #646975;
    font-weight: bolder !important;
}
.FuncionalidadesDestacado {
    color: #FE5000;
}


.mascaraProducto {
    /* opacity: 0; */
    background-color: #fff;
    
      text-align: center;
         min-height:250px;
         padding-top:5px;
}
.b{ background-color: rgba(254,80,0, 0.8) !important; }
.mascaraProducto h2{ line-height:1.5em; font-size:1.3em;  margin-left:10px; margin-right:10px; display:inline; vertical-align:central;color:#FE5000 }
@media (min-width:320px) and (max-width:480px) {
    .mascaraProducto h2 {display:block;
    }
}
.mascaraProducto a.link {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background:#001A72;
  color: #fff;
  /*text-transform: uppercase;*/
  box-shadow: 0 0 1px #fff;
    margin-bottom: 5px;
    margin-top:10px;
 
}
.mascaraProducto p{text-align:justify;; padding-left:10px;padding-right:10px; margin-top:20px; line-height:1.2em}
.mascaraProducto img{display:inline; }
.masproductos{
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  top: 0;
  left: 0;
  margin:0;
  line-height: 1.2em;
  border:2px solid #eeeeee
}



.modalPanel {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modalBoton {
    background-color: #FE5000;
    color: #fff;
    font-weight: bold;
    border-style: hidden;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-top-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-bottom-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    font-size:1.5em;
    padding: 5px 15px;
}

.FondoAmarilloClaro {
    background-color: #bda65c;
}

.BorderBottom0 {
    border-bottom-width: 0px;
}

.control-label {font-weight: 300;}

.dvSoporteLat {border-top: solid 2px #FE5000; padding:20px 5px;}
.dvSoporteLatUlt {border-bottom: solid 2px #FE5000}

.TamEM1{
    font-size:1em !important;
}
.TamEM12 {
    font-size: 1.2em;
}
.TamEM14 {
    font-size: 1.3em;
}
.TamEM13 {
    font-size: 1.4em;
}
.TamEM15 {font-size:1.5em;}
.TamEM16 {
    font-size: 1.6em;
}

.TamEM18 {
    font-size: 1.8em;
}

.TamEM20 {
    font-size: 2em;
}

.TamEM25 {
    font-size: 2.5em;
}

.TamEM30 {
    font-size: 3em;
}

.ColorGirs {
    color: #686868 !important;
}

.TextoImagen {
    font-weight: normal !important;
    font-size: 30pt;
    line-height: 1.5;
}

.pListadoCheck {
    padding-left: 45px;
    background-image: url(../../Imagenes/Marco-cuadrado.png );
    /*margin-left: 110px;*/
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
}

.boxed {
	background-color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #000;
}
a.button {
	text-decoration: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
:focus {
	outline: none !important;
}
::-moz-focus-inner {
	border: 0 !important;
}
iframe {
	border: 0;
}
p.small {
	font-size: .9em;
}
.margin-small {
	margin-top: 5px;
	margin-bottom: 5px;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
dt {
	color: #fe5000;
}
dt,
dd {
	margin: 2px 0;
}
.small-font {
	font-size: .9em;
}
.primary-color {
	color: #fe5000;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.imageborder {
	padding: 5px;
	border: solid 1px #ddd;
}
img + p {
	margin-top: 20px;
}
img.alignleft + p,
img.alignright + p {
	margin-top: 0px;
}
.p-lg {
	font-size: 1.1em;
	line-height: 180%;
}
.margin-bottom {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 40px;
}
.margin-top-80 {
	margin-top: 80px;
}
hr {
	display: block;
	border-top: 1px solid #ddd;
	margin: 25px 0;
}
hr.color {
	border-color: #fe5000 !important;
}
hr.dotted {
	border-style: dotted !important;
}
hr.dashed {
	border-style: dashed !important;
}
hr.double {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
}
.list-line {
	list-style-type: none;
	padding: 0;
}
.list-line li {
	border-bottom: solid 1px #eee;
}
.list-line li:first-child {
	border-top: solid 1px #eee;
}
.list-line li a {
	color: #333;
	text-decoration: none;
	padding: 7px;
	display: block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.list-line li a:hover {
	background-color: #f5f5f5;
	color: #fe5000;
}
/* ---------------------------------------------------- */
/* Artificial Reason Class */
/* ---------------------------------------------------- */
#Container .mix {
	display: none;
}
.text-icon {
	margin-bottom: 30px;
	overflow: hidden;
}
.text-icon .icon-ar {
	float: left;
	margin-top: 5px;
}
.text-icon-content {
	padding-left: 70px;
	font-size: .9em;
}
.text-icon-content > h3 {
	color: #FFF;
}
.text-icon-content p {
	margin-top: 5px;
}
.slogan {
	/*font-family: "Lato", sans-serif;*/
	font-size: 2em;
	line-height: 150%;
	margin-bottom: 50px;
	font-weight: 300;
}
.slogan > span {
	color: #fe5000;
}

.MarginParrafo {
    margin: 40px 0px 40px 0px;
}
.section-lines {
	/*border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin-bottom: 40px;*/
	background-color: #FAFAFA;
}
.section-title {
    border-bottom: solid 2px #646975;
    padding-bottom: 15px;
    margin-top: 39px;
    color: #646975 !important;
    font-family:Mulish !important;
    font-size:20pt;
}
/*.section-title:first-letter {
	color: #bda65c;
}*/
.css-section {
	margin-top: 20px;
}
.wrap-primary-color {
	background-color: #fe5000;
	padding: 40px 0;
	color: #fff;
}
.wrap-primary-color h1,
.wrap-primary-color h2,
.wrap-primary-color h3,
.wrap-primary-color h4,
.wrap-primary-color h5,
.wrap-primary-color h6 {
	color: #fff;
}
.dropcaps::first-letter {
	float: left;
	color: #fe5000;
	font-size: 3em;
	font-weight: 400;
	padding: 10px 10px 10px 5px;
	margin-top: 2px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 4px 4px;
    margin-top: 1px \9;
    line-height: normal;
}


.dropcaps-bg::first-letter {
	background-color: #fe5000;
	color: #fff;
	padding-bottom: 12px;
	margin-right: 10px;
	border-radius: 2px;
	margin-top: 2px;
	padding: 10px 5px;
	font-size: 2.8em;
	margin-top: 4px;
}
.dropcaps-circle::first-letter {
	border: solid 1px #fe5000;
	border-radius: 30px;
	padding: 10px 8px;
	font-size: 2.3em;
	margin-right: 10px;
	margin-top: 2px;
}
.dropcaps-circle-bg::first-letter {
	background-color: #fe5000;
	color: #fff;
	border-radius: 30px;
	padding: 10px 8px;
	font-size: 2.3em;
	margin-right: 10px;
	margin-top: 2px;
}
.border-box {
	background-color: #f9f9f9;
	border: solid 3px #eee;
	border-left-color: #fe5000;
	padding: 20px;
	margin-bottom: 20px;
}
.blockquote-color {
	border-color: #fe5000;
}
.blockquote-color-bg {
	border-color: #fe5000;
	border-bottom: solid 1px #fe5000;
	background-color: #f9f9f9;
}
.blockquote-big {
	font-size: 1.8em;
	line-height: 140%;
	font-style: oblique;
	border: none;
}
.blockquote-big footer {
	font-style: normal;
	font-size: .7em;
}
.blockquote-color-bg-primary {
	font-size: 1em;
	background-color: #fe5000;
	color: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
	border: none;
}
.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
	font-family: "FontAwesome";
	content: "\f10e";
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 2.6em;
}
.blockquote-color-bg-dark {
	font-size: 1em;
	background-color: #444;
	color: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
	border: none;
}
.blockquote-color-bg-light {
	font-size: 1em;
	background-color: #ddd;
	color: #333;
	padding: 20px;
	text-align: center;
	position: relative;
	border: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.blockquote-color-bg-light:after {
	font-family: "FontAwesome";
	content: "\f10e";
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #333;
	font-size: 2.6em;
}
.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
	color: #eee;
	font-size: .9em;
}
.blockquote-color-bg-light footer {
	color: #666;
	font-size: .9em;
}
.em-primary {
	color: #fe5000;
}
.em-success {
	color: #02c66c;
}
.em-info {
	color: #54c8eb;
}
.em-warning {
	color: #f0ad4e;
}
.em-danger {
	color: #d9534f;
}
.em-help,
.em-royal {
	color: #ac60d0;
}
.em-primary-inverse {
	background-color: #fe5000;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.em-success-inverse {
	background-color: #02c66c;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.em-info-inverse {
	background-color: #54c8eb;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.em-warning-inverse {
	background-color: #f0ad4e;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.em-danger-inverse {
	background-color: #d9534f;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.em-royal-inverse {
	background-color: #ac60d0;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.main-header {
    background-color: #FAFAFA;
    color: #444;
    padding: 140px 0 20px;    
    /*margin-bottom: 40px;*/
    position: relative;
}
.main-header.main-header-inverse {
	background-color: #f5f5f5;
	color: #000;
	border-bottom: solid 1px #ddd;
}
.main-header.main-header-inverse .page-title,
.main-header.main-header-inverse .breadcrumb a,
.main-header.main-header-inverse .breadcrumb a,
.main-header.main-header-inverse .breadcrumb {
	color: #000;
}
.main-header.main-header-inverse .breadcrumb li {
	color: #fe5000;
}
.main-header.main-header-inverse .breadcrumb a:hover {
	border-bottom: solid 1px #000;
}
.main-header.main-header-inverse .breadcrumb > li + li:before {
	color: #666;
}
.main-header .page-title {
	color: #bda65c;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 2em;
	display: inline-block;
	padding-top: 5px;
}
.sidebar-nav {
	background-color: #f9f9f9;
	border: solid 1px #eee;
	margin: 0;
	padding: 0;
	font-size: .9em;
	margin-bottom: 40px;
}
.sidebar-nav li {
	padding: 0;
	list-style: none;
}
.sidebar-nav li a > i {
	margin: 2px 5px 0 0;
	font-size: 1.1em;
	color: #999;
}
.sidebar-nav li a {
	display: block;
	padding: 5px 15px;
	color: #333;
	text-decoration: none;
	border-left: solid 3px #333;
	background-color: #f3f3f3;
}
.sidebar-nav > li > a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 1.2em;
	float: right;
}
.sidebar-nav > li > a.collapsed:after {
	content: "\f105";
}
.sidebar-nav li a.collapsed {
	background-color: transparent;
	border-left: solid 3px #fe5000;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li a:active {
	border-color: #333;
	background-color: #f3f3f3;
}
.menu-submenu li a {
	border-color: #ddd;
	padding-left: 35px;
	background-color: transparent;
}
.menu-submenu li.active a {
	border-color: #333;
	background-color: #f3f3f3;
}
.menu-submenu li:last-child a {
	border-bottom: solid 1px #eee;
}
.sidebar-nav li.active > a {
	border-left-color: #333;
	background-color: #f3f3f3;
}
.btn-ar {
	border-radius: 2px;
	font-size: 14px;
}
.btn-ar > .fa {
	margin-right: 5px;
}
.btn-ar.btn-transparent {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.btn-ar.btn-transparent:hover,
.btn-ar.btn-transparent:focus,
.btn-ar.btn-transparent:active {
	background-color: rgba(255, 255, 255, 0.2);
}
    .btn-ar.btn-primary {
        color: #fff;       
        background-color: #bda65c;
        border: 1px solid #bda65c;
        font-size: 11pt;
        letter-spacing: 1.5px;
        border-radius:0 !important;
    }
        .btn-ar.btn-primary:active {
            background-color: #ffffff;
            background: #bda65c !important;
        }

        .btn-ar.btn-primary:hover {
            color: #fff;
            background-color: #474c58 !important;
            border-color: #484c58 !important;
        }

.btn-ar.btn-secondary {
    background-color: #474c58 !important;
    border-color: #474c58 !important;
    color: #ffffff !important;
    font-size: 11pt;
    letter-spacing: 1.5px;
}

.btn-ar.btn-default {
    color: #bda65c;
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
}

    .btn-ar.btn-default:active {
        color: #FFFFFF;
        background-color: #595e68 !important;
        border: 1px solid #595e68;
    }
.btn-ar.btn-success {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02c66c), color-stop(1, #02ad5e));
	background: -moz-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
	background: -webkit-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
	background: -o-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
	background: -ms-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
	background: linear-gradient(to bottom, #02c66c 5%, #02ad5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success-color', endColorstr='darken(@success-color, 5%)', GradientType=0);
	background-color: #02c66c;
	border: 1px solid #02ad5e;
}
.btn-ar.btn-success:active {
	background-color: #02ad5e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02ad5e), color-stop(1, #02c66c));
	background: -moz-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
	background: -webkit-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
	background: -o-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
	background: -ms-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
	background: linear-gradient(to bottom, #02ad5e 5%, #02c66c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@success-color, 8%)', endColorstr='@success-color', GradientType=0);
}
.btn-ar.btn-info {
	color: #001A72;
	background-color:#d9e1ef;
	border: 1px solid #d9e1ef;
}
.btn-ar.btn-info:active {
	color: #001A72;
	background-color:#d9e1ef;
	border: 1px solid #d9e1ef;
}
.btn-ar.btn-warning {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0ad4e), color-stop(1, #ed9c28));
	background: -moz-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
	background: -webkit-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
	background: -o-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
	background: -ms-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
	background: linear-gradient(to bottom, #f0ad4e 5%, #ed9c28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@warning-color', endColorstr='darken(@warning-color, 5%)', GradientType=0);
	background-color: #f0ad4e;
	border: 1px solid #eea236;
}
.btn-ar.btn-warning:active {
	background-color: #eea236;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eea236), color-stop(1, #f0ad4e));
	background: -moz-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
	background: -webkit-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
	background: -o-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
	background: -ms-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
	background: linear-gradient(to bottom, #eea236 5%, #f0ad4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@warning-color, 8%)', endColorstr='@warning-color', GradientType=0);
}
.btn-ar.btn-danger {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9534f), color-stop(1, #d2322d));
	background: -moz-linear-gradient(top, #d9534f 5%, #d2322d 100%);
	background: -webkit-linear-gradient(top, #d9534f 5%, #d2322d 100%);
	background: -o-linear-gradient(top, #d9534f 5%, #d2322d 100%);
	background: -ms-linear-gradient(top, #d9534f 5%, #d2322d 100%);
	background: linear-gradient(to bottom, #d9534f 5%, #d2322d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@danger-color', endColorstr='darken(@danger-color, 5%)', GradientType=0);
	background-color: #d9534f;
	border: 1px solid #d43f3a;
}
.btn-ar.btn-danger:active {
	background-color: #d43f3a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d43f3a), color-stop(1, #d9534f));
	background: -moz-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
	background: -webkit-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
	background: -o-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
	background: -ms-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
	background: linear-gradient(to bottom, #d43f3a 5%, #d9534f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@danger-color, 8%)', endColorstr='@danger-color', GradientType=0);
}
.btn-ar.btn-royal {
	color: #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ac60d0), color-stop(1, #9c41c7));
	background: -moz-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
	background: -webkit-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
	background: -o-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
	background: -ms-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
	background: linear-gradient(to bottom, #ac60d0 5%, #9c41c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@royal-color', endColorstr='darken(@royal-color, 5%)', GradientType=0);*/
	background-color: #fe5000;
	border: 2px solid #fe5000;
}
.btn-ar.btn-royal:active {
	background-color: #a24cca;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a24cca), color-stop(1, #ac60d0));
	background: -moz-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
	background: -webkit-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
	background: -o-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
	background: -ms-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
	background: linear-gradient(to bottom, #a24cca 5%, #ac60d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@royal-color, 8%)', endColorstr='@royal-color', GradientType=0);
}
.btn-social {
	color: #aaa;
	border: solid 1px #aaa;
	padding: 8px 0px;
	width: 150px;
	text-align: center;
	margin: 0 5px 5px 0;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-ms-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
}
.btn-social:hover {
	text-decoration: none;
	background-color: #aaa;
	color: #fff;
}
.btn-social:active {
	box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-social-white {
	color: #fff;
	border-color: #fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.btn-social-white:hover {
	color: #fe5000;
	border-color: #fe5000;
	background-color: rgba(0, 0, 0, 0.1);
}
.btn-social .fa {
	margin: 0 10px 0 0;
	font-size: 18px;
}
.btn-social.solid:hover {
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}
.btn-social.sm {
	width: 32px;
	height: 32px;
}
.btn-social.lg {
	width: 220px;
	padding: 12px 0;
}
.btn-social.xl-lg {
	width: 400px;
	padding: 18px 0;
}
.btn-social.round {
	border-radius: 5px;
}
.btn-social.sm .fa {
	margin: 0;
}
.btn-social.rss {
	color: #ef922f;
	border-color: #ef922f;
}
.btn-social.rss:hover,
.btn-social.rss.solid {
	color: #fff;
	background-color: #ef922f;
}
.btn-social.facebook {
	color: #3b5998;
	border-color: #3b5998;
}
.btn-social.facebook:hover,
.btn-social.facebook.solid {
	color: #fff;
	background-color: #3b5998;
}
.btn-social.twitter {
	color: #00aced;
	border-color: #00aced;
}
.btn-social.twitter:hover,
.btn-social.twitter.solid {
	color: #fff;
	background-color: #00aced;
}
.btn-social.google-plus {
	color: #dd4b39;
	border-color: #dd4b39;
}
.btn-social.google-plus:hover,
.btn-social.google-plus.solid {
	color: #fff;
	background-color: #dd4b39;
}
.btn-social.youtube {
	color: #bb0000;
	border-color: #bb0000;
}
.btn-social.youtube:hover,
.btn-social.youtube.solid {
	color: #fff;
	background-color: #bb0000;
}
.btn-social.linkedin {
	color: #007bb6;
	border-color: #007bb6;
}
.btn-social.linkedin:hover,
.btn-social.linkedin.solid {
	color: #fff;
	background-color: #007bb6;
}
.btn-social.instagram {
	color: #517fa4;
	border-color: #517fa4;
}
.btn-social.instagram:hover,
.btn-social.instagram.solid {
	color: #fff;
	background-color: #517fa4;
}
.btn-social.pinterest {
	color: #cb2027;
	border-color: #cb2027;
}
.btn-social.pinterest:hover,
.btn-social.pinterest.solid {
	color: #fff;
	background-color: #cb2027;
}
.btn-social.wordpress {
	color: #4597be;
	border-color: #4597be;
}
.btn-social.wordpress:hover,
.btn-social.wordpress.solid {
	color: #fff;
	background-color: #4597be;
}
.btn-social.git {
	color: #666666;
	border-color: #666666;
}
.btn-social.git:hover,
.btn-social.git.solid {
	color: #fff;
	background-color: #666666;
}
.btn-social.flickr {
	color: #ff0084;
	border-color: #ff0084;
}
.btn-social.flickr:hover,
.btn-social.flickr.solid {
	color: #fff;
	background-color: #ff0084;
}
.btn-social.stack-overflow {
	color: #bbbbbb;
	border-color: #bbbbbb;
}
.btn-social.stack-overflow:hover,
.btn-social.stack-overflow.solid {
	color: #fff;
	background-color: #bbbbbb;
}
.btn-social.vine {
	color: #00b48a;
	border-color: #00b48a;
}
.btn-social.vine:hover,
.btn-social.vine.solid {
	color: #fff;
	background-color: #00b48a;
}
.btn-social.dribbble {
	color: #f26798;
	border-color: #f26798;
}
.btn-social.dribbble:hover,
.btn-social.dribbble.solid {
	color: #fff;
	background-color: #f26798;
}
.btn-social.foursquare {
	color: #0072b1;
	border-color: #0072b1;
}
.btn-social.foursquare:hover,
.btn-social.foursquare.solid {
	color: #fff;
	background-color: #0072b1;
}
.btn-social.tumblr {
	color: #32506d;
	border-color: #32506d;
}
.btn-social.tumblr:hover,
.btn-social.tumblr.solid {
	color: #fff;
	background-color: #32506d;
}
.social-icon-ar {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 8px !Important;
}
.social-icon-ar .fa {
	padding-top: 10px;
}
.social-icon-ar:hover {
	color: #fff;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.social-icon-ar.round {
	border-radius: 5px;
}
.social-icon-ar.circle {
	border-radius: 40px;
}
.social-icon-ar.sm {
	width: 25px;
	height: 25px;
	margin: 0 10px 10px 0;
	font-size: 15px;
}
.social-icon-ar.sm .fa {
	padding-top: 6px;
}
.social-icon-ar.tumblr {
	background-color: #32506d;
	background-image: -webkit-linear-gradient(bottom, #32506d, #426a90);
	background-image: -moz-linear-gradient(bottom, #32506d, #426a90);
	background-image: -o-linear-gradient(bottom, #32506d, #426a90);
	background-image: linear-gradient(to top, #32506d, #426a90);
}
.social-icon-ar.rss {
	background-color: #ef922f;
	background-image: -webkit-linear-gradient(bottom, #ef922f, #f3ab5e);
	background-image: -moz-linear-gradient(bottom, #ef922f, #f3ab5e);
	background-image: -o-linear-gradient(bottom, #ef922f, #f3ab5e);
	background-image: linear-gradient(to top, #ef922f, #f3ab5e);
}
.social-icon-ar.twitter {
	background-color: #00aced;
	background-image: -webkit-linear-gradient(bottom, #00aced, #21c2ff);
	background-image: -moz-linear-gradient(bottom, #00aced, #21c2ff);
	background-image: -o-linear-gradient(bottom, #00aced, #21c2ff);
	background-image: linear-gradient(to top, #00aced, #21c2ff);
}
.social-icon-ar.facebook {
	background-color: #3b5998;
	background-image: -webkit-linear-gradient(bottom, #3b5998, #4c70ba);
	background-image: -moz-linear-gradient(bottom, #3b5998, #4c70ba);
	background-image: -o-linear-gradient(bottom, #3b5998, #4c70ba);
	background-image: linear-gradient(to top, #3b5998, #4c70ba);
}
.social-icon-ar.linkedin {
	background-color: #007bb6;
	background-image: -webkit-linear-gradient(bottom, #007bb6, #009de9);
	background-image: -moz-linear-gradient(bottom, #007bb6, #009de9);
	background-image: -o-linear-gradient(bottom, #007bb6, #009de9);
	background-image: linear-gradient(to top, #007bb6, #009de9);
}
.social-icon-ar.pinterest {
	background-color: #cb2027;
	background-image: -webkit-linear-gradient(bottom, #cb2027, #e03e44);
	background-image: -moz-linear-gradient(bottom, #cb2027, #e03e44);
	background-image: -o-linear-gradient(bottom, #cb2027, #e03e44);
	background-image: linear-gradient(to top, #cb2027, #e03e44);
}
.social-icon-ar.instagram {
	background-color: #517fa4;
	background-image: -webkit-linear-gradient(bottom, #517fa4, #7098b8);
	background-image: -moz-linear-gradient(bottom, #517fa4, #7098b8);
	background-image: -o-linear-gradient(bottom, #517fa4, #7098b8);
	background-image: linear-gradient(to top, #517fa4, #7098b8);
}
.social-icon-ar.google-plus {
	background-color: #dd4b39;
	background-image: -webkit-linear-gradient(bottom, #dd4b39, #e47365);
	background-image: -moz-linear-gradient(bottom, #dd4b39, #e47365);
	background-image: -o-linear-gradient(bottom, #dd4b39, #e47365);
	background-image: linear-gradient(to top, #dd4b39, #e47365);
}
.social-icon-ar.youtube {
	background-color: #bb0000;
	background-image: -webkit-linear-gradient(bottom, #bb0000, #ee0000);
	background-image: -moz-linear-gradient(bottom, #bb0000, #ee0000);
	background-image: -o-linear-gradient(bottom, #bb0000, #ee0000);
	background-image: linear-gradient(to top, #bb0000, #ee0000);
}
.social-icon-ar.git {
	background-color: #666666;
	background-image: -webkit-linear-gradient(bottom, #666666, #808080);
	background-image: -moz-linear-gradient(bottom, #666666, #808080);
	background-image: -o-linear-gradient(bottom, #666666, #808080);
	background-image: linear-gradient(to top, #666666, #808080);
}
.social-icon-ar.wordpress {
	background-color: #4597be;
	background-image: -webkit-linear-gradient(bottom, #4597be, #6baccb);
	background-image: -moz-linear-gradient(bottom, #4597be, #6baccb);
	background-image: -o-linear-gradient(bottom, #4597be, #6baccb);
	background-image: linear-gradient(to top, #4597be, #6baccb);
}
.social-icon-ar.flickr {
	background-color: #ff0084;
	background-image: -webkit-linear-gradient(bottom, #ff0084, #ff339d);
	background-image: -moz-linear-gradient(bottom, #ff0084, #ff339d);
	background-image: -o-linear-gradient(bottom, #ff0084, #ff339d);
	background-image: linear-gradient(to top, #ff0084, #ff339d);
}
.social-icon-ar.stack-overflow {
	background-color: #bbbbbb;
	background-image: -webkit-linear-gradient(bottom, #bbbbbb, #d4d4d4);
	background-image: -moz-linear-gradient(bottom, #bbbbbb, #d4d4d4);
	background-image: -o-linear-gradient(bottom, #bbbbbb, #d4d4d4);
	background-image: linear-gradient(to top, #bbbbbb, #d4d4d4);
}
.social-icon-ar.vine {
	background-color: #00b48a;
	background-image: -webkit-linear-gradient(bottom, #00b48a, #00e7b1);
	background-image: -moz-linear-gradient(bottom, #00b48a, #00e7b1);
	background-image: -o-linear-gradient(bottom, #00b48a, #00e7b1);
	background-image: linear-gradient(to top, #00b48a, #00e7b1);
}
.social-icon-ar.dribbble {
	background-color: #f26798;
	background-image: -webkit-linear-gradient(bottom, #f26798, #f696b8);
	background-image: -moz-linear-gradient(bottom, #f26798, #f696b8);
	background-image: -o-linear-gradient(bottom, #f26798, #f696b8);
	background-image: linear-gradient(to top, #f26798, #f696b8);
}
.social-icon-ar.foursquare {
	background-color: #0072b1;
	background-image: -webkit-linear-gradient(bottom, #0072b1, #0093e4);
	background-image: -moz-linear-gradient(bottom, #0072b1, #0093e4);
	background-image: -o-linear-gradient(bottom, #0072b1, #0093e4);
	background-image: linear-gradient(to top, #0072b1, #0093e4);
}
.icon-ar {
	width: 40px;
	height: 40px;
	font-size: 18px;
	background-color: #fe5000;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 0 5px 5px 0;
	text-align: center;
	line-height: 2.2;
}
.icon-ar.icon-ar-square {
	border-radius: 0;
}
.icon-ar.icon-ar-round {
	border-radius: 5px;
}
.icon-ar.icon-ar-circle {
	border-radius: 100px;
}
.icon-ar.icon-ar-inverse {
	background-color: transparent;
	color: #fe5000;
	border: solid 1px #fe5000;
}
.icon-ar.icon-ar-sm {
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 2;
}
.icon-ar.icon-ar-lg {
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 2.2;
}
.icon-ar.icon-ar-xl-lg {
	width: 80px;
	height: 80px;
	font-size: 36px;
	line-height: 2.2;
}
.icon-ar.icon-ar-xxl-lg {
	width: 120px;
	height: 120px;
	font-size: 48px;
	line-height: 2.6;
}
.icon-ar.icon-ar-white {
	background-color: #fff;
	color: #fe5000;
}
.icon-ar.icon-ar-white.icon-ar-inverse {
	background-color: transparent;
	color: #fff;
	border: solid 2px #fff;
}

.icon-ar.icon-ar-blanco.icon-ar-inverse {
	background-color: transparent;
	color: #fff;
	border: solid 2px #fff;
}
.icon-ar.icon-ar-danger {
	background-color: #d9534f;
}
.icon-ar.icon-ar-warning {
	background-color: #f0ad4e;
}
.icon-ar.icon-ar-success {
	background-color: #02c66c;
}
.icon-ar.icon-ar-info {
	background-color: #54c8eb;
}
.icon-ar.icon-ar-help {
	background-color: #ac60d0;
}
.icon-ar.icon-ar-black {
	background-color: #333;
}
.icon-ar.icon-ar-inverse.icon-ar-white {
	background-color: transparent;
	color: #001a72;
	border-color: #001a72;
}
.icon-ar.icon-ar-inverse.icon-ar-danger {
	background-color: transparent;
	color: #d9534f;
	border-color: #d9534f;
}
.icon-ar.icon-ar-inverse.icon-ar-warning {
	background-color: transparent;
	color: #f0ad4e;
	border-color: #f0ad4e;
}
.icon-ar.icon-ar-inverse.icon-ar-success {
	background-color: transparent;
	color: #02c66c;
	border-color: #02c66c;
}
.icon-ar.icon-ar-inverse.icon-ar-info {
	background-color: transparent;
	color: #54c8eb;
	border-color: #54c8eb;
}
.icon-ar.icon-ar-inverse.icon-ar-help {
	background-color: transparent;
	color: #ac60d0;
	border-color: #ac60d0;
}
.icon-ar.icon-ar-inverse.icon-ar-black {
	background-color: transparent;
	color: #333;
	border-color: #333;
}
.table-striped-primary > tbody > tr:nth-child(odd) > td,
.table-striped-primary > tbody > tr:nth-child(odd) > th {
	background-color: #fe5000;
	color: #fff;
}
.content-box {
	display: block;
	text-align: center;
	overflow: hidden;
	padding: 5px;
	/*margin-bottom: 5px;*/
}
.content-box.box-default {
	background-color: transparent;
	/*border: solid 1px #e5e5e5;*/

}
.content-box.box-default:hover {
	/*background-color: #f3f3f3;*/
}
.content-box.box-primary .content-box-title,
.content-box.box-info .content-box-title,
.content-box.box-success .content-box-title,
.content-box.box-warning .content-box-title,
.content-box.box-danger .content-box-title,
.content-box.box-royal .content-box-title {
	color: #fff;
}
.content-box.box-primary {
	background-color: #fe5000;
	color: #fff;
	/*border: solid 1px #dd8700;*/
}
.content-box-title {
	color: #FFF;

}
.content-box .icon-ar{
	color: #FFF;
	border: 1px solid #FFF;
}
.content-box.box-success {
	background-color: #02c66c;
	color: #fff;
	border: solid 1px #016135;
}
.content-box.box-info {
	background-color: #54c8eb;
	color: #fff;
	border: solid 1px #179bc2;
}
.content-box.box-warning {
	background-color: #f0ad4e;
	color: #fff;
	border: solid 1px #c77c11;
}
.content-box.box-danger {
	background-color: #d9534f;
	color: #fff;
	border: solid 1px #a02622;
}
.content-box.box-royal {
	background-color: #ac60d0;
	color: #fff;
	border: solid 1px #792e9c;
}
.content-box.box-primary:hover {
	background-color: #ffac2a;
}
.content-box.box-success:hover {
	background-color: #02ad5e;
}
.content-box.box-info:hover {
	background-color: #3dc1e8;
}
.content-box.box-warning:hover {
	background-color: #eea236;
}
.content-box.box-danger:hover {
	background-color: #d43f3a;
}
.content-box.box-royal:hover {
	background-color: #a24cca;
}
/* ---------------------------------------------------- */
/* Bootstrap Elements */
/* ---------------------------------------------------- */
.progress {
	border-radius: 2px;
}
/* Progress Bar */
.progress {
	border-radius: 0;
}
.progress-sm {
	height: 10px;
}
.progress-xs {
	height: 5px;
}
.progress-lg {
	height: 30px;
}
.progress-lg .progress-bar {
	line-height: 30px;
}
.progress-bar {
	background-color: #fe5000;
}
.progress-bar-success {
	background-color: #02c66c;
}
.progress-bar-info {
	background-color: #54c8eb;
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-bar-royal {
	background-color: #ac60d0;
}
.popover {
	border-radius: 0;
}
.panel-border {
	background-color: #f5f5f5;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
	border: 0;
	padding: 10px;
}
.panel-border .panel-body {
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.modal-content {
	/*border-radius: 0px;*/
}
.modal-body.no-padding {
	padding: 0;
}
.moda-title {
	font-weight: 400;
}
.modal-open #sb-site {
	position: static !important;
	overflow: hidden !important;
	width: auto !important;
	height: auto !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.modal-open {
	position: static !important;
	overflow: hidden !important;
	width: auto !important;
	height: auto !important;
}
.nav-tabs.nav-tabs-transparent li a {
	font-size: 1.3em;
	color: #7e8488;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #ddd;
	font-family: "Lato";
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.nav-tabs.nav-tabs-transparent li a:hover {
	background-color: #e5e5e5;
}
.nav-tabs.nav-tabs-transparent li.active a,
.nav-tabs.nav-tabs-transparent li.active a:hover,
.nav-tabs.nav-tabs-transparent li.active a:focus {
	background-image: -webkit-linear-gradient(bottom, #ffac2a, #fe5000);
	background-image: -moz-linear-gradient(bottom, #ffac2a, #fe5000);
	background-image: -o-linear-gradient(bottom, #ffac2a, #fe5000);
	background-image: linear-gradient(to top, #ffac2a, #fe5000);
	color: #fff;
	border-bottom: solid 1px #ddd;
}
.nav-tabs.nav-tabs-ar {
	border-top: solid 3px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	font-family: "Lato", sans-serif;
	background-color: #fafafa;
}
.nav-tabs.nav-tabs-ar li a {
	margin-top: -3px;
	margin-right: 0;
	margin-left: 0;
	border-radius: 0;
	color: #555;
	transition: padding 0.2s, border-top 0.2s;
	-moz-transition: padding 0.2s, border-top 0.2s;
	-webkit-transition: padding 0.2s, border-top 0.2s;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fafafa;
	margin-left: -1px;
	border: 0;
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 3px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
	border-left: solid 1px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
	margin-left: 0px;
}
.nav-tabs.nav-tabs-ar li a:hover,
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
	border-top: solid 3px #fe5000;
	background-color: #f9f9f9;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	color: #fe5000;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 500;
}
.nav-tabs.nav-tabs-ar li.active a {
	position: relative;
	z-index: 2;
}
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
	border-bottom: solid 1px #f9f9f9;
}
.nav-tabs.nav-tabs-ar li a:hover {
	position: relative;
	z-index: 1;
	border-bottom-color: #e5e5e5;
	border-top-color: #000;
	color: #000;
}
@media (min-width: 370px) {
	.nav-tabs.nav-tabs-ar li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.nav-tabs.nav-tabs-ar li a:hover,
	.nav-tabs.nav-tabs-ar li.active a,
	.nav-tabs.nav-tabs-ar li.active a:hover,
	.nav-tabs.nav-tabs-ar li.active a:focus {
		padding-right: 25px;
		padding-left: 25px;
	}
}
.nav-tabs.nav-tabs-ar + .tab-content {
	padding: 15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
	background-color: #f9f9f9;
}
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
	background-color: #fff;
}
.nav-tabs.nav-tabs-ar li a i {
	font-size: 1.2em;
}
.nav-tabs + .tab-content {
	padding: 15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.nav-tabs li a {
	border-radius: 2px;
}
.nav-tabs.nav-tabs-round li a {
	border-radius: 5px 5px 0 0;
}
.nav-tabs li a:hover {
	background-color: #f5f5f5;
}
.label {
	text-shadow: none;
	font-family: "Open Sans";
}
.label-primary {
	background-color: #fe5000;
}
.label-success {
	background-color: #02c66c;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-danger {
	background-color: #d9534f;
}
.label-info {
	background-color: #54c8eb;
}
.label-royal {
	background-color: #ac60d0;
}
.badge-square {
	border-radius: 0;
}
.badge-round {
	border-radius: 2px;
}
.badge-primary {
	background-color: #fe5000;
	color: #fff;
}
.alert {
	border-radius: 2px;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
	color: inherit;
	margin: 0px 0 5px 0;
	font-weight: 400;
}
.alert i {
	font-size: 1.2em;
	margin-right: 5px;
}
.alert > .close {
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=30);
	opacity: .3;
}
.alert-primary > .close {
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=80);
	opacity: .8;
}
.alert-info {
	background-color: #ddf4fb;
	border: solid 1px #54c8eb;
}
.alert-success {
	background-color: #ddffef;
	border: solid 1px #02c66c;
}
.alert-warning {
	background-color: #fceedb;
	border: solid 1px #f0ad4e;
}
.alert-danger {
	background-color: #f4cecd;
	border: solid 1px #d9534f;
}
.alert-royal {
	background-color: #ead6f3;
	border: solid 1px #ac60d0;
	color: #792e9c;
}
.alert-primary {
	background-color: #ffc05e;
	border: solid 1px #fe5000;
	color: #ffffff;
}
.alert.alert-border {
	border-left-width: 5px !important;
	border-right-width: 5px !important;
}
.alert.alert-primary.alert-border {
	border-color: #dd8700;
}
.well {
	border-radius: 2px;
	background-color: #f3f3f3;
	border-color: #e0e0e0;
}
.nav-pills > .active > a > .badge {
	color: #fff;
	background-color: #fe5000;
}
.list-group-sm li,
.list-group-sm a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.list-group-item-success {
	background-color: #d3ffea;
	color: #017a43;
}
.list-group-item-warning {
	background-color: #fceedb;
	color: #df8a13;
}
.list-group-item-danger {
	background-color: #f8dede;
	color: #b52b27;
}
.list-group-item-info {
	background-color: #d4f1fa;
	color: #19add9;
}
.list-group-item-royal {
	background-color: #f2e6f8;
	color: #8834b0;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group-striped li:nth-child(odd) {
	background-color: #eee;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #fe5000;
	border-color: #fe5000;
}
.page-header {
	color: #000;
	border-bottom: solid 1px #fe5000;
	margin-bottom: 30px;
}
.right-line {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #000;
	margin: 30px 0;
}
.right-line:after {
	position: absolute;
	top: 55%;
	overflow: hidden;
	width: 100%;
	height: 1px;
	content: '\a0';
	background-color: #ddd;
	border-left: solid 20px #fff;
}

.pager li > a,
.pager li > span {
	border-radius: 2px;
	color: #fe5000;
}
.pager li > a:hover,
.pager li > span:hover {
	color: #fff;
	background-color: #fe5000;
}
.pager.pager-border li > a,
.pager.pager-border li > span {
	border-radius: 2px;
	color: #fe5000;
	border: none;
	border-bottom: 3px solid #eee;
	padding-left: 0;
	padding-right: 0;
	margin: 0 15px;
}
.pager.pager-border li > a:hover,
.pager.pager-border li > span:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fe5000;
	color: #000;
}
input {
	border-radius: 0 !important;
	box-shadow: none;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;

}
.form-control {
	display: block;
	border-radius: 0;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #4f5460;
	box-shadow: none;
}
textarea.form-control,
select.form-control {
	border-radius: 0;
}
textarea.form-control:focus {
	border-color: #fe5000;
}
.input-group-addon {
	border-radius: 0;
	background-color: #fe5000;
	border-color: #ffae30;
	color: #fff;
}
.has-success .royal-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #019450;
}
.has-success .form-control {
	border-color: #02c66c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #019450;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-success .input-group-addon {
	color: #02c66c;
	background-color: #dff0d8;
	border-color: #02c66c;
}
.has-success .form-control-feedback {
	color: #02c66c;
}
.has-warning .royal-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #ec971f;
}
.has-warning .form-control {
	border-color: #f0ad4e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #c77c11;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-warning .input-group-addon {
	color: #f0ad4e;
	background-color: #dff0d8;
	border-color: #f0ad4e;
}
.has-warning .form-control-feedback {
	color: #f0ad4e;
}
.has-error .royal-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #c9302c;
}
.has-error .form-control {
	border-color: #d9534f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #a02622;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .input-group-addon {
	color: #d9534f;
	background-color: #dff0d8;
	border-color: #d9534f;
}
.has-error .form-control-feedback {
	color: #d9534f;
}
.form-group .glyphicon {
	margin-top: 5px;
}
.jumbotron {
	padding: 20px 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #f5f5f5;
	border-radius: 0;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-top: solid 5px #fe5000;
	border-bottom: solid 5px #fe5000;
	overflow: hidden;
}
.container .jumbotron {
	border-radius: 0px;
}
.jumbotron p {
	font-size: 1.2em;
	font-weight: 400;
}
.lead {
	font-weight: 400;
	font-family: "Roboto", "Open Sans", sans-serif;
}
.lead-lg {
	font-size: 1.8em;
	font-weight: 300;
}
.lead-lg strong {
	font-weight: 400;
}
.lead-sm {
	font-size: 1.2em;
}
.panel {
    border: none !important;
    background-color:transparent;
}
.FondoBlanco {
    background-color: rgba(255 255 255 /90%);
}
.FondoCaja {
    background-image: url(../../Imagenes/FondoCaja.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.SubTituloCaja h4 {
    font-family: Mulish !important;
    color: #474c58;
    font-size: 25pt;
    font-weight: normal !important;
}

.pt-5, .py-5 {
    padding-top: 2rem !important;
}

.dvCPanel {
    max-height: 440px;
}

.SubTituloCaja h5 {
    font-family: Mulish !important;
    /*color: #bda65c !important;*/
    font-size: 14pt;
    font-weight: bold;
    letter-spacing: 1px
}
.SubTituloTexto{
    margin-bottom:1em !important
}


.panel-info .panel-heading {
    color: #ffffff !important;
    background-color: rgba(255 255 255 /30%) !important;
    border-color: transparent !important;
    padding: 1.5em !important;
}

.panel,
.panel .panel-footer {
	border-radius: 0;
}
.panel-default {
	border-color:none !important;
}
    .panel-default .panel-heading {
        border-color: none !important;
    }
.panel-primary {
	border-color: #fe5000;
}
.panel-primary .panel-heading,
.panel-primary .panel-footer {
	background-color: #fe5000;
	color: #fff;
	border-color: #666;
}
.panel-default {
    border-color: none !important;
}
/*.panel-heading {
	border-radius: 0;
	font-family: "Lato", "Open Sans", sans-serif;
}*/
.panel-heading a {
	font-weight: 500 !important;
}
.panel-heading i {
	margin-right: 5px;
	font-size: 1.1em;
}
.panel-title {
	padding: 7px;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading-link,
.panel-plus-link {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	font-family: "Lato", "Open Sans", sans-serif;
}
.panel-plus-link a {
	background-color: inherit;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.panel-plus-link a:hover,
.panel-plus-link a:focus,
.panel-plus-link a:active {
	background-color: transparent !important;
}
.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 1.4em;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	*margin-right: .3em;
}
.panel-group .panel > .panel-heading.panel-plus-link a:before {
	font-family: 'FontAwesome';
	content: "\f068";
	font-size: 1.4em;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	*margin-right: .3em;
}
.panel-primary .panel-heading a,
.panel-primary-dark .panel-heading a,
.panel-info-dark .panel-heading a,
.panel-success-dark .panel-heading a,
.panel-warning-dark .panel-heading a,
.panel-danger-dark .panel-heading a,
.panel-royal-dark .panel-heading a,
.panel-primary .panel-plus-link a,
.panel-primary-dark .panel-plus-link a,
.panel-info-dark .panel-plus-link a,
.panel-success-dark .panel-plus-link a,
.panel-warning-dark .panel-plus-link a,
.panel-danger-dark .panel-plus-link a,
.panel-royal-dark .panel-plus-link a {
	color: #fff;
}
.panel-primary .panel-heading a:hover,
.panel-primary-dark .panel-heading a:hover,
.panel-info-dark .panel-heading a:hover,
.panel-success-dark .panel-heading a:hover,
.panel-warning-dark .panel-heading a:hover,
.panel-danger-dark .panel-heading a:hover,
.panel-royal-dark .panel-heading a:hover,
.panel-primary .panel-plus-link a:hover,
.panel-primary-dark .panel-plus-link a:hover,
.panel-info-dark .panel-plus-link a:hover,
.panel-success-dark .panel-plus-link a:hover,
.panel-warning-dark .panel-plus-link a:hover,
.panel-danger-dark .panel-plus-link a:hover,
.panel-royal-dark .panel-plus-link a:hover {
	background-color: none;
}
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-warning-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-danger-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-royal-dark .panel-footer a,
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-warning-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-danger-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-royal-dark .panel-footer a {
	color: #fff;
}
.panel-default .panel-heading-link a,
.panel-default .panel-plus-link a {
	color: #333;
}
.panel .panel-footer i {
	margin: 0 5px;
}
.panel .panel-heading-link a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 1.2em;
	float: right;
	background-color: #fe5000;
	color: #fff;
	padding: 5px 0px;
	margin-top: -5px;
	margin-right: -15px;
	width: 33px;
	text-align: center;
}
.panel-primary .panel-heading-link a:after,
.panel-primary-dark .panel-heading-link a:after,
.panel-info-dark .panel-heading-link a:after,
.panel-success-dark .panel-heading-link a:after,
.panel-warning-dark .panel-heading-link a:after,
.panel-danger-dark .panel-heading-link a:after,
.panel-royal-dark .panel-heading-link a:after {
	background-color: #333;
}
.panel .panel-heading-link a.collapsed:after {
	content: "\f104";
}
.panel-success .panel-heading-link a:after {
	background-color: #02c66c;
}
.panel-info .panel-heading-link a:after {
	background-color: #54c8eb;
}
.panel-warning .panel-heading-link a:after {
	background-color: #f0ad4e;
}
.panel-danger .panel-heading-link a:after {
	background-color: #d9534f;
}
.panel-royal .panel-heading-link a:after {
	background-color: #ac60d0;
}
.panel-success .panel-plus-link a,
.panel-success .panel-heading-link a {
	color: #017a43;
}
.panel-info .panel-plus-link a,
.panel-info .panel-heading-link a {
	color: #19add9;
}
.panel-warning .panel-plus-link a,
.panel-warning .panel-heading-link a {
	color: #df8a13;
}
.panel-danger .panel-plus-link a,
.panel-danger .panel-heading-link a {
	color: #b52b27;
}
.panel-royal .panel-plus-link a,
.panel-royal .panel-heading-link a {
	color: #8834b0;
}
.panel-heading.panel-plus-link > a,
.panel-heading-link > a {
	display: block;
	padding: 5px 15px;
}
.panel-heading-link > a > i {
	margin-right: 10px;
}
.panel .panel-heading a {
	font-size: 1em;
	font-weight: 400;
	text-decoration: none;
}
.panel .panel-primary .panel-heading a:hover,
.panel .panel-success .panel-heading a:hover,
.panel .panel-info .panel-heading a:hover,
.panel .panel-warning .panel-heading a:hover,
.panel .panel-danger .panel-heading a:hover,
.panel .panel-royal .panel-heading a:hover,
.panel .panel-primary-dark .panel-heading a:hover,
.panel .panel-info-dark .panel-heading a:hover,
.panel .panel-success-dark .panel-heading a:hover,
.panel .panel-warning-dark .panel-heading a:hover,
.panel .panel-danger-dark .panel-heading a:hover,
.panel .panel-royal-dark .panel-heading a:hover {
	background-color: transparent !important;
}
.panel-body-no-padding {
	padding: 0 !important;
}
.panel-default .panel-heading {
    background-color: rgb(71 76 88 /95%) !important;
    color: #fff !important;
    padding:10px !important;
}

@media(min-width:992px) and (max-width:1200px){
    .panel-default .panel-heading {
        background-color: rgb(71 76 88 /95%) !important;
        color: #fff !important;
    }

        .panel-default .panel-heading h3 {
            letter-spacing: 3px;
            font-size: 18pt !important;
        }

    .panel-info > .panel-heading {
        color: #ffffff;
        background-color: rgba(255 255 255 /30%) !important;
        border-color: transparent !important;
        padding: 1.5em !important;
    }
        .panel-info > .panel-heading h3 {
            letter-spacing: 3px;
            font-size: 18pt !important;
        }

        .btn-ar.btn-primary {
            color: #fff;
            background-color: #bda65c;
            border: 1px solid #bda65c;
            font-size: 10pt;
            letter-spacing: 1.5px;
        }
    .TextoImagen {
        font-weight: normal !important;
        font-size: 26pt;
    }
}

    .panel-royal .panel-heading,
    .panel-royal .panel-footer {
        background-color: #dfc2ed;
        color: #5a2275;
        border: solid 1px #d5afe7;
    }

    .panel-royal .panel-body {
        border: solid 1px #dfc2ed;
    }

    .panel-primary-dark .panel-heading,
    .panel-primary-dark .panel-footer {
        background-color: #ffa211;
        color: #fff;
    }

    .panel-success-dark .panel-heading,
    .panel-success-dark .panel-footer {
        background-color: #5ca43f;
        color: #fff;
    }

    .panel-info-dark .panel-heading,
    .panel-info-dark .panel-footer {
        background-color: #288ec3;
        color: #fff;
    }

    .panel-warning-dark .panel-heading,
    .panel-warning-dark .panel-footer {
        background-color: #e4c016;
        color: #fff;
    }

    .panel-danger-dark .panel-heading,
    .panel-danger-dark .panel-footer {
        background-color: #a94242;
        color: #fff;
    }

    .panel-royal-dark .panel-heading,
    .panel-royal-dark .panel-footer {
        background-color: #792e9c;
        color: #fff;
    }

    .panel-primary-dark .panel-body {
        border: solid 1px #ffa211;
    }

    .panel-success-dark .panel-body {
        border: solid 1px #5ca43f;
    }

    .panel-info-dark .panel-body {
        border: solid 1px #288ec3;
    }

    .panel-warning-dark .panel-body {
        border: solid 1px #e4c016;
    }

    .panel-danger-dark .panel-body {
        border: solid 1px #a94242;
    }

    .panel-royal-dark .panel-body {
        border: solid 1px #792e9c;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown.dropdown-inverse a {
        color: #fff;
    }

        .dropdown.dropdown-inverse a:hover {
            color: #fff;
            background-image: -webkit-linear-gradient(bottom, #ffac2a, #fe5000);
            background-image: -moz-linear-gradient(bottom, #ffac2a, #fe5000);
            background-image: -o-linear-gradient(bottom, #ffac2a, #fe5000);
            background-image: linear-gradient(to top, #ffac2a, #fe5000);
        }

    .dropdown.dropdown-inverse ul {
        background-color: #333;
        color: #fff;
        border-color: #222;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
    }

    .dropdown.dropdown-inverse .divider {
        background-color: #555;
    }

    .dropdown.dropdown-inverse .dropdown-header {
        border-color: #555;
        box-shadow: none;
        color: #ccc;
    }

    .dropdown-submenu > .dropdown-menu {
        top: -1px;
        left: 100%;
        margin-top: -5px;
        margin-left: 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    @media (max-width: 767px) {
        .dropdown-submenu > .dropdown-menu {
            display: block;
            margin-left: 15px;
        }

        .dropdown > a {
            border-bottom: solid 1px #ddd;
            margin: 0;
        }

        .dropdown.open > a,
        .dropdown.open > a:focus,
        .dropdown.open > a:active {
            border-bottom: solid 1px #ddd;
        }

        .dropdown a {
            padding: 0 6px;
        }

        .dropdown-submenu {
            padding: 0;
            margin-top: -5px;
        }

            .dropdown-submenu a {
                padding: 5px 0;
                margin: 0;
            }

            .dropdown-submenu > a:after {
                content: " ";
            }

        /*.dropdown > a:after {
            top: 10px;
            right: 15px;
            content: "\f104";
        }*/

        /*.dropdown.open > a:after {
            top: 10px;
            right: 15px;
            content: "\f107";
        }*/
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

    .dropdown-header {
        text-align: center;
        border-bottom: solid 1px #e5e5e5;
        border-top: solid 1px #e5e5e5;
        padding: 6px 0;
        margin: 9px 0;
    }

    .main-header .container {
        position: relative;
    }

    @media (max-width: 500px) {
        .main-header .breadcrumb {
            display: none !important;
        }
    }

    .main-header .breadcrumb {
        margin: 0;
        display: inline-block;
        background: none;
        color: #fff;
        font-size: 1.1em;
        position: absolute;
        top: 0px;
        right: 10px;
    }

        .main-header .breadcrumb li {
            color: #666;
        }

            .main-header .breadcrumb li.current_item {
                color: #444;
            }

        .main-header .breadcrumb a {
            color: #666;
        }

            .main-header .breadcrumb a:hover {
                text-decoration: none;
                border-bottom: solid 1px #fff;
            }

    .breadcrumb > li + li:before {
        padding: 0 6px 0 5px;
        content: "\00bb";
    }

    .main-header .breadcrumb > li + li:before {
        color: #666;
    }

    .nav-pills > li > a {
        border-radius: 0px;
        color: #333;
    }

    .nav-pills.nav-stacked > li.active > a,
    .nav-pills.nav-stacked > li.active > a:hover,
    .nav-pills.nav-stacked > li.active > a:focus {
        border-left: solid 3px #000;
        background-color: #eee;
        color: #333;
    }

    .nav-pills.nav-stacked > li > a {
        border-left: solid 3px #fe5000;
    }

        .nav-pills.nav-stacked > li > a:hover {
            border-left: solid 3px #000;
        }

    .nav-stacked > li + li {
        margin: 0;
    }

    .nav-stacked {
        background-color: #f9f9f9;
        border: solid 1px #eee;
    }

    .thumbnail {
        border-radius: 0px;
        position: relative;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    a.thumbnail:hover,
    a.thumbnail:focus,
    a.thumbnail.active {
        border-color: #fe5000;
    }

    .thumbnail.thumbnail-round {
        border-radius: 5px;
    }

        .thumbnail.thumbnail-round > img {
            border-radius: 5px;
        }
    /* Caption */
    .img-caption-ar {
        position: relative;
        padding: 5px;
        border: solid 1px #ddd;
        margin-bottom: 20px;
        color: #fff;
        width: 100%;
    }

        .img-caption-ar img {
            width: 100%;
        }

    .caption-ar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        .caption-ar .caption-content {
            width: 80%;
            height: 150px;
            left: 10%;
            top: 40%;
            margin-top: -20px;
            position: absolute;
            text-align: center;
            visibility: hidden;
            -webkit-transition: all .50s ease;
            -moz-transition: all .50s ease;
            -ms-transition: all .50s ease;
            -o-transition: all .50s ease;
            transition: all .50s ease;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .caption-ar:hover .caption-content {
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .caption-ar:hover {
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 1;
        }

        .caption-ar .caption-content a {
            background-color: rgba(128, 128, 128, 0.5);
            padding: 10px 10px 8px 10px;
            color: #fff;
            border: solid 1px #999;
            text-decoration: none;
            margin-bottom: 10px !important;
            display: inline-block;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

            .caption-ar .caption-content a:hover {
                background-color: rgba(200, 200, 200, 0.5);
            }

            .caption-ar .caption-content a i {
                margin-right: 10px;
            }

        .caption-ar .caption-content .caption-title {
            padding: 0;
            color: #fff;
            margin: 0 auto;
            text-align: center;
            font-size: 1.5em;
        }

            .caption-ar .caption-content .caption-title + p {
                margin-top: 5px;
            }
    
    

    /*-------------------------------------------------------------------*/
    /* Carousel razon */
    /*-------------------------------------------------------------------*/
    .carousel-section-e {
        margin-bottom: 40px;
        overflow: hidden;
    }

    .carousel-e {
        background-color: #fe5000;
    }

    .carousel-e {
        background-color: #fe5000;
        background-color: rgba(255, 182, 68, 0.9);
    }

        .carousel-e .carousel-caption {
            position: static;
            text-align: left;
        }

        .carousel-e .carousel-img-wrap {
            display: table-row;
        }

        .carousel-e .carousel-img {
            height: 400px;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden;
            display: static;
        }

            .carousel-e .carousel-img img {
                width: 100%;
            }

        .carousel-e .carousel-indicators {
            bottom: 0px !important;
        }

            .carousel-e .carousel-indicators li {
                margin: 0 2px;
            }

    .carousel-section {
        background-image: url("../img/slide_back.jpg");
        margin-bottom: 40px;
        overflow: hidden;
    }

    .carousel-razon {
        background-color: #fe5000;
        background-color: rgba(195, 119, 0, 0.9);
    }

    .carousel-razon-dark {
        background-color: #444;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .carousel-razon .carousel-caption {
        position: static;
        text-align: left;
    }

    .carousel-razon .carousel-img-wrap {
        display: table-row;
    }

    .carousel-razon .carousel-img {
        height: 400px;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        display: static;
    }

        .carousel-razon .carousel-img img {
            width: 100%;
        }

    .carousel-razon .carousel-indicators {
        bottom: 0px !important;
    }

        .carousel-razon .carousel-indicators li {
            margin: 0 2px;
        }

    .carousel-text span {
        color: #9dffcd;
    }

    .carousel-title {
        margin: 20px 0 10px 0;
        padding: 0;
        font-size: 2.2em;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        line-height: 1.4em;
    }

    .crousel-subtitle {
        font-size: 1.8em;
        color: #9dffcd;
        margin-bottom: 20px;
        font-weight: 300;
        font-family: "Lato", sans-serif;
    }

    .carousel-list {
        margin: 20px 0;
    }

        .carousel-list li {
            color: #fff;
            font-size: 1.4em;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .carousel-list li i {
                font-size: 1.6em;
                margin-right: 20px;
                color: #fff;
            }

    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        filter: alpha(opacity=80);
        opacity: .8;
    }

        .carousel-control.left {
            background-image: none;
            filter: none;
        }

        .carousel-control.right {
            right: 0;
            left: auto;
            background-image: none;
            filter: none;
        }

        .carousel-control:hover,
        .carousel-control:focus {
            color: #fff;
            text-decoration: none;
            filter: alpha(opacity=100);
            outline: none;
            opacity: 1;
        }

        .carousel-control .icon-prev,
        .carousel-control .icon-next,
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
        }

        .carousel-control .icon-prev,
        .carousel-control .glyphicon-chevron-left {
            left: 50%;
        }

        .carousel-control .icon-next,
        .carousel-control .glyphicon-chevron-right {
            right: 50%;
        }

        .carousel-control .icon-prev,
        .carousel-control .icon-next {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-left: -10px;
            font-family: serif;
        }

            .carousel-control .icon-prev:before {
                content: '\2039';
            }

            .carousel-control .icon-next:before {
                content: '\203a';
            }

    @media (max-width: 767px) {
        .carousel-indicators {
            top: 10px !important;
            bottom: auto !important;
        }

        .carousel-title {
            margin: 10px 0 5px 0;
            padding: 0;
            font-size: 2em;
            line-height: 1.3em;
        }

        .crousel-subtitle {
            font-size: 1.4em;
        }

        .carousel-text p {
            margin-bottom: 10px;
        }

        .carousel-list {
            margin: 5px 0 0 0;
        }

            .carousel-list li {
                font-size: 1.2em;
                line-height: 1em;
                margin-bottom: 4px;
            }

                .carousel-list li span {
                    padding: 5px;
                }

                .carousel-list li i {
                    width: 42px;
                    padding: 5px;
                }

        .carousel-control {
            left: auto;
            bottom: auto;
            top: 20px;
        }

            .carousel-control.left {
                right: 50px;
            }

            .carousel-control.right {
                right: 0;
            }
    }
    /* ---------------------------------------------------- */
    /* Footer */
    /* ---------------------------------------------------- */
    #footer-widgets {
        background-color: #575b66;
        color: #FFF;
        padding: 0px 0 20px 0;
        /*margin-top: 30px;*/
        border-top: solid 1px #ccc;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    }

    .footer-widget-title {
        font-family: 'Lato', sans-serif;
        font-size: 1.6em;
        color: #ffca77;
    }

    #footer-widgets a {
        color: #eee;
        text-decoration: none;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        #footer-widgets a:hover {
            color: #b3b3b3;
        }

    #footer {
        background-color: #575b66;
        color: #FFF;
        padding: 8px 0 0 17px;
        text-align: center;
        /*border-top: solid 1px #555;*/
    }

        #footer a {
            color: #eee;
            text-decoration: none;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

            #footer a:hover {
                color: #fe5000;
            }

        #footer p {
            margin: 0;
            padding: 0;
            line-height: 100%;
        }

    .footer-widget .media {
        margin-bottom: 10px;
    }

        .footer-widget .media .media-heading {
            font-size: 1.1em;
            line-height: 1.3em;
        }

    .footer-widget small {
        color: #ccc;
        font-style: oblique;
    }

    .footer-widget .thumbnail {
        border-color: #666;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .three_cols {
        overflow: hidden;
    }

        .three_cols > li {
            float: left;
            width: 33.333%;
            padding-bottom: 2px;
            padding-top: 1px;
        }

    .input-group > input[type="text"] {
        height: 36px;
        position: relative;
        z-index: 3;
    }

    input.input-lg[type="text"] {
        height: 40px !important;
    }
    /* ---------------------------------------------------- */
    /* Slidebar */
    /* ---------------------------------------------------- */
    .sb-slidebar {
        color: #fff;
    }

        .sb-slidebar input[type="text"] {
            border-radius: 0;
            height: 50px;
            background-color: #333;
            border: 0;
            border-bottom: solid 1px #2f2f2f;
            box-shadow: none;
            color: #fff;
        }

        .sb-slidebar .input-group .btn {
            height: 50px;
            background-color: #fe5000;
            color: #fff;
            border-color: #2f2f2f;
            border-radius: 0;
        }

            .sb-slidebar .input-group .btn i {
                font-size: 1.4em;
            }

    .slidebar-header {
        color: #fe5000;
        font-size: 1.6em;
        border-bottom: solid 1px #2f2f2f;
        padding: 15px 20px;
        margin: 10px 0 20px 0;
    }

    .padding-20 {
        padding: 20px 0;
    }

    .padding-40 {
        padding: 40px 0;
    }

    .margin-10 {
        margin: 10px 0 !important;
    }

    .no-margin {
        margin: 0 !important;
    }

    .no-padding {
        padding: 0 !important;
    }

    .no-margin-bottom {
        margin-bottom: 0 !important;
    }

    .no-margin-top {
        margin-top: 0 !important;
    }

    .no-margin-left {
        margin-left: 0 !important;
    }

    .no-margin-right {
        margin-right: 0 !important;
    }

    .lateral-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slidebar-menu {
        margin: 0;
        padding: 0;
    }

        .slidebar-menu li {
            list-style-type: none;
            list-style-position: outside;
            margin: 0;
            padding: 0;
        }

            .slidebar-menu li a {
                display: block;
                color: #ddd;
                padding: 10px 20px;
                border-bottom: solid 1px #2f2f2f;
                text-decoration: none;
            }

                .slidebar-menu li a:hover {
                    background-color: #000;
                    color: #fff;
                }

    .slidebar-social-icons {
        padding: 0 20px;
    }
    /* ---------------------------------------------------- */
    /* Theme Options */
    /* ---------------------------------------------------- */
    #theme-options {
        display: table;
        position: fixed;
        top: 150px;
        left: -260px;
        z-index: 1000;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        #theme-options:hover {
            left: 0;
        }

    #icon-options {
        display: table-cell;
    }

        #icon-options i {
            padding: 10px;
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
            background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
            background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
            background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
            background-image: linear-gradient(to top, #ececec, #f4f4f4);
        }

    #body-options {
        display: table-cell;
        width: 260px;
        background-color: #eee;
        padding: 15px 20px;
        position: relative;
        z-index: 100;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
        background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
        background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
        background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
        background-image: linear-gradient(to top, #ececec, #f4f4f4);
    }

        #body-options h2 {
            font-size: 1.3em;
            margin-bottom: 10px;
        }

        #body-options .color-box {
            display: inline-block;
            text-indent: -999999px !important;
            width: 30px;
            height: 30px;
            background-color: #fff;
            border: solid 1px #000;
            margin: 2px;
        }

        #body-options .color-blue {
            background-color: #0099da;
        }

        #body-options .color-blue2 {
            background-color: #4d7db3;
        }

        #body-options .color-blue3 {
            background-color: #6695e2;
        }

        #body-options .color-blue4 {
            background-color: #2366f0;
        }

        #body-options .color-blue5 {
            background-color: #38d3ff;
        }

        #body-options .color-green {
            background-color: #21ba91;
        }

        #body-options .color-green2 {
            background-color: #21ba49;
        }

        #body-options .color-green3 {
            background-color: #13e018;
        }

        #body-options .color-green4 {
            background-color: #5ebe1e;
        }

        #body-options .color-green5 {
            background-color: #0a9200;
        }

        #body-options .color-red {
            background-color: #e73c3c;
        }

        #body-options .color-red2 {
            background-color: #ae0000;
        }

        #body-options .color-red3 {
            background-color: #ed0742;
        }

        #body-options .color-fuchsia {
            background-color: #ff4c94;
        }

        #body-options .color-pink {
            background-color: #ff41e6;
        }

        #body-options .color-yellow {
            background-color: #f6dc00;
        }

        #body-options .color-yellow2 {
            background-color: #c5b319;
        }

        #body-options .color-orange {
            background-color: #fe5000;
        }

        #body-options .color-orange2 {
            background-color: #e97900;
        }

        #body-options .color-orange3 {
            background-color: #c37744;
        }

        #body-options .color-violet {
            background-color: #9f2cc0;
        }

        #body-options .color-violet2 {
            background-color: #9000ec;
        }

        #body-options .color-violet3 {
            background-color: #c64dff;
        }

        #body-options .color-gray {
            background-color: #808080;
        }

        #body-options .color-aqua {
            background-color: #29d7d5;
        }

    .syntaxhighlighter {
        background-color: white !important;
    }

        .syntaxhighlighter .line.alt1 {
            background-color: white !important;
        }

        .syntaxhighlighter .line.alt2 {
            background-color: white !important;
        }

        .syntaxhighlighter .line.highlighted.alt1,
        .syntaxhighlighter .line.highlighted.alt2 {
            background-color: #e0e0e0 !important;
        }

        .syntaxhighlighter .line.highlighted.number {
            color: black !important;
        }

        .syntaxhighlighter table caption {
            color: black !important;
        }

        .syntaxhighlighter .gutter {
            color: #afafaf !important;
        }

            .syntaxhighlighter .gutter .line {
                border-right: 3px solid #fe5000 !important;
            }

                .syntaxhighlighter .gutter .line.highlighted {
                    background-color: #fe5000 !important;
                    color: white !important;
                }

        .syntaxhighlighter.printing .line .content {
            border: none !important;
        }

        .syntaxhighlighter.collapsed {
            overflow: visible !important;
        }

            .syntaxhighlighter.collapsed .toolbar {
                color: blue !important;
                background: white !important;
                border: 1px solid #fe5000 !important;
            }

                .syntaxhighlighter.collapsed .toolbar a {
                    color: blue !important;
                }

                    .syntaxhighlighter.collapsed .toolbar a:hover {
                        color: red !important;
                    }

        .syntaxhighlighter .toolbar {
            color: white !important;
            background: #fe5000 !important;
            border: none !important;
        }

            .syntaxhighlighter .toolbar a {
                color: white !important;
            }

                .syntaxhighlighter .toolbar a:hover {
                    color: black !important;
                }

        .syntaxhighlighter .plain,
        .syntaxhighlighter .plain a {
            color: black !important;
        }

        .syntaxhighlighter .comments,
        .syntaxhighlighter .comments a {
            color: #008200 !important;
        }

        .syntaxhighlighter .string,
        .syntaxhighlighter .string a {
            color: blue !important;
        }

        .syntaxhighlighter .keyword {
            color: #006699 !important;
        }

        .syntaxhighlighter .preprocessor {
            color: gray !important;
        }

        .syntaxhighlighter .variable {
            color: #aa7700 !important;
        }

        .syntaxhighlighter .value {
            color: #009900 !important;
        }

        .syntaxhighlighter .functions {
            color: #ff1493 !important;
        }

        .syntaxhighlighter .constants {
            color: #0066cc !important;
        }

        .syntaxhighlighter .script {
            font-weight: bold !important;
            color: #006699 !important;
            background-color: none !important;
        }

        .syntaxhighlighter .color1,
        .syntaxhighlighter .color1 a {
            color: gray !important;
        }

        .syntaxhighlighter .color2,
        .syntaxhighlighter .color2 a {
            color: #ff1493 !important;
        }

        .syntaxhighlighter .color3,
        .syntaxhighlighter .color3 a {
            color: red !important;
        }

        .syntaxhighlighter .keyword {
            font-weight: bold !important;
        }
    /* UI ELEMNTS PAGES */
    .bs-glyphicons-list {
        padding-left: 0;
        list-style: none;
    }

        .bs-glyphicons-list li {
            float: left;
            width: 25%;
            height: 115px;
            padding: 10px;
            font-size: 10px;
            line-height: 1.4;
            text-align: center;
            border: 1px solid #fff;
            background-color: #f9f9f9;
        }

        .bs-glyphicons-list .glyphicon {
            margin-top: 5px;
            margin-bottom: 10px;
            font-size: 24px;
        }

        .bs-glyphicons-list .glyphicon-class {
            display: block;
            text-align: center;
            word-wrap: break-word;
            /* Help out IE10+ with class names */
        }

        .bs-glyphicons-list li:hover {
            color: #fff;
            background-color: #fe5000;
        }

    @media (min-width: 768px) {
        .bs-glyphicons-list {
            margin-left: 0;
            margin-right: 0;
        }

            .bs-glyphicons-list li {
                width: 12.5%;
                font-size: 12px;
            }
    }

    .fontawesome-icon-list .fa-hover a {
        font-size: 1.1em;
        line-height: 2em;
        color: #333;
        display: block;
        text-decoration: none;
        padding: 3px 10px;
        border-radius: 2px;
    }

        .fontawesome-icon-list .fa-hover a:hover {
            color: #fff;
            background-color: #fe5000;
        }

        .fontawesome-icon-list .fa-hover a i {
            font-size: 1.4em;
            margin-right: 10px;
            line-height: 1.8em;
            vertical-align: baseline;
        }

    @media (min-width: 768px) {
        .drop-demo ul {
            position: static;
            z-index: 0;
            margin: 0;
            padding: 0;
        }

        .drop-demo .dropdown-menu .dropdown-submenu ul {
            position: absolute;
        }
    }

    @media (max-width: 767px) {
        .drop-demo ul {
            position: static;
            z-index: 0;
            margin: 0;
            padding: 0;
        }

        .drop-demo .dropdown-menu .dropdown-submenu ul {
            position: static;
            box-shadow: none;
            border: 0;
            margin: 0;
            padding-left: 15px;
        }
    }
    /*-------------------------------------------------------------------*/
    /* Carousel Images */
    /*-------------------------------------------------------------------*/
    .carousel-images .carousel-indicators {
        bottom: auto;
        top: 10px;
    }

    .carousel-images .carousel-control {
        position: absolute;
        top: 50%;
        bottom: auto;
        height: 50px;
        left: 20px;
        width: 50px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        opacity: 0.5;
        filter: alpha(opacity=50);
        z-index: 90;
    }

        .carousel-images .carousel-control.left {
            background-image: none;
            background-repeat: no-repeat;
            filter: none;
        }

        .carousel-images .carousel-control.right {
            right: 0;
            left: auto;
            background-image: none;
            background-repeat: no-repeat;
            filter: none;
        }

        .carousel-images .carousel-control:hover,
        .carousel-images .carousel-control:focus {
            color: #ffffff;
            text-decoration: none;
            outline: none;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

    .carousel-images .carousel-caption {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        left: auto;
        right: auto;
        bottom: 0;
        padding: 20px;
    }

        .carousel-images .carousel-caption.carousel-caption-dark {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .carousel-images .carousel-caption h1,
        .carousel-images .carousel-caption h2,
        .carousel-images .carousel-caption h3,
        .carousel-images .carousel-caption h4,
        .carousel-images .carousel-caption h5,
        .carousel-images .carousel-caption h6 {
            color: #fff;
            margin: 0 0 10px 0;
        }

            .carousel-images .carousel-caption h1 a,
            .carousel-images .carousel-caption h2 a,
            .carousel-images .carousel-caption h3 a,
            .carousel-images .carousel-caption h4 a,
            .carousel-images .carousel-caption h5 a,
            .carousel-images .carousel-caption h6 a {
                color: #fff;
                text-decoration: none;
            }
    /*-------------------------------------------------------------------*/
    /* bxslider */
    /*-------------------------------------------------------------------*/
    .bx-wrapper .bx-loading {
        background-image: url("../img/bx_loader.gif");
    }

    .bx-wrapper .bx-caption {
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.7);
    }

        .bx-wrapper .bx-caption span {
            font-family: "Lato", sans-serif;
            font-size: 1em;
            margin: 0;
            line-height: 1em;
            padding-bottom: 15px;
        }

    .bx-wrapper .bx-prev {
        left: 0px;
        background: url("../img/controls.png") no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url("../img/controls.png") no-repeat -43px -32px;
    }

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    .bxslider-controls {
        position: relative;
    }

        .bxslider-controls .bx-next {
            font-size: 1.4em;
            font-weight: 500;
            display: inline-block;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 6px 0px;
            color: #fff;
            width: 32px;
            height: 35px;
            text-align: center;
            text-decoration: none;
            position: absolute;
            right: 0;
            top: -60px;
        }

        .bxslider-controls .bx-prev {
            font-size: 1.4em;
            font-weight: 500;
            display: inline-block;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 6px 0px;
            color: #fff;
            width: 32px;
            height: 35px;
            text-align: center;
            text-decoration: none;
            position: absolute;
            right: 37px;
            top: -60px;
        }

            .bxslider-controls .bx-prev:hover,
            .bxslider-controls .bx-next:hover {
                background-color: #fe5000;
            }

    .calification {
        color: #ffde00;
        font-size: 1.3em;
        margin-bottom: 10px;
    }

        .calification i {
            margin: 0;
            padding: 0;
            line-height: 100%;
        }
    /* ---------------------------------------------------- */
    /* Index Page */
    /* ---------------------------------------------------- */

    @media (min-width: 1200px) {

        .funcBlock-1 {
            padding-top: 40px;
        }

        .funcBlock-2 {
            padding-top: 22px;
        }

        .funcBlock-3 {
            padding-top: 35px;
        }

        .funcBlock-4 {
            padding-top: 65px;
        }

        .funcBlock-5 {
            padding-top: 40px;
        }

        .funcBlock-6 {
            padding-top: 85px;
        }

        .funcBlock-7 {
            padding-top: 15px;
        }

        .funcBlock-8 {
            padding-top: 45px;
        }

        .funcBlock-9 {
            padding-top: 65px;
        }

        .funcBlock-10 {
            padding-top: 22px;
        }
    }

    .home-devices h3 {
        font-weight: 400;
    }

    .icon-devices {
        margin: 30px 0 20px 0px;
        font-size: 3em;
        text-align: center;
        padding: 0;
    }

        .icon-devices li {
            list-style-type: none;
            list-style-position: outside;
            display: inline-block;
        }

            .icon-devices li a {
                color: #777;
                margin-right: 10px;
            }

                .icon-devices li a:hover {
                    color: #666;
                }

            .icon-devices li.active a {
                color: #fe5000;
            }
    /* ---------------------------------------------------- */
    /* Portfolio */
    /* ---------------------------------------------------- */
    .portfolio-menu {
        background-color: #f9f9f9;
        margin-bottom: 40px;
    }

        .portfolio-menu h3 {
            font-size: 1.2em;
            color: #fff;
            background-color: #fe5000;
            padding: 10px 10px;
            border-left: solid 3px #fe5000;
            margin: 0;
            font-weight: 400;
        }

            .portfolio-menu h3 i,
            .portfolio-menu h4 i {
                font-size: .85em;
                margin-right: 5px;
            }

        .portfolio-menu h4 {
            font-size: 1.2em;
            color: #333;
            background-color: #f1f1f1;
            padding: 10px 10px;
            border-left: solid 3px #fe5000;
            margin: 0;
            font-weight: 400;
        }

    .portfolio-cats,
    .portfolio-cols,
    .portfolio-desc {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-position: outside;
        box-sizing: border-box;
    }

        .portfolio-cats li span {
            padding: 7px 10px;
            border-left: solid 3px #ddd;
            display: block;
            margin: 0;
            text-decoration: none;
            color: #333;
            cursor: pointer;
        }

            .portfolio-cats li span:hover,
            .portfolio-cats li span.active,
            .portfolio-cats li span.active:hover {
                color: #000;
                border-color: #fe5000;
            }

            .portfolio-cats li span.active {
                font-weight: 600;
            }

        .portfolio-cols li {
            float: left;
            width: 25%;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .portfolio-cols li a {
                display: block;
                text-decoration: none;
                color: #333;
                font-size: 1.3em;
                margin: 0;
                padding: 0;
                border-right: solid 1px #ddd;
                padding: 7px 0;
            }

            .portfolio-desc li:first-child a,
            .portfolio-cols li:first-child a {
                border-left: solid 3px #ddd;
            }

            .portfolio-desc li:last-child a,
            .portfolio-cols li:last-child a {
                border-right: none;
            }

            .portfolio-cols li a.active,
            .portfolio-desc li a.active,
            .portfolio-cols li a.active:focus,
            .portfolio-desc li a.active:focus,
            .portfolio-cols li a.active:hover,
            .portfolio-desc li a.active:hover {
                background-color: #fe5000;
                color: #fff;
                font-weight: normal;
            }

        .portfolio-desc li {
            float: left;
            width: 50%;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .portfolio-desc li a {
                display: block;
                text-decoration: none;
                color: #333;
                font-size: 1.1em;
                margin: 0;
                padding: 0;
                border-right: solid 1px #ddd;
                padding: 5px 0;
            }

    .portfolio-item-caption {
        text-align: center;
        margin-bottom: 20px;
    }

        .portfolio-item-caption h1,
        .portfolio-item-caption h2,
        .portfolio-item-caption h3,
        .portfolio-item-caption h4,
        .portfolio-item-caption h5,
        .portfolio-item-caption h6 {
            margin-bottom: 5px;
            margin-top: 0px;
        }

    .portfolio-topbar {
        background-color: #f9f9f9;
        margin-bottom: 30px;
        border-top: solid 1px #eee;
        border-left: solid 1px #eee;
    }

        .portfolio-topbar h1,
        .portfolio-topbar h2,
        .portfolio-topbar h3,
        .portfolio-topbar h4,
        .portfolio-topbar h5,
        .portfolio-topbar h6 {
            display: block;
            text-align: center;
            font-size: 1.3em;
            margin: 0;
            padding: 8px 0;
            line-height: 1;
            border-right: solid 1px #eee;
        }

    .portfolio-topbar-cats li,
    .portfolio-topbar-cols li,
    .portfolio-topbar-desc li {
        float: left;
        list-style-type: none;
        list-style-position: outside;
    }

    .portfolio-topbar-cats,
    .portfolio-topbar-cols,
    .portfolio-topbar-desc {
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        float: left;
    }

        .portfolio-topbar-cats li span {
            display: inline-block;
            padding: 5px 12px;
            cursor: pointer;
            border-bottom: solid 3px #eee;
        }

            .portfolio-topbar-cats li span.active,
            .portfolio-topbar-cats li span.active:hover {
                border-bottom: solid 3px #fe5000;
            }

    .topbar-border {
        display: block;
        width: 100%;
        padding: 5px 12px;
        border-bottom: solid 3px #eee;
        border-right: solid 1px #eee;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .portfolio-topbar-cats li span {
            padding: 5px 9px;
        }
    }

    .portfolio-topbar-cols {
        display: block;
        width: 100%;
    }

        .portfolio-topbar-cols li {
            width: 25%;
            float: left;
            text-align: center;
        }

            .portfolio-topbar-cols li a {
                display: block;
                padding: 5px 12px;
                cursor: pointer;
                border-bottom: solid 3px #eee;
                text-decoration: none;
                color: #333;
            }

                .portfolio-topbar-cols li a.active,
                .portfolio-topbar-cols li a.active:hover,
                .portfolio-topbar-desc li a.active,
                .portfolio-topbar-desc li a.active:hover {
                    border-bottom-color: #fe5000;
                }

                .portfolio-topbar-cols li a:hover,
                .portfolio-topbar-desc li a:hover,
                .portfolio-topbar-cats li span:hover {
                    border-bottom-color: #999;
                }

            .portfolio-topbar-cols li:last-child,
            .portfolio-topbar-desc li:last-child {
                border-right: solid 1px #eee;
            }

    .portfolio-topbar .col-md-8 {
        padding-right: 0;
    }

    .portfolio-topbar .col-md-2.port-fix {
        padding-right: 0;
        padding-left: 0;
    }

    .portfolio-topbar .col-md-2 {
        padding-left: 0;
    }

    .portfolio-topbar-desc li {
        float: left;
        width: 50%;
        text-align: center;
    }

    .portfolio-topbar-desc {
        display: block;
        width: 100%;
    }

        .portfolio-topbar-desc li a {
            display: block;
            padding: 5px 12px;
            cursor: pointer;
            border-bottom: solid 3px #eee;
            text-decoration: none;
            color: #333;
        }

    @media (min-width: 992px) and (max-width: 1199px) {
        .portfolio-item-panel .panel-body {
            font-size: .9em;
            line-height: 160%;
        }

        .portfolio-item-panel h4 {
            margin-top: 0;
        }
    }
    /* ---------------------------------------------------- */
    /* E-Commerce */
    /* ---------------------------------------------------- */
    .ec-box {
        margin-bottom: 20px;
        border: solid 1px #eee;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        position: relative;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        .ec-box:hover {
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            transform: translateY(-5px);
            z-index: 10;
        }

        .ec-box img {
            display: block;
            margin: 0 auto;
        }

    .ec-box-footer {
        background-color: #f5f5f5;
        padding: 5px;
        overflow: hidden;
        margin-top: 10px;
    }

        .ec-box-footer .label {
            font-size: 1em;
            padding-top: 8px;
            padding-bottom: 8px;
            display: inline-block;
            margin-bottom: 0;
        }

        .ec-box-footer .ec-price {
            display: block;
            font-size: 1.2em;
            color: #02c66c;
            text-align: center;
            margin-top: 5px;
        }

    .ec-box-header {
        background-color: #f5f5f5;
        padding: 5px;
        font-weight: 600;
        text-align: center;
    }

    .ec-filters-menu ul {
        padding: 0;
        list-style-type: none;
    }

        .ec-filters-menu ul li a {
            display: block;
            color: #333;
            border-left: solid 3px #ddd;
            padding-left: 15px;
            text-decoration: none;
        }

            .ec-filters-menu ul li a:hover {
                border-color: #000;
                color: #000;
            }

            .ec-filters-menu ul li a.active {
                border-color: #fe5000;
                color: #fe5000;
            }

    .price-box {
        font-size: 2.4em;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        border: solid 1px #9dffcd;
        padding: 9px;
        border-radius: 2px;
    }

    #bx-pager a {
        display: inline-block;
        border: solid 1px #ddd;
        padding: 3px;
    }

    @media (max-width: 991px) {
        #bx-pager {
            margin-bottom: 40px;
        }
    }

    .e-price {
        font-size: 1.4em;
        padding: 15px;
        background-color: #fe5000;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }

        .e-price span {
            font-size: 2em;
        }
    /*-------------------------------------------------------------------*/
    /* Blog */
    /*-------------------------------------------------------------------*/
    .post {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .post .panel.panel-default .panel-heading a {
            color: #000;
            font-size: 1.2em;
            margin: 0;
        }

        .post .panel.panel-primary .panel-heading a {
            color: #fff;
            font-size: 1.2em;
            margin: 0;
        }

    .post-title {
        font-size: 1.6em;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
        border-bottom: solid 1px #eee;
    }

    .post .post-title a {
        color: #fe5000;
        text-decoration: none;
    }

    .img-post {
        padding: 5px;
        border: solid 1px #ccc;
        background-color: #eee;
        margin: 0 auto 20px auto;
    }

    .post p {
        line-height: 190%;
    }

    .post-content {
        font-size: .9em;
    }

    .post-info {
        margin-top: 20px;
        padding: 5px 0;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        overflow: hidden;
        vertical-align: baseline;
        position: relative;
    }

        .post-info span {
            color: #fe5000;
        }

        .post-info .btn {
            position: absolute;
            right: 0;
            top: 3px;
        }

    .post-info-b i {
        margin: 0 5px;
    }

    .pi-content {
        margin-top: 5px;
        display: inline-block;
    }
    /* Comments */
    .sub-comments {
        padding-left: 50px;
        border-left: dotted 1px #ddd;
    }
    /*-------------------------------------------------------------------*/
    /* Sidebar */
    /*-------------------------------------------------------------------*/
    .block {
        margin-bottom: 40px;
    }

        .block .nav > li > a > i {
            font-size: 1.3em;
        }

        .block ul {
            padding: 0;
        }

            .block ul.simple li {
                list-style-type: none;
                margin: 3px 0;
            }

                .block ul.simple li a {
                    border-left: solid 2px #fe5000;
                    padding-left: 20px;
                }

                    .block ul.simple li a:hover {
                        border-color: #000000;
                    }

                .block ul.simple li ul {
                    padding-left: 20px;
                }

    .post-sidebar {
        padding: 0;
    }

        .post-sidebar li {
            list-style-type: none;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .post-sidebar img {
            float: left;
            padding: 5px;
            border: solid 1px #ccd;
            background-color: #ddd;
            margin-right: 10px;
        }

        .post-sidebar h4 {
            margin: 0;
            padding: 0;
            line-height: 140%;
            font-size: 1.1em;
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
        }

        .post-sidebar .date {
            margin-top: 10px;
            color: #666;
            display: block;
        }

    .tags-cloud a {
        border: solid 1px #ddd;
        padding: 3px 5px;
        margin: 2px;
        display: inline-block;
        font-size: .9em;
        color: #fe5000;
        text-decoration: none;
    }

        .tags-cloud a:hover {
            background-color: #fe5000;
            color: #fff;
        }

    .comments-sidebar {
        padding: 0;
        margin: 0;
    }

        .comments-sidebar li {
            list-style-type: none;
            margin: 10px 0;
            overflow: hidden;
        }

            .comments-sidebar li:nth-child(2n) img {
                border-radius: 50px;
                float: left;
                margin-right: 10px;
            }

            .comments-sidebar li:nth-child(2n+1) img {
                border-radius: 50px;
                float: right;
                margin-left: 10px;
            }

            .comments-sidebar li h4 {
                font-size: 1em;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                line-height: 140%;
            }
    /*-------------------------------------------------------------------*/
    /* Timeline */
    /*-------------------------------------------------------------------*/
    @media (min-width: 768px) {
        .timeline-left {
            border-right: solid 5px #ddd;
        }

        .timeline-right {
            padding-top: 180px;
        }

        .timeline-event-left {
            width: 97%;
            position: relative;
        }

            .timeline-event-left:before {
                content: "";
                width: 20px;
                height: 20px;
                background-color: #fe5000;
                border-radius: 50px;
                border: solid 4px #ddd;
                position: absolute;
                right: -37px;
                top: 13px;
                margin-left: -12px;
                z-index: 10;
            }

        .timeline-event-right:before {
            content: "";
            width: 20px;
            height: 20px;
            background-color: #fe5000;
            border-radius: 50px;
            border: solid 4px #ddd;
            position: absolute;
            left: -25px;
            top: 13px;
            margin-left: -12px;
            z-index: 10;
        }

        .timeline-event-right {
            width: 97%;
            margin-left: 3%;
            position: relative;
        }

        .timeline-event:after {
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            position: absolute;
            top: 9px;
        }

        .timeline-event-left:after {
            border-width: 14px 0 14px 20px;
            border-color: transparent transparent transparent #fe5000;
            right: -18px;
        }

        .timeline-event-right:after {
            border-width: 14px 20px 14px 0;
            border-color: transparent #fe5000 transparent transparent;
            left: -18px;
        }
    }

    @media (min-width: 992px) {
        .timeline-event-left:before {
            right: -41px;
            margin-left: -12px;
        }

        .timeline-event-right:before {
            left: -29px;
            margin-left: -12px;
        }
    }

    @media (min-width: 1200px) {
        .timeline-event-left:before {
            right: -44px;
            margin-left: -12px;
        }

        .timeline-event-right:before {
            left: -32px;
            margin-left: -12px;
        }
    }

    .timeline-title {
        text-align: center;
        display: block;
        margin: 0 auto 40px auto;
    }

        .timeline-title span {
            background-color: #fe5000;
            padding: 8px;
            color: #fff;
            border-radius: 3px;
        }
    /* Timeline 2 */
    @media (min-width: 768px) {
        .timeline-2 {
            border-left: solid 5px #eee;
            list-style-type: none;
            margin: 0;
            padding: 0;
            padding-left: 20px;
            margin-left: 110px;
        }

            .timeline-2 li {
                position: relative;
            }

        .timeline-2-point {
            top: 20px;
            left: -10px;
            width: 10px;
            height: 10px;
            position: absolute;
            background: #fe5000;
            margin: 0 0 0 -17px;
            box-shadow: 0 0 0 4px #eee;
            -webkit-font-smoothing: antialiased;
            border-radius: 30px;
            z-index: 20;
        }

        .timeline-2 li:hover .timeline-2-point {
            background-color: #444;
        }

        .timeline-2 li .timeline-time {
            position: relative;
            top: 0px;
            left: -150px;
            z-index: 20;
            text-align: right;
            display: block;
            width: 100px;
        }

            .timeline-2 li .timeline-time span {
                display: block;
                font-size: 1.6em;
            }

        .timeline-2 li .panel,
        .timeline-2 li .alert,
        .timeline-2 li blockquote {
            margin-top: -45px;
            position: relative;
            top: 0;
        }
    }

    @media (max-width: 767px) {
        .timeline-2 {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .timeline-2-point {
            display: none;
        }

        .timeline-2 li {
            margin-bottom: 40px;
        }

            .timeline-2 li .timeline-time {
                font-size: 1.6em;
                padding-bottom: 20px;
                display: block;
            }
    }
    /*-------------------------------------------------------------------*/
    /* Pricing */
    /*-------------------------------------------------------------------*/
    .pricign-box {
        border: solid 1px #444;
        -webkit-box-shadow: 3px 3px 8px 0px #cccccc;
        -moz-box-shadow: 3px 3px 8px 0px #cccccc;
        box-shadow: 3px 3px 8px 0px #cccccc;
        margin-bottom: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .pricign-box:hover {
            -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
            box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
        }

    .pricing-box-header {
        color: #444;
        background-color: #FFF;
        padding: 10px;
    }

        .pricing-box-header > h2 {
            margin: 0 0 10px 0;
            padding: 0;
            line-height: 100%;
            font-size: 2em;
            text-align: center;
            color: #444;
        }

        .pricing-box-header > p {
            font-size: .9em;
            font-weight: 300;
            text-align: center;
            margin: 0;
        }

    .pricing-box-price {
        padding: 10px;
        margin-bottom: 7px;
        background-color: #ededed;
        border-bottom: solid 1px #ddd;
    }

        .pricing-box-price h3 {
            margin: 0;
            padding: 0;
            line-height: 100%;
            font-size: 2em;
            text-align: center;
        }

            .pricing-box-price h3 > sub {
                font-size: .6em;
            }

    .pricing-box-content > ul {
        padding: 0;
    }

        .pricing-box-content > ul > li {
            list-style-type: none;
            padding: 7px 0;
            border-bottom: dotted 1px #ddd;
            vertical-align: top;
        }

            .pricing-box-content > ul > li > i {
                margin: 0 14px;
                font-size: 1.4em;
                list-style-position: inside;
            }

    .pricing-box-footer {
        margin: 10px auto;
        text-align: center;
    }

    .pricign-box-pro {
        /*border-color: #fe5000;*/
        border-color: #001A72;
    }

        .pricign-box-pro .pricing-box-price {
            /*background-color: #FE5000;*/
            background-color: #001A72;
            color: #FFF;
        }

            .pricign-box-pro .pricing-box-price h3 {
                color: #FFF;
            }

        .pricign-box-pro .pricing-box-header > h2 {
            /*color: #FE5000;*/
            color: #001A72;
        }

        .pricign-box-pro > .pricing-box-header {
            color: #fe5000;
            background-color: #FFF;
        }
    /* Pricing Mega Table */
    .pricing-table {
        border-top: solid 1px #ddd;
        border-left: solid 1px #ddd;
        margin-bottom: 40px;
    }

    .pricing-table-head {
        border-bottom: solid 1px #ddd;
    }

        .pricing-table-head .price {
            text-align: center;
        }

    .pricing-table-content {
        list-style-type: none;
        padding: 0;
        font-size: .9em;
        margin: 0;
    }

        .pricing-table-content li {
            padding: 5px 10px;
            border-bottom: solid 1px #ddd;
            margin: 0;
        }

    .border-fix-pricing {
        border-right: solid 1px #ddd;
    }

    .pricing-table-description {
        margin-top: 70px;
    }

    .pricing-desc-title {
        font-size: 24px;
        text-align: center;
        background-color: #fe5000;
        color: #fff;
        margin: 0;
        padding: 21px 5px 20px 5px;
        height: 69px;
    }

    .pricing-table-head h2 {
        font-size: 1.3em;
        text-align: center;
        background-color: #fe5000;
        color: #fff;
        margin: 0;
        padding: 10px 5px;
        font-weight: 400;
        height: 70px;
    }

        .pricing-table-head h2 span {
            font-size: 12px;
            display: block;
            padding-top: 5px;
        }

    .pricing-table-head .price {
        font-size: 1em;
    }

    .pricing-table-head .price {
        font-size: 24px;
        font-weight: 400;
        height: 32px;
    }

        .pricing-table-head .price i {
            font-style: normal;
            font-size: 32px;
        }

    .pricing-table-content {
        text-align: center;
    }

    .pricing-table-description .pricing-table-content {
        text-align: left;
    }

    .pricing-table-content li:nth-child(2n+1) {
        background-color: #f9f9f9;
    }

    .pricing-table-description i {
        margin-right: 10px;
        color: #fe5000;
        font-size: 1.1em;
    }

    .pricing-table-footer .btn {
        border-radius: 0px;
    }

    .pricing-table-content .fa-check {
        color: #02c66c;
    }

    .pricing-table-content .fa-times {
        color: #d9534f;
    }

    @media (min-width: 992px) {
        .pricing-col {
            margin: 0;
            padding: 0;
        }
    }

    @media (max-width: 991px) {
        .pricing-table-content span {
            display: block;
        }

        .pricing-table {
            border-right: solid 1px #ddd;
        }
    }
    /*-------------------------------------------------------------------*/
    /* Charts */
    /*-------------------------------------------------------------------*/
    .circles-text {
        font-size: 2em !important;
    }
    /*-------------------------------------------------------------------*/
    /* Home Full */
    /*-------------------------------------------------------------------*/
    #header-full {
        background-image: url("../img/FondoCabecera.png");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover !important;
        background-position: center !important;
        padding: 7em;
        /*color: #fff;*/
    }

    .CebeceraAncha {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    .FondoCabeceraAncha {
        background-image: url("../../Imagenes/FondoCabecera.png");
        background-position: top center;
        position: relative;
    }

    .site-blocks-cover, .site-blocks-cover .row {
        min-height: 600px;
        height: calc(110vh);
    }

    .site-blocks-cover {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrap-primary {
        /*background-color: #fe5000;*/
        /*background-color: rgba(195, 119, 0, 0.7);*/
        padding-top: 60px;
    }

    #header-full .secondary-color {
        /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);*/
        color: #fe5000;
        font-weight: 300;
    }

    #header-full .lead {
        /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);*/
        font-weight: 300;
        font-size: 2em;
        max-width: 835px;
        margin: 0 auto;
        color: #666666;
    }

    .header-full-icons {
        margin-top: 80px;
    }

    .header-full-icons {
        margin-top: 80px;
        /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	background-color: rgba(256, 256, 256, 0.4);
	border-radius: 6px;
	padding-top: 30px;*/
    }

        .header-full-icons .icon-ar {
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

            .header-full-icons .icon-ar:hover {
                background-color: rgba(255, 255, 255, 0.2);
            }

    #header-full h1,
    #header-full h2,
    #header-full h3,
    #header-full h4,
    #header-full h4,
    #header-full h6 {
        color: #001a72;
        /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);*/
        font-family: "Roboto", sans-serif;
        margin-bottom: 40px;
    }

    .head-title {
        font-size: 3.8em;
        font-weight: 300;
        text-align: center;
        color: #fe5000 !important;
    }

    @media (min-height: 900px) {
        .wrap-primary {
            padding-top: 60px;
        }

        .header-full-icons {
            margin-top: 40px;
        }
    }

    @media (min-height: 990px) {
        .wrap-primary {
            padding: 80px 0 40px 0;
        }
    }

    @media (max-height: 900px) {
        .wrap-primary {
            padding-top: 60px;
        }

        .header-full-icons {
            margin-top: 40px;
        }

        .head-title {
            font-size: 3em;
        }

        .head-subtitle {
            font-size: 2em;
        }

        .header-full-icons .icon-ar.icon-ar-xl-lg {
            width: 60px;
            height: 60px;
            font-size: 32px;
            line-height: 1.8;
        }
    }

    .panel-title {
        padding: 7px;
        font-size: 16pt !important;
    }

    @media (max-width:768px) {
        .dvFondoLogo {
            background-color: #ffffff;
            position: absolute;
            z-index: 99999;
            top: -52px !important;
            padding: 2em;
        }

        .site-navbar {
            margin-bottom: 0px;
            width: 100%;
            border-bottom: none;
            position: absolute;
            z-index: 99;
            background: rgba(71 76 88 /90%);
            margin-top: 20px;
        }

        h3.panel-title {
            font-size: 16pt;
        }

        .dvBtn {
            margin-top: 20px;
        }

        .site-blocks-cover, .site-blocks-cover .row {
            min-height: 600px;
            height: auto !important;
        }

        .TextoImagen {
            font-weight: normal !important;
            font-size: 24pt;
            line-height: 1.5;
        }

        .dvCPanel {
            max-height: 695px;
        }

        .panel-info > .panel-heading {
            color: #ffffff;
            background-color: rgb(12 12 12 / 30%);
            border-color: transparent;
            padding: 1.5em;
        }

        .dvListadoCheck {
            padding: 3em 4em;
            font-size: 16pt;
        }
    }

    @media (max-width: 568px) {

        .TextoImagen {
            font-weight: normal !important;
            font-size: 20pt;
            line-height: 1.5;
        }

        .dvListadoCheck {
            padding: 1.5em;
            font-size: 13pt;
        }
    }

    @media(min-width:768px) and (max-width:992px) {

        .navbar-collapse.collapse{
            display:none !important
        }
        .navbar-toggle {
            display: inline-block !important;
        }
        .site-blocks-cover, .site-blocks-cover .row {
            min-height: 600px;
            height: calc(100vh);
        }

        .dvCPanel {
            /*max-height: 530px;*/
        }

        .dvListadoCheck {
            padding: 3em 5em;
            font-size: 16pt;
        }

        .panel-default .panel-heading {
            background-color: rgb(71 76 88 /95%);
            color: #fff;
            padding: 1em;
        }

        .panel-info .panel-heading {
            color: #ffffff;
            background-color: rgba(255 255 255 /30%);
            border-color: transparent;
            padding: 1em;
        }

        .panel-title {
            padding: 7px;
            font-size: 16pt;
        }
        .TextoImagen {
            font-weight: normal !important;
            font-size: 24pt;
        }

        .dvBtn {
            margin-top: 20px;
        }
        .SubTituloCaja {
            margin-bottom: 30px;
        }
        .SubTituloTexto{
            margin-bottom:30px;
        }
        .SubTituloCaja h4 {
            font-family: Mulish !important;
            color: #474c58;
            font-size: 24pt;
            font-weight: normal;
        }
        .FondoBlanco h4 {
            font-size: 12pt;
        }
        .FondoBlanco{
            padding:10px !important;
        }
        .form-horizontal .control-label{
            font-size:10pt;
          /*text-align:left !important;*/
        }
        .btn-ar.btn-primary{
            font-size:10pt;
        }
    }

    @media (max-width: 991px) {
        .wrap-primary {
            padding-top: 60px;
        }

        .header-full-icons {
            margin-top: 40px;
        }

        .head-title {
            font-size: 3em;
            font-weight: 300;
            text-align: center;
            color: #fe5000 !important;
        }

        .head-subtitle {
            font-size: 2em;
        }
    }
    /* ---------------------------------------------------- */
    /* Feature icon */
    /* ---------------------------------------------------- */
    .wrap-dark-color {
        background-color: #333;
        color: #666;
    }

        .wrap-dark-color p.lead {
            margin: 20px 0;
            font-size: 1.3em;
        }

    .feature-icon:first-child {
        border-left: solid 1px #444;
    }

    .feature-container {
        display: table;
    }

    a.feature-icon {
        display: table-cell;
        padding: 20px;
        min-width: 130px;
        border-right: solid 1px #444;
        text-decoration: none;
        color: #666;
        cursor: pointer;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        a.feature-icon:hover {
            color: #fff;
            background-color: #fe5000;
        }

    .feature-icon i {
        display: block;
        font-size: 2.6em;
        margin-bottom: 10px;
        text-align: center;
    }

    .feature-icon h4 {
        font-size: 1.2em;
        margin: 0;
        color: #666;
        text-align: center;
    }

    .feature-icon:hover h4 {
        color: #fff;
    }

    @media (min-width: 1200px) {
        a.feature-icon:hover {
            min-width: 200px;
        }
    }

    @media (max-width: 991px) {
        .feature-container {
            display: block;
            text-align: center;
            border: 0;
            margin: 0;
            padding: 0;
        }

        .feature-icon:first-child {
            border-left: 0;
        }

        a.feature-icon {
            float: left;
            width: 25%;
            border: 0;
        }
    }

    @media (max-width: 519px) {
        .feature-container h4 {
            font-size: 1em;
        }

        .feature-icon:first-child {
            border-left: 0;
        }

        a.feature-icon {
            float: left;
            border: 0;
            min-width: 0;
            width: 50%;
        }
    }
    /* ---------------------------------------------------- */
    /* Errors */
    /* ---------------------------------------------------- */
    .error-404 {
        max-width: 500px;
    }

        .error-404 h1 {
            font-size: 6em;
            text-transform: uppercase;
            font-family: 'Open Sans';
        }

        .error-404 h2 {
            font-size: 3em;
            text-transform: uppercase;
        }

    @media (min-height: 1019px) {
        .error-404 {
            margin: 48px auto 49px auto;
        }
    }
    /* 404 2 */
    .paper-back {
        background-image: url("../img/back.png");
        background-repeat: repeat;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .title-logo {
        background-image: url("../img/colors/orange/logo50.png");
        background-repeat: no-repeat;
        background-position: center top;
        font-size: 2.3em;
        font-weight: 300;
        font-family: "Muli", "Lato", sans-serif;
        color: #000;
        padding-top: 70px;
        margin-bottom: 20px;
        text-align: center;
    }

        .title-logo span {
            color: #fe5000;
        }

    .transparent-div {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
        border: solid 1px #c3c3c3;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 20px;
        color: #7e8488;
    }

        .transparent-div h1,
        .transparent-div h2,
        .transparent-div h3 {
            color: #7e8488;
        }

        .transparent-div h1 {
            font-size: 3.5em;
        }

        .transparent-div p {
            font-size: 1.2em;
            font-family: "Lato", sans-serif;
            font-weight: 300;
            margin-bottom: 25px;
        }

        .transparent-div .btn-ar.btn-primary {
            border: solid 1px #f69600;
            background-image: -webkit-linear-gradient(top, #fe5000, #ffa820);
            background-image: -moz-linear-gradient(top, #fe5000, #ffa820);
            background-image: -o-linear-gradient(top, #fe5000, #ffa820);
            background-image: linear-gradient(to bottom, #fe5000, #ffa820);
            font-size: 14px;
            padding-left: 30px;
            padding-right: 30px;
            border-radius: 0;
        }

    .absolute-center {
        height: 700px;
    }

    @media (min-width: 500px) {
        .absolute-center {
            width: 500px;
            height: 500px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }
    }
    /* ---------------------------------------------------- */
    /* Home News */
    /* ---------------------------------------------------- */
    .home-news-box {
        margin-bottom: 30px;
    }

    @media (max-width: 991px) {
        .home-news-box {
            margin-top: 40px;
        }

            .home-news-box h5 {
                font-size: 1em;
            }
    }
    /* ---------------------------------------------------- */
    /* Home Profile */
    /* ---------------------------------------------------- */
    .profile-header {
        min-height: 350px;
        background-image: url("../img/back_profile.jpg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #fff;
        margin-bottom: 40px;
    }

    .dark-div {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .profile-header .dark-div {
        min-height: 350px;
        padding: 50px 0;
    }

    .profile-header h1 {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        font-size: 3em;
        text-align: center;
        color: #fff;
    }

    .profile-header h2 {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        font-size: 1.7em;
        text-align: center;
        color: #9dffcd;
    }

    .profile-header-btn .btn {
        margin: 10px;
        padding: 12px 20px;
    }

    .home-profile-img img {
        border: solid 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        margin-top: 10px;
    }

    .profile-header-social {
        text-align: center;
        margin: 20px 0 0 0;
    }
    /* ---------------------------------------------------- */
    /* Home Services */
    /* ---------------------------------------------------- */
    .services-header {
        min-height: 350px;
        background-image: url("../img/back_services.jpg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #fff;
        margin-bottom: 40px;
    }

    .primary-dark-div {
        background-color: rgba(231, 141, 0, 0.5);
    }

    .services-header .primary-dark-div {
        min-height: 350px;
        padding: 50px 0;
    }

    .service-header-text {
        max-width: 450px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    }

        .service-header-text h1 {
            color: #9dffcd;
        }

    .services-header-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .services-header-list li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 1.7em;
            font-family: "Lato", "Open Sans", sans-serif;
            font-weight: 300;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
            background-color: rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
            -moz-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
            box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
            border: solid 1px rgba(255, 255, 255, 0.4);
            padding: 15px;
            margin: 20px 0;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

            .services-header-list li a i {
                margin-right: 10px;
                font-size: 1.1em;
            }

            .services-header-list li a:hover {
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
                background-color: rgba(255, 255, 255, 0.3);
                -webkit-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
                -moz-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
                box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
            }

    @media (min-width: 992px) and (max-width: 1199px) {
        .services-header-list li a {
            font-size: 1.4em;
        }
    }

    @media (max-width: 600px) {
        .services-header-list li a {
            font-size: 1.4em;
        }
    }
    /* ---------------------------------------------------- */
    /* Login Pages */
    /* ---------------------------------------------------- */
    .logig-form {
        max-width: 500px;
    }

    .login-form-full {
        padding-top: 50px;
        max-width: 500px;
        margin: 0 auto;
    }

    .paper-back-full {
        background-image: url("../img/back.png");
        background-repeat: repeat;
        padding-bottom: 30px;
    }

    @media (min-height: 800px) {
        .login-form-full {
            padding-top: 10%;
        }
    }
    /* ---------------------------------------------------- */
    /* Page Profile */
    /* ---------------------------------------------------- */
    .profile-avatar-container {
        position: relative;
    }

    .profile-avatar {
        position: absolute;
        top: -100px;
        left: 100px;
        border: solid 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }

    .nav-profile {
        background-color: #f9f9f9;
        border-bottom: solid 1px #eee;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        margin-bottom: 60px;
    }

        .nav-profile ul {
            padding: 0;
            margin: 0;
            overflow: hidden;
            min-height: 50px;
            list-style-type: none;
        }

    .profile-counters li {
        float: left;
        text-align: center;
    }

        .profile-counters li a {
            font-family: "Lato";
            display: block;
            color: #333;
            font-size: 22px;
            padding: 6px 40px 4px 0;
            text-decoration: none;
        }

            .profile-counters li a:hover {
                color: #fe5000;
            }

            .profile-counters li a span {
                display: block;
                font-size: 13px;
            }

    .profile-header-text {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        margin-top: 130px;
    }

        .profile-header-text h1 {
            color: #9dffcd;
        }

        .profile-header-text h2 {
            color: #fff;
        }

    @media (max-width: 767px) {
        .profile-avatar {
            position: static;
            margin: 0 auto;
            display: block;
        }

        .nav-profile {
            margin-bottom: 40px;
        }

        .profile-header-text {
            text-align: center;
            margin-top: 0px;
        }
    }
    /* ---------------------------------------------------- */
    /* Coming Soon */
    /* ---------------------------------------------------- */
    .coming-back {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("../img/coming_back.jpg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #fff;
    }

    .coming-content {
        background-color: rgba(0, 10, 17, 0.76);
        margin-top: 20px;
        padding: 30px 0;
    }

        .coming-content h1 {
            font-family: "Muli", "Lato", sans-serif;
        }

    .coming-counter h1 {
        color: #fff;
        font-size: 3em;
        text-align: right;
        margin: 0 0 40px 0;
    }

    #getting-started {
        color: #fff;
    }

        #getting-started span {
            display: block;
        }

    .coming-date {
        list-style-type: none;
        padding: 0;
        float: right;
    }

        .coming-date li {
            float: left;
            display: block;
            text-align: center;
            font-size: 36px;
            font-weight: 300;
            font-family: "Lato";
            margin: 0 15px;
        }

            .coming-date li span {
                display: block;
                font-size: 18px;
                margin-top: 15px;
            }

            .coming-date li.colon {
                margin: 0;
            }

            .coming-date li:last-child {
                margin-right: 0;
            }

    .coming-desc h1 {
        font-size: 40px;
        color: #fff;
        display: block;
        margin: 0 0 20px 0;
        padding-left: 70px;
        background-image: url("../img/logo50_white.png");
        background-repeat: no-repeat;
        background-position: left center;
    }

    .coming-desc p {
        font-size: 1.2em;
        line-height: 170%;
    }

    .coming-social {
        float: right;
        margin-top: 150px;
    }

    @media (max-width: 991px) {
        .coming-social {
            float: left;
            margin-top: 20px;
        }
    }

    @media (min-height: 600px) {
        .coming-content {
            margin-top: 50px;
        }
    }

    @media (min-height: 800px) {
        .coming-content {
            margin-top: 300px;
        }
    }

    .coming-date.coming-date-black {
        display: block;
        width: 100%;
        overflow: hidden;
        float: none;
        text-align: center;
        margin: 20px auto;
    }

        .coming-date.coming-date-black li {
            color: #7e8488;
            float: none;
            display: inline-block;
            vertical-align: top;
        }
    /*-------------------------------------------------------------------*/
    /* Service List */
    /*-------------------------------------------------------------------*/
    .service-list li {
        counter-increment: myIndex;
        position: relative;
        margin-bottom: 20px;
        padding: 10px 0 10px 80px;
    }

        .service-list li:before {
            content: counter(myIndex);
            font-family: "Roboto", sans-serif;
            font-size: 2em;
            padding: 10px 15px;
            border: solid 1px #fe5000;
            color: #fe5000;
            border-radius: 500px;
            position: absolute;
            top: 10px;
            left: 0;
        }
    /*-------------------------------------------------------------------*/
    /* Back to Top */
    /*-------------------------------------------------------------------*/
    #back-top a {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999999999;
        color: #eee;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }

        #back-top a:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }

        #back-top a i {
            font-size: 2em;
        }

    @media (max-width: 767px) {
        #back-top a {
            position: fixed;
            bottom: 10px;
            right: 10px;
        }

            #back-top a i {
                font-size: 1.6em;
            }
    }
    /*-------------------------------------------------------------------*/
    /* Header full */
    /*-------------------------------------------------------------------*/
.header-full {
    background-image: linear-gradient(to top, #ffffff, #ffffff);
}



    .header-full-title {
        float: left;
        overflow: hidden;
        /* padding-left: 75px; */
        padding: 5px 0px;
        /*background-image: url("../img/colors/orange/logo_big.png");*/
        /*background-image: url("../img/logo_facturaonline.png");*/
        background-repeat: no-repeat;
        background-position: left center;
    }

        .header-full-title h1 {
            margin-bottom: 5px;
            margin-top: 15px;
            font-family: "Muli";
            word-spacing: -7px;
            color: #000;
            font-size: 32px;
        }

            .header-full-title h1 a {
                color: #001a72;
                text-decoration: none;
            }

            .header-full-title h1 span,
            .header-full-title h1 span a {
                color: #fe5000;
            }

        .header-full-title p {
            margin-bottom: 15px;
            font-size: 1.2em;
            text-align: center;
        }

    .top-nav {
        float: right;
        position: relative;
    }

        .top-nav .dropdown {
            display: inline-block;
            margin-left: 20px;
            z-index: 60000000;
            vertical-align: top;
            padding-top: 3px;
        }

        .top-nav .animation-delay-13 {
            color: #FFF;
            font-size: 15pt;
        }

        .top-nav .dropdown a {
            margin: 0;
            padding: 0;
            display: inline-block;
            padding: 7px 10px;
            color: #000;
            text-decoration: none;
            background-color: #f1f1f1;
            -webkit-box-shadow: inset 0 0 1px #ffffff;
            -moz-box-shadow: inset 0 0 1px #ffffff;
            box-shadow: inset 0 0 1px #ffffff;
            border: solid 1px #e3e6e8;
            border-top: 0;
        }

        .top-nav .dropdown > a:after {
            content: none;
        }

        .top-nav .dropdown a i {
            font-size: 1.2em;
            color: #444;
        }

    .dropdown-search-box,
    .dropdown-login-box {
        overflow: hidden;
        padding: 10px;
        min-width: 300px;
        box-shadow: none;
    }

        .dropdown-search-box .form-group,
        .dropdown-login-box {
            margin: 0;
        }

            .dropdown-login-box h4 {
                margin: 5px 0 10px 0;
            }

            .dropdown-login-box .btn {
                margin-top: 10px;
            }

    .top-nav-social {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        margin-left: 20px;
        background-color: #f1f1f1;
        -webkit-box-shadow: inset 0 0 1px #ffffff;
        -moz-box-shadow: inset 0 0 1px #ffffff;
        box-shadow: inset 0 0 1px #ffffff;
        border: solid 1px #e3e6e8;
        border-top: 0;
        overflow: hidden;
    }

        .top-nav-social li {
            float: left;
            margin: 0;
        }

        .top-nav-social a {
            font-size: 1.5em;
            margin: 0;
            color: #444;
            display: inline-block;
            padding: 7px 10px;
            min-width: 40px;
            text-align: center;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

            .top-nav-social a.twitter:hover {
                background-color: #00aced;
                color: #fff;
            }

            .top-nav-social a.facebook:hover {
                background-color: #3b5998;
                color: #fff;
            }

            .top-nav-social a.instagram:hover {
                background-color: #517fa4;
                color: #fff;
            }

            .top-nav-social a.rss:hover {
                background-color: #ef922f;
                color: #fff;
            }

            .top-nav-social a.linkedin:hover {
                background-color: #007bb6;
                color: #fff;
            }

            .top-nav-social a.git:hover {
                background-color: #666666;
                color: #fff;
            }

            .top-nav-social a.google-plus:hover {
                background-color: #dd4b39;
                color: #fff;
            }

            .top-nav-social a.youtube:hover {
                background-color: #bb0000;
                color: #fff;
            }

            .top-nav-social a.pinterest:hover {
                background-color: #cb2027;
                color: #fff;
            }

            .top-nav-social a.wordpress:hover {
                background-color: #4597be;
                color: #fff;
            }

            .top-nav-social a.flickr:hover {
                background-color: #ff0084;
                color: #fff;
            }

            .top-nav-social a.vine:hover {
                background-color: #00b48a;
                color: #fff;
            }

            .top-nav-social a.dribbble:hover {
                background-color: #f26798;
                color: #fff;
            }

            .top-nav-social a.foursquare:hover {
                background-color: #0072b1;
                color: #fff;
            }

            .top-nav-social a.tumblr:hover {
                background-color: #32506d;
                color: #fff;
            }
    /* ----- */
    .navbar-header-full {
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        /*border-bottom: solid 1px #ddd;*/
    }

        .navbar-header-full.navbar-dark {
            border-top: solid 1px #444;
        }

    .navbar-default.navbar-inverse + .main-header {
        background-color: #FAFAFA;
        border-bottom: solid 1px #ddd;
        color: #333;
    }

        .navbar-default.navbar-inverse + .main-header .page-title,
        .navbar-default.navbar-inverse + .main-header a {
            color: #333;
            border-color: #333;
        }

        .navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
            color: #888;
        }

        .navbar-default.navbar-inverse + .main-header li.active,
        .navbar-default.navbar-inverse + .main-header li.current_item {
            color: #000;
            border-color: #000;
        }

    .header-full-dark {
        background-image: none;
        background-color: #444;
        color: #fff;
    }

        .header-full-dark .header-full-title h1 a {
            margin-bottom: 5px;
            margin-top: 15px;
            font-family: "Muli";
            word-spacing: -7px;
            color: #fff;
            font-size: 32px;
        }

    .navbar-header-full .sb-icon-navbar i {
        height: 51px;
        margin-top: -1px;
    }

    .navbar-inverse .sb-icon-navbar i {
        background-color: #444;
        background-image: none;
    }

    .header-full + .navbar-inverse {
        background-image: none;
        box-shadow: none;
    }

    .header-full-dark .top-nav-social {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        margin-left: 20px;
        background-color: #333;
        -webkit-box-shadow: inset 0 0 1px #323232;
        -moz-box-shadow: inset 0 0 1px #323232;
        box-shadow: inset 0 0 1px #323232;
        border: solid 1px #555;
        border-top: 0;
        overflow: hidden;
    }

        .header-full-dark .top-nav-social li {
            float: left;
            margin: 0;
        }

        .header-full-dark .top-nav-social a {
            color: #999;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    .header-full-dark .top-nav .dropdown a {
        color: #999;
        background-color: #333;
        -webkit-box-shadow: inset 0 0 1px #323232;
        -moz-box-shadow: inset 0 0 1px #323232;
        box-shadow: inset 0 0 1px #323232;
        border: solid 1px #555;
        border-top: 0;
    }

        .header-full-dark .top-nav .dropdown a i {
            color: #999;
        }

    .header-full-dark .top-nav .dropdown-menu {
        color: #999;
        background-color: #333;
    }

        .header-full-dark .top-nav .dropdown-menu input {
            color: #999;
            background-color: #444;
            border-color: #555;
            box-shadow: none;
        }

            .header-full-dark .top-nav .dropdown-menu input:focus {
                border-color: #fe5000;
            }

    .header-full-dark ~ .navbar-dark {
        border-top: solid 1px #555;
    }

    /*-------------------------------------------------------------------*/
    /* Date Input */
    /*-------------------------------------------------------------------*/
    input[type="date"] {
        padding: 0;
        padding-top: -5px;
        -webkit-padding-start: 1px;
        height: 30px;
        border: solid 1px #ccc;
    }

        input[type="date"]:focus {
            border-color: #fe5000;
        }
    /*-------------------------------------------------------------------*/
    /* Switch */
    /*-------------------------------------------------------------------*/
    .bootstrap-switch {
        border-radius: 0px;
        border: 1px solid;
        border-color: #cccccc;
    }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
            color: #fff;
            background: #fe5000;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
            color: #fff;
            background: #54c8eb;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
            color: #fff;
            background: #02c66c;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-royal,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-royal {
            color: #fff;
            background: #ac60d0;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #333;
            background-color: #ddd;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
            color: #eee;
            background: #f69600;
        }

        .bootstrap-switch .bootstrap-switch-label {
            text-align: center;
            margin-top: -1px;
            margin-bottom: -1px;
            z-index: 100;
            color: #333333;
            background: #ffffff;
        }

        .bootstrap-switch .bootstrap-switch-handle-on {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .bootstrap-switch .bootstrap-switch-handle-off {
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .bootstrap-switch input[type='radio'],
        .bootstrap-switch input[type='checkbox'] {
            position: absolute !important;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: -1;
        }

            .bootstrap-switch input[type='radio'].form-control,
            .bootstrap-switch input[type='checkbox'].form-control {
                height: auto;
            }

        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
            padding: 1px 5px;
            font-size: 12px;
            line-height: 1.5;
        }

        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
        }

        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
            padding: 6px 16px;
            font-size: 18px;
            line-height: 1.33;
        }

        .bootstrap-switch.bootstrap-switch-disabled,
        .bootstrap-switch.bootstrap-switch-readonly,
        .bootstrap-switch.bootstrap-switch-indeterminate {
            cursor: default !important;
        }

            .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
            .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
            .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
            .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
            .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
            .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
            .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch- .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
            .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
                opacity: 0.5;
                filter: alpha(opacity=50);
                cursor: default !important;
            }

        .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
            -webkit-transition: margin-left 0.5s;
            transition: margin-left 0.5s;
        }

        .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .bootstrap-switch.bootstrap-switch-focused {
            border-color: #fe5000;
            box-shadow: none;
            outline: 0;
        }

        .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

    .checkbox label {
        padding-left: 5px !important;
    }

    .checkbox {
        margin-left: 10px;
    }
    /*-------------------------------------------------------------------*/
    /* Megamenu */
    /*-------------------------------------------------------------------*/
    .megamenu {
        padding: 15px 0 0 0 !important;
        background-color: #f2f2f2;
        border: solid 1px #f0f0f0;
        color: #333;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
    }

    .dropdown-megamenu {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: transparent !important;
    }

    .megamenu-section {
        margin-bottom: 15px;
    }

    .megamenu .megamenu-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .megamenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-position: outside;
    }

    .megamenu li {
        margin: 0;
        padding: 0;
    }

        .megamenu li a {
            margin: 0;
            padding: 0;
            color: #333 !important;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 12.5px;
            -webkit-transition: all .15s ease;
            -moz-transition: all .15s ease;
            -ms-transition: all .15s ease;
            -o-transition: all .15s ease;
            transition: all .15s ease;
        }

            .megamenu li a:hover,
            .megamenu li a:focus {
                color: #fe5000 !important;
                background-color: transparent;
                text-decoration: none;
            }
    /*------------------*/
    .wrap-primary-plan {
        background-image: url("../img/plan.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        color: #fff;
    }

    #primary-plan {
        font-family: "Muli";
        text-align: center;
        color: #fff;
        padding: 10px 20px;
        margin: 20px auto;
        display: block;
    }

        #primary-plan h1 {
            font-family: "Muli";
            font-weight: 300;
            font-size: 2.6em;
            color: #fff;
        }

    .wrap-pointers {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIW2NkYGD4D8SMjEACDAAOKQEDKKNmJgAAAABJRU5ErkJggg==) repeat;
    }

    .content-box-trans {
        background-color: rgba(0, 0, 0, 0.5) !important;
        border: 0 !important;
    }

    #subscribe-plan {
        max-width: 484px;
        margin: 40px auto 80px auto;
    }

        #subscribe-plan input {
            background-color: rgba(0, 0, 0, 0.5);
            border: solid 1px rgba(255, 255, 255, 0.7);
            -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
            -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
            box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
            color: #fff;
            height: 42px;
            border-radius: 0;
            font-size: 16px;
            border-right: 0;
        }

            #subscribe-plan input:focus {
                -webkit-box-shadow: 0px 0px 3px 0px #ffffff;
                -moz-box-shadow: 0px 0px 3px 0px #ffffff;
                box-shadow: 0px 0px 3px 0px #ffffff;
            }

        #subscribe-plan .btn {
            background: rgba(255, 255, 255, 0);
            height: 42px;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
            border: solid 1px rgba(255, 255, 255, 0.7);
            font-size: 16px;
            color: #ddd;
            border-radius: 0;
            padding: 0px 25px;
            z-index: 2;
        }

            #subscribe-plan .btn:hover,
            #subscribe-plan .btn:focus {
                text-shadow: 0px 0px 1px #ffffff;
            }

            #subscribe-plan .btn:active {
                background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
                background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, #000000));
                background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
                background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
                background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
                background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
            }

        #subscribe-plan .lead-lg {
            text-align: center;
            font-size: 2em;
            margin-bottom: 10px;
        }
    /*-------------------------------------------------------------------*/
    /* Vertical Tabs */
    /*-------------------------------------------------------------------*/
    .tabs-left,
    .tabs-right {
        border-bottom: none;
        padding-top: 2px;
    }

    .tabs-left {
        border-right: 1px solid #ddd;
    }

    .tabs-right {
        border-left: 1px solid #ddd;
    }

        .tabs-left > li,
        .tabs-right > li {
            float: none;
            margin-bottom: 2px;
        }

    .tabs-left > li {
        margin-right: -1px;
    }

    .tabs-right > li {
        margin-left: -1px;
    }

    .tabs-left > li.active > a,
    .tabs-left > li.active > a:hover,
    .tabs-left > li.active > a:focus {
        border-bottom-color: #ddd;
        border-right-color: transparent;
    }

    .tabs-right > li.active > a,
    .tabs-right > li.active > a:hover,
    .tabs-right > li.active > a:focus {
        border-bottom: 1px solid #ddd;
        border-left-color: transparent;
    }

    .tabs-left > li > a {
        border-radius: 4px 0 0 4px;
        margin-right: 0;
        display: block;
    }

    .tabs-right > li > a {
        border-radius: 0 4px 4px 0;
        margin-right: 0;
    }

    .sideways {
        margin-top: 50px;
        border: none;
        position: relative;
    }

        .sideways > li {
            height: 20px;
            width: 120px;
            margin-bottom: 100px;
        }

            .sideways > li > a {
                border-bottom: 1px solid #ddd;
                border-right-color: transparent;
                text-align: center;
                border-radius: 4px 4px 0px 0px;
            }

            .sideways > li.active > a,
            .sideways > li.active > a:hover,
            .sideways > li.active > a:focus {
                border-bottom-color: transparent;
                border-right-color: #ddd;
                border-left-color: #ddd;
            }

        .sideways.tabs-left {
            left: -50px;
        }

        .sideways.tabs-right {
            right: -50px;
        }

            .sideways.tabs-right > li {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        .sideways.tabs-left > li {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .tabs-left-ar > li {
        margin-bottom: 0;
    }

        .tabs-left-ar > li > a,
        .tabs-left-ar > li.active > a {
            border-radius: 0;
            background-color: #f9f9f9;
            border-left: solid 3px #ccc;
        }

    .vertical-tabs-left,
    .vertical-tabs-right {
        display: table;
        background-color: #fafafa;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

    .vertical-tabs-left {
        border-right: solid 1px #ddd;
    }

    .vertical-tabs-right {
        border-left: solid 1px #ddd;
    }

    .vertical-tab-list {
        display: table-cell;
        min-width: 150px;
        vertical-align: top;
    }

    .vertical-tabs-right .vertical-tab-list {
        border-right: solid 3px #ddd;
        border-left: solid 1px #ddd;
    }

    .vertical-tabs-left .vertical-tab-list {
        border-left: solid 3px #ddd;
        border-right: solid 1px #ddd;
    }

    .vertical-tabs-right .vertical-tab-list ul.nav > li > a {
        border-right: solid 3px #ddd;
        margin-right: -3px;
        color: #444;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
    }

    .vertical-tabs-left .vertical-tab-list ul.nav > li > a {
        border-left: solid 3px #ddd;
        margin-left: -3px;
        color: #444;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
    }

    .vertical-tabs-right .vertical-tab-list ul.nav > li > a:hover,
    .vertical-tabs-right .vertical-tab-list ul.nav > li > a:focus {
        border-right: solid 3px #999;
        background-color: #f1f1f1;
    }

    .vertical-tabs-right .vertical-tab-list ul.nav > li.active > a,
    .vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:hover,
    .vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:focus {
        border-right: solid 3px #fe5000;
        background-color: #f1f1f1;
    }

    .vertical-tabs-left .vertical-tab-list ul.nav > li > a:hover,
    .vertical-tabs-left .vertical-tab-list ul.nav > li > a:focus {
        border-left: solid 3px #999;
        background-color: #f1f1f1;
    }

    .vertical-tabs-left .vertical-tab-list ul.nav > li.active > a,
    .vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:hover,
    .vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:focus {
        border-left: solid 3px #fe5000;
        background-color: #f1f1f1;
    }

    .vertical-tabs-left .tab-content,
    .vertical-tabs-right .tab-content {
        display: table-cell;
        padding: 20px;
    }

    @media (max-width: 991px) and (min-width: 768px) {
        /*.full-width-color{
		background-image: url('../img/fondo-ipad-supermini.jpg');
		background-repeat: repeat-x;
	}*/
        .content-box-title {
            font-size: 11pt;
            margin: 3px 0px;
            color: #FE5000;
        }

        .content-box {
            line-height: 14px;
            padding: 3px;
        }

            .content-box p {
                font-size: 10pt;
                margin: 0px;
            }

        .ipad-cols {
            padding-top: 10px;
        }

        .content-box.box-default {
            margin-bottom: 5px;
        }
    }
    /*@media (max-width: 1200px) and (min-width: 991px){*/
    @media (max-width: 1200px) and (min-width: 992px) {
        /*.full-width-color{
		background-image: url('../img/fondo-ipad-mini.jpg');
		background-repeat: repeat-x;
	}*/
        .content-box-title {
            font-size: 13pt;
            margin: 5px 0px;
            color: #FE5000;
        }

        .content-box {
            line-height: 16px;
        }

            .content-box p {
                font-size: 11pt;
            }

        .ipad-cols {
            padding-top: 60px;
        }

        .content-box.box-default {
            margin-bottom: 40px;
        }
    }

    @media (min-width: 1200px) {
        /*.full-width-color{
		background-image: url('../img/fondo-ipad.jpg');
		background-repeat: repeat-x;
	}*/
        .content-box-title {
            font-size: 14pt;
            margin: 10px 0px;
            color: #FE5000;
        }

        .ipad-cols {
            padding-top: 60px;
        }
        /*#header-full {
		background-position-y: -160px;
	}*/
        .content-box.box-default {
            margin-bottom: 50px;
        }
    }

    @media (min-width: 1200px) {
        /*#header-full {
		background-position-y: 0px;
	}*/
    }

    @media (min-width: 1400px) {
        #header-full {
            /*background-position-y: -35px;*/
        }
    }

    @media (min-width: 1600px) {
        #header-full {
            /*background-position-y: -80px;*/
        }
    }

    @media (min-width: 1601px) {
        #header-full {
            /*background-position-y: -160px;*/
        }
    }

    .max-width {
        max-width: 100%;
    }

    .textCorporativeColor {
        color: #fe5000;
        font-weight: bold;
    }

    /*.home-icons h3 {
	min-height: 82px;
	padding: 12px;
	background-color: rgba(256, 256, 256, 0.65);
	border-radius: 6px;
}*/
    .justify-rigth {
        text-align: right;
    }

        .justify-rigth p {
            text-align: right;
        }

    .justify-left {
        text-align: left;
    }

        .justify-left p {
            text-align: left;
        }

    #cpPie_Image7 {
        position: relative;
        top: 22px;
        margin-right: 20px;
    }

    .block-footer {
        margin-top: 22px;
    }

    .social-icons-footer {
        padding: 18px 0px 0px 80px;
    }

    .funct-image-padding {
        padding: 0px 110px;
    }

    .timeline-event .panel {
        margin-bottom: 120px;
    }

    .row-func {
        /*border-bottom: 1px solid #ddd;*/
        padding-top: 30px;
    }

    .row-func-text {
        /*background-color: #fe5000;
	padding: 0px 55px;
	border-radius: 3px;
	margin: 70px 0px;*/
        padding: 0px 15px;
    }

        .row-func-text h3 {
            color: #001A72;
            padding-top: 20px;
        }

        .row-func-text p {
            padding-bottom: 20px;
        }

    .footer-form-elements br {
        display: none;
    }

    @media (max-width: 1200px) and (min-width: 991px) {
        .social-icon-ar {
            margin: 0px 17px 20px 0px;
        }
    }

    @media(max-width: 991px) {
        .social-icons-footer {
            padding: 10px 0px 0px 17px;
        }
    }

    @media (max-width: 768px) {
        #menu-menufootersitemap {
            width: 100%;
            margin: auto;
            padding: 0;
            font-size: 9pt;
        }

            #menu-menufootersitemap > li {
                text-align: center;
                float: left;
                width: 25%;
            }

        .social-icons-footer > div {
            margin: auto;
        }

        #footer .container .row:last-child {
            margin-top: -5px;
            line-height: 130%;
        }
    }

    .full-width-func {
        background-color: #c1d5ff;
    }

        .full-width-func .row-func {
            padding: 0px;
        }

    .navbar-default .navbar-nav > .active > a {
        color: #000;
    }

    .section-lines.first {
        background-color: #FFF;
    }

    .row-func h3 {
        font-size: 1.8em;
    }

    @media(min-width:769px) {
        .navbar-nav > li {
            margin-left: 10px;
        }
    }

    .panel-video br {
        display: none;
    }

    .panel-video .panel-body a {
        float: left;
    }

    #menu-menufooter {
        list-style: none;
        overflow: hidden;
        padding: 0px 15px 0 5px;
    }

        #menu-menufooter > li {
            float: left;
            padding: 0px 15px;
            border-left: 1px solid #FFF;
        }

            #menu-menufooter > li > a {
                color: #FFF;
                text-decoration: none;
                -webkit-transition: all .25s ease;
                -moz-transition: all .25s ease;
                -ms-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease;
            }

        #menu-menufooter li:first-child {
            padding-left: 0px;
            border: none;
        }

    @media(min-width:769px) {
        #footer .container .row:last-child {
            margin-top: -40px;
        }
    }

    #footer .container .row:last-child p {
        text-align: right;
        margin: 10px 0px;
    }

    @media(min-width:1200px) {
        .container.cont-tarifas {
            min-height: 525px;
        }
    }

    .caption {
        position: absolute;
        overflow: auto;
    }

    .caption-inner {
        display: table;
        width: 100%;
        height: 100%;
    }

    .videoHomeLeft .textVideohome {
        display: table-cell;
        vertical-align: middle;
    }

    .textVideoHome p {
        color: #FE5000;
    }

    @media(min-width:1441px) {

        .caption {
            top: 20%;
            left: 34%;
        }

        .textVideoHome p {
            line-height: 40px;
            font-size: 24pt;
        }

        #textVideoHomeOneColumn {
            display: none;
        }
    }

    @media(max-width:1440px) {

        .caption {
            top: 10%;
            left: 40%;
        }

        .textVideoHome p {
            line-height: 30px;
            font-size: 19pt;
        }

        #textVideoHomeOneColumn {
            display: none;
        }
    }

    @media(max-width:1200px) {

        .caption {
            top: 18%;
            left: 30%;
        }

        .textVideoHome p {
            line-height: 30px;
            font-size: 18pt;
        }
    }

    @media(max-width:991px) {

        .videoHomeRight {
            width: 100%;
            float: none;
        }

        .videoHomeLeft {
            display: none;
        }

        #textVideoHomeOneColumn {
            display: block;
            width: 100%;
            margin-bottom: -121px;
        }

            #textVideoHomeOneColumn p {
                width: 60%;
                text-align: left;
                margin: auto;
            }

        .videoHomeRight > a img {
            opacity: 0;
            visibility: hidden;
        }

        .videoHomeRight {
            background-image: url('../img/ima2a.jpg');
        }

            .videoHomeRight:hover {
                background-image: url('../img/ima2b.jpg');
            }
    }

    @media(max-width:768px) {
        #textVideoHomeOneColumn {
            margin-bottom: -60px;
            padding: 0px 6px;
        }

            #textVideoHomeOneColumn p {
                width: 100%;
                text-align: center;
                margin: auto;
                font-size: 13pt;
            }

        .video-section {
            margin-top: 0px;
        }
    }

    @media(max-width:507px) {
        #textVideoHomeOneColumn p {
            font-size: 12pt;
        }

        #textVideoHomeOneColumn {
            margin-bottom: -70px;
        }
    }

    @media(max-width:468px) {

        #textVideoHomeOneColumn p {
            font-size: 11pt;
        }

        #textVideoHomeOneColumn {
            margin-bottom: -65px;
        }
    }

    @media(max-width:431px) {

        #textVideoHomeOneColumn p {
            font-size: 11pt;
            text-align: left;
            padding-left: 20px;
            width: 80%;
            margin: 0;
            line-height: 22px;
        }

        #textVideoHomeOneColumn {
            margin-bottom: -75px;
        }
    }

    @media(max-width:991px) and (min-width:769px) {
        .css-section {
            margin-top: 25px;
        }
    }

    @media(max-width:573px) {
        .css-section {
            margin-top: 0px;
        }
    }

    .section-gris {
        background-image: URL(../img/FondoGris.jpg);
    }

    .section-grisInt {
        background-image: URL(../img/SombraInf.png);
        background-repeat: no-repeat;
        background-position: bottom;
        color: black;
        font-size: 1.1em;
        padding-bottom: 50px;
        line-height: 30px;
    }

        .section-grisInt .slogan {
            font-size: 1.2em;
            font-weight: bold;
        }



    .sinL small::before, .sinL small::after {
        content: "";
    }

    .sinL h5 {
        margin-top: 0px;
    }

    .sinL img {
        margin-bottom: 5px;
    }

    .carousel-inner .item {
        min-height: 360px;
    }


    @media (max-width:480px) {
        .hidden-xxs {
            display: none !important
        }
    }

    @media (max-width:600px) {
        .hidden-mov {
            display: none !important
        }
    }

    /* Counters*/

    .content-box-title.counter {
        font-size: 3em;
        color: #333;
        margin-top: 0;
    }

    .counterContent h4 {
        font-weight: 500;
        color: #fe5000 !important;
    }

    .counterContent span {
        font-weight: 400;
        font-size: 21px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    #menu-menufootersitemap {
        list-style: none;
    }

    @media(min-width: 768px) and (max-width: 991px) {
        .full-width-color {
            padding-bottom: 40px;
        }
    }

    .blockquote-color-home {
        border-color: #001a72;
        overflow: hidden;
    }

        .blockquote-color-home.blockquote-reverse {
            padding-left: 15px;
        }

        .blockquote-color-home > img {
            max-width: 20%;
            vertical-align: middle;
        }

        .blockquote-color-home h5 {
            color: #001a72;
        }


    @media (min-width: 992px) {
        .d-lg-none {
            display: none !important;
        }
    }
    /**/
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
        flex-direction: inherit;
    }

    .navbar-header-full {
        background-color: transparent !important;
    }

    .dvFondoLogo {
        background-color: #ffffff;
        position: absolute;
        z-index: 99999;
        top: -75px;
        padding: 2em;
    }

    .lineHeight0 {
        line-height: 0px;
    }

    .MapaWeb a {
        color: #666;
    }

    /* List styling */
    .featureList, .featureList ul {
        margin-top: 0;
        padding-left: 2em;
        list-style-type: none;
        /*margin-left:76px;
  margin-right:140px;*/
        font-size: 16px;
    }

        .featureList li.tick {
            line-height: 24px;
            /*margin-bottom: 20px;*/
        }

        .featureList li:before {
            position: absolute;
            margin-left: -1.3em;
            font-weight: bold;
        }

        .featureList li.tick:before {
            content: "\2713";
            color: #FE5000;
        }

        .featureList li.cross:before {
            content: "\2717";
            color: crimson;
        }
}
    @media (max-width: 767px) {
        .hidden-xs,
        tr.hidden-xs,
        th.hidden-xs,
        td.hidden-xs {
            display: none !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .hidden-xs.hidden-sm,
        tr.hidden-xs.hidden-sm,
        th.hidden-xs.hidden-sm,
        td.hidden-xs.hidden-sm {
            display: none !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hidden-xs.hidden-md,
        tr.hidden-xs.hidden-md,
        th.hidden-xs.hidden-md,
        td.hidden-xs.hidden-md {
            display: none !important;
        }
    }

    @media (min-width: 1200px) {
        .hidden-xs.hidden-lg,
        tr.hidden-xs.hidden-lg,
        th.hidden-xs.hidden-lg,
        td.hidden-xs.hidden-lg {
            display: none !important;
        }
    }


    .BorderBottom0 {
        border-bottom-width: 0px;
    }

td.tdlistado {
    font-size: 10pt !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

    .pagination.pagination-border > li > a, .pagination.pagination-border > li > span {
        
        padding: 1px 4px;
        font-size: 14px;
        border: none;
    }

PaginaBiblioOn, .PaginaBiblioOn:hover, PaginaBiblioOn:active.PaginaBiblioOn:visited {
    background-color: #595e68 !Important;
    color: white !Important;
    padding: 2px 12px !Important;
    margin: 0px 5px;
}

.PaginaBiblio, PaginaBiblio:active.PaginaBiblio:visited {
    background-color: #ced9e2 !Important;
    color: white !Important;
    padding: 2px 12px !Important;
    margin: 0px 5px;
}

    .PaginaBiblio:hover {
        background-color: #d5c58f !Important;
    }

.pagination > li:first-child > a {
    border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.pagination-lg > li:last-child > a {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btnPaginadoBiblio {
    background-color: #d5c58f !Important;
    color: #ffffff !Important;
    padding: 6px 12px !Important;
    margin: 0px 5px;
    border: none !important;
    font-size: 14px !important
}

    .btnPaginadoBiblio:hover {
        color: white !Important;
        background-color: #d5c58f !Important;
    }

table#tbListado.tdlistado {
    font-size: 10pt;
}

#chkActividades label {
    font-weight: normal !important;
}

.PaginaBiblioOn, .PaginaBiblioOn:hover, PaginaBiblioOn:active.PaginaBiblioOn:visited {
    background-color: #d5c58f !Important;
    color: white !Important;
    padding: 2px 12px !Important;
    margin: 0px 5px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border: none;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {

    border:none;
}
.dvPanelCollapse {
    padding: 15px 10px 10px 10px;
    width: 640px;    
    overflow: hidden;
}

@media only screen and (max-device-width: 480px) {
    .DefaultCheckBoxList li {
        float: none;
    }
}
.dvbtnBton{
    float:left;    
}
@media (max-width:768px){
    .dvbtnBton {
        float: none !important;
        margin-top:20px;
    }
}


.Marron {
    color: #6a5834;
    font-weight: bold;
}
.table > thead > tr > th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #bda65c !important;
    COLOR: #bda65c !important;
}

.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: 1px solid #bda65c !important;
}
.FondoQueEs {
    background-image: url(../../Imagenes/Paginas/QueEs_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7em 2em;
}
@media(max-width:767px){
    .checkbox label, .checkbox-inline label {
        padding-left: 5px !important;
        font-size: 11pt !important;
    }
}
.dvBtnAlta {
    font-size: 12pt !important;
    letter-spacing: 2px !important;
}


input[type=checkbox], input[type=radio] {
    margin: 4px !important;
    /*margin-top: 1px \9;*/
line-height: normal;
}

@media (min-width: 768px) and (max-width: 992px) {
    .dvBtnBuscar {
        margin-top: 35px !important;
        margin-left: 25px;
    }
    .Labelbuscar{
        font-size:11pt !important;
    }
}
.dvBtnBuscar {
    /*margin-top: 35px !important;*/
    margin-left: 25px;
}

@media(min-width:992px) and (max-width:1200px){
    .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 5px;
        letter-spacing: .05em;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none !important;
        font-size: 8pt;
    }
}

.form-group label {
    display: inline;
}

.formHome .form-control {
    height: 25px !important;
    padding: 3px 6px !important;
}

.formHome .btn {
    font-size: 11px;
    padding: 3px 5px;
}

.formHome .form-group {
    margin-bottom: 8px;
}

.formHome .control-label {
    padding-top:0px !important;
}

.dvTituloImagen {
    color: #bda65c;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 2em;
    display: inline-block;
    padding-top: 5px;
    font-family: "Noto" !important;
    font-weight: bold !important;
    line-height: 120% !important;
    width:100%;
    text-align:left;
    position:relative;
    top:60px;
}

.dvTituloImagen span {
    background-color:white;
    padding:0px 10px;
}


