﻿header {
    background-color: #ffffff;
}


    .ng-hide {
        display: none;
    }
     .cross_menuSlideUP{
         max-height:0px; 
         overflow:hidden;
         -ms-transition: max-height 0.3s ease-out;
         -o-transition: max-height 0.3s ease-out;
         -webkit-transition: max-height 0.3s ease-out;
         transition: max-height 0.3s ease-out;
         -moz-transition: max-height 0.3s ease-out;
     }

    .cross_menuSlideDown {
        max-height: 300px;
        -ms-transition: max-height 0.25s ease-in;
        -o-transition: max-height 0.25s ease-in;
        -webkit-transition: max-height 0.25s ease-in;
        transition: max-height 0.3s ease-in;
        -moz-transition: max-height 0.3s ease-in;
    }

    .main_navigation.ng-hide{left:0;}

  
    .main_navigation.ng-hide-add         {
        -webkit-animation:0.5s slideOutLeft ease; 
        animation:0.5s slideOutLeft ease; 
    }

    /* when showing the thing */
    .main_navigation.ng-hide-remove      { 
        -webkit-animation:0.5s slideInLeft ease; 
        animation:0.5s slideInLeft ease; 
    }



    /* ANIMATIONS (FROM ANIMATE.CSS) */


    @-webkit-keyframes slideOutLeft {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }

    @keyframes slideOutLeft {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }

    .slideOutLeft {
        -webkit-animation-name: slideOutLeft;
        animation-name: slideOutLeft;
    }

    @-webkit-keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
    }



/*!
 * *********************************************************************************
 * HEADER
 * author: Rastreator.com
 ***********************************************************************************/
#header {
    height: 60px
}

    #header .header-main-wrapper {
        z-index: 100;
        height: 60px
    }

        #header .header-main-wrapper .show_menu_button {
            position: relative;
            float: left;
            padding-top: 18px;
            padding-bottom: 18px;
            cursor: pointer
        }

            #header .header-main-wrapper .show_menu_button span {
                display: inline-block
            }

        #header .header-main-wrapper .logo {
            margin: 14px 0
        }

            #header .header-main-wrapper .logo img {
                margin: 0 auto
            }

            #header .header-main-wrapper .logo span {
                display: inline-block;
                -webkit-transition: all .3s;
                transition: all .3s;
                cursor: pointer
            }

                #header .header-main-wrapper .logo span.open_cross_menu {
                    margin-top: 32px;
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    background: url(/images/AdoptADog/website/common/open_cross_menu.png) no-repeat;
                    background-position: center center
                }

                #header .header-main-wrapper .logo span.adopta-un-perro_arrow {
                    vertical-align: middle;
                    margin-left: 3px
                }

        #header .header-main-wrapper .number_wrapper {
            z-index: 10;
            padding-right: 0
        }

            #header .header-main-wrapper .number_wrapper .number_header {
                height: 66px;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#fee9b7),to(#fac04b));
                background-image: linear-gradient(to bottom,#fee9b7,#fac04b);
                border-bottom-left-radius: 4px;
                position: relative
            }

                #header .header-main-wrapper .number_wrapper .number_header .number-text {
                    font-size: 24px;
                    font-family: RalewayBold;
                    text-align: center;
                    line-height: 20px;
                    margin-bottom: 5px;
                    padding-top: 15px
                }

                #header .header-main-wrapper .number_wrapper .number_header .text {
                    font-size: 10px;
                    font-family: RalewaySemiBold;
                    text-align: center
                }

    #header .main_navigation {
        top: 0;
        bottom: 0;
        z-index: 1000;
        overflow: auto;
        position: fixed;
        background: #fff;
        height: 100%;
        left: -90%;
        width: 90%;
        border-right: 1px solid #f3f3f3;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

        #header .main_navigation.in {
            left: 0
        }

        #header .main_navigation .container-item-menu .menu-title {
            border-bottom: 2px solid #eee;
            margin: 15px 0 0 0;
            padding-bottom: 15px;
            font-size: 14px
        }

            #header .main_navigation .container-item-menu .menu-title a {
                color: #333;
                font-family: RalewayBold;
                line-height: 28px
            }

                #header .main_navigation .container-item-menu .menu-title a:active, #header .main_navigation .container-item-menu .menu-title a:focus, #header .main_navigation .container-item-menu .menu-title a:hover {
                    text-decoration: none;
                    outline: 0
                }

            #header .main_navigation .container-item-menu .menu-title .adopta-un-perro_cross {
                display: inline-block;
                right: 15px;
                top: 20px;
                position: absolute;
                cursor: pointer
            }

        #header .main_navigation ul {
            padding-left: 0
        }

        #header .main_navigation li {
            list-style: none;
            margin: 15px 0 0
        }

            #header .main_navigation li:first-child {
                margin-top: 20px
            }

            #header .main_navigation li a {
                font-size: 14px;
                color: #6b6b6b;
                font-family: RalewaySemiBold
            }

                #header .main_navigation li a.active, #header .main_navigation li a:active, #header .main_navigation li a:focus, #header .main_navigation li a:hover {
                    text-decoration: none;
                    color: #333
                }

        #header .main_navigation .container-logout {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1100
        }

            #header .main_navigation .container-logout .logout-text {
                font-size: 14px;
                color: #6b6b6b;
                padding-top: 20px;
                font-family: RalewayMedium;
                border-top: 2px solid #eee
            }

                #header .main_navigation .container-logout .logout-text a {
                    font-family: RalewaySemiBold;
                    color: #00719f;
                    display: block;
                    margin: 10px 0 15px;
                    display: inline-block
                }

                #header .main_navigation .container-logout .logout-text .adopta-un-perro_arrow {
                    font-family: RalewaySemiBold;
                    color: #00719f;
                    margin-left: 10px;
                    display: inline-block;
                    vertical-align: middle
                }

.mask-modal {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .1;
    visibility: hidden;
    z-index: 3;
    position: fixed;
    -webkit-transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);
    transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .mask-modal.menu.mask-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0;
        transition-delay: 0
    }

@media only screen and (min-width: 768px) {
    #header {
        height: 70px
    }

        #header .header-main-wrapper {
            height: 70px
        }

            #header .header-main-wrapper .logo {
                margin: 0
            }

                #header .header-main-wrapper .logo .top_cross_menu {
                    z-index: 21;
                }

                    #header .header-main-wrapper .logo .top_cross_menu a:hover {
                        text-decoration: none
                    }

                    #header .header-main-wrapper .logo .top_cross_menu img {
                        margin: 0;
                        display: inline-block;
                        padding: 16px 0
                    }

                    #header .header-main-wrapper .logo .top_cross_menu.open {
                        -webkit-box-shadow: 0 -5px 6px 0 rgba(0,0,0,.2);
                        box-shadow: 0 -5px 6px 0 rgba(0,0,0,.2)
                    }

                        #header .header-main-wrapper .logo .top_cross_menu.open span.open_cross_menu {
                            -webkit-transform: rotate(-180deg);
                            transform: rotate(-180deg)
                        }

                    #header .header-main-wrapper .logo .top_cross_menu::after {
                        content: '';
                        width: 100%;
                        z-index: 21;
                        height: 5px;
                        background-color: #fff;
                        position: absolute;
                        top: 65px;
                        left: 0
                    }

                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu {
                        display: none;
                        padding: 25px;
                        width: 415px;
                        z-index: 10;
                        margin: 0 -15px;
                        overflow: hidden;
                        position: absolute;
                        background-color: #fff;
                        border-radius: 0 0 4px 4px;
                        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
                        box-shadow: 0 0 6px 0 rgba(0,0,0,.2)
                    }

                        #header .header-main-wrapper .logo .top_cross_menu .cross_menu p {
                            text-align: left;
                            margin: 0;
                            font-size: 14px;
                            line-height: 20px;
                            font-family: RalewayMedium;
                            color: #6b6b6b
                        }

                            #header .header-main-wrapper .logo .top_cross_menu .cross_menu p.small {
                                font-size: 12px;
                                color: #979797;
                                padding-top: 5px
                            }

                            #header .header-main-wrapper .logo .top_cross_menu .cross_menu p a {
                                color: #00719f;
                                font-size: 14px;
                                font-family: RalewaySemiBold;
                                line-height: 14px;
                                text-decoration: underline
                            }

                        #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos {
                            margin: 25px 0;
                            padding-left: 0
                        }

                            #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li {
                                display: inline-block;
                                margin-right: 5px
                            }

                                #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span {
                                    width: 32px;
                                    height: 32px
                                }

                                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span.icon-insurance {
                                        background-image: url(/images/adoptadog/website/common/icon-insurances.png)
                                    }

                                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span.icon-telephony {
                                        background-image: url(/images/adoptadog/website/common/icon-telephony.png)
                                    }

                                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span.icon-finances {
                                        background-image: url(/images/adoptadog/website/common/icon-finances.png)
                                    }

                                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span.icon-travel {
                                        background-image: url(/images/adoptadog/website/common/icon-travel.png)
                                    }

                                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span.icon-cars {
                                        background-image: url(/images/adoptadog/website/common/icon-cars.png)
                                    }

                                    #header .header-main-wrapper .logo .top_cross_menu .cross_menu ul.rast_logos li span.icon-energy {
                                        background-image: url(/images/adoptadog/website/common/icon-energy.png)
                                    }

                        #header .header-main-wrapper .logo .top_cross_menu .cross_menu img {
                            position: absolute;
                            bottom: -16px;
                            right: 2px
                        }

            #header .header-main-wrapper .number_wrapper {
                padding-right: 15px
            }

                #header .header-main-wrapper .number_wrapper .number_header {
                    border-bottom-right-radius: 4px;
                    height: 85px;
                    right: -35px
                }

                    #header .header-main-wrapper .number_wrapper .number_header .number-text {
                        font-size: 30px;
                        padding-top: 25px
                    }

                    #header .header-main-wrapper .number_wrapper .number_header .text {
                        font-size: 14px
                    }

            #header .header-main-wrapper .nav-menu-desktop {
                font-size: 14px;
                font-family: RalewaySemiBold;
                text-align: right
            }

                #header .header-main-wrapper .nav-menu-desktop a {
                    color: #7f7f7f;
                    text-decoration: none;
                    display: inline-block;
                    padding: 32px 20px 0
                }

                    #header .header-main-wrapper .nav-menu-desktop a.active, #header .header-main-wrapper .nav-menu-desktop a:hover {
                        color: #333
                    }

                    #header .header-main-wrapper .nav-menu-desktop a:nth-child(2) {
                        padding: 32px 0 0 20px
                    }
}

@media only screen and (min-width: 992px) {
    #header .header-main-wrapper .number_wrapper {
        padding-left: 0
    }

        #header .header-main-wrapper .number_wrapper .number_header {
            right: -45px
        }
}

@media only screen and (min-width: 1200px) {
    #header .header-main-wrapper .number_wrapper .number_header {
        right: -115px
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*!
 * *********************************************************************************
 * BASE
 * author: Rastreator.com
 ***********************************************************************************/
@font-face {
    font-family: Raleway;
    src: url(/fonts/Raleway-Regular.ttf)
}

@font-face {
    font-family: RalewayMedium;
    src: url(/fonts/Raleway-Medium.ttf)
}

@font-face {
    font-family: RalewayBold;
    src: url(/fonts/Raleway-Bold.ttf)
}

@font-face {
    font-family: RalewaySemiBold;
    src: url(/fonts/Raleway-SemiBold.ttf)
}

@font-face {
    font-family: RalewayExtraBold;
    src: url(/fonts/Raleway-ExtraBold.ttf)
}

body {
    color: #fff;
    background-color: #f4f4f4
}

footer {
    background-color: #fff
}

header {
    background-color: #fff
}

.no-scroll {
    overflow: hidden
}

section {
    position: relative
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,.12);
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.12);
    border-radius: 5px
}

.fade {
    padding: 0 !important
}

.scroll-top {
    position: fixed;
    display: block;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,.2);
    border-radius: 4px;
    opacity: 0;
    z-index: 100
}

    .scroll-top.on {
        opacity: 1
    }

    .scroll-top:hover {
        background: rgba(0,0,0,.5)
    }

    .scroll-top::before {
        display: block;
        width: 100%;
        height: 100%;
        content: ' ';
        background-image: url(/images/adoptadog/website/common/scroll.png);
        background-position: center;
        background-repeat: no-repeat
    }

/*!
 * *********************************************************************************
 * BUTTONS
 * author: Rastreator.com
 ***********************************************************************************/
.btn {
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-family: raleway;
    display: block;
    border: none
}

    .btn:active, .btn:hover, .btn:visited {
        color: #fff
    }

.btn-adopt {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px
}

    .btn-adopt.adopt {
        background-image: linear-gradient(259deg,#e1c6e0,#cda8ec 16%,#ad7aff)
    }

        .btn-adopt.adopt:hover {
            background-image: initial;
            background-color: #ad7aff
        }

    .btn-adopt.join {
        background-image: linear-gradient(261deg,#ccc,#999)
    }

        .btn-adopt.join:hover {
            background-image: initial;
            background-color: #999
        }

    .btn-adopt.join_ {
        background-color: #fff;
        color: #6b6b6b
    }

        .btn-adopt.join_:hover {
            background-color: #e6e6e6
        }

.btn-advance {
    background-image: linear-gradient(254deg,#ccc,#999);
    min-width: 145px;
    padding: 6px 30px
}

    .btn-advance:active, .btn-advance:focus, .btn-advance:hover {
        outline: 0;
        color: #fff;
        background-image: initial;
        background-color: #999
    }

    .btn-advance.mt {
        margin-top: 20px
    }

/*!
 * *********************************************************************************
 * COOKIES
 * author: Rastreator.com
 ***********************************************************************************/
#cookie_wrapper {
    left: 0;
    bottom: 0;
    z-index: 150;
    position: fixed;
    width: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translate(0,100);
    transform: translate(0,100);
    background: #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px
}

    #cookie_wrapper p {
        margin: 0;
        text-align: center;
        line-height: 1.35em;
        padding: 0 50px;
        font-size: 13px;
        color: #333
    }

    #cookie_wrapper .cookie_message {
        position: relative
    }

        #cookie_wrapper .cookie_message #close_coockies {
            border: none;
            position: absolute;
            right: 15px;
            display: block;
            height: 32px;
            width: 32px
        }

            #cookie_wrapper .cookie_message #close_coockies span {
                display: none
            }

    #cookie_wrapper.open {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

@media only screen and (max-width: 768px) {
    #cookie_wrapper p {
        text-align: left;
        padding: 0 50px 0 0
    }
}

/*!
 * *********************************************************************************
 * CHECKBOX
 * author: Rastreator.com
 ***********************************************************************************/
.checkbox_item {
    padding: 10px 15px 0 15px;
    color: #7f7f7f;
    font-size: 13px;
    font-family: Raleway;
    width: 100%;
    display: inline-block
}

    .checkbox_item label {
        cursor: pointer;
        margin-bottom: 0
    }

        .checkbox_item label .checkbox_wrapper {
            width: 16px;
            height: 16px;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        .checkbox_item label input[type=checkbox] {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            opacity: 0;
            z-index: 10
        }

            .checkbox_item label input[type=checkbox]:checked + .check {
                background-position: -56px -78px
            }

        .checkbox_item label .check {
            display: block;
            border-radius: 2px;
            position: relative;
            width: 16px;
            height: 16px;
            background: url(/images/adoptadog/website/icons/adopta-sprite.png) no-repeat;
            background-position: -81px -77px
        }

        .checkbox_item label span:not(.check) {
            margin: 0 10px
        }

            .checkbox_item label span:not(.check).checked {
                color: #444443
            }