#fullpage .full-height{
    position:relative;
}

#contact_map .angular-google-map-container { height: 250px; }
.k-mapa .angular-google-map-container { height: 150px; }


#map .angular-google-map {
    height: 100%;
}

#map .angular-google-map-container {
    height: 100%;
}

.ui-view-container.ng-enter{
    animation: fadeIn 0.5s;
}

.ui-view-container.ng-leave{
    animation: fadeOut 0.5s;
}

.tabulka .ng-enter{
    /*animation: flipInX 0.5s;*/
}

/*.tabulka .ng-enter-stagger{*/
    /*animation-delay: 0.2s;*/
/*}*/

.filtre .f-box .ng-enter{
    animation: fadeIn 0.7s;
}

.filtre .f-box .ng-leave{
    animation: flipOutX 0.7s;
}

#manager-filters.ng-hide-remove{
    animation: fadeInUp 0.5s;
}

#manager-filters.ng-hide-add{
    animation: fadeOutDown 0.5s;
}

#client-age-undefined.ng-hide-remove{
    animation: flipInX 0.75s;
}

#client-age-undefined.ng-hide-add{
    animation: flipOutX 0.75s;
}

.position-chunks .position.ng-enter-stagger,
.country-chunks .country.ng-enter-stagger{
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.position-chunks .position.ng-enter,.country-chunks .country.ng-enter{
    -webkit-animation: flipInX 0.75s;
    animation: flipInX 0.75s;
}

.position-chunks .position.ng-leave,.country-chunks .country.ng-leave{
    -webkit-animation: flipOutX 0.75s;
    animation: flipOutX 0.75s;
}

.contact-manager.ng-enter-stagger{
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.contact-manager.ng-enter{
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.splashscreen{
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*.splashscreen.ng-hide-remove{*/
    /*animation: fadeIn 0.5s;*/
/*}*/

/*.splashscreen.ng-hide-add{*/
    /*animation: fadeOut 0.5s;*/
/*}*/
/*.filtre .panel-group .ng-enter-stagger{*/
    /*-webkit-animation-delay: 0.2s;*/
    /*-moz-animation-delay: 0.2s;*/
    /*-o-animation-delay: 0.2s;*/
    /*animation-delay: 0.2s;*/
/*}*/

.filtre .panel-group .ng-enter{
    /*-webkit-animation-name: fadeInLeft;*/
    /*-moz-animation-name: fadeInLeft;*/
    /*-o-animation-name: fadeInLeft;*/
    /*animation-name: fadeInLeft;*/
    /*-webkit-animation-duration: 0.5s;*/
    /*-moz-animation-duration: 0.5s;*/
    /*-o-animation-duration: 0.5s;*/
    /*animation-duration: 0.5s;*/
}

/*.filtre .panel-group .ng-leave-stagger{*/
    /*-webkit-animation-delay: 0.1s;*/
    /*-moz-animation-delay: 0.1s;*/
    /*-o-animation-delay: 0.1s;*/
    /*animation-delay: 0.1s;*/
/*}*/

/*.filtre .panel-group .ng-leave{*/
    /*-webkit-animation-name: fadeOutLeft;*/
    /*-moz-animation-name: fadeOutLeft;*/
    /*-o-animation-name: fadeOutLeft;*/
    /*animation-name: fadeOutLeft;*/
    /*-webkit-animation-duration: 0.5s;*/
    /*-moz-animation-duration: 0.5s;*/
    /*-o-animation-duration: 0.5s;*/
    /*animation-duration: 0.5s;*/
/*}*/

.filtre .panel-group .squared-3 .ng-enter{
    /*-webkit-animation-name: flipInX;*/
    /*-moz-animation-name: flipInX;*/
    /*-o-animation-name: flipInX;*/
    /*animation-name: flipInX;*/
}

.filtre .panel-group .squared-3 .ng-leave{
    /*-webkit-animation-name: flipOutX;*/
    /*-moz-animation-name: flipOutX;*/
    /*-o-animation-name: flipOutX;*/
    /*animation-name: flipOutX;*/
}

.national-benefit-wrapper .well.ng-hide-remove-active{
    -webkit-animation: fadeIn;
    -moz-animation: fadeIn;
    -o-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.user-offers .animated{
    /*-webkit-animation-name: userOffers;*/
    /*-moz-animation-name: userOffers;*/
    /*-o-animation-name: userOffers;*/
    /*animation-name: userOffers;*/
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@keyframes userOffers {
    0% {transform: rotate(90deg) translate3d(0,0,0)}
    30% {transform: rotate(90deg) translate3d(-50px,0,0)}
    75% {transform: rotate(90deg) translate3d(15px,0,0)}
    100% {transform: rotate(90deg) translate3d(0,0,0)}
}



/* Invisible left hotspot */

div.scrollingHotSpotLeft {
    /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
    min-width: 75px;
    width: 10%;
    height: 100%;
    /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
    background-image: url(../js/tkahn-Smooth-Div-Scroll/images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
    cursor: url(../js/tkahn-Smooth-Div-Scroll/images/cursors/cursor_arrow_left.png), url(../js/tkahn-Smooth-Div-Scroll/images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */

div.scrollingHotSpotLeftVisible {
    background-image: url(../js/tkahn-Smooth-Div-Scroll/images/arrow_left.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35;
    /* Standard CSS3 opacity setting */
    -moz-opacity: 0.35;
    /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
    filter: alpha(opacity=35);
    /* Opacity for Internet Explorer. */
    zoom: 1;
    /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */

div.scrollingHotSpotRight {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url(../js/tkahn-Smooth-Div-Scroll/images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url(../js/tkahn-Smooth-Div-Scroll/images/cursors/cursor_arrow_right.png), url(../js/tkahn-Smooth-Div-Scroll/images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */

div.scrollingHotSpotRightVisible {
    background-image: url(../js/tkahn-Smooth-Div-Scroll/images/arrow_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    zoom: 1;
}

.no-transition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


input.drop-box{
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input.drop-box + label{
    display: inline-block;
    border: 5px dashed #ccc;
    color: #ccc;
    height: 200px;
    width: 100%;
    text-align:center;
    line-height: 200px;
    vertical-align: middle;
}

input.drop-box + label:hover{
    border-color: #ddd;
    color: #ddd;
    font-weight: 700;
}

.t-zoradovanie-c{
    padding:0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.ui-select-multiple input.ui-select-search:not(.ng-touched) {
    width: 100% !important;
}

.f-select label span .text{
    display: inline-block;
    width: 210px;
    top: 0;
    left: 0;
}

.flexslider ul li:before{
    content: '';
    display: inherit;
    margin: 0;
    width:auto;
    font-family: inherit;
}

.flexslider ul li{
    margin: 0;
    padding: 0;
}

.flexslider ul.flex-direction-nav {
    margin: 0;
}


.modal-minimized{
    top: auto;
}

.modal-minimized:before{
    height: auto;
}

.modal-minimized .modal-dialog{
    width: 90%;
}

.modal-minimized .modal-content{
    min-height: 250px;
}

.pac-container{
    z-index: 2051!important;
}


