 ul.autocomplete{position:absolute;z-index:100;background:#fff;border:1px solid #CCCCCC;border-radius:5px;display:block;list-style-type:none;margin:0 0 0 0;min-height:20px;padding:2px;max-height:250px;min-width:300px;man-width:90%;overflow:auto
}ul.autocomplete li{cursor:pointer;padding:4px
}ul.autocomplete li.active{background-color:#EFEFEF
}ul.autocomplete li p{margin:1px 4px
}ul.autocomplete li p.title{font-weight:normal;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis
}@charset "UTF-8";/*! * animate.css -http://daneden.me/animate * Version - 3.5.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 Daniel Eden */ .animated{animation-duration:1s;animation-fill-mode:both
}.animated.infinite{animation-iteration-count:infinite
}.animated.hinge{animation-duration:2s
}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s
}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)
}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)
}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)
}90%{transform:translate3d(0,-4px,0)
}
}.bounce{animation-name:bounce;transform-origin:center bottom
}@keyframes flash{0%,50%,to{opacity:1
}25%,75%{opacity:0
}
}.flash{animation-name:flash
}@keyframes pulse{0%{transform:scaleX(1)
}50%{transform:scale3d(1.05,1.05,1.05)
}to{transform:scaleX(1)
}
}.pulse{animation-name:pulse
}@keyframes rubberBand{0%{transform:scaleX(1)
}30%{transform:scale3d(1.25,.75,1)
}40%{transform:scale3d(.75,1.25,1)
}50%{transform:scale3d(1.15,.85,1)
}65%{transform:scale3d(.95,1.05,1)
}75%{transform:scale3d(1.05,.95,1)
}to{transform:scaleX(1)
}
}.rubberBand{animation-name:rubberBand
}@keyframes shake{0%,to{transform:translateZ(0)
}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)
}20%,40%,60%,80%{transform:translate3d(10px,0,0)
}
}.shake{animation-name:shake
}@keyframes headShake{0%{transform:translateX(0)
}6.5%{transform:translateX(-6px) rotateY(-9deg)
}18.5%{transform:translateX(5px) rotateY(7deg)
}31.5%{transform:translateX(-3px) rotateY(-5deg)
}43.5%{transform:translateX(2px) rotateY(3deg)
}50%{transform:translateX(0)
}
}.headShake{animation-timing-function:ease-in-out;animation-name:headShake
}@keyframes swing{20%{transform:rotate(15deg)
}40%{transform:rotate(-10deg)
}60%{transform:rotate(5deg)
}80%{transform:rotate(-5deg)
}to{transform:rotate(0deg)
}
}.swing{transform-origin:top center;animation-name:swing
}@keyframes tada{0%{transform:scaleX(1)
}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)
}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)
}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
}to{transform:scaleX(1)
}
}.tada{animation-name:tada
}@keyframes wobble{0%{transform:none
}15%{transform:translate3d(-25%,0,0) rotate(-5deg)
}30%{transform:translate3d(20%,0,0) rotate(3deg)
}45%{transform:translate3d(-15%,0,0) rotate(-3deg)
}60%{transform:translate3d(10%,0,0) rotate(2deg)
}75%{transform:translate3d(-5%,0,0) rotate(-1deg)
}to{transform:none
}
}.wobble{animation-name:wobble
}@keyframes jello{0%,11.1%,to{transform:none
}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)
}33.3%{transform:skewX(6.25deg) skewY(6.25deg)
}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)
}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)
}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)
}77.7%{transform:skewX(.390625deg) skewY(.390625deg)
}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}.jello{animation-name:jello;transform-origin:center
}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)
}0%{opacity:0;transform:scale3d(.3,.3,.3)
}20%{transform:scale3d(1.1,1.1,1.1)
}40%{transform:scale3d(.9,.9,.9)
}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)
}80%{transform:scale3d(.97,.97,.97)
}to{opacity:1;transform:scaleX(1)
}
}.bounceIn{animation-name:bounceIn
}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)
}0%{opacity:0;transform:translate3d(0,-3000px,0)
}60%{opacity:1;transform:translate3d(0,25px,0)
}75%{transform:translate3d(0,-10px,0)
}90%{transform:translate3d(0,5px,0)
}to{transform:none
}
}.bounceInDown{animation-name:bounceInDown
}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)
}0%{opacity:0;transform:translate3d(-3000px,0,0)
}60%{opacity:1;transform:translate3d(25px,0,0)
}75%{transform:translate3d(-10px,0,0)
}90%{transform:translate3d(5px,0,0)
}to{transform:none
}
}.bounceInLeft{animation-name:bounceInLeft
}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)
}0%{opacity:0;transform:translate3d(3000px,0,0)
}60%{opacity:1;transform:translate3d(-25px,0,0)
}75%{transform:translate3d(10px,0,0)
}90%{transform:translate3d(-5px,0,0)
}to{transform:none
}
}.bounceInRight{animation-name:bounceInRight
}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)
}0%{opacity:0;transform:translate3d(0,3000px,0)
}60%{opacity:1;transform:translate3d(0,-20px,0)
}75%{transform:translate3d(0,10px,0)
}90%{transform:translate3d(0,-5px,0)
}to{transform:translateZ(0)
}
}.bounceInUp{animation-name:bounceInUp
}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)
}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)
}to{opacity:0;transform:scale3d(.3,.3,.3)
}
}.bounceOut{animation-name:bounceOut
}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)
}40%,45%{opacity:1;transform:translate3d(0,-20px,0)
}to{opacity:0;transform:translate3d(0,2000px,0)
}
}.bounceOutDown{animation-name:bounceOutDown
}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)
}to{opacity:0;transform:translate3d(-2000px,0,0)
}
}.bounceOutLeft{animation-name:bounceOutLeft
}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)
}to{opacity:0;transform:translate3d(2000px,0,0)
}
}.bounceOutRight{animation-name:bounceOutRight
}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)
}40%,45%{opacity:1;transform:translate3d(0,20px,0)
}to{opacity:0;transform:translate3d(0,-2000px,0)
}
}.bounceOutUp{animation-name:bounceOutUp
}@keyframes fadeIn{0%{opacity:0
}to{opacity:1
}
}.fadeIn{animation-name:fadeIn
}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)
}to{opacity:1;transform:none
}
}.fadeInDown{animation-name:fadeInDown
}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)
}to{opacity:1;transform:none
}
}.fadeInDownBig{animation-name:fadeInDownBig
}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)
}to{opacity:1;transform:none
}
}.fadeInLeft{animation-name:fadeInLeft
}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)
}to{opacity:1;transform:none
}
}.fadeInLeftBig{animation-name:fadeInLeftBig
}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)
}to{opacity:1;transform:none
}
}.fadeInRight{animation-name:fadeInRight
}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)
}to{opacity:1;transform:none
}
}.fadeInRightBig{animation-name:fadeInRightBig
}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)
}to{opacity:1;transform:none
}
}.fadeInUp{animation-name:fadeInUp
}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)
}to{opacity:1;transform:none
}
}.fadeInUpBig{animation-name:fadeInUpBig
}@keyframes fadeOut{0%{opacity:1
}to{opacity:0
}
}.fadeOut{animation-name:fadeOut
}@keyframes fadeOutDown{0%{opacity:1
}to{opacity:0;transform:translate3d(0,100%,0)
}
}.fadeOutDown{animation-name:fadeOutDown
}@keyframes fadeOutDownBig{0%{opacity:1
}to{opacity:0;transform:translate3d(0,2000px,0)
}
}.fadeOutDownBig{animation-name:fadeOutDownBig
}@keyframes fadeOutLeft{0%{opacity:1
}to{opacity:0;transform:translate3d(-100%,0,0)
}
}.fadeOutLeft{animation-name:fadeOutLeft
}@keyframes fadeOutLeftBig{0%{opacity:1
}to{opacity:0;transform:translate3d(-2000px,0,0)
}
}.fadeOutLeftBig{animation-name:fadeOutLeftBig
}@keyframes fadeOutRight{0%{opacity:1
}to{opacity:0;transform:translate3d(100%,0,0)
}
}.fadeOutRight{animation-name:fadeOutRight
}@keyframes fadeOutRightBig{0%{opacity:1
}to{opacity:0;transform:translate3d(2000px,0,0)
}
}.fadeOutRightBig{animation-name:fadeOutRightBig
}@keyframes fadeOutUp{0%{opacity:1
}to{opacity:0;transform:translate3d(0,-100%,0)
}
}.fadeOutUp{animation-name:fadeOutUp
}@keyframes fadeOutUpBig{0%{opacity:1
}to{opacity:0;transform:translate3d(0,-2000px,0)
}
}.fadeOutUpBig{animation-name:fadeOutUpBig
}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out
}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out
}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in
}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in
}to{transform:perspective(400px);animation-timing-function:ease-in
}
}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip
}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0
}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in
}60%{transform:perspective(400px) rotateX(10deg);opacity:1
}80%{transform:perspective(400px) rotateX(-5deg)
}to{transform:perspective(400px)
}
}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX
}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0
}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in
}60%{transform:perspective(400px) rotateY(10deg);opacity:1
}80%{transform:perspective(400px) rotateY(-5deg)
}to{transform:perspective(400px)
}
}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY
}@keyframes flipOutX{0%{transform:perspective(400px)
}30%{transform:perspective(400px) rotateX(-20deg);opacity:1
}to{transform:perspective(400px) rotateX(90deg);opacity:0
}
}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important
}@keyframes flipOutY{0%{transform:perspective(400px)
}30%{transform:perspective(400px) rotateY(-15deg);opacity:1
}to{transform:perspective(400px) rotateY(90deg);opacity:0
}
}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY
}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0
}60%{transform:skewX(20deg);opacity:1
}80%{transform:skewX(-5deg);opacity:1
}to{transform:none;opacity:1
}
}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out
}@keyframes lightSpeedOut{0%{opacity:1
}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0
}
}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in
}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0
}to{transform-origin:center;transform:none;opacity:1
}
}.rotateIn{animation-name:rotateIn
}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0
}to{transform-origin:left bottom;transform:none;opacity:1
}
}.rotateInDownLeft{animation-name:rotateInDownLeft
}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0
}to{transform-origin:right bottom;transform:none;opacity:1
}
}.rotateInDownRight{animation-name:rotateInDownRight
}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0
}to{transform-origin:left bottom;transform:none;opacity:1
}
}.rotateInUpLeft{animation-name:rotateInUpLeft
}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0
}to{transform-origin:right bottom;transform:none;opacity:1
}
}.rotateInUpRight{animation-name:rotateInUpRight
}@keyframes rotateOut{0%{transform-origin:center;opacity:1
}to{transform-origin:center;transform:rotate(200deg);opacity:0
}
}.rotateOut{animation-name:rotateOut
}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1
}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0
}
}.rotateOutDownLeft{animation-name:rotateOutDownLeft
}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1
}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0
}
}.rotateOutDownRight{animation-name:rotateOutDownRight
}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1
}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0
}
}.rotateOutUpLeft{animation-name:rotateOutUpLeft
}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1
}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0
}
}.rotateOutUpRight{animation-name:rotateOutUpRight
}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out
}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out
}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1
}to{transform:translate3d(0,700px,0);opacity:0
}
}.hinge{animation-name:hinge
}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom
}50%{transform:rotate(-10deg)
}70%{transform:rotate(3deg)
}to{opacity:1;transform:scale(1)
}
}.jackInTheBox{animation-name:jackInTheBox
}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)
}to{opacity:1;transform:none
}
}.rollIn{animation-name:rollIn
}@keyframes rollOut{0%{opacity:1
}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)
}
}.rollOut{animation-name:rollOut
}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)
}50%{opacity:1
}
}.zoomIn{animation-name:zoomIn
}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)
}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)
}
}.zoomInDown{animation-name:zoomInDown
}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)
}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)
}
}.zoomInLeft{animation-name:zoomInLeft
}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)
}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)
}
}.zoomInRight{animation-name:zoomInRight
}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)
}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)
}
}.zoomInUp{animation-name:zoomInUp
}@keyframes zoomOut{0%{opacity:1
}50%{opacity:0;transform:scale3d(.3,.3,.3)
}to{opacity:0
}
}.zoomOut{animation-name:zoomOut
}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)
}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)
}
}.zoomOutDown{animation-name:zoomOutDown
}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center
}
}.zoomOutLeft{animation-name:zoomOutLeft
}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center
}
}.zoomOutRight{animation-name:zoomOutRight
}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)
}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)
}
}.zoomOutUp{animation-name:zoomOutUp
}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible
}to{transform:translateZ(0)
}
}.slideInDown{animation-name:slideInDown
}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible
}to{transform:translateZ(0)
}
}.slideInLeft{animation-name:slideInLeft
}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible
}to{transform:translateZ(0)
}
}.slideInRight{animation-name:slideInRight
}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible
}to{transform:translateZ(0)
}
}.slideInUp{animation-name:slideInUp
}@keyframes slideOutDown{0%{transform:translateZ(0)
}to{visibility:hidden;transform:translate3d(0,100%,0)
}
}.slideOutDown{animation-name:slideOutDown
}@keyframes slideOutLeft{0%{transform:translateZ(0)
}to{visibility:hidden;transform:translate3d(-100%,0,0)
}
}.slideOutLeft{animation-name:slideOutLeft
}@keyframes slideOutRight{0%{transform:translateZ(0)
}to{visibility:hidden;transform:translate3d(100%,0,0)
}
}.slideOutRight{animation-name:slideOutRight
}@keyframes slideOutUp{0%{transform:translateZ(0)
}to{visibility:hidden;transform:translate3d(0,-100%,0)
}
}.slideOutUp{animation-name:slideOutUp
}/** * Owl Carousel v2.2.1 * Copyright 2013-2017 David Deutsch * Licensed under () */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative
}.owl-carousel{display:none;width:100%;z-index:1
}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden
}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0
}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)
}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)
}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none
}.owl-carousel .owl-item img{display:block;width:100%
}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none
}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block
}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}.owl-carousel.owl-loading{opacity:0;display:block
}.owl-carousel.owl-hidden{opacity:0
}.owl-carousel.owl-refresh .owl-item{visibility:hidden
}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}.owl-carousel.owl-grab{cursor:move;cursor:grab
}.owl-carousel.owl-rtl{direction:rtl
}.owl-carousel.owl-rtl .owl-item{float:right
}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both
}.owl-carousel .owl-animated-in{z-index:0
}.owl-carousel .owl-animated-out{z-index:1
}.owl-carousel .fadeOut{animation-name:fadeOut
}@keyframes fadeOut{0%{opacity:1
}100%{opacity:0
}
}.owl-height{transition:height .5s ease-in-out
}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease
}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d
}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000
}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease
}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)
}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none
}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease
}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%
}:root{--custom-primary:#990328
}.card{box-shadow:0 0 45px rgba(0, 0, 0, .07) !important;border:none
}.card-hover{transition:.5s
}.card-hover:hover *{color:#FFFFFF !important
}.card-hover:hover{background:var(--custom-primary)
}.mce-edit-area{padding:10px !important
}.truncate{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis
}.pointer{cursor:pointer
}.navbar-dropdown a{line-height:40px
}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2
}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:5px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}.panel-body{overflow:hidden;padding:15px
}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px
}.panel-heading > .dropdown .dropdown-toggle{color:inherit
}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit
}.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a{color:inherit
}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px
}.panel > .list-group,
.panel > .panel-collapse > .list-group{margin-bottom:0
}.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0
}.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px
}.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px
}.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0
}.panel-heading + .list-group .list-group-item:first-child{border-top-width:0
}.list-group + .panel-footer{border-top-width:0
}.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table{margin-bottom:0
}.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption{padding-right:15px;padding-left:15px
}.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child{border-top-left-radius:3px;border-top-right-radius:3px
}.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px
}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px
}.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px
}.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px
}.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px
}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px
}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px
}.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body{border-top:1px solid #ddd
}.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td{border-top:0
}.panel > .table-bordered,
.panel > .table-responsive > .table-bordered{border:0
}.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0
}.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0
}.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0
}.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0
}.panel > .table-responsive{margin-bottom:0;border:0
}.panel-group{margin-bottom:20px
}.panel-group .panel{margin-bottom:0;border-radius:4px
}.panel-group .panel + .panel{margin-top:5px
}.panel-group .panel-heading{border-bottom:0
}.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd
}.panel-group .panel-footer{border-top:0
}.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd
}.panel-default{border-color:#ddd
}.panel-default > .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd
}.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd
}.panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333
}.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd
}.panel-primary{border-color:#337ab7
}.panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7
}.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7
}.panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff
}.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7
}.panel-success{border-color:#d6e9c6
}.panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6
}.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6
}.panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d
}.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6
}.panel-info{border-color:#bce8f1
}.panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1
}.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1
}.panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f
}.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1
}.panel-warning{border-color:#faebcc
}.panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc
}.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc
}.panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b
}.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc
}.panel-danger{border-color:#ebccd1
}.panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1
}.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1
}.panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442
}.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1
}.size-5{min-width:5px;max-width:5px
}.size-10{min-width:10px;max-width:10px
}.size-20{min-width:20px;max-width:20px
}.size-30{min-width:30px;max-width:30px
}.size-40{min-width:40px;max-width:40px
}.size-50{min-width:50px;max-width:50px
}.size-60{min-width:60px;max-width:60px
}.size-70{min-width:70px;max-width:70px
}.size-80{min-width:80px;max-width:80px
}.size-90{min-width:90px;max-width:90px
}.size-100{min-width:100px;max-width:100px
}.size-110{min-width:110px;max-width:110px
}.size-120{min-width:120px;max-width:120px
}.size-130{min-width:130px;max-width:130px
}.size-140{min-width:140px;max-width:140px
}.size-150{min-width:150px;max-width:150px
}.size-160{min-width:160px;max-width:160px
}.size-170{min-width:170px;max-width:170px
}.size-180{min-width:180px;max-width:180px
}.size-190{min-width:190px;max-width:190px
}.size-200{min-width:200px;max-width:200px
}.size-210{min-width:210px;max-width:210px
}.size-220{min-width:220px;max-width:220px
}.size-230{min-width:230px;max-width:230px
}.size-240{min-width:240px;max-width:240px
}.size-250{min-width:250px;max-width:250px
}.size-260{min-width:260px;max-width:260px
}.size-270{min-width:270px;max-width:270px
}.size-280{min-width:280px;max-width:280px
}.size-290{min-width:290px;max-width:290px
}.size-300{min-width:300px;max-width:300px
}.size-310{min-width:310px;max-width:310px
}.size-320{min-width:320px;max-width:320px
}.size-330{min-width:330px;max-width:330px
}.size-340{min-width:340px;max-width:340px
}.size-350{min-width:350px;max-width:350px
}.size-360{min-width:360px;max-width:360px
}.size-370{min-width:370px;max-width:370px
}.size-380{min-width:380px;max-width:380px
}.size-390{min-width:390px;max-width:390px
}.size-400{min-width:400px;max-width:400px
}.size-410{min-width:410px;max-width:410px
}.size-420{min-width:420px;max-width:420px
}.size-430{min-width:430px;max-width:430px
}.size-440{min-width:440px;max-width:440px
}.size-450{min-width:450px;max-width:450px
}.size-460{min-width:460px;max-width:460px
}.size-470{min-width:470px;max-width:470px
}.size-480{min-width:480px;max-width:480px
}.size-490{min-width:490px;max-width:490px
}.size-500{min-width:500px;max-width:500px
}.small-10{font-size:1em
}.small-9{font-size:0.9em
}.small-8{font-size:0.8em
}.small-7{font-size:0.7em
}.fa-xs{padding:0 5px 0 5px;font-size:10px !important;color:gray
}.fa-sm{padding:0 5px 0 5px;font-size:12px !important
}button.h-60{height:58px !important
}.max-10{max-width:10px
}.max-15{max-width:15px
}.max-20{max-width:20px
}.max-25{max-width:25px
}.max-30{max-width:30px
}.max-40{max-width:40px
}.max-50{max-width:50px
}.max-60{max-width:60px
}.max-70{max-width:70px
}.max-80{max-width:80px
}.max-90{max-width:90px
}.max-100{max-width:100px
}.max-120{max-width:120px
}.max-130{max-width:130px
}.max-140{max-width:140px
}.max-150{max-width:150px
}.max-160{max-width:160px
}.max-180{max-width:180px
}.max-190{max-width:190px
}.max-200{max-width:200px
}.max-220{max-width:220px
}.max-240{max-width:240px
}.max-250{max-width:250px
}.max-300{max-width:300px
}.max-350{max-width:350px
}.max-400{max-width:400px
}.max-450{max-width:450px
}.max-500{max-width:500px
}.min-10{min-width:10px
}.min-15{min-width:15px
}.min-20{min-width:20px
}.min-25{min-width:25px
}.min-30{min-width:30px
}.min-40{min-width:40px
}.min-50{min-width:50px
}.min-60{min-width:60px
}.min-70{min-width:70px
}.min-80{min-width:80px
}.min-90{min-width:90px
}.min-100{min-width:100px
}.min-120{min-width:120px
}.min-130{min-width:130px
}.min-140{min-width:150px
}.min-150{min-width:150px
}.min-160{min-width:160px
}.min-200{min-width:200px
}.min-250{min-width:250px
}.min-300{min-width:300px
}.min-350{min-width:350px
}.min-350{min-width:350px
}.min-400{min-width:400px
}.min-450{min-width:450px
}.min-500{min-width:500px
}@media screen and (max-width:990px){.responsive{width:100% !important;padding-left:0px !important;padding-right:0px !important;font-size:1em !important
}.btn-form-floating{min-height:3.5rem
}.break{padding-right:0px !important
}
}