@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #FFFFFF;
    color: #777777;
    /*font-family: "Open Sans", Arial, sans-serif;*/
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

a, button {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none !important;
}

a {
    color: #d24f5a;
}

    a:hover {
        color: #943A4A;
    }

.anchor-link {
    position: absolute;
    margin-top: -150px;
}

div.main {
    margin-bottom: 50px;
}

.button1 {
    padding: 0;
    color: #d24f5a;
}

a.button1 {
    text-decoration: none;
    float: left;
}

.button1 {
    background: transparent;
    color: #d24f5a;
    font-size: 14px;
    border-radius: 50px;
    padding: 14px 25px;
    display: inline-block;
    line-height: 1;
    border: 2px solid #d24f5a;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    margin-top: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: 600;
}

    .button1:hover {
        background: #d24f5a;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #943a4a;
        border: 2px solid #d24f5a;
    }
    .button1 i.fa-chevron-right {
        font-size: 12px;
    }
    .btn {
    font-weight: 600;
}

.icon-mg-left {
    margin-left: 5px;
}

input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9 !important;
    border-top: 1px solid #a0a0a0 !important;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

a.mysenior-bt {
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.0);
    text-shadow: 0 1px 0 #F0F0ED;
}

    a.mysenior-bt:hover {
        background: transparent;
        color: #943A4A;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.0);
        text-shadow: 0 1px 0 #F0F0ED;
        border: 0;
    }

a.button1 i, button.button1 i {
    margin-left: 5px;
}

.pd0 {
    padding: 0;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
    }
/* Header */
#header {
    background: #F6F6F6;
    background: -webkit-linear-gradient( #f6f6f6, white);
    background: linear-gradient( #f6f6f6, white);
    clear: both;
    border-top: 0 solid #EDEDED;
    min-height: 100px;
    padding: 8px 0;
}

    #header > .container {
        height: 110px;
        margin-bottom: -35px;
        position: relative;
        display: table;
        max-width: 1170px;
    }
    /*.sticky-menu-active #header > .container {
	height: 110px;
	margin-bottom: -100px;
	position: relative;
	display: table;
	max-width: 1170px;
}*/

    #header > .navbar-collapse > .container {
        position: relative;
    }

    #header .header-top {
        min-height: 40px;
    }

        #header .header-top form {
            margin: 0;
        }

        #header .header-top p {
            float: left;
            font-size: 0.9em;
            line-height: 40px;
            margin: 0;
        }

        #header .header-top i {
            margin-right: 6px;
            margin-left: 6px;
            position: relative;
            top: 1px;
        }

        #header .header-top nav {
            float: left;
            width: auto;
        }

        #header .header-top ul.nav-top {
            margin: 7px 0 0 -15px;
            min-height: 5px;
        }

            #header .header-top ul.nav-top li.phone {
                margin-right: 10px;
            }

            #header .header-top ul.nav-top li a {
                padding-left: 4px;
            }

    #header .social-icons {
        clear: right;
        float: right;
        margin-top: 10px;
        margin-left: 5px;
        position: relative;
    }

    #header .search {
        float: right;
        margin: 10px 0 0 15px;
        position: relative;
    }

        #header .search + .social-icons {
            clear: none;
            margin-left: 10px;
            margin-right: 0;
            margin-top: 13px;
        }

        #header .search input.search:first-child {
            -webkit-transition: all 0.2s ease-in 0.2s;
            -moz-transition: all 0.2s ease-in 0.2s;
            transition: all 0.2s ease-in 0.2s;
            border-radius: 20px;
            width: 170px;
            font-size: 0.9em;
            padding: 6px 12px;
            height: 34px;
            margin: 0;
        }

        #header .search input.search:focus {
            width: 220px;
            border-color: #CCC;
        }

        #header .search button.btn-default {
            border: 0;
            background: transparent;
            position: absolute;
            top: 0;
            right: 0;
            color: #CCC;
            z-index: 3;
        }

    #header nav {
        float: right;
    }

        #header nav ul.nav-main {
            margin: -30px 0px 8px 0;
        }

            #header nav ul.nav-main > li + li {
                margin-left: -4px;
            }

            #header nav ul.nav-main li a {
                font-size: 14px;
                color: #d24f5a;
                font-style: normal;
                line-height: 20px;
                margin-left: 3px;
                margin-right: 3px;
                /*text-transform: uppercase;*/
                font-weight: 600;
                padding: 8px 7px;
                border-radius: 0;
                cursor: pointer;
            }
                #header nav ul.nav-main li a i.fa-chevron-down {
                    font-size: 12px;
                }


    #header .nav-login nav ul.nav-main li a {
        padding: 8px 7px;
    }


    #header nav ul.nav-main li.partners-button a {
        margin-left: 3px;
        background: transparent;
        color: #d24f5a;
        font-size: 14px;
        display: inline-block;
        line-height: 1;
        border: 2px solid #d24f5a;
        transition: all 0.15s ease-in-out;
        border-radius: 50px;
    }

        #header nav ul.nav-main li.partners-button a:hover {
            background-color: #d24f5a;
            color: #FFFFFF;
            border-radius: 50px;
            border: 2px solid #943A4A;
        }

    #header nav ul.nav-main li.active.partners-button a {
        background-color: #d24f5a;
        color: #FFFFFF;
        border-radius: 50px;
        border: 2px solid #d24f5a;
    }

        #header nav ul.nav-main li.active.partners-button a:hover {
            color: #FFFFFF;
            background-color: #943A4A;
            border: 2px solid #943A4A;
        }


    #header nav ul.nav-main li a:hover,
    #header nav ul.nav-main li a:focus {
        color: #943A4A;
        background: transparent;
        -webkit-box-shadow: inset 0px -2px 0px 0px #943A4A;
        -moz-box-shadow: inset 0px -2px 0px 0px #943A4A;
        box-shadow: inset 0px -2px 0px 0px #943A4A;
    }

    #header nav ul.nav-main li ul a {
        text-transform: none;
        font-weight: normal;
        font-size: 0.9em;
    }

    #header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
        border-radius: 2px 2px 0px 0px;
        background-color: #d24f5a;
    }

    #header nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 9px;
        margin-bottom: -1px;
    }

    #header nav ul.nav-main li.dropdown:hover > ul {
        display: block;
    }

    #header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        border-radius: 0;
    }

    #header nav ul.nav-main li.active a {
        color: #d24f5a;
        background: none;
        -webkit-box-shadow: inset 0px -2px 0px 0px #d24f5a;
        -moz-box-shadow: inset 0px -2px 0px 0px #d24f5a;
        box-shadow: inset 0px -2px 0px 0px #d24f5a;
    }

    #header nav ul.nav-main li.active ul li a {
        background-color: transparent;
        color: #d24f5a;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #header nav ul.nav-main li.active ul li.active2 a:before {
        content: '';
        position: absolute;
        background-color: #d24f5a;
        width: 3px;
        height: 20px;
        margin: 0 auto;
        text-align: center;
        left: 0;
    }

    #header nav ul.nav-main li.active a:hover,
    #header nav ul.nav-main li.active a:focus {
        color: #943A4A;
        -webkit-box-shadow: inset 0px -2px 0px 0px #943A4A;
        -moz-box-shadow: inset 0px -2px 0px 0px #943A4A;
        box-shadow: inset 0px -2px 0px 0px #943A4A;
    }

    #header nav ul.nav-main ul.dropdown-menu {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        color: #d24f5a;
        border-radius: 4px;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
        margin: 1px 0 0 0;
        padding: 5px;
        top: auto;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    }

        #header nav ul.nav-main ul.dropdown-menu li:hover > a {
            filter: none;
            background: #d24f5a;
            color: #ffffff;
        }

        #header nav ul.nav-main ul.dropdown-menu li:last-child > a {
            border-bottom: 0;
        }

        #header nav ul.nav-main ul.dropdown-menu > li > a {
            color: #d24f5a;
            font-weight: 500;
            padding-bottom: 4px;
            padding-top: 4px;
            text-transform: none;
            position: relative;
            padding: 8px 10px 8px 8px;
            font-size: 0.9em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 4px;
        }

            #header nav ul.nav-main ul.dropdown-menu > li > a:hover {
                color: #FFFFFF;
                background: #d24f5a;
            }

        #header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
            border-radius: 6px;
            margin-left: 0;
            margin-top: -5px;
        }

    #header nav ul.nav-main .dropdown-submenu {
        position: relative;
    }

        #header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            border-radius: 0 6px 6px 6px;
        }

        #header nav ul.nav-main .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #cccccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        #header nav ul.nav-main .dropdown-submenu.pull-left {
            float: none;
        }

            #header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                border-radius: 6px 0 6px 6px;
            }

        #header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        #header nav ul.nav-main .dropdown-submenu:hover > a:after {
            border-left-color: #FFFFFF;
        }

    #header nav ul.nav-top {
        margin: 10px 0;
        min-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #header nav ul.nav-top li {
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: unset;
            margin: 0 0 0 5px;
        }

            #header nav ul.nav-top li a {
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: unset;
                margin: 0;
                padding: 5px 10px;
                color: #d24f5a;
                font-weight: 600;
                font-size: 13px;
                border: 2px solid transparent;
                border-radius: 50px;
            }

            #header nav ul.nav-top li a:hover,
            #header nav ul.nav-top li a:focus {
                background: transparent;
                color: #943A4A;
                text-decoration: underline;
            }
                #header nav ul.nav-top li a i {
                    margin-right: 4px;
                }

            #header nav ul.nav-top li#loginbtn {
                margin-left: 5px;
            }

                #header nav ul.nav-top li a.login-button {
                    color: #FFFFFF;
                    font-size: 13px;
                    background-color: #d24f5a;
                    transition: all 0.15s ease-in-out;
                    border-radius: 50px;
                    border: 2px solid #d24f5a;
                    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
                    margin-left: 10px;
            }

                #header nav ul.nav-top li a.login-button .fa {
                    margin-right: 3px;
                    position: relative;
                    top: -1px;
                }

                #header nav ul.nav-top li a.login-button:hover, 
                #header nav ul.nav-top li a.login-button:focus {
                    background: transparent;
                    color: #943A4A;
                    text-decoration: none;
                }


                #header nav ul.nav-top li a.username:hover {
                    text-decoration: none;
                    cursor: unset;
                }

                #header nav ul.nav-top li a.username,
                #header nav ul.nav-top li a.logout-button {
                    color: #333361;
                }

                    #header nav ul.nav-top li a.logout-button:before {
                        content: '';
                        position: absolute;
                        width: 1px;
                        height: 15px;
                        background-color: #333361;
                        left: -8px;
                    }


                    #header nav ul.nav-top li a.logout-button:hover,
                    #header nav ul.nav-top li a.logout-button:focus {
                        background: transparent;
                        color: #333361;
                        text-decoration: none;
                        border: 2px solid #333361;
                        border-radius: 50px;
                        cursor: pointer;
                    }




        /*#header nav ul.nav-top li {
            display: block;
            line-height: 14px;
            margin-bottom: 2px;
            margin-right: 0;
            margin-top: 0;
            padding: 8px 10px;
            color: #d24f5a;
            font-size: 13px;
            font-weight: 600;
        }

            #header nav ul.nav-top li.phone a.phone-header {
                padding: 0;
            }
                #header nav ul.nav-top li.phone a.phone-header:hover, 
                #header nav ul.nav-top li.phone a.phone-header:focus {
                    background: transparent;
                    color: #943A4A;
                    text-decoration: underline;
                }
            #header nav ul.nav-top li.name-user span {
                color: #333361;
                padding: 8px 15px 8px 0;
                margin-left: -3px;
            }

                #header nav ul.nav-top li.name-user span:before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 15px;
                    background-color: #888888;
                    left: 0;
                    display: none;
                }

            #header nav ul.nav-top li a.mail-button {
                display: block;
                line-height: 14px;
                margin-bottom: 2px;
                margin-right: 0;
                margin-top: 0;
                padding: 0;
                color: #d24f5a;
                font-size: 13px;
                font-weight: 600;
                -webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

                #header nav ul.nav-top li a.mail-button:hover, #header nav ul.nav-top li a.mail-button:focus {
                    background: transparent;
                    color: #943A4A;
                    text-decoration: underline;
                }

            #header nav ul.nav-top li a.login-button {
                display: block;
                line-height: 14px;
                margin-bottom: 2px;
                margin-right: 5px;
                margin-top: -2px;
                padding: 8px 10px 8px 10px;
                color: #FFFFFF;
                font-size: 13px;
                background-color: #d24f5a;*/
                    /*text-transform: uppercase;*/
                    /*-webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
                border-radius: 50px;
                border: 2px solid #d24f5a;
                -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
                box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
            }

                #header nav ul.nav-top li a.login-button .fa {
                    margin-right: 3px;
                    position: relative;
                    top: -1px;
                }

                #header nav ul.nav-top li a.login-button:hover, #header nav ul.nav-top li a.login-button:focus {
                    background: transparent;
                    color: #943A4A;
                    text-decoration: none;
                }

            #header nav ul.nav-top li#loginbtn, #header nav ul.nav-top li#logoutbtn {
                padding: 0;
            }

            #header nav ul.nav-top li a.logout-button {
                cursor: pointer;
                display: block;
                line-height: 14px;
                margin-bottom: 2px;
                margin-right: 5px;
                margin-top: -2px;
                padding: 8px 10px 8px 10px;
                color: #333361;
                font-size: 12px;
                background-color: transparent;*/
                    /*text-transform: uppercase;*/
                    /*-webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
                border-radius: 50px;
                border: 2px solid rgba(255,255,255,0);
            }

                #header nav ul.nav-top li a.logout-button .fa {
                    margin-right: 3px;
                    position: relative;
                    top: 0;
                }

                #header nav ul.nav-top li a.logout-button:hover, #header nav ul.nav-top li a.logout-button:focus {
                    background: transparent;
                    color: #333333;
                    text-decoration: none;
                    border: 2px solid #333333;
                }

                #header nav ul.nav-top li a.logout-button:before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 15px;
                    background-color: #888888;
                    left: -5px;
                }


            #header nav ul.nav-top li i {
                margin-right: 3px;
                position: relative;
                top: 2px;
            }

            #header nav ul.nav-top li .login-button i {
                margin-right: 3px;
                position: relative;
                top: 0;
            }*/
    
                    #header .nav-main-collapse {
        overflow-y: visible;
    }

        #header .nav-main-collapse.in {
            overflow-y: visible;
        }

    /* Logo */
    #header .logo {
        -webkit-transition: all 0.2s ease-in 0.2s;
        -moz-transition: all 0.2s ease-in 0.2s;
        transition: all 0.2s ease-in 0.2s;
        margin: 0;
        padding: 0 0 5px 0;
        display: table-cell;
        vertical-align: top;
        height: 145px;
        color: transparent;
    }

        #header .logo a {
            position: relative;
            z-index: 1;
        }

        #header .logo img {
            position: relative;
            color: transparent;
            width: 125px;
            height: auto;
            padding: 0;
        }

/* Header Container */
.header-container {
    min-height: 76px;
    position: relative;
}

/* Responsive Nav Button */
.btn-responsive-nav {
    display: none;
}

/* Sticky Menu */
#header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

body.sticky-menu-active #header {
    border-bottom: 1px solid #E9E9E9;
    position: fixed;
    top: -95px;
    width: 100%;
    z-index: 101;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    filter: none;
}

    body.sticky-menu-active #header .logo {
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        height: 145px;
    }

        body.sticky-menu-active #header .logo img {
            top: 44px !important;
            width: 69px;
            height: 60px;
        }

    body.sticky-menu-active #header .social-icons {
        margin-top: -1px;
    }

    body.sticky-menu-active #header nav ul.nav-main {
        margin-bottom: 7px;
        margin-top: -1px;
    }

.body.searchlares .box-content .form-group.searchname .col-md-12 label {
    display: block;
    width: 100%;
}

.body.searchlares .box-content .form-group.searchname .col-md-12 label {
    display: block;
    width: 100%;
}

.body.searchlares .box-content .form-group.searchname .col-md-12 .searchnamebox {
    display: block;
    width: 100%;
}

    .body.searchlares .box-content .form-group.searchname .col-md-12 .searchnamebox input {
        width: 70%;
        float: left;
        border-radius: 3px 0 0 3px;
        border-width: 1px 0 1px 1px;
    }

    .body.searchlares .box-content .form-group.searchname .col-md-12 .searchnamebox a {
        width: 133px;
        border-radius: 0 3px 3px 0;
        margin: 0;
        background: #d24f5a;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #943a4a;
    }


/* Header Mega Menu */
@media (min-width: 992px) {
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        position: static;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        /*text-transform: uppercase;*/
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #FFF !important;
        border-top: 6px solid #CCC;
        color: #777777;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
            color: #777777;
            text-shadow: none;
            margin: 0 0 0 -8px;
            padding: 3px 8px;
            text-transform: none;
            font-size: 0.9em;
            display: block;
            font-weight: normal;
            border-radius: 50px;
            border: 0;
        }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #F4F4F4 !important;
        text-decoration: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
    }

    #header nav.mega-menu .navbar-inner, #header nav.mega-menu .container {
        position: relative;
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }

        #header nav.mega-menu .dropdown-menu > li {
            display: block;
        }

    #header nav.mega-menu .mega-menu-content {
        padding: 20px 30px;
    }

        #header nav.mega-menu .mega-menu-content:before {
            display: table;
            content: "";
            line-height: 0;
        }

        #header nav.mega-menu .mega-menu-content:after {
            display: table;
            content: "";
            line-height: 0;
            clear: both;
        }

    #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0;
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0;
    }
}
/* Header Flat Menu */
#header.flat-menu > .container {
    height: auto;
    margin-bottom: -82px;
}

#header.flat-menu .header-top {
    margin-top: -8px;
}

#header.flat-menu .social-icons {
    margin: 11px 10px 9px 10px;
    margin: 10px 10px 0;
}

#header.flat-menu .search {
    margin-top: 8px;
}

    #header.flat-menu .search form {
        margin: 0;
    }

    #header.flat-menu .search input.search-query {
        padding-bottom: 5px;
        padding-top: 5px;
    }

#header.flat-menu nav ul.nav-main {
    float: right;
    margin: -9px 0 -8px;
}

    #header.flat-menu nav ul.nav-main > li > a {
        margin-bottom: 0;
        border-top: 5px solid transparent;
    }

    #header.flat-menu nav ul.nav-main li a {
        border-radius: 0;
        margin-left: 1px;
        margin-right: 3px;
        padding-bottom: 20px;
        padding-top: 46px;
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        border-radius: 0;
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 21px;
    }

    #header.flat-menu nav ul.nav-main ul.dropdown-menu {
        margin: 0 0 0 1px;
        border-radius: 0;
    }

        #header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
            border-radius: 0;
        }

/* Header Flat Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.flat-menu ul.nav-main {
    margin-bottom: -10px;
    margin-top: 34px;
}

    body.sticky-menu-active #header.flat-menu ul.nav-main > li > a, body.sticky-menu-active #header.flat-menu ul.nav-main > li:hover > a {
        border-top-color: transparent;
        padding-bottom: 26px;
        padding-top: 26px;
    }

body.sticky-menu-active #header.flat-menu .logo {
    padding-top: 15px;
}

body.sticky-menu-active #header.flat-menu .header-top {
    display: none;
}

body.boxed #header.flat-menu {
    padding: 15px 0 7px;
    border-radius: 5px 5px 0 0;
}

    body.boxed #header.flat-menu.clean-top {
        padding-bottom: 8px;
    }

    body.boxed #header.flat-menu.colored {
        padding: 0 0 7px;
    }

/* Header Single Menu */
#header.single-menu {
    min-height: 86px;
}

    #header.single-menu > .container {
        height: 91px;
        margin-bottom: -77px;
    }

    #header.single-menu .social-icons {
        margin-top: 32px;
    }

    #header.single-menu .search {
        display: none;
    }

        #header.single-menu .search + nav {
            display: none;
        }

    #header.single-menu nav ul.nav-main {
        margin: -28px 0 -9px;
        float: right;
    }

        #header.single-menu nav ul.nav-main li a, #header.single-menu nav ul.nav-main li.dropdown:hover > a {
            padding-bottom: 20px;
            padding-top: 62px;
        }

    #header.single-menu nav.mega-menu .mega-menu-signin {
        margin-right: 0;
    }

/* Header Single Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.single-menu .logo {
    padding-top: 14px;
}

body.sticky-menu-active #header.single-menu .social-icons {
    margin-top: 54px;
}

body.sticky-menu-active #header.single-menu nav ul.nav-main {
    margin-top: 20px;
    margin-bottom: -9px;
}

    body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a {
        border-top-color: transparent;
        padding-bottom: 21px;
        padding-top: 36px;
    }

body.boxed #header.single-menu {
    padding: 15px 0 7px;
}

/* Header Clean Top */
#header.clean-top .header-top {
    margin-top: -8px;
    height: 40px;
    border-bottom: #FFFFFF 1px solid;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
}

#header.clean-top .social-icons {
    margin: 5px 0 0 10px;
}

/* Header Clean Top - Sticky Menu / Boxed */
body.sticky-menu-active #header.clean-top ul.nav-main > li > a, body.sticky-menu-active #header.clean-top ul.nav-main > li:hover > a {
    padding-bottom: 20px;
    padding-top: 33px;
}

body.boxed #header.clean-top {
    border-radius: 5px 5px 0 0;
}

/* Header Colored */
#header.colored {
    border-top: 0;
}

    #header.colored > .container {
        height: 107px;
        margin-bottom: -92px;
    }

    #header.colored .header-top p, #header.colored .header-top a, #header.colored .header-top span {
        color: #555555;
    }

    #header.colored .search input.search-query {
        border: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        box-shadow: none;
    }

    #header.colored nav ul.nav-main {
        margin: -15px 0 -8px;
    }

        #header.colored nav ul.nav-main li a {
            padding-bottom: 24px;
            padding-top: 50px;
        }

        #header.colored nav ul.nav-main li.dropdown:hover > a {
            padding-bottom: 24px;
        }

/* Header Colored - Sticky Menu / Boxed */
body.sticky-menu-active #header.colored .logo {
    padding-top: 6px;
}

body.sticky-menu-active #header.colored ul.nav-main > li > a, body.sticky-menu-active #header.colored ul.nav-main > li:hover > a {
    padding-bottom: 24px;
    padding-top: 24px;
}

/* Header Darken Top Border */
#header.darken-top-border > .container {
    height: 103px;
}

#header.darken-top-border ul.nav-main {
    margin: -11px 0 -8px;
}

/* Header Darken Top Border - Sticky Menu / Boxed */
body.sticky-menu-active #header.darken-top-border nav ul.nav-main {
    margin-top: 33px;
}

    body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li > a, body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li:hover > a {
        padding-bottom: 22px;
        padding-top: 30px;
    }

body.boxed #header.darken-top-border {
    border-top: 0;
}

/* Header Center */
#header.center .logo {
    text-align: center;
    position: static;
    margin-top: 5px;
}

#header.center nav {
    float: left;
    text-align: center;
    width: 100%;
}

    #header.center nav ul.nav-main {
        margin: 35px 0 10px;
    }

        #header.center nav ul.nav-main > li {
            display: inline-block;
            float: none;
            text-align: left;
        }

/* Header Center - Sticky Menu */
body.sticky-menu-active #header.center > .container {
    margin-top: -60px;
}

body.sticky-menu-active #header.center .logo {
    text-align: left;
}

    body.sticky-menu-active #header.center .logo img {
        margin-top: 42px;
    }

body.sticky-menu-active #header.center nav {
    float: right;
    margin-top: 18px;
    width: auto;
}

    body.sticky-menu-active #header.center nav ul.nav-main > li > a, body.sticky-menu-active #header.center nav ul.nav-main > li:hover > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

/* Header Narrow */
@media (min-width: 992px) {
    #header.narrow {
        height: auto;
        min-height: 85px;
        padding: 0;
        border-bottom: 1px solid #E9E9E9;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }

        #header.narrow > .container {
            margin-bottom: -48px;
            height: 75px;
        }
}
/* Mega Menu (Signin/SignUp) */
#header nav.mega-menu ul.nav-main .mega-menu-signin {
    margin-right: -20px;
    padding-left: 0;
    margin-left: 0;
}

    #header nav.mega-menu ul.nav-main .mega-menu-signin a {
        color: #444;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
        width: 40%;
        right: 8px;
        border-radius: 6px 0 6px 6px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .icon-user {
        margin-right: 5px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
        margin-bottom: 10px;
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info, #header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
        text-align: center;
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
        margin-bottom: -1px;
        padding-bottom: 11px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
        float: left;
        margin-right: 15px;
    }

        #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail img {
            max-width: 55px;
        }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
        color: #111;
        display: block;
        padding-top: 7px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
        color: #555;
        display: block;
        font-size: 12px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
        color: #999;
        margin: 0 0 0 25px;
        text-align: left;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
        list-style: square;
        margin-top: 6px;
    }

        #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
            text-decoration: none;
        }

body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a, body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
}

/* Page Top */
.page-top {
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 0;
    min-height: 50px;
    background: url(/img/background-slider-ali-1.jpg);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

    .page-top .background-page-top {
        background-color: rgba(210, 79, 90,0.3);
        padding: 20px 0;
        text-align: left;
    }

    .page-top ul.breadcrumb {
        background: none;
        margin: -3px 0 0;
        padding: 0;
    }

        .page-top ul.breadcrumb > li {
            text-shadow: none;
        }

            .page-top ul.breadcrumb > li a {
                color: #d24f5a;
            }

                .page-top ul.breadcrumb > li a:hover {
                    color: #943A4A;
                }

        .page-top ul.breadcrumb > .active {
            color: #FFFFFF;
        }

        .page-top ul.breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #FFFFFF;
        }

    .page-top h2 {
        border-bottom: 3px solid #CCC;
        color: #FFFFFF;
        display: inline-block;
        font-weight: 300;
        margin: 0 0 -25px;
        min-height: 37px;
        line-height: 46px;
        padding: 0 0 17px;
        position: relative;
    }

section.page-top h2 {
    border-bottom-color: #d24f5a;
}
/* Page Top Custom - Create your Own */
.page-top.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
}

    .page-top.custom-product .row {
        position: relative;
    }

    .page-top.custom-product p.lead {
        color: #E8E8E8;
    }

    .page-top.custom-product img {
        bottom: -20px;
        position: relative;
    }

    .page-top.custom-product h1 {
        color: #FFFFFF;
        margin-bottom: 10px;
        margin-top: 30px;
    }

/* Parallax */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 70px 0;
    padding: 50px 0;
}

    .parallax.disabled {
        background-size: auto;
    }

    .parallax blockquote {
        border: 0;
        padding: 0 10%;
    }

        .parallax blockquote i.icon-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px;
        }

        .parallax blockquote p {
            font-size: 24px;
            line-height: 30px;
        }

        .parallax blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            position: relative;
            left: -5px;
        }

/* Section Featured */
section.featured {
    margin: 35px 0;
    padding: 50px 0;
}

    section.featured.footer {
        margin: 30px 0 -50px;
    }

    section.featured.map {
        /*background-image: url(../img/map-bottom.png);*/
        background-position: center 0;
        background-repeat: no-repeat;
        margin-top: 0;
        border-top: 0;
    }

/* Section Highlight */
section.highlight {
    background: #CCC;
    boder-left: 0;
    boder-right: 0;
    border: 3px solid #CCC;
    margin: 35px 0 45px;
    padding: 40px 0;
    color: #FFFFFF;
}

    section.highlight > p, section.highlight > a {
        color: #FFFFFF;
    }

    section.highlight h1, section.highlight h2, section.highlight h3, section.highlight h4, section.highlight h5 {
        color: #FFFFFF;
    }

    section.highlight .img-thumbnail {
        background-color: #FFF !important;
        border-color: #FFF !important;
    }

    section.highlight.footer {
        margin: 45px 0 -70px;
    }

    section.highlight.top {
        margin-top: 0;
    }

/* Call To Action */
section.call-to-action {
    position: relative;
    clear: both;
}

    section.call-to-action:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #FFFFFF;
        height: 15px;
        width: 15px;
        top: -5px;
        left: 50%;
        margin-left: -7px;
    }

    section.call-to-action h3 {
        text-transform: none;
        color: #121212;
    }

        section.call-to-action h3 .btn {
            margin-left: 10px;
        }

/* Sidebar */
aside ul.nav-list > li > a {
    color: #555;
    font-size: 0.9em;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #FFFFFF;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    border-bottom: 1px solid #FFFFFF;
}

    .slider-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .slider-container .tp-bannershadow {
        filter: alpha(opacity=20);
        opacity: 0.20;
    }

    .slider-container .top-label {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 400;
    }

    .slider-container .main-label {
        color: #333361;
        font-size: 62px;
        line-height: 62px;
        font-weight: 800;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    }

    .slider-container .bottom-label {
        color: #333361;
        font-size: 22px;
        font-weight: 500;
        background: rgba(255,255,255,0.8);
        padding: 5px;
    }

    .slider-container .blackboard-text {
        color: #BAB9BE;
        font-size: 46px;
        line-height: 46px;
        font-family: "Shadows Into Light", cursive;
        /*text-transform: uppercase;*/
    }

    .slider-container .tp-caption {
        filter: alpha(opacity=0);
        opacity: 0;
    }

        .slider-container .tp-caption a {
            color: #FFFFFF;
        }

            .slider-container .tp-caption a:hover {
                color: #FFFFFF;
            }

        .slider-container .tp-caption.fullscreenvideo {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            left: 0 !important;
        }

            .slider-container .tp-caption.fullscreenvideo video {
                height: 100%;
                width: 100%;
                padding: 0;
                position: relative;
            }

    .slider-container.light {
        background-color: #EAEAEA;
    }

        .slider-container.light .tp-bannershadow {
            filter: alpha(opacity=5);
            opacity: 0.05;
            top: 0;
            bottom: auto;
            z-index: 1000;
        }

        .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
            color: #333;
        }

        .slider-container.light .tp-caption a {
            color: #333;
        }

            .slider-container.light .tp-caption a:hover {
                color: #333;
            }

.header-bottom-shadow img {
    z-index: 1;
    position: relative;
}

.header-bottom-shadow img {
    width: 100%;
    height: 50px;
    background-size: cover;
    opacity: 0.5;
}

.header-bottom-shadow-mtop {
    margin-top: -28px;
}

.slider {
    height: 500px;
    max-height: 500px;
    position: relative;
}

    .slider > ul > li > .center-caption {
        left: 0 !important;
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    .slider .tp-bannertimer {
        display: none;
    }

    .slider .main-button {
        font-size: 22px;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

.slider-container-fullscreen {
    height: 2000px;
    max-height: none;
}

    .slider-container-fullscreen .slider {
        max-height: none;
    }

/* Home Slider - Nivo Slider */
.nivo-slider {
    position: relative;
}

    .nivo-slider .theme-default .nivoSlider {
        border-radius: 10px 10px 0px 0px;
        box-shadow: none;
        margin-top: 10px;
    }

        .nivo-slider .theme-default .nivoSlider img {
            border-radius: 10px 10px 0px 0px;
        }

    .nivo-slider .theme-default .nivo-controlNav {
        margin-top: -72px;
        position: absolute;
        z-index: 100;
        right: 5px;
        bottom: -17px;
    }

    .nivo-slider .theme-default .nivo-caption {
        padding-left: 20px;
    }

/* Map */
.map-section {
    padding-top: 0;
    margin-top: 0;
}

/* Home Intro */
.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

    .home-intro p {
        color: #FFFFFF;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 400;
        max-width: 800px;
        padding-top: 5px;
    }

        .home-intro p span {
            color: #999;
            display: block;
            font-size: 0.8em;
            padding-top: 5px;
        }

        .home-intro p em {
            font-family: "Shadows Into Light", cursive;
            font-size: 1.6em;
        }

    .home-intro .get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: right;
    }

        .home-intro .get-started .btn {
            position: relative;
            z-index: 1;
        }

            .home-intro .get-started .btn i {
                font-size: 1.1em;
                font-weight: normal;
                margin-left: 5px;
            }

        .home-intro .get-started a {
            color: #FFFFFF;
        }

            .home-intro .get-started a:not(.btn) {
                color: #777777;
            }

    .home-intro .learn-more {
        margin-left: 15px;
    }

    .home-intro.light {
        background-color: #E2E2E2;
    }

        .home-intro.light.secundary {
            background-color: #E0E1E4;
        }

        .home-intro.light p {
            color: #777777;
        }

/* Home Intro Compact */
.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

    .home-intro-compact p {
        padding-left: 20px;
    }

    .home-intro-compact .get-started {
        padding-right: 20px;
    }

/* Home Concept */
.home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

    .home-concept strong {
        display: block;
        font-family: "Shadows Into Light", cursive;
        font-size: 2.1em;
        font-weight: normal;
        position: relative;
        margin-top: 30px;
    }

    .home-concept .row {
        position: relative;
    }

    .home-concept .process-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
        width: 160px;
        height: 175px;
        margin: 135px auto 0 auto;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
    }

        .home-concept .process-image img {
            border-radius: 150px;
            margin: 7px 8px;
        }

    .home-concept .our-work {
        margin-top: 52px;
        font-size: 2.6em;
    }

    .home-concept .project-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
        width: 350px;
        height: 420px;
        margin: 15px 0 0 -30px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1;
    }

    .home-concept .sun {
        background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
        width: 60px;
        height: 56px;
        display: block;
        position: absolute;
        left: 10%;
        top: 35px;
    }

    .home-concept .cloud {
        background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
        width: 116px;
        height: 56px;
        display: block;
        position: absolute;
        left: 57%;
        top: 35px;
    }

.home-content img.img-welcome {
    margin: 0 30px 0 0;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 2px;
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
}

.home-content p {
    font-size: 16px;
    line-height: 26px;
}

.home-content .home-form-search .featured-box {
    text-align: left;
    height: 330px;
    border-radius: 10px;
}


/* Page 404 */
.page-not-found {
    margin: 50px 0;
}

    .page-not-found h2 {
        font-size: 140px;
        font-weight: 600;
        letter-spacing: -10px;
        line-height: 140px;
    }

    .page-not-found h4 {
        color: #777777;
    }

    .page-not-found p {
        font-size: 1.4em;
        line-height: 36px;
    }

/* #Footer */
#footer {
    background: #1c1c31;
    border-top: 4px solid #1F1F1F;
    font-size: 0.9em;
    /*margin-top: 50px;*/
    padding: 80px 0 0;
    position: relative;
    clear: both;
}
    #footer .border-bt {
        border-bottom: 1px solid #000000;
    }

    #footer ul.icons {
        margin-left: 0;
    }

    #footer a:hover {
        color: #CCC;
    }

    #footer form {
        filter: alpha(opacity=85);
        opacity: 0.85;
    }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer a {
        color: #FFF !important;
    }

    #footer h4 {
        font-size: 1.8em;
        font-weight: 400;
        text-shadow: 1px 1px 1px #000;
    }

    #footer h5 {
        color: #CCC !important;
    }

    #footer ul.nav-list.primary > li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 20px;
        padding-bottom: 11px;
    }

    #footer ul.nav-list.primary > li:last-child a {
        border-bottom: 0;
    }

    #footer ul.nav-list.primary > li a:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    #footer ul.list.icons li {
        margin-bottom: 5px;
    }

    #footer .container .row > div {
        margin-bottom: 25px;
    }

    #footer .container input:focus {
        box-shadow: none;
    }

    #footer .footer-ribbon {
        background: #999;
        position: absolute;
        margin: -100px 0 0 22px;
        padding: 10px 20px 6px 20px;
    }

        #footer .footer-ribbon:before {
            border-right: 10px solid #646464;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: -10px;
            position: absolute;
            top: 0;
            width: 7px;
        }

        #footer .footer-ribbon span {
            color: #FFFFFF;
            font-size: 1.6em;
            font-family: "Shadows Into Light", cursive;
        }

    #footer .newsletter form {
        width: 100%;
        max-width: 262px;
    }

        #footer .newsletter form input.form-control {
            height: 34px;
            padding: 6px 12px;
        }

    #footer .alert a {
        color: #222 !important;
    }

        #footer .alert a:hover {
            color: #555 !important;
        }

    #footer .twitter .icon {
        clear: both;
        font-size: 1.5em;
        position: relative;
        top: 3px;
    }

    #footer .twitter .time {
        color: #999;
        display: block;
        font-size: 0.9em;
        padding-top: 3px;
        margin-bottom: 20px;
    }

        #footer .twitter .time:last-child {
            margin-bottom: 0;
        }

    #footer .twitter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #footer .twitter-account {
        color: #FFFFFF;
        display: block;
        font-size: 0.9em;
        margin: -15px 0 5px;
        filter: alpha(opacity=55);
        opacity: 0.55;
    }

        #footer .twitter-account:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    #footer .contact {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer .contact i {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 7px 8px 10px 0;
            position: relative;
            text-align: center;
            top: -2px;
            width: 16px;
        }

            #footer .contact i.icon-envelope {
                font-size: 1em;
                top: 0;
            }

        #footer .contact p {
            margin-bottom: 10px;
            font-size: 14px;
        }

    #footer .logo {
        display: block;
    }

        #footer .logo.push-bottom {
            margin-bottom: 12px;
        }

    #footer .footer-copyright {
        background: #1c1c31;
        border-top: 4px solid #1c1c31;
        margin-top: 0px;
        padding: 30px 0 10px;
    }

        #footer .footer-copyright nav {
            float: right;
        }

            #footer .footer-copyright nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                #footer .footer-copyright nav ul li {
                    border-left: 1px solid #505050;
                    display: inline-block;
                    line-height: 12px;
                    margin: 0;
                    padding: 0 8px;
                }

                    #footer .footer-copyright nav ul li:first-child {
                        border: medium none;
                        padding-left: 0;
                    }

        #footer .footer-copyright p {
            color: #888888;
            margin: 0;
            padding: 0;
            font-size: 1em;
        }

    #footer .phone {
        color: #FFFFFF;
        font-size: 26px;
        font-weight: bold;
        display: block;
        padding-bottom: 15px;
        margin-top: -5px;
    }

    #footer .recent-work li {
        float: left;
        width: 30%;
        margin: 10px 3% 0 0;
    }

        #footer .recent-work li .thumb-info {
            float: left;
            display: inline-block;
        }

        #footer .recent-work li:hover img {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    #footer .recent-work img {
        width: 100%;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%);
    }

    #footer .view-more-recent-work {
        padding: 12px;
    }

    #footer.short {
        padding-top: 50px;
    }

        #footer.short .footer-copyright {
            background: transparent;
            border: 0;
            padding-top: 0;
            margin-top: 0;
        }

    #footer ul.ul-left {
        float: left;
    }

    #footer ul.ul-right {
        float: left;
        margin-left: 50px;
    }

    #footer .social-media {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

/*        #footer .social-media a {
            background: #ffffff;
            color: #333361 !important;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            display: flex;
            align-self: center;
            justify-content: center;
        }

            #footer .social-media a:hover {
                background: #3b5998;
                color: #ffffff;
            }*/

/*
            -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;*/
        /*background-image: url(../img/social-sprites.png);
        background-repeat: no-repeat;
background-color: #FFFFFF;
background-position: 0 100px;
display: inline-block;
margin: -1px 1px 5px 0;
padding: 0;
border-radius: 100%;
overflow: visible;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
*/

        #footer .social-media a {
            text-decoration: none;
        }

            #footer .social-media a i {
                background: #ffffff;
                color: #333361 !important;
                width: 30px;
                height: 30px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                /*font-weight: 400;*/
                transition: all 0.15s ease-in-out;
            }

            #footer .social-media a:hover i {
                background: #3b5998;
                color: #ffffff !important;
                font-weight: 400;
            }


/* Dark Version */
            body.dark {
    background-color: #222224;
}

    body.dark.boxed .body {
        background-color: #222224;
    }

    body.dark #header {
        background: #222224;
        border-top-color: #1d1d1f;
    }

        body.dark #header nav ul.nav-top li a:hover {
            background-color: #2e2e31;
        }

        body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
            color: #FFFFFF;
        }

        body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
            background-color: #2e2e31 !important;
        }

        body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
            background-color: #0e0e0f !important;
        }

        body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .form-control {
            background-color: #363639 !important;
            border-color: #363639 !important;
            color: #FFF !important;
        }

        body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a,
        body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a:hover,
        body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
            color: #FFFFFF;
        }

        body.dark #header .search input.search:focus {
            border-color: #2e2e31;
        }

        body.dark #header.clean-top .header-top {
            background: #272729;
            border-bottom-color: #2e2e31;
        }

        body.dark #header.narrow {
            border-bottom-color: #272729;
        }

        body.dark #header nav.mega-menu .mega-menu-shop .actions-continue {
            border-top-color: #272729;
        }

        body.dark #header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
            color: #FFFFFF;
        }

        body.dark #header nav.mega-menu .mega-menu-shop a {
            color: #FFFFFF;
        }

    body.dark.sticky-menu-active #header {
        border-bottom-color: #2e2e31;
    }

    body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
        color: #FFFFFF;
    }

    body.dark .modal-header h1, body.dark .modal-header h2, body.dark .modal-header h3, body.dark .modal-header h4, body.dark .modal-header h5, body.dark .modal-header h6 {
        color: #777777;
    }

    body.dark blockquote {
        border-color: #2e2e31;
    }

    body.dark section.featured {
        background-color: #1d1d1f;
        border-top-color: #363639;
    }

        body.dark section.featured.map {
            background-image: url(../img/map-bottom-dark.png);
        }

    body.dark section.call-to-action:before {
        border-top-color: #363639;
    }

    body.dark section.timeline:after {
        background: #505050;
        background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
        background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
    }

    body.dark section.timeline .timeline-date {
        background-color: #2e2e31;
        border-color: #2e2e31;
        text-shadow: none;
    }

    body.dark section.timeline .timeline-title {
        background: #2e2e31;
    }

    body.dark section.timeline .timeline-box {
        border-color: #2e2e31;
        background: #2e2e31;
    }

        body.dark section.timeline .timeline-box.left:before {
            box-shadow: 0 0 0 3px #2e2e31, 0 0 0 6px #2e2e31;
        }

        body.dark section.timeline .timeline-box.left:after {
            background: #2e2e31;
            border-right-color: #2e2e31;
            border-top-color: #2e2e31;
        }

        body.dark section.timeline .timeline-box.right:before {
            box-shadow: 0 0 0 3px #2e2e31, 0 0 0 6px #2e2e31;
        }

        body.dark section.timeline .timeline-box.right:after {
            background: #2e2e31;
            border-left-color: #2e2e31;
            border-bottom-color: #2e2e31;
        }

    body.dark .form-control {
        background-color: #2e2e31;
        border-color: #2e2e31;
    }

    body.dark .btn-default {
        background-color: #2e2e31;
        border-color: #2e2e31;
        color: #FFFFFF;
    }

    body.dark .btn.disabled,
    body.dark .btn[disabled] {
        border-color: #2e2e31 !important;
    }

    body.dark .pagination > li > a,
    body.dark .pagination > li > span {
        background-color: #2e2e31;
        border-color: #29292c;
    }

    body.dark .theme-default .nivoSlider {
        background-color: #222224;
    }

    body.dark .map-section {
        background-image: url(../img/map-top-dark.png);
    }

    body.dark .home-concept {
        background-image: url(../img/home-concept-dark.png);
    }

        body.dark .home-concept .process-image {
            background-image: url(../img/home-concept-item-dark.png);
        }

        body.dark .home-concept .project-image {
            background-image: url(../img/home-concept-item-dark.png);
        }

        body.dark .home-concept .sun {
            background-image: url(../img/home-concept-icons-dark.png);
        }

        body.dark .home-concept .cloud {
            background-image: url(../img/home-concept-icons-dark.png);
        }

    body.dark .page-top {
        border-bottom-color: #1d1d1f;
    }

    body.dark .panel-group .panel {
        background-color: #2e2e31;
    }

    body.dark .panel-group .panel-default {
        border-color: #2e2e31;
    }

    body.dark .panel-group .panel-heading {
        background-color: #363639;
    }

    body.dark .panel-group .form-control {
        background-color: #272729;
        border-color: #272729;
    }

    body.dark .toggle > label {
        background-color: #363639;
    }

    body.dark .featured-box {
        background: #363639;
        border-left-color: #363639;
        border-right-color: #363639;
        border-bottom-color: #363639;
    }

        body.dark .featured-box.secundary h4 {
            color: #FFFFFF;
        }

    body.dark .feature-box.secundary h4 {
        color: #FFFFFF;
    }

    body.dark .progress {
        background: #363639;
    }

    body.dark .arrow {
        background-image: url(../img/arrows-dark.png);
    }

    body.dark .thumbnail,
    body.dark .img-thumbnail {
        background-color: #2e2e31;
        border-color: #2e2e31;
    }

    body.dark .thumb-info-social-icons {
        border-top-color: #404043;
    }

    body.dark ul.nav-list.primary > li a {
        border-bottom-color: #2e2e31;
    }

        body.dark ul.nav-list.primary > li a:hover {
            background-color: #2e2e31;
        }

    body.dark .tabs .nav-tabs li a,
    body.dark .tabs .nav-tabs li a:hover {
        border-top-color: #2e2e31;
        border-left-color: #2e2e31;
        border-right-color: #2e2e31;
        background: #2e2e31;
    }

    body.dark .tabs .nav-tabs.nav-justify li a,
    body.dark .tabs .nav-tabs.nav-justify li a:hover {
        border-bottom-color: #2e2e31;
    }

    body.dark .tabs.tabs-left .nav-tabs > li a, body.dark .tabs.tabs-right .nav-tabs > li a {
        background: #2e2e31;
        border-left-color: #2e2e31;
        border-right-color: #2e2e31;
    }

    body.dark .tabs .nav-tabs {
        border-color: #2e2e31;
    }

        body.dark .tabs .nav-tabs li.active a,
        body.dark .tabs .nav-tabs li.active a:hover,
        body.dark .tabs .nav-tabs li.active a:focus {
            background: #363639;
            border-left-color: #363639;
            border-right-color: #363639;
        }

        body.dark .tabs .nav-tabs.nav-justify li.active a {
            border-bottom-color: #363639;
        }

    body.dark .tabs.tabs-vertical {
        border-top-color: #363639;
    }

    body.dark .tabs.tabs-bottom .nav-tabs li a, body.dark .tabs.tabs-bottom .nav-tabs li a:hover {
        border-bottom-color: #2e2e31;
    }

    body.dark .tabs .tab-content {
        background: #363639;
        border-color: #363639;
    }

    body.dark .testimonial-author strong {
        color: #FFFFFF;
    }

    body.dark .page-header {
        border-bottom-color: #2e2e31;
    }

    body.dark .table > thead > tr > th,
    body.dark .table > tbody > tr > th,
    body.dark .table > tfoot > tr > th,
    body.dark .table > thead > tr > td,
    body.dark .table > tbody > tr > td,
    body.dark .table > tfoot > tr > td,
    body.dark .table-bordered {
        border-color: #2e2e31;
    }

    body.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
    body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
        background-color: #363639;
    }

    body.dark pre {
        background-color: #2e2e31;
        border-color: #2e2e31;
        color: #777777;
    }

    body.dark .show-grid [class*="col-md-"] .show-grid-block {
        background-color: #2e2e31;
        border-color: #2e2e31;
    }

    body.dark hr {
        background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
        background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    }

        body.dark hr.light {
            background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
            background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
        }

    body.dark ul.history li .thumb {
        background-image: url(../img/history-thumb-dark.png);
    }

    body.dark .blog-posts article {
        border-color: #2e2e31;
    }

    body.dark section.featured .recent-posts .date .day,
    body.dark article.post .post-date .day {
        background-color: #2e2e31;
    }

    body.dark article .post-video,
    body.dark article .post-video iframe,
    body.dark article .post-audio,
    body.dark article .post-audio iframe {
        background-color: #2e2e31;
        border-color: #2e2e31;
    }

    body.dark ul.simple-post-list li {
        border-bottom-color: #272729;
    }

    body.dark .post-block {
        border-top-color: #1d1d1f;
    }

    body.dark ul.comments .comment-block {
        background-color: #2e2e31;
    }

    body.dark ul.comments .comment-arrow {
        border-right-color: #2e2e31;
    }

    body.dark .pricing-table li {
        border-top-color: #272729;
    }

    body.dark .pricing-table h3 {
        background-color: #272729;
        text-shadow: none;
    }

        body.dark .pricing-table h3 span {
            background: #2e2e31;
            border-color: #29292c;
            box-shadow: 0 5px 20px #29292c inset, 0 3px 0 #2e2e31 inset;
            color: #777777;
        }

    body.dark .pricing-table .most-popular {
        border-color: #2e2e31;
    }

        body.dark .pricing-table .most-popular h3 {
            background-color: #2e2e31;
            color: #FFFFFF;
            text-shadow: none;
        }

    body.dark .pricing-table .plan-ribbon {
        background-color: #2e2e31;
    }

    body.dark .pricing-table .plan {
        background: #2e2e31;
        border: 1px solid #2e2e31;
        color: #777777;
        text-shadow: none;
    }

    body.dark .product-thumb-info {
        background-color: #2e2e31;
        border-color: transparent;
    }

    body.dark .shop .quantity .qty {
        background-color: #2e2e31;
        border-color: transparent;
    }

    body.dark .shop .quantity .minus,
    body.dark .shop .quantity .plus {
        background-color: #272729;
        border-color: transparent;
    }

    body.dark .shop table.cart td,
    body.dark .shop .cart-totals th,
    body.dark .shop .cart-totals td {
        border-color: #2e2e31;
    }

    body.dark #footer .footer-ribbon {
        margin-top: -96px;
    }

    body.dark #footer .newsletter form .btn-default {
        background-color: #272729;
        border-color: #272729;
        color: #777777;
    }

/* Boxed Layout */
body.boxed {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

    body.boxed .body {
        background-color: #FFFFFF;
        border-bottom: 5px solid #333361;
        border-radius: 5px;
        border-top: 5px solid #CCC;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        margin: 25px auto;
        max-width: 1200px;
        height: auto;
    }

    body.boxed #header {
        padding: 15px 0;
    }


/* theme-elements */
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.1.0
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333361;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
}

h1 {
    font-size: 3em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

    h2.next-title {
        margin: 32px 0 32px 0;
    }

h3 {
    color: #d24f5a;
    font-size: 1.7em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    /*text-transform: uppercase;*/
}

h4 {
    color: #d24f5a;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    color: #d24f5a;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    /*text-transform: uppercase;*/
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h1.big {
    font-size: 4.2em;
    line-height: 54px;
}

h1.short {
    margin-bottom: 15px;
}

h2.short {
    margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
    margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
    margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
    margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
    margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
    margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
    color: #333361;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #FFFFFF;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

h2 .inverted {
    min-height: 60px;
}

h4.shorter {
    text-transform: none;
    font-size: 1.3em;
}
/* Modal Titles */
.modal-header h3 {
    color: #333;
    text-transform: none;
}

/* Blockquote */
blockquote {
    font-size: 1em;
}
/* Paragraphs */
p {
    color: #777;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

    p.featured {
        font-size: 1.6em;
        line-height: 1.5em;
    }

    p.short {
        margin-bottom: 0;
    }

    p.tall {
        margin-bottom: 20px;
    }

    p.taller {
        margin-bottom: 40px;
    }

    p .alternative-font {
        display: inline-block;
        margin-top: -15px;
        position: relative;
        top: 3px;
        margin-bottom: -6px;
    }

/* Labels */
.label-dark,
.label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: normal;
}

/* Drop Caps */
p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #CCC;
    color: #FFFFFF;
    padding: 6px;
    margin-right: 5px;
    border-radius: 50px;
}

/* Alternative Font Style */
.alternative-font {
    color: #CCC;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

/* Navs */
ul.nav-list.primary > li {
    margin: 0;
    padding: 0;
}

    ul.nav-list.primary > li a {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background-image: url(../img/list-primary.png);
        background-position: 9px 16px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #EDEDDE;
        padding: 8px 20px;
    }

ul.nav-pills > li.active > a {
    background-color: #CCC;
}

    ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
        background-color: #CCC;
    }

/* Buttons */
.btn-primary[disabled] {
    border-color: #CCC !important;
    background-image: none;
}

.btn-icon i {
    margin-right: 10px;
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

/* Forms */
form label {
    font-weight: normal;
    font-weight: 500;
}

textarea {
    resize: vertical;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
}

.label {
    font-weight: normal;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

/* Captcha */
.captcha {
    clear: both;
    overflow: hidden;
    background: #F2F2F2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
}

    .captcha input {
        border: 0;
    }

.captcha-image {
    float: left;
    position: relative;
    top: -25px;
    left: -13px;
}

/* Icons */
.featured-icon {
    background: #CCC;
    border-radius: 35px;
    color: #FFFFFF;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

    .featured-icon i {
        color: #FFFFFF;
        font-size: 0.9em;
        font-weight: normal;
    }

/* Icons List */
ul.icons {
    list-style: none;
    margin-left: 10px;
}

    ul.icons [class^="icon-"] {
        margin-right: 5px;
    }

/* Thumbnails */
.img-thumbnail {
    border-radius: 8px;
    position: relative;
}

    .img-thumbnail .zoom {
        background: #CCC;
        border-radius: 100%;
        bottom: 8px;
        color: #FFFFFF;
        display: block;
        height: 30px;
        padding: 6px;
        position: absolute;
        right: 8px;
        text-align: center;
        width: 30px;
    }

        .img-thumbnail .zoom i {
            font-size: 14px;
            left: -1px;
            position: relative;
            top: -3px;
        }

/* Thumbnail Gallery */
ul.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

    ul.thumbnail-gallery li {
        display: inline-block;
        margin: 10px 10px 0 0;
        padding: 0;
    }

/* List */
ul.list li {
    margin-bottom: 13px;
}

ul.list.icons li i {
    color: #d24f5a;
    margin-right: 5px;
}

ul.list.pull-left li {
    text-align: left;
}

/* Sitemap */
ul.sitemap > li > a {
    font-weight: bold;
}

ul.sitemap.list li {
    margin: 0 0 3px 0;
}

ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Accordion */
.panel-group .panel-heading {
    padding: 0;
}

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
            text-decoration: none;
        }

        .panel-group .panel-heading a [class^="icon-"] {
            margin-right: 4px;
            position: relative;
            top: 1px;
        }

.panel-group.secundary .panel-heading a {
    color: #FFFFFF;
}

.tabs {
    border-radius: 50px;
    margin-bottom: 35px;
}

.nav-tabs {
    margin: 0;
    font-size: 0;
    border-bottom-color: rgba(210, 79, 90, 0.15);
}

    .nav-tabs li {
        display: inline-block;
        float: none;
    }

        .nav-tabs li:last-child a {
            margin-right: 0;
        }

        .nav-tabs li a {
            border-radius: 5px 5px 0 0;
            font-size: 14px;
            margin-right: 1px;
        }

            .nav-tabs li a, .nav-tabs li a:hover {
                background: #F4F4F4;
                border-bottom: none;
                border-left: 1px solid rgba(210, 79, 90, 0.15);
                border-right: 1px solid rgba(210, 79, 90, 0.15);
                border-top: 3px solid rgba(210, 79, 90, 0.15);
                color: #CCC;
            }

                .nav-tabs li a:hover {
                    border-bottom-color: transparent;
                    border-top: 3px solid #CCC;
                    box-shadow: none;
                }

                .nav-tabs li a:active, .nav-tabs li a:focus {
                    border-bottom: 0;
                }

        .nav-tabs li.active a,
        .nav-tabs li.active a:hover,
        .nav-tabs li.active a:focus {
            background: #FFFFFF;
            border-left-color: rgba(210, 79, 90, 0.15);
            border-right-color: rgba(210, 79, 90, 0.15);
            border-top: 3px solid #CCC;
            color: #CCC;
        }

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFFFFF;
    border: 1px solid rgba(210, 79, 90, 0.15);
    border-top: 0;
    padding: 15px;
}

/* Right Aligned */
.nav-tabs.nav-right {
    text-align: right;
}

/* Justified */
.nav-tabs.nav-justify {
    display: table;
    table-layout: fixed;
    margin-bottom: -1px;
    width: 100%;
}

    .nav-tabs.nav-justify li {
        display: table-cell;
        margin-bottom: 0;
        width: 100%;
    }

        .nav-tabs.nav-justify li:first-child a,
        .nav-tabs.nav-justify li:first-child a:hover {
            border-radius: 5px 0 0 0;
            border-left: 1px solid rgba(210, 79, 90, 0.15);
        }

        .nav-tabs.nav-justify li:last-child a,
        .nav-tabs.nav-justify li:last-child a:hover {
            border-radius: 0 5px 0 0;
            border-right: 1px solid rgba(210, 79, 90, 0.15);
        }

        .nav-tabs.nav-justify li a {
            border-left: none;
            border-right: none;
            border-bottom: 1px solid rgba(210, 79, 90, 0.15);
            border-radius: 0;
            margin-right: 0;
        }

            .nav-tabs.nav-justify li a:hover, .nav-tabs.nav-justify li a:focus {
                border-bottom: 1px solid rgba(210, 79, 90, 0.15);
                border-left: none;
                border-right: none;
            }

        .nav-tabs.nav-justify li.active a {
            border-bottom: 1px solid #FFFFFF;
        }

            .nav-tabs.nav-justify li.active a:hover {
                border-bottom: 1px solid #FFFFFF;
            }

/* Bottom Tabs */
.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid rgba(210, 79, 90, 0.15);
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid rgba(210, 79, 90, 0.15);
}

    .tabs.tabs-bottom .nav-tabs li {
        margin-bottom: 0;
        margin-top: -1px;
    }

        .tabs.tabs-bottom .nav-tabs li:last-child a {
            margin-right: 0;
        }

        .tabs.tabs-bottom .nav-tabs li a {
            border-radius: 0 0 5px 5px;
            font-size: 14px;
            margin-right: 1px;
        }

            .tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
                border-bottom: 3px solid rgba(210, 79, 90, 0.15);
                border-top: 1px solid rgba(210, 79, 90, 0.15);
            }

                .tabs.tabs-bottom .nav-tabs li a:hover {
                    border-bottom: 3px solid #CCC;
                    border-top: 1px solid rgba(210, 79, 90, 0.15);
                }

        .tabs.tabs-bottom .nav-tabs li.active a,
        .tabs.tabs-bottom .nav-tabs li.active a:hover,
        .tabs.tabs-bottom .nav-tabs li.active a:focus {
            border-bottom: 3px solid #CCC;
            border-top-color: transparent;
        }

    /* Bottom Tabs with Justified Nav */
    .tabs.tabs-bottom .nav-tabs.nav-justify {
        border-top: none;
    }

        .tabs.tabs-bottom .nav-tabs.nav-justify li a {
            margin-right: 0;
        }

        .tabs.tabs-bottom .nav-tabs.nav-justify li:first-child a {
            border-radius: 0 0 0 5px;
        }

        .tabs.tabs-bottom .nav-tabs.nav-justify li:last-child a {
            margin-right: 0;
            border-radius: 0 0 5px 0;
        }

/* Vertical */
.tabs-vertical {
    display: table;
    width: 100%;
    border-top: 1px solid rgba(210, 79, 90, 0.15);
}

    .tabs-vertical .tab-content {
        display: table-cell;
        vertical-align: top;
    }

    .tabs-vertical .nav-tabs {
        border-bottom: none;
        display: table-cell;
        height: 100%;
        float: none;
        padding: 0;
        vertical-align: top;
    }

        .tabs-vertical .nav-tabs > li {
            display: block;
        }

            .tabs-vertical .nav-tabs > li a {
                border-radius: 0;
                display: block;
                padding-top: 10px;
            }

                .tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
                    border-bottom: none;
                    border-top: none;
                }

            .tabs-vertical .nav-tabs > li.active a,
            .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
                border-top: none;
            }

/* Vertical - Left Side */
.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none;
}

.tabs-left .nav-tabs > li {
    margin-right: -1px;
}

    .tabs-left .nav-tabs > li:first-child a {
        border-radius: 5px 0 0 0;
    }

    .tabs-left .nav-tabs > li:last-child a {
        border-radius: 0 0 0 5px;
    }

    .tabs-left .nav-tabs > li a {
        border-right: 1px solid rgba(210, 79, 90, 0.15);
        border-left: 3px solid rgba(210, 79, 90, 0.15);
        margin-right: 1px;
        margin-left: -3px;
    }

        .tabs-left .nav-tabs > li a:hover {
            border-left-color: #CCC;
        }

    .tabs-left .nav-tabs > li.active a,
    .tabs-left .nav-tabs > li.active a:hover,
    .tabs-left .nav-tabs > li.active a:focus {
        border-left: 3px solid #CCC;
        border-right-color: #FFFFFF;
    }

/* Vertical - Right Side */
.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none;
}

.tabs-right .nav-tabs > li {
    margin-left: -1px;
}

    .tabs-right .nav-tabs > li:first-child a {
        border-radius: 0 5px 0 0;
    }

    .tabs-right .nav-tabs > li:last-child a {
        border-radius: 0 0 5px 0;
    }

    .tabs-right .nav-tabs > li a {
        border-right: 3px solid rgba(210, 79, 90, 0.15);
        border-left: 1px solid rgba(210, 79, 90, 0.15);
        margin-right: 1px;
        margin-left: 1px;
    }

        .tabs-right .nav-tabs > li a:hover {
            border-right-color: #CCC;
        }

    .tabs-right .nav-tabs > li.active a,
    .tabs-right .nav-tabs > li.active a:hover,
    .tabs-right .nav-tabs > li.active a:focus {
        border-right: 3px solid #CCC;
        border-left: 1px solid #FFFFFF;
    }

/* Toggles */
.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

    .toggle > input {
        cursor: pointer;
        filter: alpha(opacity=0);
        height: 45px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .toggle > label {
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        background: #F4F4F4;
        border-left: 3px solid #CCC;
        border-radius: 8px;
        color: #CCC;
        display: block;
        font-size: 1.1em;
        min-height: 20px;
        padding: 12px 20px 12px 10px;
        position: relative;
        cursor: pointer;
        font-weight: 500;
    }

        .toggle > label:-moz-selection {
            background: none;
        }

        .toggle > label i.icon-minus {
            display: none;
        }

        .toggle > label i.icon-plus {
            display: inline;
        }

        .toggle > label:selection {
            background: none;
        }

        .toggle > label:before {
            border: 6px solid transparent;
            border-left-color: inherit;
            content: '';
            margin-top: -6px;
            position: absolute;
            right: 4px;
            top: 50%;
        }

        .toggle > label:hover {
            background: #f5f5f5;
        }

        .toggle > label + p {
            color: #999;
            display: block;
            overflow: hidden;
            padding-left: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 25px;
        }

        .toggle > label i {
            font-size: 0.7em;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

    .toggle > .toggle-content {
        display: none;
    }

    .toggle.active i.icon-minus {
        display: inline;
    }

    .toggle.active i.icon-plus {
        display: none;
    }

    .toggle.active > label {
        background: #F4F4F4;
        border-color: #CCC;
    }

        .toggle.active > label:before {
            border: 6px solid transparent;
            border-top-color: inherit;
            margin-top: -3px;
            right: 10px;
        }

    .toggle.active > p {
        white-space: normal;
    }

    .toggle > p.preview-active {
        height: auto;
        white-space: normal;
    }

/* Owl Carousel */
.owl-carousel {
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-wrapper-outer {
        border-radius: 0;
    }

    .owl-carousel .thumbnail {
        max-width: 99%;
    }

    .owl-carousel .img-responsive {
        display: inline-block;
    }

.owl-carousel-spaced {
    margin-left: -5px;
}

    .owl-carousel-spaced .owl-item > div {
        margin: 5px;
    }

.owl-theme .owl-controls {
    margin-top: 20px;
}

    .owl-theme .owl-controls .owl-buttons div {
        border-radius: 50px;
        border-bottom: 2px solid transparent;
        filter: alpha(opacity=100);
        opacity: 1;
        padding: 1px 9px;
        margin: 2px;
    }

/* Owl Carousel - Highlight */
.highlight .owl-theme .owl-controls .owl-page span {
    background-color: #FFFFFF;
}

/* Video */
section.video {
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center 0;
    width: 100%;
    margin: 70px 0;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

    section.video > video {
        display: none;
    }

    section.video blockquote {
        border: 0;
        padding: 0 10%;
    }

        section.video blockquote i.icon-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px;
        }

        section.video blockquote p {
            font-size: 24px;
            line-height: 30px;
        }

        section.video blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            position: relative;
            left: -5px;
        }

    section.video .container {
        position: relative;
        z-index: 3;
    }

    section.video .video-overlay {
        background: transparent url(../img/video-overlay.png) repeat 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    section.video .mejs-container {
        position: absolute;
        top: -50%;
        z-index: 1;
    }

        section.video .mejs-container .mejs-controls, section.video .mejs-container .mejs-layers {
            display: none !important;
        }

    section.video.valign-video .mejs-container {
        top: -50%;
    }

/* Video Container */
.video-container {
    padding-top: 25px;
    padding-bottom: 50.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 0;
}

    .video-container.vimeo {
        padding-top: 0;
        padding-bottom: 56.4%;
    }

    .video-container embed, .video-container iframe, .video-container object, .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Popup */
.popup-inline-content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none;
}

/* Magnific Popup */
.mfp-wrap .popup-inline-content {
    display: block;
}

/* Miscellaneous */
body a {
    outline: none !important;
}

li {
    line-height: 24px;
}

.center {
    text-align: center;
}

.push-bottom {
    margin-bottom: 35px;
}

.push-top {
    margin-top: 35px;
}

.bold {
    font-weight: bold;
}

.inverted {
    color: #FFFFFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

/* Clearfix */
.clearfix {
    display: inline-block;
}

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Divider Line */
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

    hr.short {
        margin: 11px 0 11px 0;
    }

    hr.tall {
        margin: 50px 0 50px 0;
    }

        hr.tall.exception {
            margin: 0 0 50px 0;
        }

    hr.taller {
        margin: 66px 0 66px 0;
    }

    hr.hr-empty {
        background-image: none;
        border: 0;
        height: 1px;
        margin: 25px 0 25px 0;
    }

    hr.light {
        background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
        background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    }

/* Read More */
.read-more,
.learn-more {
    display: inline-block;
    white-space: nowrap;
}

/* Offset Anchor */
.offset-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px;
}

/* Show Grid */
.show-grid [class*="col-md-"] .show-grid-block {
    background-color: rgba(210, 79, 90, 0.15);
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #FFFFFF;
    display: block;
}

/* Font Awesome */
.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px;
}

.fontawesome-icon-list i {
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px;
}

/* Sort Source Wrapper */
.sort-source-wrapper {
    padding: 8px 0;
    position: relative;
}

    .sort-source-wrapper .nav {
        margin: -100px 0 5px;
    }

        .sort-source-wrapper .nav > li > a {
            color: #FFFFFF;
            background: transparent;
        }

            .sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
                background: transparent;
            }

        .sort-source-wrapper .nav > li.active > a {
            background: transparent;
        }

            .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
                background: transparent;
            }

/* Sort Source */
.sort-source {
    clear: both;
}

/* Sort Destination */
.sort-destination.full-width {
    margin: 0 0 -81px;
    position: relative;
    top: -51px;
}

    .sort-destination.full-width .isotope-item {
        width: 20%;
        float: left;
    }

        .sort-destination.full-width .isotope-item .img-thumbnail {
            border: 0;
            padding: 0;
            margin: 0;
        }

        .sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
            border-radius: 0;
            float: left;
        }

/* Pricing Tables */
.pricing-table {
    margin: 25px 0 0 -15px;
    padding-left: 0;
    text-align: center;
}

    .pricing-table ul {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    .pricing-table h3 {
        background-color: rgba(210, 79, 90, 0.15);
        border-radius: 2px 2px 0 0;
        font-size: 20px;
        font-weight: normal;
        margin: -20px -20px 50px -20px;
        padding: 20px;
    }

        .pricing-table h3 span {
            background: #FFFFFF;
            border: 5px solid #FFFFFF;
            border-radius: 100px;
            box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
            color: #777777;
            display: block;
            font: bold 25px / 100px Georgia, Serif;
            height: 100px;
            margin: 20px auto -65px;
            width: 100px;
        }

    .pricing-table .most-popular {
        border: 3px solid #CCC;
        box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        top: -10px;
        z-index: 2;
    }

        .pricing-table .most-popular h3 {
            background-color: #555;
            color: #FFFFFF;
            padding-top: 30px;
            text-shadow: 0 1px #555;
        }

    .pricing-table .plan-ribbon-wrapper {
        height: 88px;
        overflow: hidden;
        position: absolute;
        right: -5px;
        top: -5px;
        width: 85px;
    }

    .pricing-table .plan-ribbon {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
        background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
        background-color: #bfdc7a;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        color: #333;
        font-size: 14px;
        left: -5px;
        padding: 7px 0;
        position: relative;
        text-align: center;
        text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
        top: 15px;
        width: 120px;
    }

        .pricing-table .plan-ribbon:before {
            left: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            content: "";
            position: absolute;
        }

        .pricing-table .plan-ribbon:after {
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            content: "";
            position: absolute;
            right: 0;
        }

    .pricing-table .plan {
        background: #FFFFFF;
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #333;
        margin-bottom: 35px;
        margin-right: -31px;
        padding: 20px;
        position: relative;
        text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    }

    .pricing-table .btn {
        margin-top: 5px;
    }

/* Pricing Tables Boxed */
body.boxed .pricing-table {
    margin-left: -31px;
}

    body.boxed .pricing-table .plan, body.boxed .pricing-table h3 {
        border-radius: 0;
    }

/* Featured Box */
.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 10px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .featured-box h4 {
        font-size: 1.5em;
        font-weight: 500;
        margin-top: 5px;
    }

    .featured-box .box-content {
        border-radius: 8px;
        border-top: 3px solid #33B8FF;
        border-top-width: 4px;
        padding: 30px 30px 10px 30px;
    }

    .featured-box .learn-more {
        display: block;
        margin-top: 10px;
    }

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}

    .featured-boxes .featured-box.info-content {
        text-align: left;
    }

/* Primary */
.featured-box-primary i.icon-featured {
    background-color: #E36159;
}

.featured-box-primary h4 {
    color: #E36159;
}

.featured-box-primary .box-content {
    border-top-color: #E36159;
}

/* Secundary */
.featured-box-secundary i.icon-featured {
    background-color: #CCC;
}

.featured-box-secundary h4 {
    color: #d24f5a;
}

.featured-box-secundary .box-content {
    border-top-color: #CCC;
}

    .featured-box-secundary .box-content .radio-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

        .featured-box-secundary .box-content .radio-box .radio {
            padding: 0 0 0 0;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .featured-box-secundary .box-content .radio-box .radio label {
                margin: 0px;
            }

            .featured-box-secundary .box-content .radio-box .radio label span {
                font-weight: 600;
                font-size: 1.25em;
                color: #333361;
            }

            .featured-box-secundary .box-content .radio-box .radio + .radio {
                padding: 0 0 0 20px;
            }

            .featured-box-secundary .box-content .radio-box .radio input[type=radio] {
                position: absolute;
                opacity: 0;
            }

                .featured-box-secundary .box-content .radio-box .radio input[type=radio] + .radio-label:before {
                    content: "";
                    background: #f4f4f4;
                    border-radius: 100%;
                    border: 1px solid #d24f5a;
                    display: inline-block;
                    width: 1.5em;
                    height: 1.5em;
                    position: relative;
                    margin-right: 0.5em;
                    margin-top: 2px;
                    vertical-align: top;
                    cursor: pointer;
                    text-align: center;
                    transition: all 250ms ease;
                }

                .featured-box-secundary .box-content .radio-box .radio input[type=radio]:checked + .radio-label:before {
                    background-color: #d24f5a;
                    box-shadow: inset 0 0 0 4px #f4f4f4;
                }

                .featured-box-secundary .box-content .radio-box .radio input[type=radio]:focus + .radio-label:before {
                    outline: none;
                    border-color: #d24f5a;
                }

                .featured-box-secundary .box-content .radio-box .radio input[type=radio]:disabled + .radio-label:before {
                    box-shadow: inset 0 0 0 4px #f4f4f4;
                    border-color: #b4b4b4;
                    background: #b4b4b4;
                }

                .featured-box-secundary .box-content .radio-box .radio input[type=radio] + .radio-label:empty:before {
                    margin-right: 0;
                }

/* Tertiary */
.featured-box-tertiary i.icon-featured {
    background-color: #2BAAB1;
}

.featured-box-tertiary h4 {
    color: #2BAAB1;
}

.featured-box-tertiary .box-content {
    border-top-color: #2BAAB1;
}

/* Quartenary */
.featured-box-quartenary i.icon-featured {
    background-color: #734BA9;
}

.featured-box-quartenary h4 {
    color: #734BA9;
}

.featured-box-quartenary .box-content {
    border-top-color: #734BA9;
}

/****** LOGIN MODAL ******/
.modal-backdrop {
    z-index: 1000;
}

.modal#login-modal {
    z-index: 1001;
    overflow: hidden;
    overflow-y: hidden;
}

.loginmodal-container {
    padding: 25px;
    max-width: 350px;
    width: 100% !important;
    background-color: #fafafa;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid #FFFFFF;
}

    .loginmodal-container button.close-modal {
        position: relative;
        margin-top: -30px;
        margin-right: -25px;
        background: transparent;
        border-radius: 50px;
        opacity: .5;
        color: #333333;
        text-shadow: none;
        font-size: 26px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        .loginmodal-container button.close-modal:hover {
            opacity: 1;
        }

    .loginmodal-container .icon-user-modal {
        border-radius: 50px;
        background-color: #fafafa;
        position: relative;
        margin: 0 auto;
        text-align: center;
        width: 75px;
        height: 75px;
        margin-top: -55px;
        border: 2px solid #FFFFFF;
    }

        .loginmodal-container .icon-user-modal .fa-user {
            font-size: 40px;
            padding: 15px;
            color: #d24f5a;
        }

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.6em;
        margin: 0;
        font-weight: 500;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        outline: none;
    }

    .loginmodal-container input[type=text], input[type=password] {
        font-size: 16px;
        width: 100%;
        margin-bottom: 14px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 46px;
        padding: 10px 12px;
        line-height: 1.33;
        border-radius: 3px;
    }

/*.loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }*/

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-top: 0;
    padding: 8px 10px 8px 10px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #d24f5a;
    /*text-transform: uppercase;*/
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-radius: 50px;
    border: 2px solid #d24f5a;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}

    .loginmodal-submit .fa {
        margin-right: 3px;
        position: relative;
        top: -1px;
    }

    .loginmodal-submit:hover {
        background: transparent;
        color: #943A4A;
        text-decoration: none;
    }

.loginmodal-container .link {
    width: 100%;
    height: 20px;
    text-align: right;
    position: relative;
}

.loginmodal-container a.link-button {
    text-decoration: underline;
    color: #333361;
}

    .loginmodal-container a.link-button:hover {
        color: #943A4A;
    }

.login-help {
    font-size: 12px;
}

#formlogin p#loginerror {
    color: #d24f5a;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
}


/* Featured Boxes - Login */
.featured-boxes.login {
    margin-top: -30px;
}

    .featured-boxes.login .featured-box {
        text-align: left;
    }

.featured-boxes.cart .featured-box {
    text-align: left;
}

.featured-boxes .featured-box-cart {
    margin-top: 0;
}

/* Feature Box */
.feature-box {
    clear: both;
}

    .feature-box .feature-box-icon {
        background: #d24f5a;
        border-radius: 35px;
        color: #FFFFFF;
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 35px;
    }

    .feature-box .feature-box-info {
        padding-left: 50px;
    }

    /* Secundary */
    .feature-box.secundary h4 {
        color: #333361;
    }

    .feature-box.secundary .feature-box-icon {
        background: transparent;
        width: 50px;
        height: 50px;
    }

        .feature-box.secundary .feature-box-icon i.icon {
            font-size: 28px;
        }

    .feature-box.secundary .feature-box-info {
        padding-left: 60px;
    }

/* Icon Featured */
.icon-featured {
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 110px;
    margin: 25px 0;
    padding: 25px;
    display: inline-block;
    padding: 0;
    width: 110px;
    height: 110px;
}

/* Thumb Info */
.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0;
    }

    .thumb-info:hover .thumb-info-action {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .thumb-info:hover .thumb-info-title {
        background: #000;
    }

    .thumb-info .thumb-info-action-icon {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #CCC;
        border-radius: 0 0 0 25px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px;
    }

        .thumb-info .thumb-info-action-icon i {
            font-size: 24px;
            left: 3px;
            position: relative;
            top: -4px;
        }

    .thumb-info .thumb-info-action {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background: rgba(36, 27, 28, 0.9);
        bottom: 0;
        color: #FFFFFF;
        filter: alpha(opacity=0);
        height: 100%;
        left: 0;
        opacity: 0.0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        display: block;
        white-space: nowrap;
    }

    .thumb-info .thumb-info-title {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background: rgba(36, 27, 28, 0.9);
        bottom: 10%;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 9px 11px 9px;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        /*text-transform: uppercase;*/
        z-index: 1;
    }

    .thumb-info .thumb-info-type {
        background-color: #CCC;
        border-radius: 10px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        margin: 8px -2px -15px -2px;
        padding: 2px 9px;
        text-transform: none;
    }

    .thumb-info img {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border-radius: 3px;
        position: relative;
    }

    .thumb-info:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

/* Thumb Info Caption  */
.thumb-info-caption {
    padding: 10px 0;
}

    .thumb-info-caption p {
        font-size: 0.9em;
        line-height: 20px;
        margin: 0 0 8px;
        padding: 10px;
    }

/* Thumb Info Social Icons */
.thumb-info-social-icons {
    border-top: 1px dotted #DDD;
    margin: 0;
    padding: 15px 0;
    display: block;
}

    .thumb-info-social-icons a {
        background: #CCC;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none;
        }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a i {
            color: #FFFFFF;
            font-size: 0.9em;
            font-weight: normal;
        }

/* Thumb Info Secundary */
.thumb-info.secundary .thumb-info-title {
    background: transparent;
    bottom: auto;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    opacity: 0;
}

.thumb-info.secundary .thumb-info-type {
    float: none;
}

.thumb-info.secundary:hover .thumb-info-title {
    top: 42%;
    opacity: 1;
}

/* Timeline */
section.timeline {
    width: 75%;
    margin: 50px 13% 0;
    position: relative;
    float: left;
    padding-bottom: 120px;
}

    section.timeline:after {
        background: #505050;
        background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
        background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -60px;
        width: 3px;
        z-index: 0;
        filter: alpha(opacity=35);
        opacity: 0.35;
    }

    section.timeline .timeline-date {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
        position: relative;
        display: block;
        clear: both;
        width: 200px;
        height: 45px;
        padding: 5px;
        border: 1px solid #E5E5E5;
        margin: 0 auto 10px;
        text-shadow: 0 1px 1px #FFFFFF;
        border-radius: 50px;
        background: #FFFFFF;
        z-index: 1;
    }

        section.timeline .timeline-date h3 {
            display: block;
            text-align: center;
            color: #757575;
            font-size: 0.9em;
            line-height: 32px;
        }

    section.timeline .timeline-title {
        background: #F4F4F4;
        padding: 12px;
    }

        section.timeline .timeline-title h4 {
            padding: 0;
            margin: 0;
            color: #171717;
            font-size: 1.4em;
        }

        section.timeline .timeline-title a {
            color: #171717;
        }

        section.timeline .timeline-title .timeline-title-tags {
            color: #B1B1B1;
            font-size: 0.9em;
        }

            section.timeline .timeline-title .timeline-title-tags a {
                color: #B1B1B1;
                font-size: 0.9em;
            }

    section.timeline .timeline-box {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
        border: 1px solid #E5E5E5;
        border-radius: 50px;
        margin: 20px 10px 10px 10px;
        padding: 10px;
        position: relative;
        width: 45.7%;
        float: left;
        z-index: 1;
        margin-bottom: 30px;
        background: #FFFFFF;
    }

        section.timeline .timeline-box.left {
            clear: both;
        }

            section.timeline .timeline-box.left:before {
                background: none repeat scroll 0 0 #E5E5E5;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
                content: "";
                display: block;
                height: 7px;
                margin-right: -5px;
                position: absolute;
                right: -6.8%;
                top: 22px;
                width: 8px;
            }

            section.timeline .timeline-box.left:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #FFFFFF;
                border-right: 1px solid #E5E5E5;
                border-top: 1px solid #E5E5E5;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                right: -8px;
                top: 20px;
                width: 14px;
                z-index: 0;
            }

        section.timeline .timeline-box.right {
            clear: right;
            float: right;
            right: -1px;
            margin-top: 40px;
        }

            section.timeline .timeline-box.right:before {
                background: none repeat scroll 0 0 #E5E5E5;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
                content: "";
                display: block;
                height: 7px;
                margin-left: -5px;
                position: absolute;
                left: -7.2%;
                top: 32px;
                width: 8px;
            }

            section.timeline .timeline-box.right:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #FFFFFF;
                border-left: 1px solid #E5E5E5;
                border-bottom: 1px solid #E5E5E5;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                left: -8px;
                top: 30px;
                width: 14px;
                z-index: 0;
            }

        section.timeline .timeline-box .img-thumbnail {
            border-radius: 0;
            padding: 0;
            border: 0;
        }

            section.timeline .timeline-box .img-thumbnail img {
                border-radius: 0;
                padding: 0;
                border: 0;
            }

        section.timeline .timeline-box .thumb-info {
            float: left;
            margin-bottom: -5px;
        }

        section.timeline .timeline-box .owl-carousel {
            border-radius: 0;
            padding: 0;
            border: 0;
            box-shadow: none;
        }

/* Testimonials */
blockquote.testimonial {
    background: #CCC;
    border-radius: 10px;
    border: 0;
    color: #555;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
}

    blockquote.testimonial:before {
        left: 10px;
        top: 0;
        color: #FFFFFF;
        content: "\201C";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
    }

    blockquote.testimonial:after {
        color: #FFFFFF;
        content: "\201C";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
        bottom: -0.5em;
        content: "\201D";
        right: 10px;
    }

    blockquote.testimonial p {
        color: #FFFFFF;
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 1.2em;
        line-height: 1.3;
    }

/* Testimonials Arrow */
.testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #CCC;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}

/* Testimonials Author */
.testimonial-author {
    margin: 8px 0 0 8px;
}

    .testimonial-author .img-thumbnail {
        float: left;
        margin-right: 10px;
    }

        .testimonial-author .img-thumbnail img {
            max-width: 60px;
        }

    .testimonial-author strong {
        color: #111;
        display: block;
        padding-top: 7px;
    }

    .testimonial-author span {
        color: #555;
        display: block;
        font-size: 12px;
    }

    .testimonial-author p {
        color: #999;
        margin: 0 0 0 25px;
        text-align: left;
    }

/* Social Icons */



ul.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

    ul.social-icons li {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        /*background-image: url(../img/social-sprites.png);
        background-repeat: no-repeat;*/
        background-color: #FFFFFF;
        background-position: 0 100px;
        display: inline-block;
        margin: -1px 1px 5px 0;
        padding: 0;
        border-radius: 100%;
        overflow: visible;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    }

        ul.social-icons li a {
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
        }

            ul.social-icons li a:hover {
                text-decoration: none;
            }

            ul.social-icons li a i[class^="icon-"] {
                color: #444;
                font-style: normal;
                position: relative;
                top: 3px;
            }

            ul.social-icons li a:active {
                box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
            }

        /*ul.social-icons li[class] a {
            text-indent: -9999px;
        }*/

        ul.social-icons li:active, ul.social-icons li a:active {
            border-radius: 100%;
        }

        ul.social-icons li.digg {
            background-position: 0 0;
        }

            ul.social-icons li.digg:hover {
                background-position: 0 -30px;
            }

        ul.social-icons li.dribbble {
            background-position: 0 -60px;
        }

            ul.social-icons li.dribbble:hover {
                background-position: 0 -90px;
            }

        ul.social-icons li.facebook {
            background-position: 0 -120px;
        }

            ul.social-icons li.facebook:hover {
                background-position: 0 -150px;
            }

        ul.social-icons li.flickr {
            background-position: 0 -180px;
        }

            ul.social-icons li.flickr:hover {
                background-position: 0 -210px;
            }

        ul.social-icons li.forrst {
            background-position: 0 -240px;
        }

            ul.social-icons li.forrst:hover {
                background-position: 0 -270px;
            }

        ul.social-icons li.googleplus {
            background-position: 0 -300px;
        }

            ul.social-icons li.googleplus:hover {
                background-position: 0 -330px;
            }

        ul.social-icons li.html5 {
            background-position: 0 -360px;
        }

            ul.social-icons li.html5:hover {
                background-position: 0 -390px;
            }

        ul.social-icons li.icloud {
            background-position: 0 -420px;
        }

            ul.social-icons li.icloud:hover {
                background-position: 0 -450px;
            }

        ul.social-icons li.lastfm {
            background-position: 0 -480px;
        }

            ul.social-icons li.lastfm:hover {
                background-position: 0 -510px;
            }

        ul.social-icons li.linkedin {
            background-position: 0 -540px;
        }

            ul.social-icons li.linkedin:hover {
                background-position: 0 -570px;
            }

        ul.social-icons li.myspace {
            background-position: 0 -600px;
        }

            ul.social-icons li.myspace:hover {
                background-position: 0 -630px;
            }

        ul.social-icons li.paypal {
            background-position: 0 -660px;
        }

            ul.social-icons li.paypal:hover {
                background-position: 0 -690px;
            }

        ul.social-icons li.picasa {
            background-position: 0 -720px;
        }

            ul.social-icons li.picasa:hover {
                background-position: 0 -750px;
            }

        ul.social-icons li.pinterest {
            background-position: 0 -780px;
        }

            ul.social-icons li.pinterest:hover {
                background-position: 0 -810px;
            }

        ul.social-icons li.reddit {
            background-position: 0 -840px;
        }

            ul.social-icons li.reddit:hover {
                background-position: 0 -870px;
            }

        ul.social-icons li.rss {
            background-position: 0 -900px;
        }

            ul.social-icons li.rss:hover {
                background-position: 0 -930px;
            }

        ul.social-icons li.skype {
            background-position: 0 -960px;
        }

            ul.social-icons li.skype:hover {
                background-position: 0 -990px;
            }

        ul.social-icons li.stumbleupon {
            background-position: 0 -1020px;
        }

            ul.social-icons li.stumbleupon:hover {
                background-position: 0 -1050px;
            }

        ul.social-icons li.tumblr {
            background-position: 0 -1080px;
        }

            ul.social-icons li.tumblr:hover {
                background-position: 0 -1110px;
            }

        ul.social-icons li.twitter {
            background-position: 0 -1140px;
        }

            ul.social-icons li.twitter:hover {
                background-position: 0 -1170px;
            }

        ul.social-icons li.vimeo {
            background-position: 0 -1200px;
        }

            ul.social-icons li.vimeo:hover {
                background-position: 0 -1230px;
            }

        ul.social-icons li.wordpress {
            background-position: 0 -1260px;
        }

            ul.social-icons li.wordpress:hover {
                background-position: 0 -1290px;
            }

        ul.social-icons li.yahoo {
            background-position: 0 -1320px;
        }

            ul.social-icons li.yahoo:hover {
                background-position: 0 -1350px;
            }

        ul.social-icons li.youtube {
            background-position: 0 -1380px;
        }

            ul.social-icons li.youtube:hover {
                background-position: 0 -1410px;
            }

        ul.social-icons li.github {
            background-position: 0 -1440px;
        }

            ul.social-icons li.github:hover {
                background-position: 0 -1470px;
            }

        ul.social-icons li.behance {
            background-position: 0 -1500px;
        }

            ul.social-icons li.behance:hover {
                background-position: 0 -1530px;
            }

        ul.social-icons li.yelp {
            background-position: 0 -1560px;
        }

            ul.social-icons li.yelp:hover {
                background-position: 0 -1590px;
            }

        ul.social-icons li.mail {
            background-position: 0 -1620px;
        }

            ul.social-icons li.mail:hover {
                background-position: 0 -1650px;
            }

        ul.social-icons li.instagram {
            background-position: 0 -1680px;
        }

            ul.social-icons li.instagram:hover {
                background-position: 0 -1710px;
            }

        ul.social-icons li.foursquare {
            background-position: 0 -1740px;
        }

            ul.social-icons li.foursquare:hover {
                background-position: 0 -1770px;
            }

        ul.social-icons li.zerply {
            background-position: 0 -1800px;
        }

            ul.social-icons li.zerply:hover {
                background-position: 0 -1830px;
            }

        ul.social-icons li.vk {
            background-position: 0 -1860px;
        }

            ul.social-icons li.vk:hover {
                background-position: 0 -1890px;
            }

/* Arrows */
.arrow {
    background: transparent url(../img/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}

    .arrow.vtl {
        background-position: 0 0;
        width: 47px;
        height: 96px;
    }

    .arrow.vtr {
        background-position: -101px 0;
        width: 47px;
        height: 96px;
    }

    .arrow.vbl {
        background-position: 0 -144px;
        width: 47px;
        height: 96px;
    }

    .arrow.vbr {
        background-position: -101px -144px;
        width: 47px;
        height: 96px;
    }

    .arrow.hlt {
        background-position: -209px 0;
        width: 120px;
        height: 47px;
    }

    .arrow.hlb {
        background-position: -209px -101px;
        width: 120px;
        height: 47px;
    }

    .arrow.hrt {
        background-position: -353px 0;
        width: 120px;
        height: 47px;
    }

    .arrow.hrb {
        background-position: -353px -101px;
        width: 120px;
        height: 47px;
    }

/* Circular Bars */
.circular-bar {
    margin-bottom: 25px;
    min-height: 210px;
}

    .circular-bar .knob {
        visibility: hidden;
    }

    .circular-bar strong {
        display: block;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
    }

    .circular-bar label {
        display: block;
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
    }

.circular-bar-content {
    margin-bottom: 70px;
    margin-top: -125px;
    text-align: center;
}

/* Progress */
.progress {
    border-radius: 25px;
    height: 20px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
}

.progress-bar {
    box-shadow: none;
    position: relative;
    border-radius: 25px;
}

.progress-bar-tooltip {
    position: absolute;
    padding: 4px 8px;
    background-color: #333;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .progress-bar-tooltip:after {
        border-color: #333 transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        bottom: -5px;
        content: "";
        display: block;
        left: 13px;
        position: absolute;
        width: 0;
    }

/* Counters */
.counters strong {
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}

.counters label {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

/* Word Rotate */
.word-rotate {
    visibility: hidden;
    width: 100px;
    height: 0px;
    margin-bottom: -7px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .word-rotate.active {
        visibility: visible;
        width: auto;
    }

    .word-rotate .word-rotate-items {
        position: relative;
        top: 0;
        width: 100%;
    }

        .word-rotate .word-rotate-items span {
            display: block;
            white-space: nowrap;
        }

/* Word Rotate - Titles */
h1 .word-rotate {
    margin-bottom: -12px;
}

h2 .word-rotate {
    margin-bottom: -12px;
}

h2.word-rotator-title {
    line-height: 54px;
}

/* Scroll to Top */
.scroll-to-top {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: #d24f5a;
    border-radius: 50%;
    bottom: 15px;
    color: #FFFFFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    z-index: 1040;
}


    .scroll-to-top.visible {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .scroll-to-top.visible i {
        position: relative;
    }

    .scroll-to-top:hover {
        background: #943a4a;
    }

    .scroll-to-top:hover i {
        top: -1px;
        color: #ffffff;
    }
/* Portfolio */
.portfolio-title {
    margin-bottom: -10px;
}

    .portfolio-title a {
        display: inline-block;
    }

    .portfolio-title .icon {
        font-size: 2.5em;
    }

    .portfolio-title .portfolio-nav,
    .portfolio-title .portfolio-nav-all {
        margin-top: 11px;
    }

    .portfolio-title .portfolio-nav {
        text-align: right;
    }

        .portfolio-title .portfolio-nav a {
            width: 40%;
        }

    .portfolio-title .portfolio-nav-all .icon {
        font-size: 2.7em;
    }

    .portfolio-title .icon-angle-right {
        text-align: right;
    }

    .portfolio-title .portfolio-nav-prev {
        text-align: left;
    }

/* Portfolio Info */
.portfolio-info {
    margin: 2px 0 10px;
    float: right;
}

    .portfolio-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .portfolio-info ul li {
            display: inline-block;
            border-right: 1px solid #E6E6E6;
            color: #B1B1B1;
            padding-right: 8px;
            margin-right: 8px;
            font-size: 0.9em;
        }

            .portfolio-info ul li:last-child {
                border-right: 0;
                padding-right: 0;
                margin-right: 0;
            }

            .portfolio-info ul li a {
                text-decoration: none;
                color: #B1B1B1;
            }

                .portfolio-info ul li a:hover .icon-heart {
                    color: #E53F51;
                }

            .portfolio-info ul li .icon {
                margin-right: 4px;
            }

/* Portfolio List */
ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.portfolio-list .portfolio-item {
        margin-bottom: 35px;
    }

/* Portfolio Details */
ul.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 45px 0 0 5px;
    font-size: 0.9em;
}

    ul.portfolio-details li {
        padding: 0;
        margin: 0 0 20px;
    }

    ul.portfolio-details p {
        padding: 0;
        margin: 0;
    }

    ul.portfolio-details blockquote {
        padding: 0 0 0 10px;
        margin: 15px 0 0;
        color: #999;
    }

    ul.portfolio-details ul.list-skills li {
        margin-right: 10px;
        margin-bottom: 5px;
    }

/* Team List */
ul.team-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.team-list .team-item {
        margin-bottom: 35px;
    }

        ul.team-list .team-item .thumb-info-social-icons {
            margin: 0 10px;
        }

/* History */
ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

    ul.history li {
        margin: 25px 0;
        padding: 0;
        clear: both;
    }

        ul.history li h4 {
            margin: 0 0 -27px 0;
            padding: 0;
        }

        ul.history li p {
            margin-left: 53px;
        }

        ul.history li .thumb {
            background: transparent url(../img/history-thumb.png) no-repeat 0 0;
            width: 227px;
            height: 160px;
            margin: 0 0 30px;
            padding: 0;
            float: left;
        }

            ul.history li .thumb img {
                border-radius: 150px;
                margin: 7px 8px;
                width: 145px;
                height: 145px;
            }

        ul.history li .featured-box {
            text-align: left;
            margin-left: 225px;
            margin-bottom: 50px;
            min-height: 115px;
        }

            ul.history li .featured-box .box-content {
                border-top-color: #CCC;
            }

/* Search Results */
.search-results {
    min-height: 300px;
}

/* Maps */
.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: -50px 0 30px 0;
    width: 100%;
}

    .google-map img {
        max-width: 9999px;
    }

/* Maps - Parallax */
.parallax + .google-map {
    margin-top: -70px;
}


/*  CUSTOM  */
/* HOME PAGE */
.home-page .text-box .featured-box-secundary .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 20px;
    height: 444px;
    border-radius: 10px !important;
    text-align: left;
    overflow: hidden;
}

    .home-page .text-box .featured-box-secundary .box-content img.video-ali {
        border-radius: 10px !important;
    }

.home-page .internal-section {
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home-page #modal-noticias .internal-section {
    border-left: 6px solid rgba(210, 79, 90, 0.15);
    -webkit-box-shadow: inset -1px 0px 0px 0px #FFFFFF;
    -moz-box-shadow: inset -1px 0px 0px 0px #FFFFFF;
    box-shadow: inset -1px 0px 0px 0px #FFFFFF;
}

#modal-noticias #spinner {
    width: 100%;
    text-align: center;
    font-size: 4em;
    color: #d24f5a;
}
#modal-noticias .modal-dialog .modal-header h2 {
    font-size: 2em;
}
#modal-noticias .modal-dialog .modal-body .modal-noticias img {
    max-width: 100%;
}

.modal-backdrop.in {
    z-index: 100;
}

#modal-news-master #modal-noticias .modal-noticias #modalnews .box-noticia .internal-section {
    border-left: 0 solid rgba(210, 79, 90, 0.15);
}

    #modal-news-master #modal-noticias .modal-noticias #modalnews .box-noticia .internal-section h5 {
        font-size: 1.5em;
        margin: 10px 0 14px 0;
    }

    #modal-news-master #modal-noticias .modal-noticias #modalnews .box-noticia .internal-section img {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }


.home-page .home-content .featured-box .sidebar .box-content-text {
    margin-bottom: 18px;
}

.home-page .home-content .featured-box .sidebar .feature-box-icon .fa, 
.home-page .home-content .featured-box .sidebar .feature-box-icon .fa-solid {
    background: #d24f5a;
    border-radius: 35px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
}

.home-page .home-content .featured-box .sidebar .feature-box-text {
    padding: 0;
}

.home-page .home-content .featured-box .sidebar h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0;
}

.home-page .home-content .sidebar p {
    font-size: 14px;
    line-height: 22px;
    /*white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin: 0;
}

.home-page .home-content .sidebar hr.hr-empty {
    background-image: none;
    border: 0;
    height: 1px;
    margin: 5px 0 5px 0;
    float: left;
}

.home-page .home-content .sidebar .button1 {
    margin-top: 16px;
}

#decreto1, #decreto2, #decreto3, #decreto4 {
    position: absolute;
    margin-top: -125px;
}

.home-page .home-content .section-services .section-services-content .box-content-text {
    min-height: 110px;
}

    .home-page .home-content .section-services .section-services-content .box-content-text .feature-box-icon {
        background: transparent;
        border-radius: 35px;
        color: #d24f5a;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #d24f5a;
        float: left;
        height: 50px;
        line-height: 44px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 50px;
        font-size: 24px;
    }

    .home-page .home-content .section-services .section-services-content .box-content-text .feature-box-text {
        padding: 0;
    }

    .home-page .home-content .section-services .section-services-content .box-content-text p {
        margin: 0;
    }

.featured-box-secundary .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    height: 330px;
    border-radius: 10px !important;
}

.input-lg {
    height: 46px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 6px;
}

.bottom-sub-title {
    position: relative;
    width: 40px;
    height: 2px;
    background-color: #d24f5a;
    float: left;
}

.bottom-sub-title2 {
    position: relative;
    width: 40px;
    height: 2px;
    background-color: #d24f5a;
    float: left;
    margin-bottom: 15px;
}

.home-content h2 span {
    font-size: 26px;
}

.text-box .featured-box-secundary .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 15px;
    height: 420px;
    border-radius: 10px !important;
    text-align: left;
}

    .text-box .featured-box-secundary .box-content img.video-ali {
        border-radius: 10px !important;
    }

.sidebar .fa-video-camera {
    background: #FFFFFF;
    color: #333361;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #d24f5a;
    border-radius: 35px;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    border: 2px solid #FFFFFF;
}

section.section-services {
    /*background: #F0F0ED;*/
    background: rgba(210, 79, 90, 0.15);
    background: linear-gradient(175deg, rgba(210,79,90,0.25) 0%, rgba(51,51,97,0.15) 100%);
    margin: 0;
    padding: 50px 0;
}

.missao-valores h4.h4-master {
    font-size: 1.4em;
}

.corpos-sociais p {
    color: #333361;
}

.corpos-sociais p span.position {
    color: #d24f5a;
    font-weight: 600;
    margin-right: 5px;
}

.corpos-sociais p span.local {
    color: #777;
    font-size: 14px;
}

.internal-section {
    border-left: 6px solid rgba(210, 79, 90, 0.15);
    -webkit-box-shadow: inset -1px 0px 0px 0px #FFFFFF;
    -moz-box-shadow: inset -1px 0px 0px 0px #FFFFFF;
    box-shadow: inset -1px 0px 0px 0px #FFFFFF;
}

    .internal-section blockquote {
        padding: 10px 20px;
        margin: 0 0 20px -2px;
        border-left: 1px solid #FFFFFF;
    }

        .internal-section blockquote ul.list-unstyled i {
            width: 15px;
            text-align: center;
            margin-right: 5px;
            color: #d24f5a;
        }

    .internal-section.contact-section blockquote ul.list-unstyled i {
        color: #333361;
    }

    .internal-section blockquote ul.list-unstyled li strong {
        color: #333361;
    }

.partners-content .col-lg-6.left-col {
    padding: 0 10px 0 0;
}

.partners-content .col-lg-6.right-col {
    padding: 0 0 0 10px;
}

.partners-content .partners-box-master {
    padding: 0;
}

.partners-content .partners-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

    .partners-content .partners-box .internal-section {
        border: 0;
        box-shadow: none;
    }

        .partners-content .partners-box .internal-section .img-partner {
            float: left;
            margin: 0 35px 15px 0;
            width: 25%;
            text-align: center;
        }

            .partners-content .partners-box .internal-section .img-partner .partner-logo-master {
                opacity: 1;
                -webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

            .partners-content .partners-box .internal-section .img-partner:hover .partner-logo-master {
                opacity: 0.3;
                -webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

            .partners-content .partners-box .internal-section .img-partner img {
                width: 100%;
                height: auto;
                margin: 0;
                -webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }


            .partners-content .partners-box .internal-section .img-partner span.partners-textlink {
                color: #333361;
                font-size: 20px;
                position: relative;
                text-align: center;
                top: 0;
                opacity: 1;
            }

        .partners-content .partners-box .internal-section .show-icon-master {
            position: absolute;
            text-align: center;
            height: 72px;
            z-index: 4;
            opacity: 0;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

        .partners-content .partners-box .internal-section .img-partner:hover .show-icon-master {
            opacity: 1;
        }

        .partners-content .partners-box .internal-section .show-icon-master a {
            width: 180px;
            height: 72px;
            float: left;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            font-weight: 400;
        }

            .partners-content .partners-box .internal-section .show-icon-master a i {
                background: #d24f5a;
                border-radius: 35px;
                color: #FFFFFF;
                font-size: 20px;
                width: 35px;
                height: 35px;
                line-height: 37px;
                margin-top: 12%;
                /*font-weight: 400;*/
                -webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

                .partners-content .partners-box .internal-section .show-icon-master a i:hover {
                    background: #943A4A;
                }

.see-more-partner:hover .show-icon {
    opacity: 1;
}

.partners-content .partners-box .internal-section .partners-text-master {
    float: right;
    width: 70%;
}

.partners-content .partners-box .internal-section h3 {
    color: #d24f5a;
    font-size: 1.9em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    margin: 0 0 15px 0;
    text-transform: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.partners-content .partners-box .internal-section h5 {
    color: #d24f5a;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 22px;
    margin: 0 0 15px 0;
    text-transform: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.partners-content .partners-box .internal-section p {
    margin: 0 0 10px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

.see-more-link {
    margin: 20px 0 0 2px;
    cursor: pointer;
}

.sidebar .bottom-sub-title2 {
    margin-bottom: 30px;
}

.see-more-partner {
    text-align: center;
}

    .see-more-partner a img.partner-small-logo {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 140px;
        height: 80px;
    }

        .see-more-partner a img.partner-small-logo:hover {
            margin-top: -2px;
            opacity: 0.5;
        }

section.section-partners {
    background: #FFFFFF;
    margin: 0 0 -50px 0;
    padding: 0 0 50px 0;
}

    section.section-partners h2 a.see-more-text {
        font-size: 16px;
        margin-left: 10px;
    }

h2 a.see-more-text {
    font-size: 16px;
    margin-left: 10px;
}

.see-more-partner {
    position: relative;
    width: 234px;
    height: 80px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    /*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.15s ease;
}

.see-more-partner:hover .overlay {
    display: block;
}*/

    .see-more-partner a {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .see-more-partner span.partners-textlink {
        color: #d24f5a;
        font-size: 24px;
        font-weight: 400;
        position: relative;
        top: 0;
        opacity: 1;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .see-more-partner:hover span.partners-textlink {
        color: #943A4A;
        top: -2px;
        opacity: 0.3;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .see-more-partner .show-icon {
        position: absolute;
        right: 0;
        left: 0;
        width: 140px;
        margin: 0 auto;
        height: 72px;
        z-index: 4;
        opacity: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .see-more-partner:hover .show-icon {
        opacity: 1;
    }

    .see-more-partner .show-icon a {
        width: 100%;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-weight: 400;
        width: 140px;
        height: 72px;
        float: left;
    }

        .see-more-partner .show-icon a i {
            background: #d24f5a;
            border-radius: 35px;
            color: #FFFFFF;
            font-size: 18px;
            width: 35px;
            height: 35px;
            line-height: 37px;
            margin-top: 12%;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

            .see-more-partner .show-icon a i:hover {
                background: #943A4A;
            }

    .see-more-partner img {
        position: absolute;
        width: 140px;
        height: 72px;
        left: 0;
        right: 0;
        margin: 0 auto;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        z-index: 2;
    }

    .see-more-partner:hover img {
        margin-top: -2px;
        opacity: 0.3;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }


/*.see-more-partner .button {
    position: absolute;
    width: 234px;
    left: 0;
    top: 85px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .see-more-partner .button a {
        text-align: center;
        z-index: 1;
        background: transparent;
        color: #d24f5a;
        font-size: 14px;
        border-radius: 50px;
        padding: 7px 12px;
        line-height: 1;
        border: 2px solid #d24f5a;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        margin-top: 5px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        text-shadow: 0 1px 0 #FFFFFF;
        text-decoration: none;
    }

        .see-more-partner .button a:hover {
            background: #d24f5a;
            color: #FFFFFF;
            text-shadow: 0 1px 0 #943a4a;
            border: 2px solid #943a4a;
            text-decoration: none;
        }

.see-more-partner:hover .button {
    opacity: 1;
}*/
.partner-logo {
    margin-top: -150px;
    position: absolute;
}


/* Featured Boxes - pequisa de lares */
.featured-boxes.lares {
    margin-top: -30px;
}

    .featured-boxes.lares .featured-box {
        text-align: left;
    }

    .featured-boxes.lares .featured-box-secundary .box-content {
        border-top: 3px solid #d24f5a;
        border-top-width: 4px;
        padding: 30px 30px 10px 30px;
        height: 180px;
        border-radius: 10px !important;
        width: 100%;
    }

        .featured-boxes.lares .featured-box-secundary .box-content button.button1 {
            position: relative;
            margin-top: 26px;
            float: right;
        }

#sociosmapa {
    height: 450px;
    border-radius: 0 10px 10px 0 !important;
    overflow: hidden !important;
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    position: relative;
}

#sociosdetails {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    #sociosdetails.sad .col-sm-6:nth-child(odd) {
        padding: 0 10px 0 0;
    }

    #sociosdetails.sad .col-sm-6:nth-child(even) {
        padding: 0 0 0 10px;
    }

    #sociosdetails .socioblock {
        margin: 0 0 30px 0;
        width:100%;
    }

        #sociosdetails .socioblock:hover {
            text-decoration: none;
        }

        #sociosdetails .socioblock .socioblock-box {
            display: table;
            width: 100%;
            border-radius: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-top: 1px solid #DFDFDF;
            border-bottom: 1px solid #DFDFDF;
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
            margin-bottom: 15px;
            position: relative;
            padding: 15px;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

            #sociosdetails .socioblock .socioblock-box:hover {
                background: #F5F5F5;
            }

            #sociosdetails.sad .socioblock .socioblock-box:hover {
                background: #FFFFFF;
            }

.body.searchlares #sociosdetails .socioblock .socioblock-box {
    height: 130px;
}

.body.entidade #sociosdetails .socioblock .socioblock-box {
    width: 100%;
    height: 450px;
    border-radius: 10px 0 0 10px;
}


#sociosdetails .socioblock h2.titulo {
    color: #d24f5a;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: none;
}

#sociosdetails .socioblock .socioblock-box p {
    color: #888888;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding-left: 0;
}

    #sociosdetails .socioblock .socioblock-box p:last-child {
        margin: 0 0 0 0;
    }

    #sociosdetails .socioblock .socioblock-box p i {
        width: 15px;
        text-align: center;
        margin-right: 5px;
        color: #333361;
        font-weight: 600;
    }

    #sociosdetails .socioblock .socioblock-box p span.tag {
        color: #333361;
        font-weight: 600;
    }



#sociosdetails .col-sm-6 {
    padding: 0 10px 0 0;
}

    #sociosdetails .col-sm-6:nth-child(odd) {
        padding: 0 10px 0 0;
    }

    #sociosdetails .col-sm-6:nth-child(even) {
        padding: 0 0 0 10px;
    }    
    
    #sociosdetails.sad .col-lg-6:nth-child(odd) {
        padding: 0 10px 0 0;
    }

    #sociosdetails.sad .col-lg-6:nth-child(even) {
        padding: 0 0 0 10px;
    }

.main.sad #sociosdetails .socioblock .socioblock-box {
    min-height: 260px;
}

.legistacao-content h4 {
    font-size: 1.4em;
}

.legistacao-content .internal-section blockquote p a {
    font-size: 14px;
    display: block;
}

    .legistacao-content .internal-section blockquote p a i {
        /*font-weight: 500;*/
        margin-right: 5px;
        font-size: 14px;
    }

/* Eventos */
.section-event {
    background: #d24f5a;
    margin-bottom: 50px;
    padding: 0;
    margin-top: -50px;
    min-height: 1px;
}

    .section-event .text-event-left {
        float: left;
        width: 70%;
        margin: 0;
        padding: 40px 20px 40px 0;
    }

        .section-event .text-event-left h2 {
            /*text-transform: uppercase;*/
            font-weight: 800;
            font-size: 46px;
            color: #FFFFFF;
            border-radius: 0;
            margin: 0 0 15px 0;
        }

            .section-event .text-event-left h2 span {
                font-weight: 400;
                font-size: 46px;
            }

        .section-event .text-event-left p.date-event {
            /*text-transform: uppercase;*/
            font-weight: 400;
            font-size: 30px;
            color: #FFFFFF;
            border-radius: 0;
            margin: 0;
        }

        .section-event .text-event-left .subtitle-event {
            width: 100%;
            float: left;
            border-left: 6px solid #FFFFFF;
            height: 35px;
            margin-top: 20px;
            padding: 5px 0;
        }

            .section-event .text-event-left .subtitle-event p.text-event-mark {
                margin: 0 0 15px 0;
                text-transform: none;
                text-shadow: none;
                color: #FFFFFF;
                float: left;
                font-size: 28px;
                padding: 0;
                font-weight: 600;
                font-style: italic;
            }

            .section-event .text-event-left .subtitle-event p.left-mark, .section-event .text-event-left .subtitle-event p.right-mark {
                font-size: 80px;
                float: left;
                font-family: 'Playfair Display', serif;
                font-weight: 400;
                color: #FFFFFF;
            }

            .section-event .text-event-left .subtitle-event p.left-mark {
                padding: 10px 0 0 10px;
                color: #FFFFFF;
            }

            .section-event .text-event-left .subtitle-event p.right-mark {
                padding: 23px 0 0 0;
                margin-left: 6px;
            }

            .section-event .text-event-left .subtitle-event p.text-event-mark span {
                font-family: 'Playfair Display', serif;
                font-weight: 400;
            }

                .section-event .text-event-left .subtitle-event p.text-event-mark span.small-left-mark {
                    margin: 0 3px 0 0;
                }

                .section-event .text-event-left .subtitle-event p.text-event-mark span.small-right-mark {
                    margin: 0 0 0 -5px;
                }

    .section-event .text-event-right {
        float: right;
        padding: 75px 30px 75px 30px;
        width: 30%;
        text-align: center;
        position: absolute;
        right: 0;
        color: #d24f5a;
        border-radius: 0 0 2px 2px;
    }

        .section-event .text-event-right .text-event {
            color: #d24f5a;
            font-size: 34px;
            /*text-transform: uppercase;*/
            margin: 10px 0 30px 0;
            font-weight: 600;
        }

        .section-event .text-event-right p#demo {
            color: #d24f5a;
            font-size: 36px;
            font-weight: 400;
            height: 40px;
        }

        .section-event .text-event-right a {
            float: none;
            background: transparent;
            color: #FFFFFF;
            border: 3px solid #FFFFFF;
            font-size: 18px;
            border-radius: 50px;
            padding: 22px 20px;
            display: inline-block;
            line-height: 1;
            -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
            margin-top: 10px;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            font-weight: 500;
        }

            .section-event .text-event-right a:hover {
                background: #FFFFFF;
                color: #d24f5a;
                border: 3px solid #943a4a;
                text-decoration: none;
            }
/* Event Page */
.event-content .inside-sutitle-event {
    background: #d24f5a;
    color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .event-content .inside-sutitle-event h4 {
        font-size: 30px;
        margin: 0 0 15px 0;
        color: #FFFFFF;
        font-style: italic;
    }

        .event-content .inside-sutitle-event h4 span.mark {
            font-family: 'Playfair Display', serif;
        }

        .event-content .inside-sutitle-event h4:last-child {
            margin: 0 0 0 20px;
        }

.event-content .local-event p {
    font-size: 18px;
    color: #333361;
    font-weight: 700;
    margin: 0 0 0px 0;
}

    .event-content .local-event p span {
        font-weight: normal;
        color: #777;
    }

.event-content .program-event h4 span.hour {
    font-weight: 600;
    margin-right: 8px;
}

.event-content .program-event blockquote.blockquote-program-event {
    padding: 10px 20px 20px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #d24f5a;
    background: rgba(210, 79, 90, 0.15);
}

.event-content .program-event h4 span.hour {
    font-weight: 600;
    margin-right: 8px;
}

.event-content .program-event .internal-section {
    border-left: 6px solid #FFFFFF;
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(210, 79, 90, 0.15);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(210, 79, 90, 0.15);
    box-shadow: inset -1px 0px 0px 0px rgba(210, 79, 90, 0.15);
}

    .event-content .program-event .internal-section blockquote {
        padding: 10px 20px;
        margin: 0 0 20px -2px;
        border-left: 1px solid rgba(210, 79, 90, 0.15);
    }

.event-content .program-event .logos-seminario {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
}

    .event-content .program-event .logos-seminario ul {
        text-align: center;
    }

        .event-content .program-event .logos-seminario ul li {
            display: inline-block;
            margin: 0 25px;
        }

.event-content .inscricao-seminario {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

    .event-content .inscricao-seminario a {
        float: right;
        background: #d24f5a;
        color: #FFFFFF;
        font-size: 18px;
        border-radius: 50px;
        padding: 16px 20px;
        display: inline-block;
        line-height: 1;
        border: 2px solid #943a4a;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        margin: 0 25px 0 0;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        text-shadow: 0 1px 0 #943a4a;
    }

        .event-content .inscricao-seminario a:hover {
            background: transparent;
            color: #d24f5a;
            border: 2px solid #d24f5a;
            text-shadow: 0 1px 0 #FFFFFF;
            text-decoration: none;
        }

.event-content .program-event {
    float: left;
}

    .event-content .program-event blockquote.blockquote-program-event .bt-program {
        padding-top: 25px;
    }


/* Section About (Index) */
/*.section-about .text-about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}*/

/* Section Noticias (Index) */
section.section-noticias {
    background: #FFFFFF;
    margin: 0;
    padding: 50px 0 0 0;
}

    section.section-noticias .section-noticias-content .box-noticia {
        /*background: #F5F5F5;
        background-color: transparent;
        background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
        background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: #ECECEC #DFDFDF #ECECEC #ECECEC;
        /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);*/
        margin: 0 0 20px 0;
        /*height: 111px;*/
        position: relative;
        text-align: left;
        z-index: 1;
        overflow: hidden;
        float: left;
        width: 100%;
    }

        section.section-noticias .section-noticias-content .box-noticia:last-child {
            margin: 0;
        }

.home-page section.section-noticias .section-noticias-content .box-noticia .internal-section {
    border-left: 6px solid rgba(210, 79, 90, 0.15);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .home-page section.section-noticias .section-noticias-content .box-noticia .internal-section blockquote {
        padding: 5px 0 5px 20px;
        margin: 0 0 0 -2px;
        border-left: 1px solid #FFFFFF;
    }

section.section-noticias .section-noticias-content .box-noticia .thumb-noticia {
    width: 150px;
    height: 111px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    display: none;
}

    section.section-noticias .section-noticias-content .box-noticia .thumb-noticia img {
        width: 150px;
        max-width: 100%;
        position: relative;
    }

section.section-noticias .section-noticias-content .box-noticia .text-noticia {
    padding: 0 15px 5px 0;
}

    section.section-noticias .section-noticias-content .box-noticia .text-noticia .data-noticia {
        font-size: 11px;
        /*text-transform: uppercase;*/
        color: #999999;
        margin-top: -6px;
    }

    section.section-noticias .section-noticias-content .box-noticia .text-noticia h5.maintitle {
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        line-height: 24px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        margin: -2px 0px 4px 0px;
        width: 100%;
    }

    section.section-noticias .section-noticias-content .box-noticia .text-noticia p {
        /*white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;*/
        margin: 0px;
        width: 100%;
    }

.home-page .home-content section.section-noticias .box-content .box-content-text {
    margin-bottom: 0;
}

.home-page .home-content section.section-noticias .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 2px 20px 20px 20px;
    height: auto;
    border-radius: 10px !important;
    text-align: left;
    overflow: auto;
}

.home-page .home-content section.section-noticias .medalha-ali {
    position: absolute;
    width: 135px;
    right: -55px;
    top: -20px;
    z-index: 1;
    display: none;
}

.home-page .home-content section.section-noticias .sidebar .title-h3 {
    margin: 0px -18px 15px -18px;
    background: #d24f5a;
    padding: 20px 20px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 8px 8px 0 0;
}

.home-page .home-content section.section-noticias .sidebar h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}

.home-page .home-content section.section-noticias .sidebar p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #777;
    font-weight: 500;
}

    .home-page .home-content section.section-noticias .sidebar p strong {
        color: #333361;
    }

    .home-page .home-content section.section-noticias .sidebar p:last-child {
        margin-bottom: 0;
    }

.home-page .home-content section.section-noticias .sidebar h2 {
    margin: 26px 0 0 0;
    /*text-transform: uppercase;*/
    font-size: 30px;
    color: #d24f5a;
    font-weight: 400;
    line-height: 35px;
}

    .home-page .home-content section.section-noticias .sidebar h2 span {
        font-size: 30px;
        font-weight: 600;
    }
/* Noticias */
.noticias-content h2.title-noticias {
    color: #d24f5a;
}

.noticias-content .internal-section {
    min-height: 120px;
}

    .noticias-content .internal-section blockquote {
        margin: 0 0 40px -2px;
        min-height: 120px;
    }

    .noticias-content .internal-section .noticias-post .post-content {
        margin-top: -97px;
    }

    .noticias-content .internal-section .noticias-post .noticias-date {
        margin-bottom: 15px;
        font-weight: 500;
    }

        .noticias-content .internal-section .noticias-post .noticias-date span {
            font-weight: 400;
        }

    .noticias-content .internal-section h4.subtitle-noticias {
        color: #777777;
    }
.textnews{ white-space: pre-wrap;}
.noticias-content .internal-section .noticias-text {
    margin-bottom: 25px;
    white-space: pre-wrap;
}

    .noticias-content .internal-section .noticias-image .img-thumbnail {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ECECEC;
        border-radius: 10px;
        background: #FFFFFF;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    }

        .noticias-content .internal-section .noticias-image .img-thumbnail img {
            width: 100%;
            height: auto;
        }

    .noticias-content .internal-section .noticias-post .noticias-anexo {
        margin-top: 25px;
    }

        .noticias-content .internal-section .noticias-post .noticias-anexo h5 {
            color: #333361;
            font-size: 1em;
            font-weight: 600;
            letter-spacing: normal;
            line-height: 18px;
            margin: 0 0 10px 0;
            /*text-transform: uppercase;*/
        }

        .noticias-content .internal-section .noticias-post .noticias-anexo ul li div {
            color: #d24f5a;
            font-size: 1.2em;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

            .noticias-content .internal-section .noticias-post .noticias-anexo ul li div:hover {
                color: #943A4A;
            }

        .noticias-content .internal-section .noticias-post .noticias-anexo:after {
            content: '';
            width: 35px;
            height: 2px;
            background-color: #d24f5a;
            position: absolute;
            margin-top: 5px;
        }

article.post-large .post-image, article.post-large .post-date {
    margin-left: -80px;
}

article.post .post-date {
    /*float: left;*/
    width: 50px;
    margin-right: 10px;
    text-align: center;
}

    article.post .post-date .day {
        background: rgba(210, 79, 90, 0.15);
        border-radius: 2px 2px 0 0;
        color: #d24f5a;
        display: block;
        font-size: 18px;
        font-weight: 500;
        font-weight: bold;
        padding: 10px;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        border: 1px solid #FFFFFF;
    }

    article.post .post-date .month {
        background: #d24f5a;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
        color: #FFF;
        font-size: 0.9em;
        padding: 0 10px;
        display: block;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        border-width: 1px;
        border-color: #FFFFFF;
        border-style: solid;
    }

    article.post .post-date .year {
        background: rgba(210, 79, 90, 0.15);
        border-radius: 10px;
        color: #d24f5a;
        display: block;
        font-size: 0.9em;
        padding: 0 10px;
        margin-top: 5px;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
        border: 1px solid #FFFFFF;
    }

/* Área reservada */
.areservada-content .main-post-box {
}

    .areservada-content .main-post-box .box-post-master {
        margin-bottom: 30px;
    }

        .areservada-content .main-post-box .box-post-master .box-post {
            border: 1px solid rgba(210, 79, 90, 0.15);
            padding: 20px;
            border-radius: 10px;
        }

            .areservada-content .main-post-box .box-post-master .box-post h2.title-areservada {
                color: #d24f5a;
                margin: 0 0 10px 0;
            }

            .areservada-content .main-post-box .box-post-master .box-post p {
                white-space: pre-wrap;
            }

            .areservada-content .main-post-box .box-post-master .box-post .areservada-anexo h5 {
                color: #333361;
                font-size: 1em;
                font-weight: 600;
                letter-spacing: normal;
                line-height: 18px;
                margin: 0 0 10px 0;
                /*text-transform: uppercase;*/
            }

            .areservada-content .main-post-box .box-post-master .box-post .areservada-anexo li .link {
                color: #d24f5a;
            }
                .areservada-content .main-post-box .box-post-master .box-post .areservada-anexo li .link i {
                    margin-left: 5px;
                }

                .areservada-content .main-post-box .box-post-master .box-post .areservada-anexo li .link:hover {
                    color: #943A4A;
                    text-decoration: underline;
                    cursor: pointer;
                }

.post-date-text {
    font-size: 0.9em;
    color: #999999;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

    .post-date-text .fa {
        font-size: 0.95em;
        margin-right: 3px;
    }

.noticias-content .post-date-text .fa {
    margin-bottom: 8px;
}

/* SIDEBAR SECUNDÁRIO */
.sidebar .second-sidebar ul li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0 10px 2px;
}

    .sidebar .second-sidebar ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #d24f5a;
        letter-spacing: .3px;
        cursor: pointer;
    }

    .sidebar .second-sidebar ul li .title {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #d24f5a;
        letter-spacing: .3px;
        cursor: pointer;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        .sidebar .second-sidebar ul li .title i {
            margin-left: 3px;
            font-size: 12px;
        }

        .sidebar .second-sidebar ul li .title:hover {
            color: #943A4A;
        }

    .sidebar .second-sidebar ul li:first-child {
        padding: 0 0 9px 2px;
    }
/*.sidebar .second-sidebar ul li:last-child {
        border-bottom: 0 dashed #e5e5e5;
    }*/
.sidebar .second-sidebar .date-featured-side {
    width: 100%;
    font-size: 0.8em;
    color: #999999;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.sidebar .second-sidebar .text-box .featured-box-secundary .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 15px;
    min-height: 420px;
    height: auto;
    border-radius: 10px !important;
    text-align: left;
}

#sidebar .sidebar__inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    max-width: 360px !important;
    left: inherit !important;
}

.areservada-main .sidebar .second-sidebar .text-box .featured-box-secundary {
    margin-top: 74px;
}

.areservada-main .sidebar .second-sidebar .text-box h2 {
    display: none;
}

/* /SIDEBAR SECUNDÁRIO */
/* Sidebar Event */
.sidebar .text-event-sidebar {
    border-radius: 50px;
    border: 1px solid #d24f5a;
}

.sidebar .sidebar-content .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 15px;
    height: auto;
    border-radius: 10px !important;
    text-align: left;
}

.sidebar .sidebar-content .text-event-sidebar img {
    width: 100%;
    height: auto;
}

.sidebar .text-event-sidebar .title-event {
    border-radius: 2px 2px 0 0;
    padding-bottom: 2px;
}

    .sidebar .text-event-sidebar .title-event h3 {
        color: #d24f5a;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 10px;
        /*text-transform: uppercase;*/
        border-bottom: 1px dotted #FFFFFF;
        padding: 15px;
        margin: 0;
    }

.sidebar .text-event-sidebar .subtitle-event {
    padding: 15px;
    background: #d24f5a;
    border-radius: 0 0 2px 2px;
    margin-bottom: 0;
}

    .sidebar .text-event-sidebar .subtitle-event h4 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px 0;
        color: #FFFFFF;
        font-style: italic;
    }

        .sidebar .text-event-sidebar .subtitle-event h4:last-child {
            margin: 0 0 0 15px;
        }

        .sidebar .text-event-sidebar .subtitle-event h4 span.mark {
            font-family: 'Playfair Display', serif;
        }

.event-page .sidebar-patrocinio .featured-box-secundary .box-content {
    border-top: 3px solid #d24f5a;
    border-top-width: 4px;
    padding: 25px 15px;
    height: auto;
    border-radius: 10px !important;
    text-align: center;
}

    .event-page .sidebar-patrocinio .featured-box-secundary .box-content img {
        margin: 0 auto;
    }

.event-page #sidebar .sidebar-seminario {
    display: none;
}

.text-box .featured-box-secundary .box-content.event-box {
    height: auto;
}

.sidebar .count-down-sidebar {
    padding: 0 15px;
    text-align: center;
}

    .sidebar .count-down-sidebar .text-event {
        color: #d24f5a;
        font-size: 30px;
        /*text-transform: uppercase;*/
        margin: 0 0 10px 0;
        font-weight: 600;
        text-align: left;
    }

    .sidebar .count-down-sidebar p#demo {
        color: #d24f5a;
        font-size: 30px;
        font-weight: 400;
        height: 30px;
        text-align: right;
        margin: 0;
    }

    .sidebar .count-down-sidebar a {
        width: 85%;
        float: none;
        background: #d24f5a;
        color: #FFFFFF;
        font-size: 16px;
        border-radius: 50px;
        padding: 18px 20px;
        display: inline-block;
        line-height: 1;
        border: 2px solid #943a4a;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        margin: 30px 0 15px 0;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        text-shadow: 0 1px 0 #943a4a;
    }

        .sidebar .count-down-sidebar a:hover {
            background: transparent;
            color: #d24f5a;
            border: 2px solid #d24f5a;
            text-shadow: 0 1px 0 #FFFFFF;
            text-decoration: none;
        }

